1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2558.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2558.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
19 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
20 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
21 [assembly:System.Runtime.CompilerServices.StringFreezingAttribute]
22 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
23 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
24 [assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
25 [assembly:System.Runtime.InteropServices.TypeLibVersionAttribute(2, 4)]
26 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
27 [assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
28 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
29 [assembly:System.Runtime.CompilerServices.TypeForwardedToAttribute(typeof(System.Threading.SemaphoreFullException))]
30 namespace Microsoft.CSharp
31 {
32     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
33     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
34     public partial class CSharpCodeProvider : System.CodeDom.Compiler.CodeDomProvider
35     {
CSharpCodeProvider()36         public CSharpCodeProvider() { }
CSharpCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)37         public CSharpCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { }
38         public override string FileExtension { get { throw null; } }
39         [System.ObsoleteAttribute("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")]
CreateCompiler()40         public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler() { throw null; }
41         [System.ObsoleteAttribute("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")]
CreateGenerator()42         public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator() { throw null; }
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)43         public override void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GetConverter(System.Type type)44         public override System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
45     }
46 }
47 namespace Microsoft.VisualBasic
48 {
49     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
50     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
51     public partial class VBCodeProvider : System.CodeDom.Compiler.CodeDomProvider
52     {
VBCodeProvider()53         public VBCodeProvider() { }
VBCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)54         public VBCodeProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { }
55         public override string FileExtension { get { throw null; } }
56         public override System.CodeDom.Compiler.LanguageOptions LanguageOptions { get { throw null; } }
57         [System.ObsoleteAttribute("Callers should not use the ICodeCompiler interface and should instead use the methods directly on the CodeDomProvider class.")]
CreateCompiler()58         public override System.CodeDom.Compiler.ICodeCompiler CreateCompiler() { throw null; }
59         [System.ObsoleteAttribute("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")]
CreateGenerator()60         public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator() { throw null; }
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)61         public override void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GetConverter(System.Type type)62         public override System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
63     }
64 }
65 namespace Microsoft.Win32
66 {
67     public partial class IntranetZoneCredentialPolicy : System.Net.ICredentialPolicy
68     {
IntranetZoneCredentialPolicy()69         public IntranetZoneCredentialPolicy() { }
ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule)70         public virtual bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authModule) { throw null; }
71     }
72     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
73     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
74     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
75     public partial class PowerModeChangedEventArgs : System.EventArgs
76     {
PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode)77         public PowerModeChangedEventArgs(Microsoft.Win32.PowerModes mode) { }
78         public Microsoft.Win32.PowerModes Mode { get { throw null; } }
79     }
80     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
PowerModeChangedEventHandler(object sender, Microsoft.Win32.PowerModeChangedEventArgs e)81     public delegate void PowerModeChangedEventHandler(object sender, Microsoft.Win32.PowerModeChangedEventArgs e);
82     public enum PowerModes
83     {
84         Resume = 1,
85         StatusChange = 2,
86         Suspend = 3,
87     }
88     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
89     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
90     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
91     public partial class SessionEndedEventArgs : System.EventArgs
92     {
SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason)93         public SessionEndedEventArgs(Microsoft.Win32.SessionEndReasons reason) { }
94         public Microsoft.Win32.SessionEndReasons Reason { get { throw null; } }
95     }
96     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
SessionEndedEventHandler(object sender, Microsoft.Win32.SessionEndedEventArgs e)97     public delegate void SessionEndedEventHandler(object sender, Microsoft.Win32.SessionEndedEventArgs e);
98     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
99     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
100     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
101     public partial class SessionEndingEventArgs : System.EventArgs
102     {
SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason)103         public SessionEndingEventArgs(Microsoft.Win32.SessionEndReasons reason) { }
104         public bool Cancel { get { throw null; } set { } }
105         public Microsoft.Win32.SessionEndReasons Reason { get { throw null; } }
106     }
107     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
SessionEndingEventHandler(object sender, Microsoft.Win32.SessionEndingEventArgs e)108     public delegate void SessionEndingEventHandler(object sender, Microsoft.Win32.SessionEndingEventArgs e);
109     public enum SessionEndReasons
110     {
111         Logoff = 1,
112         SystemShutdown = 2,
113     }
114     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
115     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
116     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
117     public partial class SessionSwitchEventArgs : System.EventArgs
118     {
SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason)119         public SessionSwitchEventArgs(Microsoft.Win32.SessionSwitchReason reason) { }
120         public Microsoft.Win32.SessionSwitchReason Reason { get { throw null; } }
121     }
122     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
SessionSwitchEventHandler(object sender, Microsoft.Win32.SessionSwitchEventArgs e)123     public delegate void SessionSwitchEventHandler(object sender, Microsoft.Win32.SessionSwitchEventArgs e);
124     public enum SessionSwitchReason
125     {
126         ConsoleConnect = 1,
127         ConsoleDisconnect = 2,
128         RemoteConnect = 3,
129         RemoteDisconnect = 4,
130         SessionLock = 7,
131         SessionLogoff = 6,
132         SessionLogon = 5,
133         SessionRemoteControl = 9,
134         SessionUnlock = 8,
135     }
136     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
137     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
138     public sealed partial class SystemEvents
139     {
SystemEvents()140         internal SystemEvents() { }
141         public static event System.EventHandler DisplaySettingsChanged { add { } remove { } }
142         public static event System.EventHandler DisplaySettingsChanging { add { } remove { } }
143         public static event System.EventHandler EventsThreadShutdown { add { } remove { } }
144         public static event System.EventHandler InstalledFontsChanged { add { } remove { } }
145         [System.ComponentModel.BrowsableAttribute(false)]
146         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
147         [System.ObsoleteAttribute("This event has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
148         public static event System.EventHandler LowMemory { add { } remove { } }
149         public static event System.EventHandler PaletteChanged { add { } remove { } }
150         public static event Microsoft.Win32.PowerModeChangedEventHandler PowerModeChanged { add { } remove { } }
151         public static event Microsoft.Win32.SessionEndedEventHandler SessionEnded { add { } remove { } }
152         public static event Microsoft.Win32.SessionEndingEventHandler SessionEnding { add { } remove { } }
153         public static event Microsoft.Win32.SessionSwitchEventHandler SessionSwitch { add { } remove { } }
154         public static event System.EventHandler TimeChanged { add { } remove { } }
155         public static event Microsoft.Win32.TimerElapsedEventHandler TimerElapsed { add { } remove { } }
156         public static event Microsoft.Win32.UserPreferenceChangedEventHandler UserPreferenceChanged { add { } remove { } }
157         public static event Microsoft.Win32.UserPreferenceChangingEventHandler UserPreferenceChanging { add { } remove { } }
CreateTimer(int interval)158         public static System.IntPtr CreateTimer(int interval) { throw null; }
InvokeOnEventsThread(System.Delegate method)159         public static void InvokeOnEventsThread(System.Delegate method) { }
KillTimer(System.IntPtr timerId)160         public static void KillTimer(System.IntPtr timerId) { }
161     }
162     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
163     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
164     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
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     }
170     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
TimerElapsedEventHandler(object sender, Microsoft.Win32.TimerElapsedEventArgs e)171     public delegate void TimerElapsedEventHandler(object sender, Microsoft.Win32.TimerElapsedEventArgs e);
172     public enum UserPreferenceCategory
173     {
174         Accessibility = 1,
175         Color = 2,
176         Desktop = 3,
177         General = 4,
178         Icon = 5,
179         Keyboard = 6,
180         Locale = 13,
181         Menu = 7,
182         Mouse = 8,
183         Policy = 9,
184         Power = 10,
185         Screensaver = 11,
186         VisualStyle = 14,
187         Window = 12,
188     }
189     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
190     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
191     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
192     public partial class UserPreferenceChangedEventArgs : System.EventArgs
193     {
UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category)194         public UserPreferenceChangedEventArgs(Microsoft.Win32.UserPreferenceCategory category) { }
195         public Microsoft.Win32.UserPreferenceCategory Category { get { throw null; } }
196     }
197     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
UserPreferenceChangedEventHandler(object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e)198     public delegate void UserPreferenceChangedEventHandler(object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e);
199     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
200     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
201     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
202     public partial class UserPreferenceChangingEventArgs : System.EventArgs
203     {
UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category)204         public UserPreferenceChangingEventArgs(Microsoft.Win32.UserPreferenceCategory category) { }
205         public Microsoft.Win32.UserPreferenceCategory Category { get { throw null; } }
206     }
207     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
UserPreferenceChangingEventHandler(object sender, Microsoft.Win32.UserPreferenceChangingEventArgs e)208     public delegate void UserPreferenceChangingEventHandler(object sender, Microsoft.Win32.UserPreferenceChangingEventArgs e);
209 }
210 namespace Microsoft.Win32.SafeHandles
211 {
212     [System.Security.SuppressUnmanagedCodeSecurityAttribute]
213     public sealed partial class SafeProcessHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
214     {
215         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UnmanagedCode=true)]
SafeProcessHandle(System.IntPtr existingHandle, bool ownsHandle)216         public SafeProcessHandle(System.IntPtr existingHandle, bool ownsHandle) : base (default(bool)) { }
ReleaseHandle()217         protected override bool ReleaseHandle() { throw null; }
218     }
219     [System.Security.SecurityCriticalAttribute]
220     public sealed partial class SafeX509ChainHandle : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
221     {
SafeX509ChainHandle()222         internal SafeX509ChainHandle() : base (default(bool)) { }
223         [System.Security.SecurityCriticalAttribute]
ReleaseHandle()224         protected override bool ReleaseHandle() { throw null; }
225     }
226 }
227 namespace System
228 {
229     public partial class FileStyleUriParser : System.UriParser
230     {
FileStyleUriParser()231         public FileStyleUriParser() { }
232     }
233     public partial class FtpStyleUriParser : System.UriParser
234     {
FtpStyleUriParser()235         public FtpStyleUriParser() { }
236     }
237     public partial class GenericUriParser : System.UriParser
238     {
GenericUriParser(System.GenericUriParserOptions options)239         public GenericUriParser(System.GenericUriParserOptions options) { }
240     }
241     [System.FlagsAttribute]
242     public enum GenericUriParserOptions
243     {
244         AllowEmptyAuthority = 2,
245         Default = 0,
246         DontCompressPath = 128,
247         DontConvertPathBackslashes = 64,
248         DontUnescapePathDotsAndSlashes = 256,
249         GenericAuthority = 1,
250         Idn = 512,
251         IriParsing = 1024,
252         NoFragment = 32,
253         NoPort = 8,
254         NoQuery = 16,
255         NoUserInfo = 4,
256     }
257     public partial class GopherStyleUriParser : System.UriParser
258     {
GopherStyleUriParser()259         public GopherStyleUriParser() { }
260     }
261     public partial class HttpStyleUriParser : System.UriParser
262     {
HttpStyleUriParser()263         public HttpStyleUriParser() { }
264     }
265     public partial class LdapStyleUriParser : System.UriParser
266     {
LdapStyleUriParser()267         public LdapStyleUriParser() { }
268     }
269     public partial class NetPipeStyleUriParser : System.UriParser
270     {
NetPipeStyleUriParser()271         public NetPipeStyleUriParser() { }
272     }
273     public partial class NetTcpStyleUriParser : System.UriParser
274     {
NetTcpStyleUriParser()275         public NetTcpStyleUriParser() { }
276     }
277     public partial class NewsStyleUriParser : System.UriParser
278     {
NewsStyleUriParser()279         public NewsStyleUriParser() { }
280     }
281     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
282     public static partial class StringNormalizationExtensions
283     {
284         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
IsNormalized(this string value)285         public static bool IsNormalized(this string value) { throw null; }
286         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
287         [System.Security.SecurityCriticalAttribute]
IsNormalized(this string value, System.Text.NormalizationForm normalizationForm)288         public static bool IsNormalized(this string value, System.Text.NormalizationForm normalizationForm) { throw null; }
289         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Normalize(this string value)290         public static string Normalize(this string value) { throw null; }
291         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
292         [System.Security.SecurityCriticalAttribute]
Normalize(this string value, System.Text.NormalizationForm normalizationForm)293         public static string Normalize(this string value, System.Text.NormalizationForm normalizationForm) { throw null; }
294     }
295     [System.ComponentModel.TypeConverterAttribute(typeof(System.UriTypeConverter))]
296     [System.SerializableAttribute]
297     public partial class Uri : System.Runtime.Serialization.ISerializable
298     {
299         public static readonly string SchemeDelimiter;
300         public static readonly string UriSchemeFile;
301         public static readonly string UriSchemeFtp;
302         public static readonly string UriSchemeGopher;
303         public static readonly string UriSchemeHttp;
304         public static readonly string UriSchemeHttps;
305         public static readonly string UriSchemeMailto;
306         public static readonly string UriSchemeNetPipe;
307         public static readonly string UriSchemeNetTcp;
308         public static readonly string UriSchemeNews;
309         public static readonly string UriSchemeNntp;
Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)310         protected Uri(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
Uri(string uriString)311         public Uri(string uriString) { }
312         [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)313         public Uri(string uriString, bool dontEscape) { }
Uri(string uriString, System.UriKind uriKind)314         public Uri(string uriString, System.UriKind uriKind) { }
Uri(System.Uri baseUri, string relativeUri)315         public Uri(System.Uri baseUri, string relativeUri) { }
316         [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)317         public Uri(System.Uri baseUri, string relativeUri, bool dontEscape) { }
Uri(System.Uri baseUri, System.Uri relativeUri)318         public Uri(System.Uri baseUri, System.Uri relativeUri) { }
319         public string AbsolutePath { get { throw null; } }
320         public string AbsoluteUri { get { throw null; } }
321         public string Authority { get { throw null; } }
322         public string DnsSafeHost { get { throw null; } }
323         public string Fragment { get { throw null; } }
324         public string Host { get { throw null; } }
325         public System.UriHostNameType HostNameType { get { throw null; } }
326         public string IdnHost { get { throw null; } }
327         public bool IsAbsoluteUri { get { throw null; } }
328         public bool IsDefaultPort { get { throw null; } }
329         public bool IsFile { get { throw null; } }
330         public bool IsLoopback { get { throw null; } }
331         public bool IsUnc { get { throw null; } }
332         public string LocalPath { get { throw null; } }
333         public string OriginalString { get { throw null; } }
334         public string PathAndQuery { get { throw null; } }
335         public int Port { get { throw null; } }
336         public string Query { get { throw null; } }
337         public string Scheme { get { throw null; } }
338         public string[] Segments { get { throw null; } }
339         public bool UserEscaped { get { throw null; } }
340         public string UserInfo { get { throw null; } }
341         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
Canonicalize()342         protected virtual void Canonicalize() { }
CheckHostName(string name)343         public static System.UriHostNameType CheckHostName(string name) { throw null; }
CheckSchemeName(string schemeName)344         public static bool CheckSchemeName(string schemeName) { throw null; }
345         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
CheckSecurity()346         protected virtual void CheckSecurity() { }
Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType)347         public static int Compare(System.Uri uri1, System.Uri uri2, System.UriComponents partsToCompare, System.UriFormat compareFormat, System.StringComparison comparisonType) { throw null; }
348         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
Equals(object comparand)349         public override bool Equals(object comparand) { throw null; }
350         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
Escape()351         protected virtual void Escape() { }
EscapeDataString(string stringToEscape)352         public static string EscapeDataString(string stringToEscape) { throw null; }
353         [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)354         protected static string EscapeString(string str) { throw null; }
EscapeUriString(string stringToEscape)355         public static string EscapeUriString(string stringToEscape) { throw null; }
FromHex(char digit)356         public static int FromHex(char digit) { throw null; }
GetComponents(System.UriComponents components, System.UriFormat format)357         public string GetComponents(System.UriComponents components, System.UriFormat format) { throw null; }
358         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
GetHashCode()359         public override int GetHashCode() { throw null; }
GetLeftPart(System.UriPartial part)360         public string GetLeftPart(System.UriPartial part) { throw null; }
361         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)362         protected void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
HexEscape(char character)363         public static string HexEscape(char character) { throw null; }
HexUnescape(string pattern, ref int index)364         public static char HexUnescape(string pattern, ref int index) { throw null; }
365         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
IsBadFileSystemCharacter(char character)366         protected virtual bool IsBadFileSystemCharacter(char character) { throw null; }
IsBaseOf(System.Uri uri)367         public bool IsBaseOf(System.Uri uri) { throw null; }
368         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
IsExcludedCharacter(char character)369         protected static bool IsExcludedCharacter(char character) { throw null; }
IsHexDigit(char character)370         public static bool IsHexDigit(char character) { throw null; }
IsHexEncoding(string pattern, int index)371         public static bool IsHexEncoding(string pattern, int index) { throw null; }
372         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
IsReservedCharacter(char character)373         protected virtual bool IsReservedCharacter(char character) { throw null; }
IsWellFormedOriginalString()374         public bool IsWellFormedOriginalString() { throw null; }
IsWellFormedUriString(string uriString, System.UriKind uriKind)375         public static bool IsWellFormedUriString(string uriString, System.UriKind uriKind) { throw null; }
376         [System.ObsoleteAttribute("The method has been deprecated. Please use MakeRelativeUri(Uri uri). http://go.microsoft.com/fwlink/?linkid=14202")]
MakeRelative(System.Uri toUri)377         public string MakeRelative(System.Uri toUri) { throw null; }
MakeRelativeUri(System.Uri uri)378         public System.Uri MakeRelativeUri(System.Uri uri) { throw null; }
379         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
operator ==(System.Uri uri1, System.Uri uri2)380         public static bool operator ==(System.Uri uri1, System.Uri uri2) { throw null; }
381         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
operator !=(System.Uri uri1, System.Uri uri2)382         public static bool operator !=(System.Uri uri1, System.Uri uri2) { throw null; }
383         [System.ObsoleteAttribute("The method has been deprecated. It is not used by the system. http://go.microsoft.com/fwlink/?linkid=14202")]
Parse()384         protected virtual void Parse() { }
385         [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)386         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
387         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(4096))]
ToString()388         public override string ToString() { throw null; }
TryCreate(string uriString, System.UriKind uriKind, out System.Uri result)389         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)390         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)391         public static bool TryCreate(System.Uri baseUri, System.Uri relativeUri, out System.Uri result) { result = default(System.Uri); throw null; }
392         [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)393         protected virtual string Unescape(string path) { throw null; }
UnescapeDataString(string stringToUnescape)394         public static string UnescapeDataString(string stringToUnescape) { throw null; }
395     }
396     public partial class UriBuilder
397     {
UriBuilder()398         public UriBuilder() { }
UriBuilder(string uri)399         public UriBuilder(string uri) { }
UriBuilder(string schemeName, string hostName)400         public UriBuilder(string schemeName, string hostName) { }
UriBuilder(string scheme, string host, int portNumber)401         public UriBuilder(string scheme, string host, int portNumber) { }
UriBuilder(string scheme, string host, int port, string pathValue)402         public UriBuilder(string scheme, string host, int port, string pathValue) { }
UriBuilder(string scheme, string host, int port, string path, string extraValue)403         public UriBuilder(string scheme, string host, int port, string path, string extraValue) { }
UriBuilder(System.Uri uri)404         public UriBuilder(System.Uri uri) { }
405         public string Fragment { get { throw null; } set { } }
406         public string Host { get { throw null; } set { } }
407         public string Password { get { throw null; } set { } }
408         public string Path { get { throw null; } set { } }
409         public int Port { get { throw null; } set { } }
410         public string Query { get { throw null; } set { } }
411         public string Scheme { get { throw null; } set { } }
412         public System.Uri Uri { get { throw null; } }
413         public string UserName { get { throw null; } set { } }
Equals(object rparam)414         public override bool Equals(object rparam) { throw null; }
GetHashCode()415         public override int GetHashCode() { throw null; }
ToString()416         public override string ToString() { throw null; }
417     }
418     [System.FlagsAttribute]
419     public enum UriComponents
420     {
421         AbsoluteUri = 127,
422         Fragment = 64,
423         Host = 4,
424         HostAndPort = 132,
425         HttpRequestUrl = 61,
426         KeepDelimiter = 1073741824,
427         NormalizedHost = 256,
428         Path = 16,
429         PathAndQuery = 48,
430         Port = 8,
431         Query = 32,
432         Scheme = 1,
433         SchemeAndServer = 13,
434         SerializationInfoString = -2147483648,
435         StrongAuthority = 134,
436         StrongPort = 128,
437         UserInfo = 2,
438     }
439     public enum UriFormat
440     {
441         SafeUnescaped = 3,
442         Unescaped = 2,
443         UriEscaped = 1,
444     }
445     [System.SerializableAttribute]
446     public partial class UriFormatException : System.FormatException, System.Runtime.Serialization.ISerializable
447     {
UriFormatException()448         public UriFormatException() { }
UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)449         protected UriFormatException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
UriFormatException(string textString)450         public UriFormatException(string textString) { }
UriFormatException(string textString, System.Exception e)451         public UriFormatException(string textString, System.Exception e) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)452         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
453     }
454     public enum UriHostNameType
455     {
456         Basic = 1,
457         Dns = 2,
458         IPv4 = 3,
459         IPv6 = 4,
460         Unknown = 0,
461     }
462     public enum UriIdnScope
463     {
464         All = 2,
465         AllExceptIntranet = 1,
466         None = 0,
467     }
468     public enum UriKind
469     {
470         Absolute = 1,
471         Relative = 2,
472         RelativeOrAbsolute = 0,
473     }
474     public abstract partial class UriParser
475     {
UriParser()476         protected UriParser() { }
GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format)477         protected virtual string GetComponents(System.Uri uri, System.UriComponents components, System.UriFormat format) { throw null; }
InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError)478         protected virtual void InitializeAndValidate(System.Uri uri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); }
IsBaseOf(System.Uri baseUri, System.Uri relativeUri)479         protected virtual bool IsBaseOf(System.Uri baseUri, System.Uri relativeUri) { throw null; }
IsKnownScheme(string schemeName)480         public static bool IsKnownScheme(string schemeName) { throw null; }
IsWellFormedOriginalString(System.Uri uri)481         protected virtual bool IsWellFormedOriginalString(System.Uri uri) { throw null; }
OnNewUri()482         protected virtual System.UriParser OnNewUri() { throw null; }
OnRegister(string schemeName, int defaultPort)483         protected virtual void OnRegister(string schemeName, int defaultPort) { }
Register(System.UriParser uriParser, string schemeName, int defaultPort)484         public static void Register(System.UriParser uriParser, string schemeName, int defaultPort) { }
Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError)485         protected virtual string Resolve(System.Uri baseUri, System.Uri relativeUri, out System.UriFormatException parsingError) { parsingError = default(System.UriFormatException); throw null; }
486     }
487     public enum UriPartial
488     {
489         Authority = 1,
490         Path = 2,
491         Query = 3,
492         Scheme = 0,
493     }
494     public partial class UriTypeConverter : System.ComponentModel.TypeConverter
495     {
UriTypeConverter()496         public UriTypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)497         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)498         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)499         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)500         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)501         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
502     }
503 }
504 namespace System.CodeDom
505 {
506     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
507     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
508     [System.SerializableAttribute]
509     public partial class CodeArgumentReferenceExpression : System.CodeDom.CodeExpression
510     {
CodeArgumentReferenceExpression()511         public CodeArgumentReferenceExpression() { }
CodeArgumentReferenceExpression(string parameterName)512         public CodeArgumentReferenceExpression(string parameterName) { }
513         public string ParameterName { get { throw null; } set { } }
514     }
515     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
516     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
517     [System.SerializableAttribute]
518     public partial class CodeArrayCreateExpression : System.CodeDom.CodeExpression
519     {
CodeArrayCreateExpression()520         public CodeArrayCreateExpression() { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size)521         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers)522         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size)523         public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size) { }
CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size)524         public CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers)525         public CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(string createType, int size)526         public CodeArrayCreateExpression(string createType, int size) { }
CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size)527         public CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size) { }
CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers)528         public CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers) { }
CodeArrayCreateExpression(System.Type createType, int size)529         public CodeArrayCreateExpression(System.Type createType, int size) { }
530         public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } }
531         public System.CodeDom.CodeExpressionCollection Initializers { get { throw null; } }
532         public int Size { get { throw null; } set { } }
533         public System.CodeDom.CodeExpression SizeExpression { get { throw null; } set { } }
534     }
535     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
536     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
537     [System.SerializableAttribute]
538     public partial class CodeArrayIndexerExpression : System.CodeDom.CodeExpression
539     {
CodeArrayIndexerExpression()540         public CodeArrayIndexerExpression() { }
CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)541         public CodeArrayIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { }
542         public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
543         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
544     }
545     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
546     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
547     [System.SerializableAttribute]
548     public partial class CodeAssignStatement : System.CodeDom.CodeStatement
549     {
CodeAssignStatement()550         public CodeAssignStatement() { }
CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right)551         public CodeAssignStatement(System.CodeDom.CodeExpression left, System.CodeDom.CodeExpression right) { }
552         public System.CodeDom.CodeExpression Left { get { throw null; } set { } }
553         public System.CodeDom.CodeExpression Right { get { throw null; } set { } }
554     }
555     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
556     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
557     [System.SerializableAttribute]
558     public partial class CodeAttachEventStatement : System.CodeDom.CodeStatement
559     {
CodeAttachEventStatement()560         public CodeAttachEventStatement() { }
CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)561         public CodeAttachEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { }
CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)562         public CodeAttachEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { }
563         public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
564         public System.CodeDom.CodeExpression Listener { get { throw null; } set { } }
565     }
566     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
567     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
568     [System.SerializableAttribute]
569     public partial class CodeAttributeArgument
570     {
CodeAttributeArgument()571         public CodeAttributeArgument() { }
CodeAttributeArgument(System.CodeDom.CodeExpression value)572         public CodeAttributeArgument(System.CodeDom.CodeExpression value) { }
CodeAttributeArgument(string name, System.CodeDom.CodeExpression value)573         public CodeAttributeArgument(string name, System.CodeDom.CodeExpression value) { }
574         public string Name { get { throw null; } set { } }
575         public System.CodeDom.CodeExpression Value { get { throw null; } set { } }
576     }
577     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
578     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
579     [System.SerializableAttribute]
580     public partial class CodeAttributeArgumentCollection : System.Collections.CollectionBase
581     {
CodeAttributeArgumentCollection()582         public CodeAttributeArgumentCollection() { }
CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value)583         public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgumentCollection value) { }
CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value)584         public CodeAttributeArgumentCollection(System.CodeDom.CodeAttributeArgument[] value) { }
585         public System.CodeDom.CodeAttributeArgument this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeAttributeArgument value)586         public int Add(System.CodeDom.CodeAttributeArgument value) { throw null; }
AddRange(System.CodeDom.CodeAttributeArgumentCollection value)587         public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) { }
AddRange(System.CodeDom.CodeAttributeArgument[] value)588         public void AddRange(System.CodeDom.CodeAttributeArgument[] value) { }
Contains(System.CodeDom.CodeAttributeArgument value)589         public bool Contains(System.CodeDom.CodeAttributeArgument value) { throw null; }
CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index)590         public void CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index) { }
IndexOf(System.CodeDom.CodeAttributeArgument value)591         public int IndexOf(System.CodeDom.CodeAttributeArgument value) { throw null; }
Insert(int index, System.CodeDom.CodeAttributeArgument value)592         public void Insert(int index, System.CodeDom.CodeAttributeArgument value) { }
Remove(System.CodeDom.CodeAttributeArgument value)593         public void Remove(System.CodeDom.CodeAttributeArgument value) { }
594     }
595     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
596     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
597     [System.SerializableAttribute]
598     public partial class CodeAttributeDeclaration
599     {
CodeAttributeDeclaration()600         public CodeAttributeDeclaration() { }
CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType)601         public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType) { }
CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments)602         public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments) { }
CodeAttributeDeclaration(string name)603         public CodeAttributeDeclaration(string name) { }
CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments)604         public CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments) { }
605         public System.CodeDom.CodeAttributeArgumentCollection Arguments { get { throw null; } }
606         public System.CodeDom.CodeTypeReference AttributeType { get { throw null; } }
607         public string Name { get { throw null; } set { } }
608     }
609     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
610     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
611     [System.SerializableAttribute]
612     public partial class CodeAttributeDeclarationCollection : System.Collections.CollectionBase
613     {
CodeAttributeDeclarationCollection()614         public CodeAttributeDeclarationCollection() { }
CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value)615         public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclarationCollection value) { }
CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value)616         public CodeAttributeDeclarationCollection(System.CodeDom.CodeAttributeDeclaration[] value) { }
617         public System.CodeDom.CodeAttributeDeclaration this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeAttributeDeclaration value)618         public int Add(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
AddRange(System.CodeDom.CodeAttributeDeclarationCollection value)619         public void AddRange(System.CodeDom.CodeAttributeDeclarationCollection value) { }
AddRange(System.CodeDom.CodeAttributeDeclaration[] value)620         public void AddRange(System.CodeDom.CodeAttributeDeclaration[] value) { }
Contains(System.CodeDom.CodeAttributeDeclaration value)621         public bool Contains(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index)622         public void CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index) { }
IndexOf(System.CodeDom.CodeAttributeDeclaration value)623         public int IndexOf(System.CodeDom.CodeAttributeDeclaration value) { throw null; }
Insert(int index, System.CodeDom.CodeAttributeDeclaration value)624         public void Insert(int index, System.CodeDom.CodeAttributeDeclaration value) { }
Remove(System.CodeDom.CodeAttributeDeclaration value)625         public void Remove(System.CodeDom.CodeAttributeDeclaration value) { }
626     }
627     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
628     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
629     [System.SerializableAttribute]
630     public partial class CodeBaseReferenceExpression : System.CodeDom.CodeExpression
631     {
CodeBaseReferenceExpression()632         public CodeBaseReferenceExpression() { }
633     }
634     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
635     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
636     [System.SerializableAttribute]
637     public partial class CodeBinaryOperatorExpression : System.CodeDom.CodeExpression
638     {
CodeBinaryOperatorExpression()639         public CodeBinaryOperatorExpression() { }
CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right)640         public CodeBinaryOperatorExpression(System.CodeDom.CodeExpression left, System.CodeDom.CodeBinaryOperatorType op, System.CodeDom.CodeExpression right) { }
641         public System.CodeDom.CodeExpression Left { get { throw null; } set { } }
642         public System.CodeDom.CodeBinaryOperatorType Operator { get { throw null; } set { } }
643         public System.CodeDom.CodeExpression Right { get { throw null; } set { } }
644     }
645     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
646     [System.SerializableAttribute]
647     public enum CodeBinaryOperatorType
648     {
649         Add = 0,
650         Assign = 5,
651         BitwiseAnd = 10,
652         BitwiseOr = 9,
653         BooleanAnd = 12,
654         BooleanOr = 11,
655         Divide = 3,
656         GreaterThan = 15,
657         GreaterThanOrEqual = 16,
658         IdentityEquality = 7,
659         IdentityInequality = 6,
660         LessThan = 13,
661         LessThanOrEqual = 14,
662         Modulus = 4,
663         Multiply = 2,
664         Subtract = 1,
665         ValueEquality = 8,
666     }
667     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
668     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
669     [System.SerializableAttribute]
670     public partial class CodeCastExpression : System.CodeDom.CodeExpression
671     {
CodeCastExpression()672         public CodeCastExpression() { }
CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression)673         public CodeCastExpression(System.CodeDom.CodeTypeReference targetType, System.CodeDom.CodeExpression expression) { }
CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression)674         public CodeCastExpression(string targetType, System.CodeDom.CodeExpression expression) { }
CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression)675         public CodeCastExpression(System.Type targetType, System.CodeDom.CodeExpression expression) { }
676         public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
677         public System.CodeDom.CodeTypeReference TargetType { get { throw null; } set { } }
678     }
679     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
680     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
681     [System.SerializableAttribute]
682     public partial class CodeCatchClause
683     {
CodeCatchClause()684         public CodeCatchClause() { }
CodeCatchClause(string localName)685         public CodeCatchClause(string localName) { }
CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType)686         public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType) { }
CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements)687         public CodeCatchClause(string localName, System.CodeDom.CodeTypeReference catchExceptionType, params System.CodeDom.CodeStatement[] statements) { }
688         public System.CodeDom.CodeTypeReference CatchExceptionType { get { throw null; } set { } }
689         public string LocalName { get { throw null; } set { } }
690         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
691     }
692     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
693     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
694     [System.SerializableAttribute]
695     public partial class CodeCatchClauseCollection : System.Collections.CollectionBase
696     {
CodeCatchClauseCollection()697         public CodeCatchClauseCollection() { }
CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value)698         public CodeCatchClauseCollection(System.CodeDom.CodeCatchClauseCollection value) { }
CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value)699         public CodeCatchClauseCollection(System.CodeDom.CodeCatchClause[] value) { }
700         public System.CodeDom.CodeCatchClause this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeCatchClause value)701         public int Add(System.CodeDom.CodeCatchClause value) { throw null; }
AddRange(System.CodeDom.CodeCatchClauseCollection value)702         public void AddRange(System.CodeDom.CodeCatchClauseCollection value) { }
AddRange(System.CodeDom.CodeCatchClause[] value)703         public void AddRange(System.CodeDom.CodeCatchClause[] value) { }
Contains(System.CodeDom.CodeCatchClause value)704         public bool Contains(System.CodeDom.CodeCatchClause value) { throw null; }
CopyTo(System.CodeDom.CodeCatchClause[] array, int index)705         public void CopyTo(System.CodeDom.CodeCatchClause[] array, int index) { }
IndexOf(System.CodeDom.CodeCatchClause value)706         public int IndexOf(System.CodeDom.CodeCatchClause value) { throw null; }
Insert(int index, System.CodeDom.CodeCatchClause value)707         public void Insert(int index, System.CodeDom.CodeCatchClause value) { }
Remove(System.CodeDom.CodeCatchClause value)708         public void Remove(System.CodeDom.CodeCatchClause value) { }
709     }
710     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
711     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
712     [System.SerializableAttribute]
713     public partial class CodeChecksumPragma : System.CodeDom.CodeDirective
714     {
CodeChecksumPragma()715         public CodeChecksumPragma() { }
CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData)716         public CodeChecksumPragma(string fileName, System.Guid checksumAlgorithmId, byte[] checksumData) { }
717         public System.Guid ChecksumAlgorithmId { get { throw null; } set { } }
718         public byte[] ChecksumData { get { throw null; } set { } }
719         public string FileName { get { throw null; } set { } }
720     }
721     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
722     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
723     [System.SerializableAttribute]
724     public partial class CodeComment : System.CodeDom.CodeObject
725     {
CodeComment()726         public CodeComment() { }
CodeComment(string text)727         public CodeComment(string text) { }
CodeComment(string text, bool docComment)728         public CodeComment(string text, bool docComment) { }
729         public bool DocComment { get { throw null; } set { } }
730         public string Text { get { throw null; } set { } }
731     }
732     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
733     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
734     [System.SerializableAttribute]
735     public partial class CodeCommentStatement : System.CodeDom.CodeStatement
736     {
CodeCommentStatement()737         public CodeCommentStatement() { }
CodeCommentStatement(System.CodeDom.CodeComment comment)738         public CodeCommentStatement(System.CodeDom.CodeComment comment) { }
CodeCommentStatement(string text)739         public CodeCommentStatement(string text) { }
CodeCommentStatement(string text, bool docComment)740         public CodeCommentStatement(string text, bool docComment) { }
741         public System.CodeDom.CodeComment Comment { get { throw null; } set { } }
742     }
743     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
744     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
745     [System.SerializableAttribute]
746     public partial class CodeCommentStatementCollection : System.Collections.CollectionBase
747     {
CodeCommentStatementCollection()748         public CodeCommentStatementCollection() { }
CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value)749         public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value) { }
CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value)750         public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value) { }
751         public System.CodeDom.CodeCommentStatement this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeCommentStatement value)752         public int Add(System.CodeDom.CodeCommentStatement value) { throw null; }
AddRange(System.CodeDom.CodeCommentStatementCollection value)753         public void AddRange(System.CodeDom.CodeCommentStatementCollection value) { }
AddRange(System.CodeDom.CodeCommentStatement[] value)754         public void AddRange(System.CodeDom.CodeCommentStatement[] value) { }
Contains(System.CodeDom.CodeCommentStatement value)755         public bool Contains(System.CodeDom.CodeCommentStatement value) { throw null; }
CopyTo(System.CodeDom.CodeCommentStatement[] array, int index)756         public void CopyTo(System.CodeDom.CodeCommentStatement[] array, int index) { }
IndexOf(System.CodeDom.CodeCommentStatement value)757         public int IndexOf(System.CodeDom.CodeCommentStatement value) { throw null; }
Insert(int index, System.CodeDom.CodeCommentStatement value)758         public void Insert(int index, System.CodeDom.CodeCommentStatement value) { }
Remove(System.CodeDom.CodeCommentStatement value)759         public void Remove(System.CodeDom.CodeCommentStatement value) { }
760     }
761     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
762     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
763     [System.SerializableAttribute]
764     public partial class CodeCompileUnit : System.CodeDom.CodeObject
765     {
CodeCompileUnit()766         public CodeCompileUnit() { }
767         public System.CodeDom.CodeAttributeDeclarationCollection AssemblyCustomAttributes { get { throw null; } }
768         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
769         public System.CodeDom.CodeNamespaceCollection Namespaces { get { throw null; } }
770         public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } }
771         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
772     }
773     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
774     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
775     [System.SerializableAttribute]
776     public partial class CodeConditionStatement : System.CodeDom.CodeStatement
777     {
CodeConditionStatement()778         public CodeConditionStatement() { }
CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements)779         public CodeConditionStatement(System.CodeDom.CodeExpression condition, params System.CodeDom.CodeStatement[] trueStatements) { }
CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements)780         public CodeConditionStatement(System.CodeDom.CodeExpression condition, System.CodeDom.CodeStatement[] trueStatements, System.CodeDom.CodeStatement[] falseStatements) { }
781         public System.CodeDom.CodeExpression Condition { get { throw null; } set { } }
782         public System.CodeDom.CodeStatementCollection FalseStatements { get { throw null; } }
783         public System.CodeDom.CodeStatementCollection TrueStatements { get { throw null; } }
784     }
785     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
786     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
787     [System.SerializableAttribute]
788     public partial class CodeConstructor : System.CodeDom.CodeMemberMethod
789     {
CodeConstructor()790         public CodeConstructor() { }
791         public System.CodeDom.CodeExpressionCollection BaseConstructorArgs { get { throw null; } }
792         public System.CodeDom.CodeExpressionCollection ChainedConstructorArgs { get { throw null; } }
793     }
794     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
795     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
796     [System.SerializableAttribute]
797     public partial class CodeDefaultValueExpression : System.CodeDom.CodeExpression
798     {
CodeDefaultValueExpression()799         public CodeDefaultValueExpression() { }
CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type)800         public CodeDefaultValueExpression(System.CodeDom.CodeTypeReference type) { }
801         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
802     }
803     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
804     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
805     [System.SerializableAttribute]
806     public partial class CodeDelegateCreateExpression : System.CodeDom.CodeExpression
807     {
CodeDelegateCreateExpression()808         public CodeDelegateCreateExpression() { }
CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName)809         public CodeDelegateCreateExpression(System.CodeDom.CodeTypeReference delegateType, System.CodeDom.CodeExpression targetObject, string methodName) { }
810         public System.CodeDom.CodeTypeReference DelegateType { get { throw null; } set { } }
811         public string MethodName { get { throw null; } set { } }
812         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
813     }
814     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
815     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
816     [System.SerializableAttribute]
817     public partial class CodeDelegateInvokeExpression : System.CodeDom.CodeExpression
818     {
CodeDelegateInvokeExpression()819         public CodeDelegateInvokeExpression() { }
CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject)820         public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject) { }
CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters)821         public CodeDelegateInvokeExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] parameters) { }
822         public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } }
823         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
824     }
825     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
826     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
827     [System.SerializableAttribute]
828     public partial class CodeDirectionExpression : System.CodeDom.CodeExpression
829     {
CodeDirectionExpression()830         public CodeDirectionExpression() { }
CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression)831         public CodeDirectionExpression(System.CodeDom.FieldDirection direction, System.CodeDom.CodeExpression expression) { }
832         public System.CodeDom.FieldDirection Direction { get { throw null; } set { } }
833         public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
834     }
835     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
836     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
837     [System.SerializableAttribute]
838     public partial class CodeDirective : System.CodeDom.CodeObject
839     {
CodeDirective()840         public CodeDirective() { }
841     }
842     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
843     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
844     [System.SerializableAttribute]
845     public partial class CodeDirectiveCollection : System.Collections.CollectionBase
846     {
CodeDirectiveCollection()847         public CodeDirectiveCollection() { }
CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value)848         public CodeDirectiveCollection(System.CodeDom.CodeDirectiveCollection value) { }
CodeDirectiveCollection(System.CodeDom.CodeDirective[] value)849         public CodeDirectiveCollection(System.CodeDom.CodeDirective[] value) { }
850         public System.CodeDom.CodeDirective this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeDirective value)851         public int Add(System.CodeDom.CodeDirective value) { throw null; }
AddRange(System.CodeDom.CodeDirectiveCollection value)852         public void AddRange(System.CodeDom.CodeDirectiveCollection value) { }
AddRange(System.CodeDom.CodeDirective[] value)853         public void AddRange(System.CodeDom.CodeDirective[] value) { }
Contains(System.CodeDom.CodeDirective value)854         public bool Contains(System.CodeDom.CodeDirective value) { throw null; }
CopyTo(System.CodeDom.CodeDirective[] array, int index)855         public void CopyTo(System.CodeDom.CodeDirective[] array, int index) { }
IndexOf(System.CodeDom.CodeDirective value)856         public int IndexOf(System.CodeDom.CodeDirective value) { throw null; }
Insert(int index, System.CodeDom.CodeDirective value)857         public void Insert(int index, System.CodeDom.CodeDirective value) { }
Remove(System.CodeDom.CodeDirective value)858         public void Remove(System.CodeDom.CodeDirective value) { }
859     }
860     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
861     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
862     [System.SerializableAttribute]
863     public partial class CodeEntryPointMethod : System.CodeDom.CodeMemberMethod
864     {
CodeEntryPointMethod()865         public CodeEntryPointMethod() { }
866     }
867     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
868     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
869     [System.SerializableAttribute]
870     public partial class CodeEventReferenceExpression : System.CodeDom.CodeExpression
871     {
CodeEventReferenceExpression()872         public CodeEventReferenceExpression() { }
CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName)873         public CodeEventReferenceExpression(System.CodeDom.CodeExpression targetObject, string eventName) { }
874         public string EventName { get { throw null; } set { } }
875         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
876     }
877     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
878     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
879     [System.SerializableAttribute]
880     public partial class CodeExpression : System.CodeDom.CodeObject
881     {
CodeExpression()882         public CodeExpression() { }
883     }
884     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
885     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
886     [System.SerializableAttribute]
887     public partial class CodeExpressionCollection : System.Collections.CollectionBase
888     {
CodeExpressionCollection()889         public CodeExpressionCollection() { }
CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value)890         public CodeExpressionCollection(System.CodeDom.CodeExpressionCollection value) { }
CodeExpressionCollection(System.CodeDom.CodeExpression[] value)891         public CodeExpressionCollection(System.CodeDom.CodeExpression[] value) { }
892         public System.CodeDom.CodeExpression this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeExpression value)893         public int Add(System.CodeDom.CodeExpression value) { throw null; }
AddRange(System.CodeDom.CodeExpressionCollection value)894         public void AddRange(System.CodeDom.CodeExpressionCollection value) { }
AddRange(System.CodeDom.CodeExpression[] value)895         public void AddRange(System.CodeDom.CodeExpression[] value) { }
Contains(System.CodeDom.CodeExpression value)896         public bool Contains(System.CodeDom.CodeExpression value) { throw null; }
CopyTo(System.CodeDom.CodeExpression[] array, int index)897         public void CopyTo(System.CodeDom.CodeExpression[] array, int index) { }
IndexOf(System.CodeDom.CodeExpression value)898         public int IndexOf(System.CodeDom.CodeExpression value) { throw null; }
Insert(int index, System.CodeDom.CodeExpression value)899         public void Insert(int index, System.CodeDom.CodeExpression value) { }
Remove(System.CodeDom.CodeExpression value)900         public void Remove(System.CodeDom.CodeExpression value) { }
901     }
902     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
903     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
904     [System.SerializableAttribute]
905     public partial class CodeExpressionStatement : System.CodeDom.CodeStatement
906     {
CodeExpressionStatement()907         public CodeExpressionStatement() { }
CodeExpressionStatement(System.CodeDom.CodeExpression expression)908         public CodeExpressionStatement(System.CodeDom.CodeExpression expression) { }
909         public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
910     }
911     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
912     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
913     [System.SerializableAttribute]
914     public partial class CodeFieldReferenceExpression : System.CodeDom.CodeExpression
915     {
CodeFieldReferenceExpression()916         public CodeFieldReferenceExpression() { }
CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName)917         public CodeFieldReferenceExpression(System.CodeDom.CodeExpression targetObject, string fieldName) { }
918         public string FieldName { get { throw null; } set { } }
919         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
920     }
921     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
922     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
923     [System.SerializableAttribute]
924     public partial class CodeGotoStatement : System.CodeDom.CodeStatement
925     {
CodeGotoStatement()926         public CodeGotoStatement() { }
CodeGotoStatement(string label)927         public CodeGotoStatement(string label) { }
928         public string Label { get { throw null; } set { } }
929     }
930     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
931     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
932     [System.SerializableAttribute]
933     public partial class CodeIndexerExpression : System.CodeDom.CodeExpression
934     {
CodeIndexerExpression()935         public CodeIndexerExpression() { }
CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices)936         public CodeIndexerExpression(System.CodeDom.CodeExpression targetObject, params System.CodeDom.CodeExpression[] indices) { }
937         public System.CodeDom.CodeExpressionCollection Indices { get { throw null; } }
938         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
939     }
940     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
941     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
942     [System.SerializableAttribute]
943     public partial class CodeIterationStatement : System.CodeDom.CodeStatement
944     {
CodeIterationStatement()945         public CodeIterationStatement() { }
CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements)946         public CodeIterationStatement(System.CodeDom.CodeStatement initStatement, System.CodeDom.CodeExpression testExpression, System.CodeDom.CodeStatement incrementStatement, params System.CodeDom.CodeStatement[] statements) { }
947         public System.CodeDom.CodeStatement IncrementStatement { get { throw null; } set { } }
948         public System.CodeDom.CodeStatement InitStatement { get { throw null; } set { } }
949         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
950         public System.CodeDom.CodeExpression TestExpression { get { throw null; } set { } }
951     }
952     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
953     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
954     [System.SerializableAttribute]
955     public partial class CodeLabeledStatement : System.CodeDom.CodeStatement
956     {
CodeLabeledStatement()957         public CodeLabeledStatement() { }
CodeLabeledStatement(string label)958         public CodeLabeledStatement(string label) { }
CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement)959         public CodeLabeledStatement(string label, System.CodeDom.CodeStatement statement) { }
960         public string Label { get { throw null; } set { } }
961         public System.CodeDom.CodeStatement Statement { get { throw null; } set { } }
962     }
963     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
964     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
965     [System.SerializableAttribute]
966     public partial class CodeLinePragma
967     {
CodeLinePragma()968         public CodeLinePragma() { }
CodeLinePragma(string fileName, int lineNumber)969         public CodeLinePragma(string fileName, int lineNumber) { }
970         public string FileName { get { throw null; } set { } }
971         public int LineNumber { get { throw null; } set { } }
972     }
973     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
974     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
975     [System.SerializableAttribute]
976     public partial class CodeMemberEvent : System.CodeDom.CodeTypeMember
977     {
CodeMemberEvent()978         public CodeMemberEvent() { }
979         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
980         public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } }
981         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
982     }
983     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
984     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
985     [System.SerializableAttribute]
986     public partial class CodeMemberField : System.CodeDom.CodeTypeMember
987     {
CodeMemberField()988         public CodeMemberField() { }
CodeMemberField(System.CodeDom.CodeTypeReference type, string name)989         public CodeMemberField(System.CodeDom.CodeTypeReference type, string name) { }
CodeMemberField(string type, string name)990         public CodeMemberField(string type, string name) { }
CodeMemberField(System.Type type, string name)991         public CodeMemberField(System.Type type, string name) { }
992         public System.CodeDom.CodeExpression InitExpression { get { throw null; } set { } }
993         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
994     }
995     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
996     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
997     [System.SerializableAttribute]
998     public partial class CodeMemberMethod : System.CodeDom.CodeTypeMember
999     {
CodeMemberMethod()1000         public CodeMemberMethod() { }
1001         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
1002         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } }
1003         public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } }
1004         public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } }
1005         public System.CodeDom.CodeAttributeDeclarationCollection ReturnTypeCustomAttributes { get { throw null; } }
1006         public System.CodeDom.CodeStatementCollection Statements { get { throw null; } }
1007         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1008         public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } }
1009         public event System.EventHandler PopulateImplementationTypes { add { } remove { } }
1010         public event System.EventHandler PopulateParameters { add { } remove { } }
1011         public event System.EventHandler PopulateStatements { add { } remove { } }
1012     }
1013     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1014     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1015     [System.SerializableAttribute]
1016     public partial class CodeMemberProperty : System.CodeDom.CodeTypeMember
1017     {
CodeMemberProperty()1018         public CodeMemberProperty() { }
1019         public System.CodeDom.CodeStatementCollection GetStatements { get { throw null; } }
1020         public bool HasGet { get { throw null; } set { } }
1021         public bool HasSet { get { throw null; } set { } }
1022         public System.CodeDom.CodeTypeReferenceCollection ImplementationTypes { get { throw null; } }
1023         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } }
1024         public System.CodeDom.CodeTypeReference PrivateImplementationType { get { throw null; } set { } }
1025         public System.CodeDom.CodeStatementCollection SetStatements { get { throw null; } }
1026         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1027     }
1028     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1029     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1030     [System.SerializableAttribute]
1031     public partial class CodeMethodInvokeExpression : System.CodeDom.CodeExpression
1032     {
CodeMethodInvokeExpression()1033         public CodeMethodInvokeExpression() { }
CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters)1034         public CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters) { }
CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters)1035         public CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters) { }
1036         public System.CodeDom.CodeMethodReferenceExpression Method { get { throw null; } set { } }
1037         public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } }
1038     }
1039     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1040     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1041     [System.SerializableAttribute]
1042     public partial class CodeMethodReferenceExpression : System.CodeDom.CodeExpression
1043     {
CodeMethodReferenceExpression()1044         public CodeMethodReferenceExpression() { }
CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName)1045         public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName) { }
CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters)1046         public CodeMethodReferenceExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeTypeReference[] typeParameters) { }
1047         public string MethodName { get { throw null; } set { } }
1048         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
1049         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1050         public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
1051     }
1052     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1053     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1054     [System.SerializableAttribute]
1055     public partial class CodeMethodReturnStatement : System.CodeDom.CodeStatement
1056     {
CodeMethodReturnStatement()1057         public CodeMethodReturnStatement() { }
CodeMethodReturnStatement(System.CodeDom.CodeExpression expression)1058         public CodeMethodReturnStatement(System.CodeDom.CodeExpression expression) { }
1059         public System.CodeDom.CodeExpression Expression { get { throw null; } set { } }
1060     }
1061     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1062     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1063     [System.SerializableAttribute]
1064     public partial class CodeNamespace : System.CodeDom.CodeObject
1065     {
CodeNamespace()1066         public CodeNamespace() { }
CodeNamespace(string name)1067         public CodeNamespace(string name) { }
1068         public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
1069         public System.CodeDom.CodeNamespaceImportCollection Imports { get { throw null; } }
1070         public string Name { get { throw null; } set { } }
1071         public System.CodeDom.CodeTypeDeclarationCollection Types { get { throw null; } }
1072         public event System.EventHandler PopulateComments { add { } remove { } }
1073         public event System.EventHandler PopulateImports { add { } remove { } }
1074         public event System.EventHandler PopulateTypes { add { } remove { } }
1075     }
1076     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1077     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1078     [System.SerializableAttribute]
1079     public partial class CodeNamespaceCollection : System.Collections.CollectionBase
1080     {
CodeNamespaceCollection()1081         public CodeNamespaceCollection() { }
CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value)1082         public CodeNamespaceCollection(System.CodeDom.CodeNamespaceCollection value) { }
CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value)1083         public CodeNamespaceCollection(System.CodeDom.CodeNamespace[] value) { }
1084         public System.CodeDom.CodeNamespace this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeNamespace value)1085         public int Add(System.CodeDom.CodeNamespace value) { throw null; }
AddRange(System.CodeDom.CodeNamespaceCollection value)1086         public void AddRange(System.CodeDom.CodeNamespaceCollection value) { }
AddRange(System.CodeDom.CodeNamespace[] value)1087         public void AddRange(System.CodeDom.CodeNamespace[] value) { }
Contains(System.CodeDom.CodeNamespace value)1088         public bool Contains(System.CodeDom.CodeNamespace value) { throw null; }
CopyTo(System.CodeDom.CodeNamespace[] array, int index)1089         public void CopyTo(System.CodeDom.CodeNamespace[] array, int index) { }
IndexOf(System.CodeDom.CodeNamespace value)1090         public int IndexOf(System.CodeDom.CodeNamespace value) { throw null; }
Insert(int index, System.CodeDom.CodeNamespace value)1091         public void Insert(int index, System.CodeDom.CodeNamespace value) { }
Remove(System.CodeDom.CodeNamespace value)1092         public void Remove(System.CodeDom.CodeNamespace value) { }
1093     }
1094     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1095     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1096     [System.SerializableAttribute]
1097     public partial class CodeNamespaceImport : System.CodeDom.CodeObject
1098     {
CodeNamespaceImport()1099         public CodeNamespaceImport() { }
CodeNamespaceImport(string nameSpace)1100         public CodeNamespaceImport(string nameSpace) { }
1101         public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
1102         public string Namespace { get { throw null; } set { } }
1103     }
1104     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1105     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1106     [System.SerializableAttribute]
1107     public partial class CodeNamespaceImportCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
1108     {
CodeNamespaceImportCollection()1109         public CodeNamespaceImportCollection() { }
1110         public int Count { get { throw null; } }
1111         public System.CodeDom.CodeNamespaceImport this[int index] { get { throw null; } set { } }
1112         int System.Collections.ICollection.Count { get { throw null; } }
1113         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1114         object System.Collections.ICollection.SyncRoot { get { throw null; } }
1115         bool System.Collections.IList.IsFixedSize { get { throw null; } }
1116         bool System.Collections.IList.IsReadOnly { get { throw null; } }
1117         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeNamespaceImport value)1118         public void Add(System.CodeDom.CodeNamespaceImport value) { }
AddRange(System.CodeDom.CodeNamespaceImport[] value)1119         public void AddRange(System.CodeDom.CodeNamespaceImport[] value) { }
Clear()1120         public void Clear() { }
GetEnumerator()1121         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)1122         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1123         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)1124         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()1125         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)1126         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)1127         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)1128         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)1129         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)1130         void System.Collections.IList.RemoveAt(int index) { }
1131     }
1132     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1133     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1134     [System.SerializableAttribute]
1135     public partial class CodeObject
1136     {
CodeObject()1137         public CodeObject() { }
1138         public System.Collections.IDictionary UserData { get { throw null; } }
1139     }
1140     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1141     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1142     [System.SerializableAttribute]
1143     public partial class CodeObjectCreateExpression : System.CodeDom.CodeExpression
1144     {
CodeObjectCreateExpression()1145         public CodeObjectCreateExpression() { }
CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters)1146         public CodeObjectCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] parameters) { }
CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters)1147         public CodeObjectCreateExpression(string createType, params System.CodeDom.CodeExpression[] parameters) { }
CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters)1148         public CodeObjectCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] parameters) { }
1149         public System.CodeDom.CodeTypeReference CreateType { get { throw null; } set { } }
1150         public System.CodeDom.CodeExpressionCollection Parameters { get { throw null; } }
1151     }
1152     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1153     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1154     [System.SerializableAttribute]
1155     public partial class CodeParameterDeclarationExpression : System.CodeDom.CodeExpression
1156     {
CodeParameterDeclarationExpression()1157         public CodeParameterDeclarationExpression() { }
CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name)1158         public CodeParameterDeclarationExpression(System.CodeDom.CodeTypeReference type, string name) { }
CodeParameterDeclarationExpression(string type, string name)1159         public CodeParameterDeclarationExpression(string type, string name) { }
CodeParameterDeclarationExpression(System.Type type, string name)1160         public CodeParameterDeclarationExpression(System.Type type, string name) { }
1161         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } }
1162         public System.CodeDom.FieldDirection Direction { get { throw null; } set { } }
1163         public string Name { get { throw null; } set { } }
1164         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1165     }
1166     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1167     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1168     [System.SerializableAttribute]
1169     public partial class CodeParameterDeclarationExpressionCollection : System.Collections.CollectionBase
1170     {
CodeParameterDeclarationExpressionCollection()1171         public CodeParameterDeclarationExpressionCollection() { }
CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1172         public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { }
CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value)1173         public CodeParameterDeclarationExpressionCollection(System.CodeDom.CodeParameterDeclarationExpression[] value) { }
1174         public System.CodeDom.CodeParameterDeclarationExpression this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeParameterDeclarationExpression value)1175         public int Add(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value)1176         public void AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value) { }
AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value)1177         public void AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value) { }
Contains(System.CodeDom.CodeParameterDeclarationExpression value)1178         public bool Contains(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index)1179         public void CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index) { }
IndexOf(System.CodeDom.CodeParameterDeclarationExpression value)1180         public int IndexOf(System.CodeDom.CodeParameterDeclarationExpression value) { throw null; }
Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value)1181         public void Insert(int index, System.CodeDom.CodeParameterDeclarationExpression value) { }
Remove(System.CodeDom.CodeParameterDeclarationExpression value)1182         public void Remove(System.CodeDom.CodeParameterDeclarationExpression value) { }
1183     }
1184     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1185     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1186     [System.SerializableAttribute]
1187     public partial class CodePrimitiveExpression : System.CodeDom.CodeExpression
1188     {
CodePrimitiveExpression()1189         public CodePrimitiveExpression() { }
CodePrimitiveExpression(object value)1190         public CodePrimitiveExpression(object value) { }
1191         public object Value { get { throw null; } set { } }
1192     }
1193     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1194     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1195     [System.SerializableAttribute]
1196     public partial class CodePropertyReferenceExpression : System.CodeDom.CodeExpression
1197     {
CodePropertyReferenceExpression()1198         public CodePropertyReferenceExpression() { }
CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName)1199         public CodePropertyReferenceExpression(System.CodeDom.CodeExpression targetObject, string propertyName) { }
1200         public string PropertyName { get { throw null; } set { } }
1201         public System.CodeDom.CodeExpression TargetObject { get { throw null; } set { } }
1202     }
1203     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1204     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1205     [System.SerializableAttribute]
1206     public partial class CodePropertySetValueReferenceExpression : System.CodeDom.CodeExpression
1207     {
CodePropertySetValueReferenceExpression()1208         public CodePropertySetValueReferenceExpression() { }
1209     }
1210     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1211     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1212     [System.SerializableAttribute]
1213     public partial class CodeRegionDirective : System.CodeDom.CodeDirective
1214     {
CodeRegionDirective()1215         public CodeRegionDirective() { }
CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText)1216         public CodeRegionDirective(System.CodeDom.CodeRegionMode regionMode, string regionText) { }
1217         public System.CodeDom.CodeRegionMode RegionMode { get { throw null; } set { } }
1218         public string RegionText { get { throw null; } set { } }
1219     }
1220     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1221     [System.SerializableAttribute]
1222     public enum CodeRegionMode
1223     {
1224         End = 2,
1225         None = 0,
1226         Start = 1,
1227     }
1228     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1229     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1230     [System.SerializableAttribute]
1231     public partial class CodeRemoveEventStatement : System.CodeDom.CodeStatement
1232     {
CodeRemoveEventStatement()1233         public CodeRemoveEventStatement() { }
CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener)1234         public CodeRemoveEventStatement(System.CodeDom.CodeEventReferenceExpression eventRef, System.CodeDom.CodeExpression listener) { }
CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener)1235         public CodeRemoveEventStatement(System.CodeDom.CodeExpression targetObject, string eventName, System.CodeDom.CodeExpression listener) { }
1236         public System.CodeDom.CodeEventReferenceExpression Event { get { throw null; } set { } }
1237         public System.CodeDom.CodeExpression Listener { get { throw null; } set { } }
1238     }
1239     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1240     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1241     [System.SerializableAttribute]
1242     public partial class CodeSnippetCompileUnit : System.CodeDom.CodeCompileUnit
1243     {
CodeSnippetCompileUnit()1244         public CodeSnippetCompileUnit() { }
CodeSnippetCompileUnit(string value)1245         public CodeSnippetCompileUnit(string value) { }
1246         public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
1247         public string Value { get { throw null; } set { } }
1248     }
1249     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1250     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1251     [System.SerializableAttribute]
1252     public partial class CodeSnippetExpression : System.CodeDom.CodeExpression
1253     {
CodeSnippetExpression()1254         public CodeSnippetExpression() { }
CodeSnippetExpression(string value)1255         public CodeSnippetExpression(string value) { }
1256         public string Value { get { throw null; } set { } }
1257     }
1258     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1259     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1260     [System.SerializableAttribute]
1261     public partial class CodeSnippetStatement : System.CodeDom.CodeStatement
1262     {
CodeSnippetStatement()1263         public CodeSnippetStatement() { }
CodeSnippetStatement(string value)1264         public CodeSnippetStatement(string value) { }
1265         public string Value { get { throw null; } set { } }
1266     }
1267     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1268     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1269     [System.SerializableAttribute]
1270     public partial class CodeSnippetTypeMember : System.CodeDom.CodeTypeMember
1271     {
CodeSnippetTypeMember()1272         public CodeSnippetTypeMember() { }
CodeSnippetTypeMember(string text)1273         public CodeSnippetTypeMember(string text) { }
1274         public string Text { get { throw null; } set { } }
1275     }
1276     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1277     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1278     [System.SerializableAttribute]
1279     public partial class CodeStatement : System.CodeDom.CodeObject
1280     {
CodeStatement()1281         public CodeStatement() { }
1282         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
1283         public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
1284         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
1285     }
1286     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1287     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1288     [System.SerializableAttribute]
1289     public partial class CodeStatementCollection : System.Collections.CollectionBase
1290     {
CodeStatementCollection()1291         public CodeStatementCollection() { }
CodeStatementCollection(System.CodeDom.CodeStatementCollection value)1292         public CodeStatementCollection(System.CodeDom.CodeStatementCollection value) { }
CodeStatementCollection(System.CodeDom.CodeStatement[] value)1293         public CodeStatementCollection(System.CodeDom.CodeStatement[] value) { }
1294         public System.CodeDom.CodeStatement this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeExpression value)1295         public int Add(System.CodeDom.CodeExpression value) { throw null; }
Add(System.CodeDom.CodeStatement value)1296         public int Add(System.CodeDom.CodeStatement value) { throw null; }
AddRange(System.CodeDom.CodeStatementCollection value)1297         public void AddRange(System.CodeDom.CodeStatementCollection value) { }
AddRange(System.CodeDom.CodeStatement[] value)1298         public void AddRange(System.CodeDom.CodeStatement[] value) { }
Contains(System.CodeDom.CodeStatement value)1299         public bool Contains(System.CodeDom.CodeStatement value) { throw null; }
CopyTo(System.CodeDom.CodeStatement[] array, int index)1300         public void CopyTo(System.CodeDom.CodeStatement[] array, int index) { }
IndexOf(System.CodeDom.CodeStatement value)1301         public int IndexOf(System.CodeDom.CodeStatement value) { throw null; }
Insert(int index, System.CodeDom.CodeStatement value)1302         public void Insert(int index, System.CodeDom.CodeStatement value) { }
Remove(System.CodeDom.CodeStatement value)1303         public void Remove(System.CodeDom.CodeStatement value) { }
1304     }
1305     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1306     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1307     [System.SerializableAttribute]
1308     public partial class CodeThisReferenceExpression : System.CodeDom.CodeExpression
1309     {
CodeThisReferenceExpression()1310         public CodeThisReferenceExpression() { }
1311     }
1312     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1313     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1314     [System.SerializableAttribute]
1315     public partial class CodeThrowExceptionStatement : System.CodeDom.CodeStatement
1316     {
CodeThrowExceptionStatement()1317         public CodeThrowExceptionStatement() { }
CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow)1318         public CodeThrowExceptionStatement(System.CodeDom.CodeExpression toThrow) { }
1319         public System.CodeDom.CodeExpression ToThrow { get { throw null; } set { } }
1320     }
1321     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1322     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1323     [System.SerializableAttribute]
1324     public partial class CodeTryCatchFinallyStatement : System.CodeDom.CodeStatement
1325     {
CodeTryCatchFinallyStatement()1326         public CodeTryCatchFinallyStatement() { }
CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses)1327         public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses) { }
CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements)1328         public CodeTryCatchFinallyStatement(System.CodeDom.CodeStatement[] tryStatements, System.CodeDom.CodeCatchClause[] catchClauses, System.CodeDom.CodeStatement[] finallyStatements) { }
1329         public System.CodeDom.CodeCatchClauseCollection CatchClauses { get { throw null; } }
1330         public System.CodeDom.CodeStatementCollection FinallyStatements { get { throw null; } }
1331         public System.CodeDom.CodeStatementCollection TryStatements { get { throw null; } }
1332     }
1333     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1334     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1335     [System.SerializableAttribute]
1336     public partial class CodeTypeConstructor : System.CodeDom.CodeMemberMethod
1337     {
CodeTypeConstructor()1338         public CodeTypeConstructor() { }
1339     }
1340     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1341     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1342     [System.SerializableAttribute]
1343     public partial class CodeTypeDeclaration : System.CodeDom.CodeTypeMember
1344     {
CodeTypeDeclaration()1345         public CodeTypeDeclaration() { }
CodeTypeDeclaration(string name)1346         public CodeTypeDeclaration(string name) { }
1347         public System.CodeDom.CodeTypeReferenceCollection BaseTypes { get { throw null; } }
1348         public bool IsClass { get { throw null; } set { } }
1349         public bool IsEnum { get { throw null; } set { } }
1350         public bool IsInterface { get { throw null; } set { } }
1351         public bool IsPartial { get { throw null; } set { } }
1352         public bool IsStruct { get { throw null; } set { } }
1353         public System.CodeDom.CodeTypeMemberCollection Members { get { throw null; } }
1354         public System.Reflection.TypeAttributes TypeAttributes { get { throw null; } set { } }
1355         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1356         public System.CodeDom.CodeTypeParameterCollection TypeParameters { get { throw null; } }
1357         public event System.EventHandler PopulateBaseTypes { add { } remove { } }
1358         public event System.EventHandler PopulateMembers { add { } remove { } }
1359     }
1360     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1361     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1362     [System.SerializableAttribute]
1363     public partial class CodeTypeDeclarationCollection : System.Collections.CollectionBase
1364     {
CodeTypeDeclarationCollection()1365         public CodeTypeDeclarationCollection() { }
CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value)1366         public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclarationCollection value) { }
CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value)1367         public CodeTypeDeclarationCollection(System.CodeDom.CodeTypeDeclaration[] value) { }
1368         public System.CodeDom.CodeTypeDeclaration this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeDeclaration value)1369         public int Add(System.CodeDom.CodeTypeDeclaration value) { throw null; }
AddRange(System.CodeDom.CodeTypeDeclarationCollection value)1370         public void AddRange(System.CodeDom.CodeTypeDeclarationCollection value) { }
AddRange(System.CodeDom.CodeTypeDeclaration[] value)1371         public void AddRange(System.CodeDom.CodeTypeDeclaration[] value) { }
Contains(System.CodeDom.CodeTypeDeclaration value)1372         public bool Contains(System.CodeDom.CodeTypeDeclaration value) { throw null; }
CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index)1373         public void CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeDeclaration value)1374         public int IndexOf(System.CodeDom.CodeTypeDeclaration value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeDeclaration value)1375         public void Insert(int index, System.CodeDom.CodeTypeDeclaration value) { }
Remove(System.CodeDom.CodeTypeDeclaration value)1376         public void Remove(System.CodeDom.CodeTypeDeclaration value) { }
1377     }
1378     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1379     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1380     [System.SerializableAttribute]
1381     public partial class CodeTypeDelegate : System.CodeDom.CodeTypeDeclaration
1382     {
CodeTypeDelegate()1383         public CodeTypeDelegate() { }
CodeTypeDelegate(string name)1384         public CodeTypeDelegate(string name) { }
1385         public System.CodeDom.CodeParameterDeclarationExpressionCollection Parameters { get { throw null; } }
1386         public System.CodeDom.CodeTypeReference ReturnType { get { throw null; } set { } }
1387     }
1388     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1389     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1390     [System.SerializableAttribute]
1391     public partial class CodeTypeMember : System.CodeDom.CodeObject
1392     {
CodeTypeMember()1393         public CodeTypeMember() { }
1394         public System.CodeDom.MemberAttributes Attributes { get { throw null; } set { } }
1395         public System.CodeDom.CodeCommentStatementCollection Comments { get { throw null; } }
1396         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } set { } }
1397         public System.CodeDom.CodeDirectiveCollection EndDirectives { get { throw null; } }
1398         public System.CodeDom.CodeLinePragma LinePragma { get { throw null; } set { } }
1399         public string Name { get { throw null; } set { } }
1400         public System.CodeDom.CodeDirectiveCollection StartDirectives { get { throw null; } }
1401     }
1402     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1403     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1404     [System.SerializableAttribute]
1405     public partial class CodeTypeMemberCollection : System.Collections.CollectionBase
1406     {
CodeTypeMemberCollection()1407         public CodeTypeMemberCollection() { }
CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value)1408         public CodeTypeMemberCollection(System.CodeDom.CodeTypeMemberCollection value) { }
CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value)1409         public CodeTypeMemberCollection(System.CodeDom.CodeTypeMember[] value) { }
1410         public System.CodeDom.CodeTypeMember this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeMember value)1411         public int Add(System.CodeDom.CodeTypeMember value) { throw null; }
AddRange(System.CodeDom.CodeTypeMemberCollection value)1412         public void AddRange(System.CodeDom.CodeTypeMemberCollection value) { }
AddRange(System.CodeDom.CodeTypeMember[] value)1413         public void AddRange(System.CodeDom.CodeTypeMember[] value) { }
Contains(System.CodeDom.CodeTypeMember value)1414         public bool Contains(System.CodeDom.CodeTypeMember value) { throw null; }
CopyTo(System.CodeDom.CodeTypeMember[] array, int index)1415         public void CopyTo(System.CodeDom.CodeTypeMember[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeMember value)1416         public int IndexOf(System.CodeDom.CodeTypeMember value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeMember value)1417         public void Insert(int index, System.CodeDom.CodeTypeMember value) { }
Remove(System.CodeDom.CodeTypeMember value)1418         public void Remove(System.CodeDom.CodeTypeMember value) { }
1419     }
1420     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1421     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1422     [System.SerializableAttribute]
1423     public partial class CodeTypeOfExpression : System.CodeDom.CodeExpression
1424     {
CodeTypeOfExpression()1425         public CodeTypeOfExpression() { }
CodeTypeOfExpression(System.CodeDom.CodeTypeReference type)1426         public CodeTypeOfExpression(System.CodeDom.CodeTypeReference type) { }
CodeTypeOfExpression(string type)1427         public CodeTypeOfExpression(string type) { }
CodeTypeOfExpression(System.Type type)1428         public CodeTypeOfExpression(System.Type type) { }
1429         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1430     }
1431     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1432     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1433     [System.SerializableAttribute]
1434     public partial class CodeTypeParameter : System.CodeDom.CodeObject
1435     {
CodeTypeParameter()1436         public CodeTypeParameter() { }
CodeTypeParameter(string name)1437         public CodeTypeParameter(string name) { }
1438         public System.CodeDom.CodeTypeReferenceCollection Constraints { get { throw null; } }
1439         public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get { throw null; } }
1440         public bool HasConstructorConstraint { get { throw null; } set { } }
1441         public string Name { get { throw null; } set { } }
1442     }
1443     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1444     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1445     [System.SerializableAttribute]
1446     public partial class CodeTypeParameterCollection : System.Collections.CollectionBase
1447     {
CodeTypeParameterCollection()1448         public CodeTypeParameterCollection() { }
CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value)1449         public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameterCollection value) { }
CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value)1450         public CodeTypeParameterCollection(System.CodeDom.CodeTypeParameter[] value) { }
1451         public System.CodeDom.CodeTypeParameter this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeParameter value)1452         public int Add(System.CodeDom.CodeTypeParameter value) { throw null; }
Add(string value)1453         public void Add(string value) { }
AddRange(System.CodeDom.CodeTypeParameterCollection value)1454         public void AddRange(System.CodeDom.CodeTypeParameterCollection value) { }
AddRange(System.CodeDom.CodeTypeParameter[] value)1455         public void AddRange(System.CodeDom.CodeTypeParameter[] value) { }
Contains(System.CodeDom.CodeTypeParameter value)1456         public bool Contains(System.CodeDom.CodeTypeParameter value) { throw null; }
CopyTo(System.CodeDom.CodeTypeParameter[] array, int index)1457         public void CopyTo(System.CodeDom.CodeTypeParameter[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeParameter value)1458         public int IndexOf(System.CodeDom.CodeTypeParameter value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeParameter value)1459         public void Insert(int index, System.CodeDom.CodeTypeParameter value) { }
Remove(System.CodeDom.CodeTypeParameter value)1460         public void Remove(System.CodeDom.CodeTypeParameter value) { }
1461     }
1462     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1463     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1464     [System.SerializableAttribute]
1465     public partial class CodeTypeReference : System.CodeDom.CodeObject
1466     {
CodeTypeReference()1467         public CodeTypeReference() { }
CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter)1468         public CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter) { }
CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank)1469         public CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank) { }
CodeTypeReference(string typeName)1470         public CodeTypeReference(string typeName) { }
CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption)1471         public CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) { }
CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments)1472         public CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments) { }
CodeTypeReference(string baseType, int rank)1473         public CodeTypeReference(string baseType, int rank) { }
CodeTypeReference(System.Type type)1474         public CodeTypeReference(System.Type type) { }
CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption)1475         public CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) { }
1476         public System.CodeDom.CodeTypeReference ArrayElementType { get { throw null; } set { } }
1477         public int ArrayRank { get { throw null; } set { } }
1478         public string BaseType { get { throw null; } set { } }
1479         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1480         public System.CodeDom.CodeTypeReferenceOptions Options { get { throw null; } set { } }
1481         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1482         public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get { throw null; } }
1483     }
1484     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1485     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1486     [System.SerializableAttribute]
1487     public partial class CodeTypeReferenceCollection : System.Collections.CollectionBase
1488     {
CodeTypeReferenceCollection()1489         public CodeTypeReferenceCollection() { }
CodeTypeReferenceCollection(System.CodeDom.CodeTypeReferenceCollection value)1490         public CodeTypeReferenceCollection(System.CodeDom.CodeTypeReferenceCollection value) { }
CodeTypeReferenceCollection(System.CodeDom.CodeTypeReference[] value)1491         public CodeTypeReferenceCollection(System.CodeDom.CodeTypeReference[] value) { }
1492         public System.CodeDom.CodeTypeReference this[int index] { get { throw null; } set { } }
Add(System.CodeDom.CodeTypeReference value)1493         public int Add(System.CodeDom.CodeTypeReference value) { throw null; }
Add(string value)1494         public void Add(string value) { }
Add(System.Type value)1495         public void Add(System.Type value) { }
AddRange(System.CodeDom.CodeTypeReferenceCollection value)1496         public void AddRange(System.CodeDom.CodeTypeReferenceCollection value) { }
AddRange(System.CodeDom.CodeTypeReference[] value)1497         public void AddRange(System.CodeDom.CodeTypeReference[] value) { }
Contains(System.CodeDom.CodeTypeReference value)1498         public bool Contains(System.CodeDom.CodeTypeReference value) { throw null; }
CopyTo(System.CodeDom.CodeTypeReference[] array, int index)1499         public void CopyTo(System.CodeDom.CodeTypeReference[] array, int index) { }
IndexOf(System.CodeDom.CodeTypeReference value)1500         public int IndexOf(System.CodeDom.CodeTypeReference value) { throw null; }
Insert(int index, System.CodeDom.CodeTypeReference value)1501         public void Insert(int index, System.CodeDom.CodeTypeReference value) { }
Remove(System.CodeDom.CodeTypeReference value)1502         public void Remove(System.CodeDom.CodeTypeReference value) { }
1503     }
1504     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1505     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1506     [System.SerializableAttribute]
1507     public partial class CodeTypeReferenceExpression : System.CodeDom.CodeExpression
1508     {
CodeTypeReferenceExpression()1509         public CodeTypeReferenceExpression() { }
CodeTypeReferenceExpression(System.CodeDom.CodeTypeReference type)1510         public CodeTypeReferenceExpression(System.CodeDom.CodeTypeReference type) { }
CodeTypeReferenceExpression(string type)1511         public CodeTypeReferenceExpression(string type) { }
CodeTypeReferenceExpression(System.Type type)1512         public CodeTypeReferenceExpression(System.Type type) { }
1513         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1514     }
1515     [System.FlagsAttribute]
1516     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1517     [System.SerializableAttribute]
1518     public enum CodeTypeReferenceOptions
1519     {
1520         GenericTypeParameter = 2,
1521         GlobalReference = 1,
1522     }
1523     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1524     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1525     [System.SerializableAttribute]
1526     public partial class CodeVariableDeclarationStatement : System.CodeDom.CodeStatement
1527     {
CodeVariableDeclarationStatement()1528         public CodeVariableDeclarationStatement() { }
CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name)1529         public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name) { }
CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression)1530         public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression) { }
CodeVariableDeclarationStatement(string type, string name)1531         public CodeVariableDeclarationStatement(string type, string name) { }
CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression)1532         public CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression) { }
CodeVariableDeclarationStatement(System.Type type, string name)1533         public CodeVariableDeclarationStatement(System.Type type, string name) { }
CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression)1534         public CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression) { }
1535         public System.CodeDom.CodeExpression InitExpression { get { throw null; } set { } }
1536         public string Name { get { throw null; } set { } }
1537         public System.CodeDom.CodeTypeReference Type { get { throw null; } set { } }
1538     }
1539     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1540     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1541     [System.SerializableAttribute]
1542     public partial class CodeVariableReferenceExpression : System.CodeDom.CodeExpression
1543     {
CodeVariableReferenceExpression()1544         public CodeVariableReferenceExpression() { }
CodeVariableReferenceExpression(string variableName)1545         public CodeVariableReferenceExpression(string variableName) { }
1546         public string VariableName { get { throw null; } set { } }
1547     }
1548     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1549     [System.SerializableAttribute]
1550     public enum FieldDirection
1551     {
1552         In = 0,
1553         Out = 1,
1554         Ref = 2,
1555     }
1556     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1557     [System.SerializableAttribute]
1558     public enum MemberAttributes
1559     {
1560         Abstract = 1,
1561         AccessMask = 61440,
1562         Assembly = 4096,
1563         Const = 5,
1564         Family = 12288,
1565         FamilyAndAssembly = 8192,
1566         FamilyOrAssembly = 16384,
1567         Final = 2,
1568         New = 16,
1569         Overloaded = 256,
1570         Override = 4,
1571         Private = 20480,
1572         Public = 24576,
1573         ScopeMask = 15,
1574         Static = 3,
1575         VTableMask = 240,
1576     }
1577 }
1578 namespace System.CodeDom.Compiler
1579 {
1580     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1581     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1582     public abstract partial class CodeCompiler : System.CodeDom.Compiler.CodeGenerator, System.CodeDom.Compiler.ICodeCompiler
1583     {
CodeCompiler()1584         protected CodeCompiler() { }
1585         protected abstract string CompilerName { get; }
1586         protected abstract string FileExtension { get; }
CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters options)1587         protected abstract string CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters options);
FromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit e)1588         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)1589         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)1590         protected virtual System.CodeDom.Compiler.CompilerResults FromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName) { throw null; }
FromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames)1591         protected virtual System.CodeDom.Compiler.CompilerResults FromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames) { throw null; }
FromSource(System.CodeDom.Compiler.CompilerParameters options, string source)1592         protected virtual System.CodeDom.Compiler.CompilerResults FromSource(System.CodeDom.Compiler.CompilerParameters options, string source) { throw null; }
FromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources)1593         protected virtual System.CodeDom.Compiler.CompilerResults FromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources) { throw null; }
GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters options, string cmdArgs)1594         protected virtual string GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters options, string cmdArgs) { throw null; }
JoinStringArray(string[] sa, string separator)1595         protected static string JoinStringArray(string[] sa, string separator) { throw null; }
ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults results, string line)1596         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)1597         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)1598         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)1599         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)1600         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)1601         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)1602         System.CodeDom.Compiler.CompilerResults System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources) { throw null; }
1603     }
1604     [System.ComponentModel.ToolboxItemAttribute(false)]
1605     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1606     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1607     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1608     public abstract partial class CodeDomProvider : System.ComponentModel.Component
1609     {
CodeDomProvider()1610         protected CodeDomProvider() { }
1611         public virtual string FileExtension { get { throw null; } }
1612         public virtual System.CodeDom.Compiler.LanguageOptions LanguageOptions { get { throw null; } }
CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, params System.CodeDom.CodeCompileUnit[] compilationUnits)1613         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)1614         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)1615         public virtual System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, params string[] sources) { throw null; }
1616         [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()1617         public abstract System.CodeDom.Compiler.ICodeCompiler CreateCompiler();
CreateEscapedIdentifier(string value)1618         public virtual string CreateEscapedIdentifier(string value) { throw null; }
1619         [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()1620         public abstract System.CodeDom.Compiler.ICodeGenerator CreateGenerator();
CreateGenerator(System.IO.TextWriter output)1621         public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(System.IO.TextWriter output) { throw null; }
CreateGenerator(string fileName)1622         public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(string fileName) { throw null; }
1623         [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()1624         public virtual System.CodeDom.Compiler.ICodeParser CreateParser() { throw null; }
1625         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CreateProvider(string language)1626         public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language) { throw null; }
1627         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CreateProvider(string language, System.Collections.Generic.IDictionary<string, string> providerOptions)1628         public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language, System.Collections.Generic.IDictionary<string, string> providerOptions) { throw null; }
CreateValidIdentifier(string value)1629         public virtual string CreateValidIdentifier(string value) { throw null; }
GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit compileUnit, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1630         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)1631         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)1632         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)1633         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)1634         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)1635         public virtual void GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration codeType, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
1636         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
GetAllCompilerInfo()1637         public static System.CodeDom.Compiler.CompilerInfo[] GetAllCompilerInfo() { throw null; }
1638         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
GetCompilerInfo(string language)1639         public static System.CodeDom.Compiler.CompilerInfo GetCompilerInfo(string language) { throw null; }
GetConverter(System.Type type)1640         public virtual System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
1641         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
GetLanguageFromExtension(string extension)1642         public static string GetLanguageFromExtension(string extension) { throw null; }
GetTypeOutput(System.CodeDom.CodeTypeReference type)1643         public virtual string GetTypeOutput(System.CodeDom.CodeTypeReference type) { throw null; }
1644         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
IsDefinedExtension(string extension)1645         public static bool IsDefinedExtension(string extension) { throw null; }
1646         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
IsDefinedLanguage(string language)1647         public static bool IsDefinedLanguage(string language) { throw null; }
IsValidIdentifier(string value)1648         public virtual bool IsValidIdentifier(string value) { throw null; }
Parse(System.IO.TextReader codeStream)1649         public virtual System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream) { throw null; }
Supports(System.CodeDom.Compiler.GeneratorSupport generatorSupport)1650         public virtual bool Supports(System.CodeDom.Compiler.GeneratorSupport generatorSupport) { throw null; }
1651     }
1652     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1653     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1654     public abstract partial class CodeGenerator : System.CodeDom.Compiler.ICodeGenerator
1655     {
CodeGenerator()1656         protected CodeGenerator() { }
1657         protected System.CodeDom.CodeTypeDeclaration CurrentClass { get { throw null; } }
1658         protected System.CodeDom.CodeTypeMember CurrentMember { get { throw null; } }
1659         protected string CurrentMemberName { get { throw null; } }
1660         protected string CurrentTypeName { get { throw null; } }
1661         protected int Indent { get { throw null; } set { } }
1662         protected bool IsCurrentClass { get { throw null; } }
1663         protected bool IsCurrentDelegate { get { throw null; } }
1664         protected bool IsCurrentEnum { get { throw null; } }
1665         protected bool IsCurrentInterface { get { throw null; } }
1666         protected bool IsCurrentStruct { get { throw null; } }
1667         protected abstract string NullToken { get; }
1668         protected System.CodeDom.Compiler.CodeGeneratorOptions Options { get { throw null; } }
1669         protected System.IO.TextWriter Output { get { throw null; } }
ContinueOnNewLine(string st)1670         protected virtual void ContinueOnNewLine(string st) { }
CreateEscapedIdentifier(string value)1671         protected abstract string CreateEscapedIdentifier(string value);
CreateValidIdentifier(string value)1672         protected abstract string CreateValidIdentifier(string value);
GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression e)1673         protected abstract void GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression e);
GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression e)1674         protected abstract void GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression e);
GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression e)1675         protected abstract void GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression e);
GenerateAssignStatement(System.CodeDom.CodeAssignStatement e)1676         protected abstract void GenerateAssignStatement(System.CodeDom.CodeAssignStatement e);
GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement e)1677         protected abstract void GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement e);
GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection attributes)1678         protected abstract void GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection attributes);
GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection attributes)1679         protected abstract void GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection attributes);
GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression e)1680         protected abstract void GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression e);
GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression e)1681         protected virtual void GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression e) { }
GenerateCastExpression(System.CodeDom.CodeCastExpression e)1682         protected abstract void GenerateCastExpression(System.CodeDom.CodeCastExpression e);
GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options)1683         public virtual void GenerateCodeFromMember(System.CodeDom.CodeTypeMember member, System.IO.TextWriter writer, System.CodeDom.Compiler.CodeGeneratorOptions options) { }
GenerateComment(System.CodeDom.CodeComment e)1684         protected abstract void GenerateComment(System.CodeDom.CodeComment e);
GenerateCommentStatement(System.CodeDom.CodeCommentStatement e)1685         protected virtual void GenerateCommentStatement(System.CodeDom.CodeCommentStatement e) { }
GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection e)1686         protected virtual void GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection e) { }
GenerateCompileUnit(System.CodeDom.CodeCompileUnit e)1687         protected virtual void GenerateCompileUnit(System.CodeDom.CodeCompileUnit e) { }
GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit e)1688         protected virtual void GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit e) { }
GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit e)1689         protected virtual void GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit e) { }
GenerateConditionStatement(System.CodeDom.CodeConditionStatement e)1690         protected abstract void GenerateConditionStatement(System.CodeDom.CodeConditionStatement e);
GenerateConstructor(System.CodeDom.CodeConstructor e, System.CodeDom.CodeTypeDeclaration c)1691         protected abstract void GenerateConstructor(System.CodeDom.CodeConstructor e, System.CodeDom.CodeTypeDeclaration c);
GenerateDecimalValue(decimal d)1692         protected virtual void GenerateDecimalValue(decimal d) { }
GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression e)1693         protected virtual void GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression e) { }
GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression e)1694         protected abstract void GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression e);
GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression e)1695         protected abstract void GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression e);
GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression e)1696         protected virtual void GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression e) { }
GenerateDirectives(System.CodeDom.CodeDirectiveCollection directives)1697         protected virtual void GenerateDirectives(System.CodeDom.CodeDirectiveCollection directives) { }
GenerateDoubleValue(double d)1698         protected virtual void GenerateDoubleValue(double d) { }
GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod e, System.CodeDom.CodeTypeDeclaration c)1699         protected abstract void GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod e, System.CodeDom.CodeTypeDeclaration c);
GenerateEvent(System.CodeDom.CodeMemberEvent e, System.CodeDom.CodeTypeDeclaration c)1700         protected abstract void GenerateEvent(System.CodeDom.CodeMemberEvent e, System.CodeDom.CodeTypeDeclaration c);
GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression e)1701         protected abstract void GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression e);
GenerateExpression(System.CodeDom.CodeExpression e)1702         protected void GenerateExpression(System.CodeDom.CodeExpression e) { }
GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement e)1703         protected abstract void GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement e);
GenerateField(System.CodeDom.CodeMemberField e)1704         protected abstract void GenerateField(System.CodeDom.CodeMemberField e);
GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression e)1705         protected abstract void GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression e);
GenerateGotoStatement(System.CodeDom.CodeGotoStatement e)1706         protected abstract void GenerateGotoStatement(System.CodeDom.CodeGotoStatement e);
GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression e)1707         protected abstract void GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression e);
GenerateIterationStatement(System.CodeDom.CodeIterationStatement e)1708         protected abstract void GenerateIterationStatement(System.CodeDom.CodeIterationStatement e);
GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement e)1709         protected abstract void GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement e);
GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma e)1710         protected abstract void GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma e);
GenerateLinePragmaStart(System.CodeDom.CodeLinePragma e)1711         protected abstract void GenerateLinePragmaStart(System.CodeDom.CodeLinePragma e);
GenerateMethod(System.CodeDom.CodeMemberMethod e, System.CodeDom.CodeTypeDeclaration c)1712         protected abstract void GenerateMethod(System.CodeDom.CodeMemberMethod e, System.CodeDom.CodeTypeDeclaration c);
GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression e)1713         protected abstract void GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression e);
GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression e)1714         protected abstract void GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression e);
GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement e)1715         protected abstract void GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement e);
GenerateNamespace(System.CodeDom.CodeNamespace e)1716         protected virtual void GenerateNamespace(System.CodeDom.CodeNamespace e) { }
GenerateNamespaceEnd(System.CodeDom.CodeNamespace e)1717         protected abstract void GenerateNamespaceEnd(System.CodeDom.CodeNamespace e);
GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport e)1718         protected abstract void GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport e);
GenerateNamespaceImports(System.CodeDom.CodeNamespace e)1719         protected void GenerateNamespaceImports(System.CodeDom.CodeNamespace e) { }
GenerateNamespaces(System.CodeDom.CodeCompileUnit e)1720         protected void GenerateNamespaces(System.CodeDom.CodeCompileUnit e) { }
GenerateNamespaceStart(System.CodeDom.CodeNamespace e)1721         protected abstract void GenerateNamespaceStart(System.CodeDom.CodeNamespace e);
GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression e)1722         protected abstract void GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression e);
GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression e)1723         protected virtual void GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression e) { }
GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression e)1724         protected virtual void GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression e) { }
GenerateProperty(System.CodeDom.CodeMemberProperty e, System.CodeDom.CodeTypeDeclaration c)1725         protected abstract void GenerateProperty(System.CodeDom.CodeMemberProperty e, System.CodeDom.CodeTypeDeclaration c);
GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression e)1726         protected abstract void GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression e);
GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression e)1727         protected abstract void GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression e);
GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement e)1728         protected abstract void GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement e);
GenerateSingleFloatValue(float s)1729         protected virtual void GenerateSingleFloatValue(float s) { }
GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit e)1730         protected virtual void GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit e) { }
GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression e)1731         protected abstract void GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression e);
GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember e)1732         protected abstract void GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember e);
GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement e)1733         protected virtual void GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement e) { }
GenerateStatement(System.CodeDom.CodeStatement e)1734         protected void GenerateStatement(System.CodeDom.CodeStatement e) { }
GenerateStatements(System.CodeDom.CodeStatementCollection stms)1735         protected void GenerateStatements(System.CodeDom.CodeStatementCollection stms) { }
GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e)1736         protected abstract void GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e);
GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement e)1737         protected abstract void GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement e);
GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement e)1738         protected abstract void GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement e);
GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor e)1739         protected abstract void GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor e);
GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration e)1740         protected abstract void GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration e);
GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression e)1741         protected virtual void GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression e) { }
GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression e)1742         protected virtual void GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression e) { }
GenerateTypes(System.CodeDom.CodeNamespace e)1743         protected void GenerateTypes(System.CodeDom.CodeNamespace e) { }
GenerateTypeStart(System.CodeDom.CodeTypeDeclaration e)1744         protected abstract void GenerateTypeStart(System.CodeDom.CodeTypeDeclaration e);
GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e)1745         protected abstract void GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e);
GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e)1746         protected abstract void GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e);
GetTypeOutput(System.CodeDom.CodeTypeReference value)1747         protected abstract string GetTypeOutput(System.CodeDom.CodeTypeReference value);
IsValidIdentifier(string value)1748         protected abstract bool IsValidIdentifier(string value);
IsValidLanguageIndependentIdentifier(string value)1749         public static bool IsValidLanguageIndependentIdentifier(string value) { throw null; }
OutputAttributeArgument(System.CodeDom.CodeAttributeArgument arg)1750         protected virtual void OutputAttributeArgument(System.CodeDom.CodeAttributeArgument arg) { }
OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection attributes)1751         protected virtual void OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection attributes) { }
OutputDirection(System.CodeDom.FieldDirection dir)1752         protected virtual void OutputDirection(System.CodeDom.FieldDirection dir) { }
OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions)1753         protected virtual void OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions) { }
OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions, bool newlineBetweenItems)1754         protected virtual void OutputExpressionList(System.CodeDom.CodeExpressionCollection expressions, bool newlineBetweenItems) { }
OutputFieldScopeModifier(System.CodeDom.MemberAttributes attributes)1755         protected virtual void OutputFieldScopeModifier(System.CodeDom.MemberAttributes attributes) { }
OutputIdentifier(string ident)1756         protected virtual void OutputIdentifier(string ident) { }
OutputMemberAccessModifier(System.CodeDom.MemberAttributes attributes)1757         protected virtual void OutputMemberAccessModifier(System.CodeDom.MemberAttributes attributes) { }
OutputMemberScopeModifier(System.CodeDom.MemberAttributes attributes)1758         protected virtual void OutputMemberScopeModifier(System.CodeDom.MemberAttributes attributes) { }
OutputOperator(System.CodeDom.CodeBinaryOperatorType op)1759         protected virtual void OutputOperator(System.CodeDom.CodeBinaryOperatorType op) { }
OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection parameters)1760         protected virtual void OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection parameters) { }
OutputType(System.CodeDom.CodeTypeReference typeRef)1761         protected abstract void OutputType(System.CodeDom.CodeTypeReference typeRef);
OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum)1762         protected virtual void OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum) { }
OutputTypeNamePair(System.CodeDom.CodeTypeReference typeRef, string name)1763         protected virtual void OutputTypeNamePair(System.CodeDom.CodeTypeReference typeRef, string name) { }
QuoteSnippetString(string value)1764         protected abstract string QuoteSnippetString(string value);
Supports(System.CodeDom.Compiler.GeneratorSupport support)1765         protected abstract bool Supports(System.CodeDom.Compiler.GeneratorSupport support);
System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value)1766         string System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(string value)1767         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)1768         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)1769         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)1770         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)1771         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)1772         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)1773         string System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference type) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value)1774         bool System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport support)1775         bool System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport support) { throw null; }
System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value)1776         void System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value) { }
ValidateIdentifier(string value)1777         protected virtual void ValidateIdentifier(string value) { }
ValidateIdentifiers(System.CodeDom.CodeObject e)1778         public static void ValidateIdentifiers(System.CodeDom.CodeObject e) { }
1779     }
1780     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1781     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1782     public partial class CodeGeneratorOptions
1783     {
CodeGeneratorOptions()1784         public CodeGeneratorOptions() { }
1785         public bool BlankLinesBetweenMembers { get { throw null; } set { } }
1786         public string BracingStyle { get { throw null; } set { } }
1787         public bool ElseOnClosing { get { throw null; } set { } }
1788         public string IndentString { get { throw null; } set { } }
1789         public object this[string index] { get { throw null; } set { } }
1790         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1791         public bool VerbatimOrder { get { throw null; } set { } }
1792     }
1793     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1794     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1795     public abstract partial class CodeParser : System.CodeDom.Compiler.ICodeParser
1796     {
CodeParser()1797         protected CodeParser() { }
Parse(System.IO.TextReader codeStream)1798         public abstract System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream);
1799     }
1800     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1801     [System.SerializableAttribute]
1802     public partial class CompilerError
1803     {
CompilerError()1804         public CompilerError() { }
CompilerError(string fileName, int line, int column, string errorNumber, string errorText)1805         public CompilerError(string fileName, int line, int column, string errorNumber, string errorText) { }
1806         public int Column { get { throw null; } set { } }
1807         public string ErrorNumber { get { throw null; } set { } }
1808         public string ErrorText { get { throw null; } set { } }
1809         public string FileName { get { throw null; } set { } }
1810         public bool IsWarning { get { throw null; } set { } }
1811         public int Line { get { throw null; } set { } }
ToString()1812         public override string ToString() { throw null; }
1813     }
1814     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1815     [System.SerializableAttribute]
1816     public partial class CompilerErrorCollection : System.Collections.CollectionBase
1817     {
CompilerErrorCollection()1818         public CompilerErrorCollection() { }
CompilerErrorCollection(System.CodeDom.Compiler.CompilerErrorCollection value)1819         public CompilerErrorCollection(System.CodeDom.Compiler.CompilerErrorCollection value) { }
CompilerErrorCollection(System.CodeDom.Compiler.CompilerError[] value)1820         public CompilerErrorCollection(System.CodeDom.Compiler.CompilerError[] value) { }
1821         public bool HasErrors { get { throw null; } }
1822         public bool HasWarnings { get { throw null; } }
1823         public System.CodeDom.Compiler.CompilerError this[int index] { get { throw null; } set { } }
Add(System.CodeDom.Compiler.CompilerError value)1824         public int Add(System.CodeDom.Compiler.CompilerError value) { throw null; }
AddRange(System.CodeDom.Compiler.CompilerErrorCollection value)1825         public void AddRange(System.CodeDom.Compiler.CompilerErrorCollection value) { }
AddRange(System.CodeDom.Compiler.CompilerError[] value)1826         public void AddRange(System.CodeDom.Compiler.CompilerError[] value) { }
Contains(System.CodeDom.Compiler.CompilerError value)1827         public bool Contains(System.CodeDom.Compiler.CompilerError value) { throw null; }
CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index)1828         public void CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index) { }
IndexOf(System.CodeDom.Compiler.CompilerError value)1829         public int IndexOf(System.CodeDom.Compiler.CompilerError value) { throw null; }
Insert(int index, System.CodeDom.Compiler.CompilerError value)1830         public void Insert(int index, System.CodeDom.Compiler.CompilerError value) { }
Remove(System.CodeDom.Compiler.CompilerError value)1831         public void Remove(System.CodeDom.Compiler.CompilerError value) { }
1832     }
1833     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1834     public sealed partial class CompilerInfo
1835     {
CompilerInfo()1836         internal CompilerInfo() { }
1837         public System.Type CodeDomProviderType { get { throw null; } }
1838         public bool IsCodeDomProviderTypeValid { get { throw null; } }
CreateDefaultCompilerParameters()1839         public System.CodeDom.Compiler.CompilerParameters CreateDefaultCompilerParameters() { throw null; }
CreateProvider()1840         public System.CodeDom.Compiler.CodeDomProvider CreateProvider() { throw null; }
CreateProvider(System.Collections.Generic.IDictionary<string, string> providerOptions)1841         public System.CodeDom.Compiler.CodeDomProvider CreateProvider(System.Collections.Generic.IDictionary<string, string> providerOptions) { throw null; }
Equals(object o)1842         public override bool Equals(object o) { throw null; }
GetExtensions()1843         public string[] GetExtensions() { throw null; }
GetHashCode()1844         public override int GetHashCode() { throw null; }
GetLanguages()1845         public string[] GetLanguages() { throw null; }
1846     }
1847     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1848     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
1849     [System.SerializableAttribute]
1850     public partial class CompilerParameters
1851     {
CompilerParameters()1852         public CompilerParameters() { }
CompilerParameters(string[] assemblyNames)1853         public CompilerParameters(string[] assemblyNames) { }
CompilerParameters(string[] assemblyNames, string outputName)1854         public CompilerParameters(string[] assemblyNames, string outputName) { }
CompilerParameters(string[] assemblyNames, string outputName, bool includeDebugInformation)1855         public CompilerParameters(string[] assemblyNames, string outputName, bool includeDebugInformation) { }
1856         public string CompilerOptions { get { throw null; } set { } }
1857         public string CoreAssemblyFileName { get { throw null; } set { } }
1858         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1859         public System.Collections.Specialized.StringCollection EmbeddedResources { get { throw null; } }
1860         [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.")]
1861         public System.Security.Policy.Evidence Evidence { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true)]set { } }
1862         public bool GenerateExecutable { get { throw null; } set { } }
1863         public bool GenerateInMemory { get { throw null; } set { } }
1864         public bool IncludeDebugInformation { get { throw null; } set { } }
1865         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
1866         public System.Collections.Specialized.StringCollection LinkedResources { get { throw null; } }
1867         public string MainClass { get { throw null; } set { } }
1868         public string OutputAssembly { get { throw null; } set { } }
1869         public System.Collections.Specialized.StringCollection ReferencedAssemblies { get { throw null; } }
1870         public System.CodeDom.Compiler.TempFileCollection TempFiles { get { throw null; } set { } }
1871         public bool TreatWarningsAsErrors { get { throw null; } set { } }
1872         public System.IntPtr UserToken { get { throw null; } set { } }
1873         public int WarningLevel { get { throw null; } set { } }
1874         public string Win32Resource { get { throw null; } set { } }
1875     }
1876     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1877     [System.SerializableAttribute]
1878     public partial class CompilerResults
1879     {
1880         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles)1881         public CompilerResults(System.CodeDom.Compiler.TempFileCollection tempFiles) { }
1882         public System.Reflection.Assembly CompiledAssembly { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, Flags=(System.Security.Permissions.SecurityPermissionFlag)(32))]get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
1883         public System.CodeDom.Compiler.CompilerErrorCollection Errors { get { throw null; } }
1884         [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.")]
1885         public System.Security.Policy.Evidence Evidence { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, ControlEvidence=true), System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
1886         public int NativeCompilerReturnValue { get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
1887         public System.Collections.Specialized.StringCollection Output { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]get { throw null; } }
1888         public string PathToAssembly { [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 { } }
1889         public System.CodeDom.Compiler.TempFileCollection TempFiles { [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 { } }
1890     }
1891     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
1892     public static partial class Executor
1893     {
ExecWait(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles)1894         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)1895         public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName)1896         public static int ExecWaitWithCapture(System.IntPtr userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName)1897         public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName)1898         public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) { throw null; }
1899     }
1900     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), Inherited=false, AllowMultiple=false)]
1901     public sealed partial class GeneratedCodeAttribute : System.Attribute
1902     {
GeneratedCodeAttribute(string tool, string version)1903         public GeneratedCodeAttribute(string tool, string version) { }
1904         public string Tool { get { throw null; } }
1905         public string Version { get { throw null; } }
1906     }
1907     [System.FlagsAttribute]
1908     [System.SerializableAttribute]
1909     public enum GeneratorSupport
1910     {
1911         ArraysOfArrays = 1,
1912         AssemblyAttributes = 4096,
1913         ChainedConstructorArguments = 32768,
1914         ComplexExpressions = 524288,
1915         DeclareDelegates = 512,
1916         DeclareEnums = 256,
1917         DeclareEvents = 2048,
1918         DeclareIndexerProperties = 33554432,
1919         DeclareInterfaces = 1024,
1920         DeclareValueTypes = 128,
1921         EntryPointMethod = 2,
1922         GenericTypeDeclaration = 16777216,
1923         GenericTypeReference = 8388608,
1924         GotoStatements = 4,
1925         MultidimensionalArrays = 8,
1926         MultipleInterfaceMembers = 131072,
1927         NestedTypes = 65536,
1928         ParameterAttributes = 8192,
1929         PartialTypes = 4194304,
1930         PublicStaticMembers = 262144,
1931         ReferenceParameters = 16384,
1932         Resources = 2097152,
1933         ReturnTypeAttributes = 64,
1934         StaticConstructors = 16,
1935         TryCatchStatements = 32,
1936         Win32Resources = 1048576,
1937     }
1938     public partial interface ICodeCompiler
1939     {
1940         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1941         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit compilationUnit)1942         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit compilationUnit);
1943         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1944         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] compilationUnits)1945         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters options, System.CodeDom.CodeCompileUnit[] compilationUnits);
1946         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1947         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName)1948         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters options, string fileName);
1949         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1950         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames)1951         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters options, string[] fileNames);
1952         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1953         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source)1954         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters options, string source);
1955         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1956         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources)1957         System.CodeDom.Compiler.CompilerResults CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters options, string[] sources);
1958     }
1959     public partial interface ICodeGenerator
1960     {
1961         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1962         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CreateEscapedIdentifier(string value)1963         string CreateEscapedIdentifier(string value);
1964         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1965         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CreateValidIdentifier(string value)1966         string CreateValidIdentifier(string value);
1967         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1968         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1969         void GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
1970         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1971         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GenerateCodeFromExpression(System.CodeDom.CodeExpression e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1972         void GenerateCodeFromExpression(System.CodeDom.CodeExpression e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
1973         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1974         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GenerateCodeFromNamespace(System.CodeDom.CodeNamespace e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1975         void GenerateCodeFromNamespace(System.CodeDom.CodeNamespace e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
1976         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1977         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GenerateCodeFromStatement(System.CodeDom.CodeStatement e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1978         void GenerateCodeFromStatement(System.CodeDom.CodeStatement e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
1979         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1980         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o)1981         void GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration e, System.IO.TextWriter w, System.CodeDom.Compiler.CodeGeneratorOptions o);
1982         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1983         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GetTypeOutput(System.CodeDom.CodeTypeReference type)1984         string GetTypeOutput(System.CodeDom.CodeTypeReference type);
1985         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1986         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
IsValidIdentifier(string value)1987         bool IsValidIdentifier(string value);
1988         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1989         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
Supports(System.CodeDom.Compiler.GeneratorSupport supports)1990         bool Supports(System.CodeDom.Compiler.GeneratorSupport supports);
1991         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
1992         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
ValidateIdentifier(string value)1993         void ValidateIdentifier(string value);
1994     }
1995     public partial interface ICodeParser
1996     {
Parse(System.IO.TextReader codeStream)1997         System.CodeDom.CodeCompileUnit Parse(System.IO.TextReader codeStream);
1998     }
1999     public partial class IndentedTextWriter : System.IO.TextWriter
2000     {
2001         public const string DefaultTabString = "    ";
IndentedTextWriter(System.IO.TextWriter writer)2002         public IndentedTextWriter(System.IO.TextWriter writer) { }
IndentedTextWriter(System.IO.TextWriter writer, string tabString)2003         public IndentedTextWriter(System.IO.TextWriter writer, string tabString) { }
2004         public override System.Text.Encoding Encoding { get { throw null; } }
2005         public int Indent { get { throw null; } set { } }
2006         public System.IO.TextWriter InnerWriter { get { throw null; } }
2007         public override string NewLine { get { throw null; } set { } }
Close()2008         public override void Close() { }
Flush()2009         public override void Flush() { }
OutputTabs()2010         protected virtual void OutputTabs() { }
Write(bool value)2011         public override void Write(bool value) { }
Write(char value)2012         public override void Write(char value) { }
Write(char[] buffer)2013         public override void Write(char[] buffer) { }
Write(char[] buffer, int index, int count)2014         public override void Write(char[] buffer, int index, int count) { }
Write(double value)2015         public override void Write(double value) { }
Write(int value)2016         public override void Write(int value) { }
Write(long value)2017         public override void Write(long value) { }
Write(object value)2018         public override void Write(object value) { }
Write(float value)2019         public override void Write(float value) { }
Write(string s)2020         public override void Write(string s) { }
Write(string format, object arg0)2021         public override void Write(string format, object arg0) { }
Write(string format, object arg0, object arg1)2022         public override void Write(string format, object arg0, object arg1) { }
Write(string format, params object[] arg)2023         public override void Write(string format, params object[] arg) { }
WriteLine()2024         public override void WriteLine() { }
WriteLine(bool value)2025         public override void WriteLine(bool value) { }
WriteLine(char value)2026         public override void WriteLine(char value) { }
WriteLine(char[] buffer)2027         public override void WriteLine(char[] buffer) { }
WriteLine(char[] buffer, int index, int count)2028         public override void WriteLine(char[] buffer, int index, int count) { }
WriteLine(double value)2029         public override void WriteLine(double value) { }
WriteLine(int value)2030         public override void WriteLine(int value) { }
WriteLine(long value)2031         public override void WriteLine(long value) { }
WriteLine(object value)2032         public override void WriteLine(object value) { }
WriteLine(float value)2033         public override void WriteLine(float value) { }
WriteLine(string s)2034         public override void WriteLine(string s) { }
WriteLine(string format, object arg0)2035         public override void WriteLine(string format, object arg0) { }
WriteLine(string format, object arg0, object arg1)2036         public override void WriteLine(string format, object arg0, object arg1) { }
WriteLine(string format, params object[] arg)2037         public override void WriteLine(string format, params object[] arg) { }
2038         [System.CLSCompliantAttribute(false)]
WriteLine(uint value)2039         public override void WriteLine(uint value) { }
WriteLineNoTabs(string s)2040         public void WriteLineNoTabs(string s) { }
2041     }
2042     [System.FlagsAttribute]
2043     [System.SerializableAttribute]
2044     public enum LanguageOptions
2045     {
2046         CaseInsensitive = 1,
2047         None = 0,
2048     }
2049     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
2050     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
2051     [System.SerializableAttribute]
2052     public partial class TempFileCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.IDisposable
2053     {
TempFileCollection()2054         public TempFileCollection() { }
TempFileCollection(string tempDir)2055         public TempFileCollection(string tempDir) { }
TempFileCollection(string tempDir, bool keepFiles)2056         public TempFileCollection(string tempDir, bool keepFiles) { }
2057         public string BasePath { get { throw null; } }
2058         public int Count { get { throw null; } }
2059         public bool KeepFiles { get { throw null; } set { } }
2060         int System.Collections.ICollection.Count { get { throw null; } }
2061         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2062         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2063         public string TempDir { get { throw null; } }
AddExtension(string fileExtension)2064         public string AddExtension(string fileExtension) { throw null; }
AddExtension(string fileExtension, bool keepFile)2065         public string AddExtension(string fileExtension, bool keepFile) { throw null; }
AddFile(string fileName, bool keepFile)2066         public void AddFile(string fileName, bool keepFile) { }
CopyTo(string[] fileNames, int start)2067         public void CopyTo(string[] fileNames, int start) { }
Delete()2068         public void Delete() { }
Dispose(bool disposing)2069         protected virtual void Dispose(bool disposing) { }
~TempFileCollection()2070         ~TempFileCollection() { }
GetEnumerator()2071         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int start)2072         void System.Collections.ICollection.CopyTo(System.Array array, int start) { }
System.Collections.IEnumerable.GetEnumerator()2073         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.IDisposable.Dispose()2074         void System.IDisposable.Dispose() { }
2075     }
2076 }
2077 namespace System.Collections.Concurrent
2078 {
2079     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}, Type = {m_collection}")]
2080     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Concurrent.SystemThreadingCollections_BlockingCollectionDebugView<T>")]
2081     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2082     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
2083     public partial class BlockingCollection<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.IDisposable
2084     {
BlockingCollection()2085         public BlockingCollection() { }
BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection)2086         public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection) { }
BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection, int boundedCapacity)2087         public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection<T> collection, int boundedCapacity) { }
BlockingCollection(int boundedCapacity)2088         public BlockingCollection(int boundedCapacity) { }
2089         public int BoundedCapacity { get { throw null; } }
2090         public int Count { get { throw null; } }
2091         public bool IsAddingCompleted { get { throw null; } }
2092         public bool IsCompleted { get { throw null; } }
2093         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2094         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)2095         public void Add(T item) { }
Add(T item, System.Threading.CancellationToken cancellationToken)2096         public void Add(T item, System.Threading.CancellationToken cancellationToken) { }
AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item)2097         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)2098         public static int AddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.Threading.CancellationToken cancellationToken) { throw null; }
CompleteAdding()2099         public void CompleteAdding() { }
CopyTo(T[] array, int index)2100         public void CopyTo(T[] array, int index) { }
Dispose()2101         public void Dispose() { }
Dispose(bool disposing)2102         protected virtual void Dispose(bool disposing) { }
GetConsumingEnumerable()2103         public System.Collections.Generic.IEnumerable<T> GetConsumingEnumerable() { throw null; }
GetConsumingEnumerable(System.Threading.CancellationToken cancellationToken)2104         public System.Collections.Generic.IEnumerable<T> GetConsumingEnumerable(System.Threading.CancellationToken cancellationToken) { throw null; }
GetEnumerator()2105         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2106         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2107         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
Take()2108         public T Take() { throw null; }
Take(System.Threading.CancellationToken cancellationToken)2109         public T Take(System.Threading.CancellationToken cancellationToken) { throw null; }
TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item)2110         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)2111         public static int TakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
ToArray()2112         public T[] ToArray() { throw null; }
TryAdd(T item)2113         public bool TryAdd(T item) { throw null; }
TryAdd(T item, int millisecondsTimeout)2114         public bool TryAdd(T item, int millisecondsTimeout) { throw null; }
TryAdd(T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)2115         public bool TryAdd(T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
TryAdd(T item, System.TimeSpan timeout)2116         public bool TryAdd(T item, System.TimeSpan timeout) { throw null; }
TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item)2117         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)2118         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)2119         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)2120         public static int TryAddToAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, T item, System.TimeSpan timeout) { throw null; }
TryTake(out T item)2121         public bool TryTake(out T item) { item = default(T); throw null; }
TryTake(out T item, int millisecondsTimeout)2122         public bool TryTake(out T item, int millisecondsTimeout) { item = default(T); throw null; }
TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)2123         public bool TryTake(out T item, int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { item = default(T); throw null; }
TryTake(out T item, System.TimeSpan timeout)2124         public bool TryTake(out T item, System.TimeSpan timeout) { item = default(T); throw null; }
TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item)2125         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)2126         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)2127         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)2128         public static int TryTakeFromAny(System.Collections.Concurrent.BlockingCollection<T>[] collections, out T item, System.TimeSpan timeout) { item = default(T); throw null; }
2129     }
2130     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2131     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Concurrent.SystemThreadingCollection_IProducerConsumerCollectionDebugView<T>")]
2132     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2133     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
2134     [System.SerializableAttribute]
2135     public partial class ConcurrentBag<T> : System.Collections.Concurrent.IProducerConsumerCollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable
2136     {
ConcurrentBag()2137         public ConcurrentBag() { }
ConcurrentBag(System.Collections.Generic.IEnumerable<T> collection)2138         public ConcurrentBag(System.Collections.Generic.IEnumerable<T> collection) { }
2139         public int Count { get { throw null; } }
2140         public bool IsEmpty { get { throw null; } }
2141         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2142         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)2143         public void Add(T item) { }
CopyTo(T[] array, int index)2144         public void CopyTo(T[] array, int index) { }
GetEnumerator()2145         public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
TryAdd(T item)2146         bool System.Collections.Concurrent.IProducerConsumerCollection<T>.TryAdd(T item) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2147         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2148         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()2149         public T[] ToArray() { throw null; }
TryPeek(out T result)2150         public bool TryPeek(out T result) { result = default(T); throw null; }
TryTake(out T result)2151         public bool TryTake(out T result) { result = default(T); throw null; }
2152     }
2153 }
2154 namespace System.Collections.Generic
2155 {
2156     public partial interface ISet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
2157     {
Add(T item)2158         new bool Add(T item);
ExceptWith(System.Collections.Generic.IEnumerable<T> other)2159         void ExceptWith(System.Collections.Generic.IEnumerable<T> other);
IntersectWith(System.Collections.Generic.IEnumerable<T> other)2160         void IntersectWith(System.Collections.Generic.IEnumerable<T> other);
IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other)2161         bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other);
IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other)2162         bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other);
IsSubsetOf(System.Collections.Generic.IEnumerable<T> other)2163         bool IsSubsetOf(System.Collections.Generic.IEnumerable<T> other);
IsSupersetOf(System.Collections.Generic.IEnumerable<T> other)2164         bool IsSupersetOf(System.Collections.Generic.IEnumerable<T> other);
Overlaps(System.Collections.Generic.IEnumerable<T> other)2165         bool Overlaps(System.Collections.Generic.IEnumerable<T> other);
SetEquals(System.Collections.Generic.IEnumerable<T> other)2166         bool SetEquals(System.Collections.Generic.IEnumerable<T> other);
SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other)2167         void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other);
UnionWith(System.Collections.Generic.IEnumerable<T> other)2168         void UnionWith(System.Collections.Generic.IEnumerable<T> other);
2169     }
2170     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2171     public sealed partial class LinkedListNode<T>
2172     {
LinkedListNode(T value)2173         public LinkedListNode(T value) { }
2174         public System.Collections.Generic.LinkedList<T> List { get { throw null; } }
2175         public System.Collections.Generic.LinkedListNode<T> Next { get { throw null; } }
2176         public System.Collections.Generic.LinkedListNode<T> Previous { get { throw null; } }
2177         public T Value { get { throw null; } set { } }
2178     }
2179     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2180     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.System_CollectionDebugView<T>")]
2181     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2182     [System.SerializableAttribute]
2183     public partial class LinkedList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2184     {
LinkedList()2185         public LinkedList() { }
LinkedList(System.Collections.Generic.IEnumerable<T> collection)2186         public LinkedList(System.Collections.Generic.IEnumerable<T> collection) { }
LinkedList(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2187         protected LinkedList(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2188         public int Count { get { throw null; } }
2189         public System.Collections.Generic.LinkedListNode<T> First { get { throw null; } }
2190         public System.Collections.Generic.LinkedListNode<T> Last { get { throw null; } }
2191         bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
2192         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2193         object System.Collections.ICollection.SyncRoot { get { throw null; } }
AddAfter(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode)2194         public void AddAfter(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode) { }
AddAfter(System.Collections.Generic.LinkedListNode<T> node, T value)2195         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)2196         public void AddBefore(System.Collections.Generic.LinkedListNode<T> node, System.Collections.Generic.LinkedListNode<T> newNode) { }
AddBefore(System.Collections.Generic.LinkedListNode<T> node, T value)2197         public System.Collections.Generic.LinkedListNode<T> AddBefore(System.Collections.Generic.LinkedListNode<T> node, T value) { throw null; }
AddFirst(System.Collections.Generic.LinkedListNode<T> node)2198         public void AddFirst(System.Collections.Generic.LinkedListNode<T> node) { }
AddFirst(T value)2199         public System.Collections.Generic.LinkedListNode<T> AddFirst(T value) { throw null; }
AddLast(System.Collections.Generic.LinkedListNode<T> node)2200         public void AddLast(System.Collections.Generic.LinkedListNode<T> node) { }
AddLast(T value)2201         public System.Collections.Generic.LinkedListNode<T> AddLast(T value) { throw null; }
Clear()2202         public void Clear() { }
Contains(T value)2203         public bool Contains(T value) { throw null; }
CopyTo(T[] array, int index)2204         public void CopyTo(T[] array, int index) { }
Find(T value)2205         public System.Collections.Generic.LinkedListNode<T> Find(T value) { throw null; }
FindLast(T value)2206         public System.Collections.Generic.LinkedListNode<T> FindLast(T value) { throw null; }
GetEnumerator()2207         public System.Collections.Generic.LinkedList<T>.Enumerator GetEnumerator() { throw null; }
2208         [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)2209         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
OnDeserialization(object sender)2210         public virtual void OnDeserialization(object sender) { }
Remove(System.Collections.Generic.LinkedListNode<T> node)2211         public void Remove(System.Collections.Generic.LinkedListNode<T> node) { }
Remove(T value)2212         public bool Remove(T value) { throw null; }
RemoveFirst()2213         public void RemoveFirst() { }
RemoveLast()2214         public void RemoveLast() { }
Add(T value)2215         void System.Collections.Generic.ICollection<T>.Add(T value) { }
GetEnumerator()2216         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2217         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2218         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2219         [System.SerializableAttribute]
2220         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2221         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2222         {
2223             public T Current { get { throw null; } }
2224             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.LinkedList.Enumerator2225             public void Dispose() { }
MoveNextSystem.Collections.Generic.LinkedList.Enumerator2226             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.LinkedList.Enumerator2227             void System.Collections.IEnumerator.Reset() { }
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationSystem.Collections.Generic.LinkedList.Enumerator2228             void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectDataSystem.Collections.Generic.LinkedList.Enumerator2229             void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2230         }
2231     }
2232     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2233     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.System_QueueDebugView<T>")]
2234     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2235     [System.SerializableAttribute]
2236     public partial class Queue<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable
2237     {
Queue()2238         public Queue() { }
Queue(System.Collections.Generic.IEnumerable<T> collection)2239         public Queue(System.Collections.Generic.IEnumerable<T> collection) { }
Queue(int capacity)2240         public Queue(int capacity) { }
2241         public int Count { get { throw null; } }
2242         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2243         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Clear()2244         public void Clear() { }
Contains(T item)2245         public bool Contains(T item) { throw null; }
CopyTo(T[] array, int arrayIndex)2246         public void CopyTo(T[] array, int arrayIndex) { }
Dequeue()2247         public T Dequeue() { throw null; }
Enqueue(T item)2248         public void Enqueue(T item) { }
GetEnumerator()2249         public System.Collections.Generic.Queue<T>.Enumerator GetEnumerator() { throw null; }
Peek()2250         public T Peek() { throw null; }
GetEnumerator()2251         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2252         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2253         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()2254         public T[] ToArray() { throw null; }
TrimExcess()2255         public void TrimExcess() { }
2256         [System.SerializableAttribute]
2257         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2258         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
2259         {
2260             public T Current { get { throw null; } }
2261             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.Queue.Enumerator2262             public void Dispose() { }
MoveNextSystem.Collections.Generic.Queue.Enumerator2263             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.Queue.Enumerator2264             void System.Collections.IEnumerator.Reset() { }
2265         }
2266     }
2267     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2268     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.System_DictionaryDebugView<K, V>")]
2269     [System.SerializableAttribute]
2270     public partial class SortedDictionary<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2271     {
SortedDictionary()2272         public SortedDictionary() { }
SortedDictionary(System.Collections.Generic.IComparer<TKey> comparer)2273         public SortedDictionary(System.Collections.Generic.IComparer<TKey> comparer) { }
SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary)2274         public SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary) { }
SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer)2275         public SortedDictionary(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer) { }
2276         public System.Collections.Generic.IComparer<TKey> Comparer { get { throw null; } }
2277         public int Count { get { throw null; } }
2278         public TValue this[TKey key] { get { throw null; } set { } }
2279         public System.Collections.Generic.SortedDictionary<TKey, TValue>.KeyCollection Keys { get { throw null; } }
2280         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { get { throw null; } }
2281         System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get { throw null; } }
2282         System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get { throw null; } }
2283         System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get { throw null; } }
2284         System.Collections.Generic.IEnumerable<TValue> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values { get { throw null; } }
2285         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2286         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2287         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2288         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
2289         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
2290         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
2291         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
2292         public System.Collections.Generic.SortedDictionary<TKey, TValue>.ValueCollection Values { get { throw null; } }
Add(TKey key, TValue value)2293         public void Add(TKey key, TValue value) { }
Clear()2294         public void Clear() { }
ContainsKey(TKey key)2295         public bool ContainsKey(TKey key) { throw null; }
ContainsValue(TValue value)2296         public bool ContainsValue(TValue value) { throw null; }
CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int index)2297         public void CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[] array, int index) { }
GetEnumerator()2298         public System.Collections.Generic.SortedDictionary<TKey, TValue>.Enumerator GetEnumerator() { throw null; }
Remove(TKey key)2299         public bool Remove(TKey key) { throw null; }
Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2300         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)2301         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)2302         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { throw null; }
GetEnumerator()2303         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)2304         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IDictionary.Add(object key, object value)2305         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Contains(object key)2306         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()2307         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)2308         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2309         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
TryGetValue(TKey key, out TValue value)2310         public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
2311         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2312         public partial struct Enumerator : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.IDictionaryEnumerator, System.Collections.IEnumerator, System.IDisposable
2313         {
2314             public System.Collections.Generic.KeyValuePair<TKey, TValue> Current { get { throw null; } }
2315             System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get { throw null; } }
2316             object System.Collections.IDictionaryEnumerator.Key { get { throw null; } }
2317             object System.Collections.IDictionaryEnumerator.Value { get { throw null; } }
2318             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.Enumerator2319             public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.Enumerator2320             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.Enumerator2321             void System.Collections.IEnumerator.Reset() { }
2322         }
2323         [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2324         [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.System_DictionaryKeyCollectionDebugView<TKey, TValue>")]
2325         [System.SerializableAttribute]
2326         public sealed partial class KeyCollection : System.Collections.Generic.ICollection<TKey>, System.Collections.Generic.IEnumerable<TKey>, System.Collections.Generic.IReadOnlyCollection<TKey>, System.Collections.ICollection, System.Collections.IEnumerable
2327         {
KeyCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary)2328             public KeyCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary) { }
2329             public int Count { get { throw null; } }
2330             bool System.Collections.Generic.ICollection<TKey>.IsReadOnly { get { throw null; } }
2331             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2332             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(TKey[] array, int index)2333             public void CopyTo(TKey[] array, int index) { }
GetEnumerator()2334             public System.Collections.Generic.SortedDictionary<TKey, TValue>.KeyCollection.Enumerator GetEnumerator() { throw null; }
Add(TKey item)2335             void System.Collections.Generic.ICollection<TKey>.Add(TKey item) { }
Clear()2336             void System.Collections.Generic.ICollection<TKey>.Clear() { }
Contains(TKey item)2337             bool System.Collections.Generic.ICollection<TKey>.Contains(TKey item) { throw null; }
Remove(TKey item)2338             bool System.Collections.Generic.ICollection<TKey>.Remove(TKey item) { throw null; }
GetEnumerator()2339             System.Collections.Generic.IEnumerator<TKey> System.Collections.Generic.IEnumerable<TKey>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2340             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2341             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2342             [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2343             public partial struct Enumerator : System.Collections.Generic.IEnumerator<TKey>, System.Collections.IEnumerator, System.IDisposable
2344             {
2345                 public TKey Current { get { throw null; } }
2346                 object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2347                 public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2348                 public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.KeyCollection.Enumerator2349                 void System.Collections.IEnumerator.Reset() { }
2350             }
2351         }
2352         [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2353         [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.System_DictionaryValueCollectionDebugView<TKey, TValue>")]
2354         [System.SerializableAttribute]
2355         public sealed partial class ValueCollection : System.Collections.Generic.ICollection<TValue>, System.Collections.Generic.IEnumerable<TValue>, System.Collections.Generic.IReadOnlyCollection<TValue>, System.Collections.ICollection, System.Collections.IEnumerable
2356         {
ValueCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary)2357             public ValueCollection(System.Collections.Generic.SortedDictionary<TKey, TValue> dictionary) { }
2358             public int Count { get { throw null; } }
2359             bool System.Collections.Generic.ICollection<TValue>.IsReadOnly { get { throw null; } }
2360             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2361             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(TValue[] array, int index)2362             public void CopyTo(TValue[] array, int index) { }
GetEnumerator()2363             public System.Collections.Generic.SortedDictionary<TKey, TValue>.ValueCollection.Enumerator GetEnumerator() { throw null; }
Add(TValue item)2364             void System.Collections.Generic.ICollection<TValue>.Add(TValue item) { }
Clear()2365             void System.Collections.Generic.ICollection<TValue>.Clear() { }
Contains(TValue item)2366             bool System.Collections.Generic.ICollection<TValue>.Contains(TValue item) { throw null; }
Remove(TValue item)2367             bool System.Collections.Generic.ICollection<TValue>.Remove(TValue item) { throw null; }
GetEnumerator()2368             System.Collections.Generic.IEnumerator<TValue> System.Collections.Generic.IEnumerable<TValue>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2369             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2370             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2371             [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2372             public partial struct Enumerator : System.Collections.Generic.IEnumerator<TValue>, System.Collections.IEnumerator, System.IDisposable
2373             {
2374                 public TValue Current { get { throw null; } }
2375                 object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2376                 public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2377                 public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedDictionary.ValueCollection.Enumerator2378                 void System.Collections.IEnumerator.Reset() { }
2379             }
2380         }
2381     }
2382     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2383     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.System_DictionaryDebugView<K, V>")]
2384     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2385     [System.SerializableAttribute]
2386     public partial class SortedList<TKey, TValue> : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IDictionary<TKey, TValue>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>, System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>, System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2387     {
SortedList()2388         public SortedList() { }
SortedList(System.Collections.Generic.IComparer<TKey> comparer)2389         public SortedList(System.Collections.Generic.IComparer<TKey> comparer) { }
SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary)2390         public SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary) { }
SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer)2391         public SortedList(System.Collections.Generic.IDictionary<TKey, TValue> dictionary, System.Collections.Generic.IComparer<TKey> comparer) { }
SortedList(int capacity)2392         public SortedList(int capacity) { }
SortedList(int capacity, System.Collections.Generic.IComparer<TKey> comparer)2393         public SortedList(int capacity, System.Collections.Generic.IComparer<TKey> comparer) { }
2394         public int Capacity { get { throw null; } set { } }
2395         public System.Collections.Generic.IComparer<TKey> Comparer { get { throw null; } }
2396         public int Count { get { throw null; } }
2397         public TValue this[TKey key] { get { throw null; } set { } }
2398         public System.Collections.Generic.IList<TKey> Keys { get { throw null; } }
2399         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly { get { throw null; } }
2400         System.Collections.Generic.ICollection<TKey> System.Collections.Generic.IDictionary<TKey,TValue>.Keys { get { throw null; } }
2401         System.Collections.Generic.ICollection<TValue> System.Collections.Generic.IDictionary<TKey,TValue>.Values { get { throw null; } }
2402         System.Collections.Generic.IEnumerable<TKey> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys { get { throw null; } }
2403         System.Collections.Generic.IEnumerable<TValue> System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values { get { throw null; } }
2404         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2405         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2406         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2407         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
2408         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
2409         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
2410         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
2411         public System.Collections.Generic.IList<TValue> Values { get { throw null; } }
Add(TKey key, TValue value)2412         public void Add(TKey key, TValue value) { }
Clear()2413         public void Clear() { }
ContainsKey(TKey key)2414         public bool ContainsKey(TKey key) { throw null; }
ContainsValue(TValue value)2415         public bool ContainsValue(TValue value) { throw null; }
GetEnumerator()2416         public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<TKey, TValue>> GetEnumerator() { throw null; }
IndexOfKey(TKey key)2417         public int IndexOfKey(TKey key) { throw null; }
IndexOfValue(TValue value)2418         public int IndexOfValue(TValue value) { throw null; }
Remove(TKey key)2419         public bool Remove(TKey key) { throw null; }
RemoveAt(int index)2420         public void RemoveAt(int index) { }
Add(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair)2421         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)2422         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)2423         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)2424         bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue> keyValuePair) { throw null; }
GetEnumerator()2425         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)2426         void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { }
System.Collections.IDictionary.Add(object key, object value)2427         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Contains(object key)2428         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()2429         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)2430         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2431         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
TrimExcess()2432         public void TrimExcess() { }
TryGetValue(TKey key, out TValue value)2433         public bool TryGetValue(TKey key, out TValue value) { value = default(TValue); throw null; }
2434     }
2435     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2436     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.SortedSetDebugView<T>")]
2437     [System.SerializableAttribute]
2438     public partial class SortedSet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.ISet<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2439     {
SortedSet()2440         public SortedSet() { }
SortedSet(System.Collections.Generic.IComparer<T> comparer)2441         public SortedSet(System.Collections.Generic.IComparer<T> comparer) { }
SortedSet(System.Collections.Generic.IEnumerable<T> collection)2442         public SortedSet(System.Collections.Generic.IEnumerable<T> collection) { }
SortedSet(System.Collections.Generic.IEnumerable<T> collection, System.Collections.Generic.IComparer<T> comparer)2443         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)2444         protected SortedSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2445         public System.Collections.Generic.IComparer<T> Comparer { get { throw null; } }
2446         public int Count { get { throw null; } }
2447         public T Max { get { throw null; } }
2448         public T Min { get { throw null; } }
2449         bool System.Collections.Generic.ICollection<T>.IsReadOnly { get { throw null; } }
2450         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2451         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Add(T item)2452         public bool Add(T item) { throw null; }
Clear()2453         public virtual void Clear() { }
Contains(T item)2454         public virtual bool Contains(T item) { throw null; }
CopyTo(T[] array)2455         public void CopyTo(T[] array) { }
CopyTo(T[] array, int index)2456         public void CopyTo(T[] array, int index) { }
CopyTo(T[] array, int index, int count)2457         public void CopyTo(T[] array, int index, int count) { }
CreateSetComparer()2458         public static System.Collections.Generic.IEqualityComparer<System.Collections.Generic.SortedSet<T>> CreateSetComparer() { throw null; }
CreateSetComparer(System.Collections.Generic.IEqualityComparer<T> memberEqualityComparer)2459         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)2460         public void ExceptWith(System.Collections.Generic.IEnumerable<T> other) { }
GetEnumerator()2461         public System.Collections.Generic.SortedSet<T>.Enumerator GetEnumerator() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2462         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
GetViewBetween(T lowerValue, T upperValue)2463         public virtual System.Collections.Generic.SortedSet<T> GetViewBetween(T lowerValue, T upperValue) { throw null; }
IntersectWith(System.Collections.Generic.IEnumerable<T> other)2464         public virtual void IntersectWith(System.Collections.Generic.IEnumerable<T> other) { }
2465         [System.Security.SecuritySafeCriticalAttribute]
IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other)2466         public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
2467         [System.Security.SecuritySafeCriticalAttribute]
IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other)2468         public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
2469         [System.Security.SecuritySafeCriticalAttribute]
IsSubsetOf(System.Collections.Generic.IEnumerable<T> other)2470         public bool IsSubsetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
IsSupersetOf(System.Collections.Generic.IEnumerable<T> other)2471         public bool IsSupersetOf(System.Collections.Generic.IEnumerable<T> other) { throw null; }
OnDeserialization(object sender)2472         protected virtual void OnDeserialization(object sender) { }
Overlaps(System.Collections.Generic.IEnumerable<T> other)2473         public bool Overlaps(System.Collections.Generic.IEnumerable<T> other) { throw null; }
Remove(T item)2474         public bool Remove(T item) { throw null; }
RemoveWhere(System.Predicate<T> match)2475         public int RemoveWhere(System.Predicate<T> match) { throw null; }
Reverse()2476         public System.Collections.Generic.IEnumerable<T> Reverse() { throw null; }
2477         [System.Security.SecuritySafeCriticalAttribute]
SetEquals(System.Collections.Generic.IEnumerable<T> other)2478         public bool SetEquals(System.Collections.Generic.IEnumerable<T> other) { throw null; }
SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other)2479         public void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other) { }
Add(T item)2480         void System.Collections.Generic.ICollection<T>.Add(T item) { }
GetEnumerator()2481         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2482         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2483         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender)2484         void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2485         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
UnionWith(System.Collections.Generic.IEnumerable<T> other)2486         public void UnionWith(System.Collections.Generic.IEnumerable<T> other) { }
2487         [System.SerializableAttribute]
2488         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2489         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2490         {
2491             public T Current { get { throw null; } }
2492             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.SortedSet.Enumerator2493             public void Dispose() { }
MoveNextSystem.Collections.Generic.SortedSet.Enumerator2494             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.SortedSet.Enumerator2495             void System.Collections.IEnumerator.Reset() { }
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationSystem.Collections.Generic.SortedSet.Enumerator2496             void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
System.Runtime.Serialization.ISerializable.GetObjectDataSystem.Collections.Generic.SortedSet.Enumerator2497             void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2498         }
2499     }
2500     [System.Diagnostics.DebuggerDisplayAttribute("Count = {Count}")]
2501     [System.Diagnostics.DebuggerTypeProxyAttribute("System.Collections.Generic.System_StackDebugView<T>")]
2502     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
2503     [System.SerializableAttribute]
2504     public partial class Stack<T> : System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.ICollection, System.Collections.IEnumerable
2505     {
Stack()2506         public Stack() { }
Stack(System.Collections.Generic.IEnumerable<T> collection)2507         public Stack(System.Collections.Generic.IEnumerable<T> collection) { }
Stack(int capacity)2508         public Stack(int capacity) { }
2509         public int Count { get { throw null; } }
2510         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2511         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Clear()2512         public void Clear() { }
Contains(T item)2513         public bool Contains(T item) { throw null; }
CopyTo(T[] array, int arrayIndex)2514         public void CopyTo(T[] array, int arrayIndex) { }
GetEnumerator()2515         public System.Collections.Generic.Stack<T>.Enumerator GetEnumerator() { throw null; }
Peek()2516         public T Peek() { throw null; }
Pop()2517         public T Pop() { throw null; }
Push(T item)2518         public void Push(T item) { }
GetEnumerator()2519         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex)2520         void System.Collections.ICollection.CopyTo(System.Array array, int arrayIndex) { }
System.Collections.IEnumerable.GetEnumerator()2521         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
ToArray()2522         public T[] ToArray() { throw null; }
TrimExcess()2523         public void TrimExcess() { }
2524         [System.SerializableAttribute]
2525         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2526         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
2527         {
2528             public T Current { get { throw null; } }
2529             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Collections.Generic.Stack.Enumerator2530             public void Dispose() { }
MoveNextSystem.Collections.Generic.Stack.Enumerator2531             public bool MoveNext() { throw null; }
System.Collections.IEnumerator.ResetSystem.Collections.Generic.Stack.Enumerator2532             void System.Collections.IEnumerator.Reset() { }
2533         }
2534     }
2535 }
2536 namespace System.Collections.ObjectModel
2537 {
2538     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2539     [System.SerializableAttribute]
2540     public partial class ObservableCollection<T> : System.Collections.ObjectModel.Collection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
2541     {
ObservableCollection()2542         public ObservableCollection() { }
ObservableCollection(System.Collections.Generic.IEnumerable<T> collection)2543         public ObservableCollection(System.Collections.Generic.IEnumerable<T> collection) { }
ObservableCollection(System.Collections.Generic.List<T> list)2544         public ObservableCollection(System.Collections.Generic.List<T> list) { }
2545         public virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged { add { } remove { } }
2546         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
2547         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
BlockReentrancy()2548         protected System.IDisposable BlockReentrancy() { throw null; }
CheckReentrancy()2549         protected void CheckReentrancy() { }
ClearItems()2550         protected override void ClearItems() { }
InsertItem(int index, T item)2551         protected override void InsertItem(int index, T item) { }
Move(int oldIndex, int newIndex)2552         public void Move(int oldIndex, int newIndex) { }
MoveItem(int oldIndex, int newIndex)2553         protected virtual void MoveItem(int oldIndex, int newIndex) { }
OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e)2554         protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e)2555         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs e) { }
RemoveItem(int index)2556         protected override void RemoveItem(int index) { }
SetItem(int index, T item)2557         protected override void SetItem(int index, T item) { }
2558     }
2559     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2560     [System.SerializableAttribute]
2561     public partial class ReadOnlyObservableCollection<T> : System.Collections.ObjectModel.ReadOnlyCollection<T>, System.Collections.Specialized.INotifyCollectionChanged, System.ComponentModel.INotifyPropertyChanged
2562     {
ReadOnlyObservableCollection(System.Collections.ObjectModel.ObservableCollection<T> list)2563         public ReadOnlyObservableCollection(System.Collections.ObjectModel.ObservableCollection<T> list) : base (default(System.Collections.Generic.IList<T>)) { }
2564         protected virtual event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged { add { } remove { } }
2565         protected virtual event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
2566         event System.Collections.Specialized.NotifyCollectionChangedEventHandler System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged { add { } remove { } }
2567         event System.ComponentModel.PropertyChangedEventHandler System.ComponentModel.INotifyPropertyChanged.PropertyChanged { add { } remove { } }
OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args)2568         protected virtual void OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs args) { }
OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args)2569         protected virtual void OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs args) { }
2570     }
2571 }
2572 namespace System.Collections.Specialized
2573 {
2574     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2575     public partial struct BitVector32
2576     {
BitVector32System.Collections.Specialized.BitVector322577         public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;}
BitVector32System.Collections.Specialized.BitVector322578         public BitVector32(int data) { throw null;}
2579         public int Data { get { throw null; } }
2580         public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } set { } }
2581         public bool this[int bit] { get { throw null; } set { } }
CreateMaskSystem.Collections.Specialized.BitVector322582         public static int CreateMask() { throw null; }
CreateMaskSystem.Collections.Specialized.BitVector322583         public static int CreateMask(int previous) { throw null; }
CreateSectionSystem.Collections.Specialized.BitVector322584         public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { throw null; }
CreateSectionSystem.Collections.Specialized.BitVector322585         public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections.Specialized.BitVector32.Section previous) { throw null; }
EqualsSystem.Collections.Specialized.BitVector322586         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Collections.Specialized.BitVector322587         public override int GetHashCode() { throw null; }
ToStringSystem.Collections.Specialized.BitVector322588         public override string ToString() { throw null; }
ToStringSystem.Collections.Specialized.BitVector322589         public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; }
2590         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2591         public partial struct Section
2592         {
2593             public short Mask { get { throw null; } }
2594             public short Offset { get { throw null; } }
EqualsSystem.Collections.Specialized.BitVector32.Section2595             public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; }
EqualsSystem.Collections.Specialized.BitVector32.Section2596             public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Collections.Specialized.BitVector32.Section2597             public override int GetHashCode() { throw null; }
operator ==System.Collections.Specialized.BitVector32.Section2598             public static bool operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) { throw null; }
operator !=System.Collections.Specialized.BitVector32.Section2599             public static bool operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized.BitVector32.Section b) { throw null; }
ToStringSystem.Collections.Specialized.BitVector32.Section2600             public override string ToString() { throw null; }
ToStringSystem.Collections.Specialized.BitVector32.Section2601             public static string ToString(System.Collections.Specialized.BitVector32.Section value) { throw null; }
2602         }
2603     }
2604     public partial class CollectionsUtil
2605     {
CollectionsUtil()2606         public CollectionsUtil() { }
CreateCaseInsensitiveHashtable()2607         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable() { throw null; }
CreateCaseInsensitiveHashtable(System.Collections.IDictionary d)2608         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(System.Collections.IDictionary d) { throw null; }
CreateCaseInsensitiveHashtable(int capacity)2609         public static System.Collections.Hashtable CreateCaseInsensitiveHashtable(int capacity) { throw null; }
CreateCaseInsensitiveSortedList()2610         public static System.Collections.SortedList CreateCaseInsensitiveSortedList() { throw null; }
2611     }
2612     [System.SerializableAttribute]
2613     public partial class HybridDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2614     {
HybridDictionary()2615         public HybridDictionary() { }
HybridDictionary(bool caseInsensitive)2616         public HybridDictionary(bool caseInsensitive) { }
HybridDictionary(int initialSize)2617         public HybridDictionary(int initialSize) { }
HybridDictionary(int initialSize, bool caseInsensitive)2618         public HybridDictionary(int initialSize, bool caseInsensitive) { }
2619         public int Count { get { throw null; } }
2620         public bool IsFixedSize { get { throw null; } }
2621         public bool IsReadOnly { get { throw null; } }
2622         public bool IsSynchronized { get { throw null; } }
2623         public object this[object key] { get { throw null; } set { } }
2624         public System.Collections.ICollection Keys { get { throw null; } }
2625         public object SyncRoot { get { throw null; } }
2626         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2627         public void Add(object key, object value) { }
Clear()2628         public void Clear() { }
Contains(object key)2629         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2630         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2631         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
Remove(object key)2632         public void Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2633         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2634     }
2635     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2636     public partial interface INotifyCollectionChanged
2637     {
2638         event System.Collections.Specialized.NotifyCollectionChangedEventHandler CollectionChanged;
2639     }
2640     public partial interface IOrderedDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2641     {
2642         object this[int index] { get; set; }
GetEnumerator()2643         new System.Collections.IDictionaryEnumerator GetEnumerator();
Insert(int index, object key, object value)2644         void Insert(int index, object key, object value);
RemoveAt(int index)2645         void RemoveAt(int index);
2646     }
2647     [System.SerializableAttribute]
2648     public partial class ListDictionary : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable
2649     {
ListDictionary()2650         public ListDictionary() { }
ListDictionary(System.Collections.IComparer comparer)2651         public ListDictionary(System.Collections.IComparer comparer) { }
2652         public int Count { get { throw null; } }
2653         public bool IsFixedSize { get { throw null; } }
2654         public bool IsReadOnly { get { throw null; } }
2655         public bool IsSynchronized { get { throw null; } }
2656         public object this[object key] { get { throw null; } set { } }
2657         public System.Collections.ICollection Keys { get { throw null; } }
2658         public object SyncRoot { get { throw null; } }
2659         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2660         public void Add(object key, object value) { }
Clear()2661         public void Clear() { }
Contains(object key)2662         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2663         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2664         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
Remove(object key)2665         public void Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()2666         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2667     }
2668     [System.SerializableAttribute]
2669     public abstract partial class NameObjectCollectionBase : System.Collections.ICollection, System.Collections.IEnumerable, System.Runtime.Serialization.IDeserializationCallback, System.Runtime.Serialization.ISerializable
2670     {
NameObjectCollectionBase()2671         protected NameObjectCollectionBase() { }
NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer)2672         protected NameObjectCollectionBase(System.Collections.IEqualityComparer equalityComparer) { }
2673         [System.ObsoleteAttribute("Please use NameObjectCollectionBase(IEqualityComparer) instead.")]
NameObjectCollectionBase(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2674         protected NameObjectCollectionBase(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameObjectCollectionBase(int capacity)2675         protected NameObjectCollectionBase(int capacity) { }
NameObjectCollectionBase(int capacity, System.Collections.IEqualityComparer equalityComparer)2676         protected NameObjectCollectionBase(int capacity, System.Collections.IEqualityComparer equalityComparer) { }
2677         [System.ObsoleteAttribute("Please use NameObjectCollectionBase(Int32, IEqualityComparer) instead.")]
NameObjectCollectionBase(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2678         protected NameObjectCollectionBase(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameObjectCollectionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2679         protected NameObjectCollectionBase(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2680         public virtual int Count { get { throw null; } }
2681         protected bool IsReadOnly { get { throw null; } set { } }
2682         public virtual System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
2683         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2684         object System.Collections.ICollection.SyncRoot { get { throw null; } }
BaseAdd(string name, object value)2685         protected void BaseAdd(string name, object value) { }
BaseClear()2686         protected void BaseClear() { }
BaseGet(int index)2687         protected object BaseGet(int index) { throw null; }
BaseGet(string name)2688         protected object BaseGet(string name) { throw null; }
BaseGetAllKeys()2689         protected string[] BaseGetAllKeys() { throw null; }
BaseGetAllValues()2690         protected object[] BaseGetAllValues() { throw null; }
BaseGetAllValues(System.Type type)2691         protected object[] BaseGetAllValues(System.Type type) { throw null; }
BaseGetKey(int index)2692         protected string BaseGetKey(int index) { throw null; }
BaseHasKeys()2693         protected bool BaseHasKeys() { throw null; }
BaseRemove(string name)2694         protected void BaseRemove(string name) { }
BaseRemoveAt(int index)2695         protected void BaseRemoveAt(int index) { }
BaseSet(int index, object value)2696         protected void BaseSet(int index, object value) { }
BaseSet(string name, object value)2697         protected void BaseSet(string name, object value) { }
GetEnumerator()2698         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
2699         [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)2700         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
OnDeserialization(object sender)2701         public virtual void OnDeserialization(object sender) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)2702         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
2703         [System.SerializableAttribute]
2704         public partial class KeysCollection : System.Collections.ICollection, System.Collections.IEnumerable
2705         {
KeysCollection()2706             internal KeysCollection() { }
2707             public int Count { get { throw null; } }
2708             public string this[int index] { get { throw null; } }
2709             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2710             object System.Collections.ICollection.SyncRoot { get { throw null; } }
Get(int index)2711             public virtual string Get(int index) { throw null; }
GetEnumerator()2712             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2713             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
2714         }
2715     }
2716     [System.SerializableAttribute]
2717     public partial class NameValueCollection : System.Collections.Specialized.NameObjectCollectionBase
2718     {
NameValueCollection()2719         public NameValueCollection() { }
NameValueCollection(System.Collections.IEqualityComparer equalityComparer)2720         public NameValueCollection(System.Collections.IEqualityComparer equalityComparer) { }
2721         [System.ObsoleteAttribute("Please use NameValueCollection(IEqualityComparer) instead.")]
NameValueCollection(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2722         public NameValueCollection(System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameValueCollection(System.Collections.Specialized.NameValueCollection col)2723         public NameValueCollection(System.Collections.Specialized.NameValueCollection col) { }
NameValueCollection(int capacity)2724         public NameValueCollection(int capacity) { }
NameValueCollection(int capacity, System.Collections.IEqualityComparer equalityComparer)2725         public NameValueCollection(int capacity, System.Collections.IEqualityComparer equalityComparer) { }
2726         [System.ObsoleteAttribute("Please use NameValueCollection(Int32, IEqualityComparer) instead.")]
NameValueCollection(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer)2727         public NameValueCollection(int capacity, System.Collections.IHashCodeProvider hashProvider, System.Collections.IComparer comparer) { }
NameValueCollection(int capacity, System.Collections.Specialized.NameValueCollection col)2728         public NameValueCollection(int capacity, System.Collections.Specialized.NameValueCollection col) { }
NameValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2729         protected NameValueCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2730         public virtual string[] AllKeys { get { throw null; } }
2731         public string this[int index] { get { throw null; } }
2732         public string this[string name] { get { throw null; } set { } }
Add(System.Collections.Specialized.NameValueCollection c)2733         public void Add(System.Collections.Specialized.NameValueCollection c) { }
Add(string name, string value)2734         public virtual void Add(string name, string value) { }
Clear()2735         public virtual void Clear() { }
CopyTo(System.Array dest, int index)2736         public void CopyTo(System.Array dest, int index) { }
Get(int index)2737         public virtual string Get(int index) { throw null; }
Get(string name)2738         public virtual string Get(string name) { throw null; }
GetKey(int index)2739         public virtual string GetKey(int index) { throw null; }
GetValues(int index)2740         public virtual string[] GetValues(int index) { throw null; }
GetValues(string name)2741         public virtual string[] GetValues(string name) { throw null; }
HasKeys()2742         public bool HasKeys() { throw null; }
InvalidateCachedArrays()2743         protected void InvalidateCachedArrays() { }
Remove(string name)2744         public virtual void Remove(string name) { }
Set(string name, string value)2745         public virtual void Set(string name, string value) { }
2746     }
2747     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2748     public enum NotifyCollectionChangedAction
2749     {
2750         Add = 0,
2751         Move = 3,
2752         Remove = 1,
2753         Replace = 2,
2754         Reset = 4,
2755     }
2756     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
2757     public partial class NotifyCollectionChangedEventArgs : System.EventArgs
2758     {
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action)2759         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems)2760         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)2761         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)2762         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)2763         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)2764         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, System.Collections.IList changedItems, int index, int oldIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem)2765         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index)2766         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex)2767         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object changedItem, int index, int oldIndex) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem)2768         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem) { }
NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index)2769         public NotifyCollectionChangedEventArgs(System.Collections.Specialized.NotifyCollectionChangedAction action, object newItem, object oldItem, int index) { }
2770         public System.Collections.Specialized.NotifyCollectionChangedAction Action { get { throw null; } }
2771         public System.Collections.IList NewItems { get { throw null; } }
2772         public int NewStartingIndex { get { throw null; } }
2773         public System.Collections.IList OldItems { get { throw null; } }
2774         public int OldStartingIndex { get { throw null; } }
2775     }
2776     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=3.0.0.0, Culture=Neutral, PublicKeyToken=31bf3856ad364e35")]
NotifyCollectionChangedEventHandler(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)2777     public delegate void NotifyCollectionChangedEventHandler(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e);
2778     [System.SerializableAttribute]
2779     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
2780     {
OrderedDictionary()2781         public OrderedDictionary() { }
OrderedDictionary(System.Collections.IEqualityComparer comparer)2782         public OrderedDictionary(System.Collections.IEqualityComparer comparer) { }
OrderedDictionary(int capacity)2783         public OrderedDictionary(int capacity) { }
OrderedDictionary(int capacity, System.Collections.IEqualityComparer comparer)2784         public OrderedDictionary(int capacity, System.Collections.IEqualityComparer comparer) { }
OrderedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2785         protected OrderedDictionary(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
2786         public int Count { get { throw null; } }
2787         public bool IsReadOnly { get { throw null; } }
2788         public object this[int index] { get { throw null; } set { } }
2789         public object this[object key] { get { throw null; } set { } }
2790         public System.Collections.ICollection Keys { get { throw null; } }
2791         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2792         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2793         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
2794         public System.Collections.ICollection Values { get { throw null; } }
Add(object key, object value)2795         public void Add(object key, object value) { }
AsReadOnly()2796         public System.Collections.Specialized.OrderedDictionary AsReadOnly() { throw null; }
Clear()2797         public void Clear() { }
Contains(object key)2798         public bool Contains(object key) { throw null; }
CopyTo(System.Array array, int index)2799         public void CopyTo(System.Array array, int index) { }
GetEnumerator()2800         public virtual System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
2801         [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)2802         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Insert(int index, object key, object value)2803         public void Insert(int index, object key, object value) { }
OnDeserialization(object sender)2804         protected virtual void OnDeserialization(object sender) { }
Remove(object key)2805         public void Remove(object key) { }
RemoveAt(int index)2806         public void RemoveAt(int index) { }
System.Collections.IEnumerable.GetEnumerator()2807         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender)2808         void System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(object sender) { }
2809     }
2810     [System.SerializableAttribute]
2811     public partial class StringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
2812     {
StringCollection()2813         public StringCollection() { }
2814         public int Count { get { throw null; } }
2815         public bool IsReadOnly { get { throw null; } }
2816         public bool IsSynchronized { get { throw null; } }
2817         public string this[int index] { get { throw null; } set { } }
2818         public object SyncRoot { get { throw null; } }
2819         bool System.Collections.IList.IsFixedSize { get { throw null; } }
2820         bool System.Collections.IList.IsReadOnly { get { throw null; } }
2821         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string value)2822         public int Add(string value) { throw null; }
AddRange(string[] value)2823         public void AddRange(string[] value) { }
Clear()2824         public void Clear() { }
Contains(string value)2825         public bool Contains(string value) { throw null; }
CopyTo(string[] array, int index)2826         public void CopyTo(string[] array, int index) { }
GetEnumerator()2827         public System.Collections.Specialized.StringEnumerator GetEnumerator() { throw null; }
IndexOf(string value)2828         public int IndexOf(string value) { throw null; }
Insert(int index, string value)2829         public void Insert(int index, string value) { }
Remove(string value)2830         public void Remove(string value) { }
RemoveAt(int index)2831         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)2832         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()2833         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)2834         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)2835         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)2836         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)2837         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)2838         void System.Collections.IList.Remove(object value) { }
2839     }
2840     [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")]
2841     [System.SerializableAttribute]
2842     public partial class StringDictionary : System.Collections.IEnumerable
2843     {
StringDictionary()2844         public StringDictionary() { }
2845         public virtual int Count { get { throw null; } }
2846         public virtual bool IsSynchronized { get { throw null; } }
2847         public virtual string this[string key] { get { throw null; } set { } }
2848         public virtual System.Collections.ICollection Keys { get { throw null; } }
2849         public virtual object SyncRoot { get { throw null; } }
2850         public virtual System.Collections.ICollection Values { get { throw null; } }
Add(string key, string value)2851         public virtual void Add(string key, string value) { }
Clear()2852         public virtual void Clear() { }
ContainsKey(string key)2853         public virtual bool ContainsKey(string key) { throw null; }
ContainsValue(string value)2854         public virtual bool ContainsValue(string value) { throw null; }
CopyTo(System.Array array, int index)2855         public virtual void CopyTo(System.Array array, int index) { }
GetEnumerator()2856         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string key)2857         public virtual void Remove(string key) { }
2858     }
2859     public partial class StringEnumerator
2860     {
StringEnumerator()2861         internal StringEnumerator() { }
2862         public string Current { get { throw null; } }
MoveNext()2863         public bool MoveNext() { throw null; }
Reset()2864         public void Reset() { }
2865     }
2866 }
2867 namespace System.ComponentModel
2868 {
2869     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2870     public partial class AddingNewEventArgs : System.EventArgs
2871     {
AddingNewEventArgs()2872         public AddingNewEventArgs() { }
AddingNewEventArgs(object newObject)2873         public AddingNewEventArgs(object newObject) { }
2874         public object NewObject { get { throw null; } set { } }
2875     }
2876     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e)2877     public delegate void AddingNewEventHandler(object sender, System.ComponentModel.AddingNewEventArgs e);
2878     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
2879     public sealed partial class AmbientValueAttribute : System.Attribute
2880     {
AmbientValueAttribute(bool value)2881         public AmbientValueAttribute(bool value) { }
AmbientValueAttribute(byte value)2882         public AmbientValueAttribute(byte value) { }
AmbientValueAttribute(char value)2883         public AmbientValueAttribute(char value) { }
AmbientValueAttribute(double value)2884         public AmbientValueAttribute(double value) { }
AmbientValueAttribute(short value)2885         public AmbientValueAttribute(short value) { }
AmbientValueAttribute(int value)2886         public AmbientValueAttribute(int value) { }
AmbientValueAttribute(long value)2887         public AmbientValueAttribute(long value) { }
AmbientValueAttribute(object value)2888         public AmbientValueAttribute(object value) { }
AmbientValueAttribute(float value)2889         public AmbientValueAttribute(float value) { }
AmbientValueAttribute(string value)2890         public AmbientValueAttribute(string value) { }
AmbientValueAttribute(System.Type type, string value)2891         public AmbientValueAttribute(System.Type type, string value) { }
2892         public object Value { get { throw null; } }
Equals(object obj)2893         public override bool Equals(object obj) { throw null; }
GetHashCode()2894         public override int GetHashCode() { throw null; }
2895     }
2896     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2897     public partial class ArrayConverter : System.ComponentModel.CollectionConverter
2898     {
ArrayConverter()2899         public ArrayConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)2900         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)2901         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)2902         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
2903     }
2904     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2905     public partial class AsyncCompletedEventArgs : System.EventArgs
2906     {
2907         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2908         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
AsyncCompletedEventArgs()2909         public AsyncCompletedEventArgs() { }
AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState)2910         public AsyncCompletedEventArgs(System.Exception error, bool cancelled, object userState) { }
2911         public bool Cancelled { get { throw null; } }
2912         public System.Exception Error { get { throw null; } }
2913         public object UserState { get { throw null; } }
RaiseExceptionIfNecessary()2914         protected void RaiseExceptionIfNecessary() { }
2915     }
2916     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
AsyncCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e)2917     public delegate void AsyncCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
2918     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2919     public sealed partial class AsyncOperation
2920     {
AsyncOperation()2921         internal AsyncOperation() { }
2922         public System.Threading.SynchronizationContext SynchronizationContext { get { throw null; } }
2923         public object UserSuppliedState { get { throw null; } }
~AsyncOperation()2924         ~AsyncOperation() { }
OperationCompleted()2925         public void OperationCompleted() { }
Post(System.Threading.SendOrPostCallback d, object arg)2926         public void Post(System.Threading.SendOrPostCallback d, object arg) { }
PostOperationCompleted(System.Threading.SendOrPostCallback d, object arg)2927         public void PostOperationCompleted(System.Threading.SendOrPostCallback d, object arg) { }
2928     }
2929     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2930     public static partial class AsyncOperationManager
2931     {
2932         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2933         public static System.Threading.SynchronizationContext SynchronizationContext { get { throw null; } [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]set { } }
CreateOperation(object userSuppliedState)2934         public static System.ComponentModel.AsyncOperation CreateOperation(object userSuppliedState) { throw null; }
2935     }
2936     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2937     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
2938     public partial class AttributeCollection : System.Collections.ICollection, System.Collections.IEnumerable
2939     {
2940         public static readonly System.ComponentModel.AttributeCollection Empty;
AttributeCollection()2941         protected AttributeCollection() { }
AttributeCollection(params System.Attribute[] attributes)2942         public AttributeCollection(params System.Attribute[] attributes) { }
2943         protected virtual System.Attribute[] Attributes { get { throw null; } }
2944         public int Count { get { throw null; } }
2945         public virtual System.Attribute this[int index] { get { throw null; } }
2946         public virtual System.Attribute this[System.Type attributeType] { get { throw null; } }
2947         int System.Collections.ICollection.Count { get { throw null; } }
2948         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2949         object System.Collections.ICollection.SyncRoot { get { throw null; } }
Contains(System.Attribute attribute)2950         public bool Contains(System.Attribute attribute) { throw null; }
Contains(System.Attribute[] attributes)2951         public bool Contains(System.Attribute[] attributes) { throw null; }
CopyTo(System.Array array, int index)2952         public void CopyTo(System.Array array, int index) { }
FromExisting(System.ComponentModel.AttributeCollection existing, params System.Attribute[] newAttributes)2953         public static System.ComponentModel.AttributeCollection FromExisting(System.ComponentModel.AttributeCollection existing, params System.Attribute[] newAttributes) { throw null; }
GetDefaultAttribute(System.Type attributeType)2954         protected System.Attribute GetDefaultAttribute(System.Type attributeType) { throw null; }
GetEnumerator()2955         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Matches(System.Attribute attribute)2956         public bool Matches(System.Attribute attribute) { throw null; }
Matches(System.Attribute[] attributes)2957         public bool Matches(System.Attribute[] attributes) { throw null; }
System.Collections.IEnumerable.GetEnumerator()2958         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2959     }
2960     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
2961     public partial class AttributeProviderAttribute : System.Attribute
2962     {
AttributeProviderAttribute(string typeName)2963         public AttributeProviderAttribute(string typeName) { }
AttributeProviderAttribute(string typeName, string propertyName)2964         public AttributeProviderAttribute(string typeName, string propertyName) { }
AttributeProviderAttribute(System.Type type)2965         public AttributeProviderAttribute(System.Type type) { }
2966         public string PropertyName { get { throw null; } }
2967         public string TypeName { get { throw null; } }
2968     }
2969     [System.ComponentModel.DefaultEventAttribute("DoWork")]
2970     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2971     public partial class BackgroundWorker : System.ComponentModel.Component
2972     {
BackgroundWorker()2973         public BackgroundWorker() { }
2974         [System.ComponentModel.BrowsableAttribute(false)]
2975         public bool CancellationPending { get { throw null; } }
2976         [System.ComponentModel.BrowsableAttribute(false)]
2977         public bool IsBusy { get { throw null; } }
2978         [System.ComponentModel.DefaultValueAttribute(false)]
2979         public bool WorkerReportsProgress { get { throw null; } set { } }
2980         [System.ComponentModel.DefaultValueAttribute(false)]
2981         public bool WorkerSupportsCancellation { get { throw null; } set { } }
2982         public event System.ComponentModel.DoWorkEventHandler DoWork { add { } remove { } }
2983         public event System.ComponentModel.ProgressChangedEventHandler ProgressChanged { add { } remove { } }
2984         public event System.ComponentModel.RunWorkerCompletedEventHandler RunWorkerCompleted { add { } remove { } }
CancelAsync()2985         public void CancelAsync() { }
OnDoWork(System.ComponentModel.DoWorkEventArgs e)2986         protected virtual void OnDoWork(System.ComponentModel.DoWorkEventArgs e) { }
OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs e)2987         protected virtual void OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs e) { }
OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e)2988         protected virtual void OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs e) { }
ReportProgress(int percentProgress)2989         public void ReportProgress(int percentProgress) { }
ReportProgress(int percentProgress, object userState)2990         public void ReportProgress(int percentProgress, object userState) { }
RunWorkerAsync()2991         public void RunWorkerAsync() { }
RunWorkerAsync(object argument)2992         public void RunWorkerAsync(object argument) { }
2993     }
2994     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
2995     public abstract partial class BaseNumberConverter : System.ComponentModel.TypeConverter
2996     {
BaseNumberConverter()2997         protected BaseNumberConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)2998         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type t)2999         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type t) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3000         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)3001         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3002     }
3003     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3004     public sealed partial class BindableAttribute : System.Attribute
3005     {
3006         public static readonly System.ComponentModel.BindableAttribute Default;
3007         public static readonly System.ComponentModel.BindableAttribute No;
3008         public static readonly System.ComponentModel.BindableAttribute Yes;
BindableAttribute(bool bindable)3009         public BindableAttribute(bool bindable) { }
BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction)3010         public BindableAttribute(bool bindable, System.ComponentModel.BindingDirection direction) { }
BindableAttribute(System.ComponentModel.BindableSupport flags)3011         public BindableAttribute(System.ComponentModel.BindableSupport flags) { }
BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.BindingDirection direction)3012         public BindableAttribute(System.ComponentModel.BindableSupport flags, System.ComponentModel.BindingDirection direction) { }
3013         public bool Bindable { get { throw null; } }
3014         public System.ComponentModel.BindingDirection Direction { get { throw null; } }
Equals(object obj)3015         public override bool Equals(object obj) { throw null; }
GetHashCode()3016         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3017         public override bool IsDefaultAttribute() { throw null; }
3018     }
3019     public enum BindableSupport
3020     {
3021         Default = 2,
3022         No = 0,
3023         Yes = 1,
3024     }
3025     public enum BindingDirection
3026     {
3027         OneWay = 0,
3028         TwoWay = 1,
3029     }
3030     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3031     [System.SerializableAttribute]
3032     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
3033     {
BindingList()3034         public BindingList() { }
BindingList(System.Collections.Generic.IList<T> list)3035         public BindingList(System.Collections.Generic.IList<T> list) { }
3036         public bool AllowEdit { get { throw null; } set { } }
3037         public bool AllowNew { get { throw null; } set { } }
3038         public bool AllowRemove { get { throw null; } set { } }
3039         protected virtual bool IsSortedCore { get { throw null; } }
3040         public bool RaiseListChangedEvents { get { throw null; } set { } }
3041         protected virtual System.ComponentModel.ListSortDirection SortDirectionCore { get { throw null; } }
3042         protected virtual System.ComponentModel.PropertyDescriptor SortPropertyCore { get { throw null; } }
3043         protected virtual bool SupportsChangeNotificationCore { get { throw null; } }
3044         protected virtual bool SupportsSearchingCore { get { throw null; } }
3045         protected virtual bool SupportsSortingCore { get { throw null; } }
3046         bool System.ComponentModel.IBindingList.AllowEdit { get { throw null; } }
3047         bool System.ComponentModel.IBindingList.AllowNew { get { throw null; } }
3048         bool System.ComponentModel.IBindingList.AllowRemove { get { throw null; } }
3049         bool System.ComponentModel.IBindingList.IsSorted { get { throw null; } }
3050         System.ComponentModel.ListSortDirection System.ComponentModel.IBindingList.SortDirection { get { throw null; } }
3051         System.ComponentModel.PropertyDescriptor System.ComponentModel.IBindingList.SortProperty { get { throw null; } }
3052         bool System.ComponentModel.IBindingList.SupportsChangeNotification { get { throw null; } }
3053         bool System.ComponentModel.IBindingList.SupportsSearching { get { throw null; } }
3054         bool System.ComponentModel.IBindingList.SupportsSorting { get { throw null; } }
3055         bool System.ComponentModel.IRaiseItemChangedEvents.RaisesItemChangedEvents { get { throw null; } }
3056         public event System.ComponentModel.AddingNewEventHandler AddingNew { add { } remove { } }
3057         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
AddNew()3058         public T AddNew() { throw null; }
AddNewCore()3059         protected virtual object AddNewCore() { throw null; }
ApplySortCore(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction)3060         protected virtual void ApplySortCore(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction) { }
CancelNew(int itemIndex)3061         public virtual void CancelNew(int itemIndex) { }
ClearItems()3062         protected override void ClearItems() { }
EndNew(int itemIndex)3063         public virtual void EndNew(int itemIndex) { }
FindCore(System.ComponentModel.PropertyDescriptor prop, object key)3064         protected virtual int FindCore(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
InsertItem(int index, T item)3065         protected override void InsertItem(int index, T item) { }
OnAddingNew(System.ComponentModel.AddingNewEventArgs e)3066         protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) { }
OnListChanged(System.ComponentModel.ListChangedEventArgs e)3067         protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { }
RemoveItem(int index)3068         protected override void RemoveItem(int index) { }
RemoveSortCore()3069         protected virtual void RemoveSortCore() { }
ResetBindings()3070         public void ResetBindings() { }
ResetItem(int position)3071         public void ResetItem(int position) { }
SetItem(int index, T item)3072         protected override void SetItem(int index, T item) { }
System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor prop)3073         void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor prop) { }
System.ComponentModel.IBindingList.AddNew()3074         object System.ComponentModel.IBindingList.AddNew() { throw null; }
System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction)3075         void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor prop, System.ComponentModel.ListSortDirection direction) { }
System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor prop, object key)3076         int System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop)3077         void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop) { }
System.ComponentModel.IBindingList.RemoveSort()3078         void System.ComponentModel.IBindingList.RemoveSort() { }
3079     }
3080     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3081     public partial class BooleanConverter : System.ComponentModel.TypeConverter
3082     {
BooleanConverter()3083         public BooleanConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3084         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3085         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3086         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)3087         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3088         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3089     }
3090     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3091     public sealed partial class BrowsableAttribute : System.Attribute
3092     {
3093         public static readonly System.ComponentModel.BrowsableAttribute Default;
3094         public static readonly System.ComponentModel.BrowsableAttribute No;
3095         public static readonly System.ComponentModel.BrowsableAttribute Yes;
BrowsableAttribute(bool browsable)3096         public BrowsableAttribute(bool browsable) { }
3097         public bool Browsable { get { throw null; } }
Equals(object obj)3098         public override bool Equals(object obj) { throw null; }
GetHashCode()3099         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3100         public override bool IsDefaultAttribute() { throw null; }
3101     }
3102     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3103     public partial class ByteConverter : System.ComponentModel.BaseNumberConverter
3104     {
ByteConverter()3105         public ByteConverter() { }
3106     }
3107     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3108     public partial class CancelEventArgs : System.EventArgs
3109     {
CancelEventArgs()3110         public CancelEventArgs() { }
CancelEventArgs(bool cancel)3111         public CancelEventArgs(bool cancel) { }
3112         public bool Cancel { get { throw null; } set { } }
3113     }
3114     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e)3115     public delegate void CancelEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
3116     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3117     public partial class CategoryAttribute : System.Attribute
3118     {
CategoryAttribute()3119         public CategoryAttribute() { }
CategoryAttribute(string category)3120         public CategoryAttribute(string category) { }
3121         public static System.ComponentModel.CategoryAttribute Action { get { throw null; } }
3122         public static System.ComponentModel.CategoryAttribute Appearance { get { throw null; } }
3123         public static System.ComponentModel.CategoryAttribute Asynchronous { get { throw null; } }
3124         public static System.ComponentModel.CategoryAttribute Behavior { get { throw null; } }
3125         public string Category { get { throw null; } }
3126         public static System.ComponentModel.CategoryAttribute Data { get { throw null; } }
3127         public static System.ComponentModel.CategoryAttribute Default { get { throw null; } }
3128         public static System.ComponentModel.CategoryAttribute Design { get { throw null; } }
3129         public static System.ComponentModel.CategoryAttribute DragDrop { get { throw null; } }
3130         public static System.ComponentModel.CategoryAttribute Focus { get { throw null; } }
3131         public static System.ComponentModel.CategoryAttribute Format { get { throw null; } }
3132         public static System.ComponentModel.CategoryAttribute Key { get { throw null; } }
3133         public static System.ComponentModel.CategoryAttribute Layout { get { throw null; } }
3134         public static System.ComponentModel.CategoryAttribute Mouse { get { throw null; } }
3135         public static System.ComponentModel.CategoryAttribute WindowStyle { get { throw null; } }
Equals(object obj)3136         public override bool Equals(object obj) { throw null; }
GetHashCode()3137         public override int GetHashCode() { throw null; }
GetLocalizedString(string value)3138         protected virtual string GetLocalizedString(string value) { throw null; }
IsDefaultAttribute()3139         public override bool IsDefaultAttribute() { throw null; }
3140     }
3141     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3142     public partial class CharConverter : System.ComponentModel.TypeConverter
3143     {
CharConverter()3144         public CharConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3145         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3146         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)3147         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3148     }
3149     public enum CollectionChangeAction
3150     {
3151         Add = 1,
3152         Refresh = 3,
3153         Remove = 2,
3154     }
3155     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3156     public partial class CollectionChangeEventArgs : System.EventArgs
3157     {
CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction action, object element)3158         public CollectionChangeEventArgs(System.ComponentModel.CollectionChangeAction action, object element) { }
3159         public virtual System.ComponentModel.CollectionChangeAction Action { get { throw null; } }
3160         public virtual object Element { get { throw null; } }
3161     }
3162     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
CollectionChangeEventHandler(object sender, System.ComponentModel.CollectionChangeEventArgs e)3163     public delegate void CollectionChangeEventHandler(object sender, System.ComponentModel.CollectionChangeEventArgs e);
3164     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3165     public partial class CollectionConverter : System.ComponentModel.TypeConverter
3166     {
CollectionConverter()3167         public CollectionConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3168         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)3169         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)3170         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3171     }
3172     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3173     public sealed partial class ComplexBindingPropertiesAttribute : System.Attribute
3174     {
3175         public static readonly System.ComponentModel.ComplexBindingPropertiesAttribute Default;
ComplexBindingPropertiesAttribute()3176         public ComplexBindingPropertiesAttribute() { }
ComplexBindingPropertiesAttribute(string dataSource)3177         public ComplexBindingPropertiesAttribute(string dataSource) { }
ComplexBindingPropertiesAttribute(string dataSource, string dataMember)3178         public ComplexBindingPropertiesAttribute(string dataSource, string dataMember) { }
3179         public string DataMember { get { throw null; } }
3180         public string DataSource { get { throw null; } }
Equals(object obj)3181         public override bool Equals(object obj) { throw null; }
GetHashCode()3182         public override int GetHashCode() { throw null; }
3183     }
3184     [System.ComponentModel.DesignerCategoryAttribute("Component")]
3185     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
3186     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3187     public partial class Component : System.MarshalByRefObject, System.ComponentModel.IComponent, System.IDisposable
3188     {
Component()3189         public Component() { }
3190         protected virtual bool CanRaiseEvents { get { throw null; } }
3191         [System.ComponentModel.BrowsableAttribute(false)]
3192         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3193         public System.ComponentModel.IContainer Container { get { throw null; } }
3194         [System.ComponentModel.BrowsableAttribute(false)]
3195         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3196         protected bool DesignMode { get { throw null; } }
3197         protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
3198         [System.ComponentModel.BrowsableAttribute(false)]
3199         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3200         public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
3201         [System.ComponentModel.BrowsableAttribute(false)]
3202         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3203         public event System.EventHandler Disposed { add { } remove { } }
Dispose()3204         public void Dispose() { }
Dispose(bool disposing)3205         protected virtual void Dispose(bool disposing) { }
~Component()3206         ~Component() { }
GetService(System.Type service)3207         protected virtual object GetService(System.Type service) { throw null; }
ToString()3208         public override string ToString() { throw null; }
3209     }
3210     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3211     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
3212     public partial class ComponentCollection : System.Collections.ReadOnlyCollectionBase
3213     {
ComponentCollection(System.ComponentModel.IComponent[] components)3214         public ComponentCollection(System.ComponentModel.IComponent[] components) { }
3215         public virtual System.ComponentModel.IComponent this[int index] { get { throw null; } }
3216         public virtual System.ComponentModel.IComponent this[string name] { get { throw null; } }
CopyTo(System.ComponentModel.IComponent[] array, int index)3217         public void CopyTo(System.ComponentModel.IComponent[] array, int index) { }
3218     }
3219     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3220     public partial class ComponentConverter : System.ComponentModel.ReferenceConverter
3221     {
ComponentConverter(System.Type type)3222         public ComponentConverter(System.Type type) : base (default(System.Type)) { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)3223         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)3224         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3225     }
3226     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3227     public abstract partial class ComponentEditor
3228     {
ComponentEditor()3229         protected ComponentEditor() { }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component)3230         public abstract bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component);
EditComponent(object component)3231         public bool EditComponent(object component) { throw null; }
3232     }
3233     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3234     public partial class ComponentResourceManager : System.Resources.ResourceManager
3235     {
ComponentResourceManager()3236         public ComponentResourceManager() { }
ComponentResourceManager(System.Type t)3237         public ComponentResourceManager(System.Type t) { }
ApplyResources(object value, string objectName)3238         public void ApplyResources(object value, string objectName) { }
ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture)3239         public virtual void ApplyResources(object value, string objectName, System.Globalization.CultureInfo culture) { }
3240     }
3241     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3242     public partial class Container : System.ComponentModel.IContainer, System.IDisposable
3243     {
Container()3244         public Container() { }
3245         public virtual System.ComponentModel.ComponentCollection Components { get { throw null; } }
Add(System.ComponentModel.IComponent component)3246         public virtual void Add(System.ComponentModel.IComponent component) { }
Add(System.ComponentModel.IComponent component, string name)3247         public virtual void Add(System.ComponentModel.IComponent component, string name) { }
CreateSite(System.ComponentModel.IComponent component, string name)3248         protected virtual System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) { throw null; }
Dispose()3249         public void Dispose() { }
Dispose(bool disposing)3250         protected virtual void Dispose(bool disposing) { }
~Container()3251         ~Container() { }
GetService(System.Type service)3252         protected virtual object GetService(System.Type service) { throw null; }
Remove(System.ComponentModel.IComponent component)3253         public virtual void Remove(System.ComponentModel.IComponent component) { }
RemoveWithoutUnsiting(System.ComponentModel.IComponent component)3254         protected void RemoveWithoutUnsiting(System.ComponentModel.IComponent component) { }
ValidateName(System.ComponentModel.IComponent component, string name)3255         protected virtual void ValidateName(System.ComponentModel.IComponent component, string name) { }
3256     }
3257     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3258     public abstract partial class ContainerFilterService
3259     {
ContainerFilterService()3260         protected ContainerFilterService() { }
FilterComponents(System.ComponentModel.ComponentCollection components)3261         public virtual System.ComponentModel.ComponentCollection FilterComponents(System.ComponentModel.ComponentCollection components) { throw null; }
3262     }
3263     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3264     public partial class CultureInfoConverter : System.ComponentModel.TypeConverter
3265     {
CultureInfoConverter()3266         public CultureInfoConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3267         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3268         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3269         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)3270         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetCultureName(System.Globalization.CultureInfo culture)3271         protected virtual string GetCultureName(System.Globalization.CultureInfo culture) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3272         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)3273         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3274         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3275     }
3276     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3277     public abstract partial class CustomTypeDescriptor : System.ComponentModel.ICustomTypeDescriptor
3278     {
CustomTypeDescriptor()3279         protected CustomTypeDescriptor() { }
CustomTypeDescriptor(System.ComponentModel.ICustomTypeDescriptor parent)3280         protected CustomTypeDescriptor(System.ComponentModel.ICustomTypeDescriptor parent) { }
GetAttributes()3281         public virtual System.ComponentModel.AttributeCollection GetAttributes() { throw null; }
GetClassName()3282         public virtual string GetClassName() { throw null; }
GetComponentName()3283         public virtual string GetComponentName() { throw null; }
GetConverter()3284         public virtual System.ComponentModel.TypeConverter GetConverter() { throw null; }
GetDefaultEvent()3285         public virtual System.ComponentModel.EventDescriptor GetDefaultEvent() { throw null; }
GetDefaultProperty()3286         public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty() { throw null; }
GetEditor(System.Type editorBaseType)3287         public virtual object GetEditor(System.Type editorBaseType) { throw null; }
GetEvents()3288         public virtual System.ComponentModel.EventDescriptorCollection GetEvents() { throw null; }
GetEvents(System.Attribute[] attributes)3289         public virtual System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes) { throw null; }
GetProperties()3290         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties() { throw null; }
GetProperties(System.Attribute[] attributes)3291         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes) { throw null; }
GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)3292         public virtual object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
3293     }
3294     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3295     public partial class DataErrorsChangedEventArgs : System.EventArgs
3296     {
DataErrorsChangedEventArgs(string propertyName)3297         public DataErrorsChangedEventArgs(string propertyName) { }
3298         public virtual string PropertyName { get { throw null; } }
3299     }
3300     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3301     public sealed partial class DataObjectAttribute : System.Attribute
3302     {
3303         public static readonly System.ComponentModel.DataObjectAttribute DataObject;
3304         public static readonly System.ComponentModel.DataObjectAttribute Default;
3305         public static readonly System.ComponentModel.DataObjectAttribute NonDataObject;
DataObjectAttribute()3306         public DataObjectAttribute() { }
DataObjectAttribute(bool isDataObject)3307         public DataObjectAttribute(bool isDataObject) { }
3308         public bool IsDataObject { get { throw null; } }
Equals(object obj)3309         public override bool Equals(object obj) { throw null; }
GetHashCode()3310         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3311         public override bool IsDefaultAttribute() { throw null; }
3312     }
3313     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
3314     public sealed partial class DataObjectFieldAttribute : System.Attribute
3315     {
DataObjectFieldAttribute(bool primaryKey)3316         public DataObjectFieldAttribute(bool primaryKey) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity)3317         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable)3318         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable) { }
DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length)3319         public DataObjectFieldAttribute(bool primaryKey, bool isIdentity, bool isNullable, int length) { }
3320         public bool IsIdentity { get { throw null; } }
3321         public bool IsNullable { get { throw null; } }
3322         public int Length { get { throw null; } }
3323         public bool PrimaryKey { get { throw null; } }
Equals(object obj)3324         public override bool Equals(object obj) { throw null; }
GetHashCode()3325         public override int GetHashCode() { throw null; }
3326     }
3327     [System.AttributeUsageAttribute((System.AttributeTargets)(64))]
3328     public sealed partial class DataObjectMethodAttribute : System.Attribute
3329     {
DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType)3330         public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType) { }
DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType, bool isDefault)3331         public DataObjectMethodAttribute(System.ComponentModel.DataObjectMethodType methodType, bool isDefault) { }
3332         public bool IsDefault { get { throw null; } }
3333         public System.ComponentModel.DataObjectMethodType MethodType { get { throw null; } }
Equals(object obj)3334         public override bool Equals(object obj) { throw null; }
GetHashCode()3335         public override int GetHashCode() { throw null; }
Match(object obj)3336         public override bool Match(object obj) { throw null; }
3337     }
3338     public enum DataObjectMethodType
3339     {
3340         Delete = 4,
3341         Fill = 0,
3342         Insert = 3,
3343         Select = 1,
3344         Update = 2,
3345     }
3346     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3347     public partial class DateTimeConverter : System.ComponentModel.TypeConverter
3348     {
DateTimeConverter()3349         public DateTimeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3350         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3351         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3352         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)3353         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3354     }
3355     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3356     public partial class DateTimeOffsetConverter : System.ComponentModel.TypeConverter
3357     {
DateTimeOffsetConverter()3358         public DateTimeOffsetConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3359         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3360         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3361         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)3362         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3363     }
3364     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3365     public partial class DecimalConverter : System.ComponentModel.BaseNumberConverter
3366     {
DecimalConverter()3367         public DecimalConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3368         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)3369         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3370     }
3371     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3372     public sealed partial class DefaultBindingPropertyAttribute : System.Attribute
3373     {
3374         public static readonly System.ComponentModel.DefaultBindingPropertyAttribute Default;
DefaultBindingPropertyAttribute()3375         public DefaultBindingPropertyAttribute() { }
DefaultBindingPropertyAttribute(string name)3376         public DefaultBindingPropertyAttribute(string name) { }
3377         public string Name { get { throw null; } }
Equals(object obj)3378         public override bool Equals(object obj) { throw null; }
GetHashCode()3379         public override int GetHashCode() { throw null; }
3380     }
3381     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3382     public sealed partial class DefaultEventAttribute : System.Attribute
3383     {
3384         public static readonly System.ComponentModel.DefaultEventAttribute Default;
DefaultEventAttribute(string name)3385         public DefaultEventAttribute(string name) { }
3386         public string Name { get { throw null; } }
Equals(object obj)3387         public override bool Equals(object obj) { throw null; }
GetHashCode()3388         public override int GetHashCode() { throw null; }
3389     }
3390     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3391     public sealed partial class DefaultPropertyAttribute : System.Attribute
3392     {
3393         public static readonly System.ComponentModel.DefaultPropertyAttribute Default;
DefaultPropertyAttribute(string name)3394         public DefaultPropertyAttribute(string name) { }
3395         public string Name { get { throw null; } }
Equals(object obj)3396         public override bool Equals(object obj) { throw null; }
GetHashCode()3397         public override int GetHashCode() { throw null; }
3398     }
3399     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3400     public partial class DefaultValueAttribute : System.Attribute
3401     {
DefaultValueAttribute(bool value)3402         public DefaultValueAttribute(bool value) { }
DefaultValueAttribute(byte value)3403         public DefaultValueAttribute(byte value) { }
DefaultValueAttribute(char value)3404         public DefaultValueAttribute(char value) { }
DefaultValueAttribute(double value)3405         public DefaultValueAttribute(double value) { }
DefaultValueAttribute(short value)3406         public DefaultValueAttribute(short value) { }
DefaultValueAttribute(int value)3407         public DefaultValueAttribute(int value) { }
DefaultValueAttribute(long value)3408         public DefaultValueAttribute(long value) { }
DefaultValueAttribute(object value)3409         public DefaultValueAttribute(object value) { }
DefaultValueAttribute(float value)3410         public DefaultValueAttribute(float value) { }
DefaultValueAttribute(string value)3411         public DefaultValueAttribute(string value) { }
DefaultValueAttribute(System.Type type, string value)3412         public DefaultValueAttribute(System.Type type, string value) { }
3413         public virtual object Value { get { throw null; } }
Equals(object obj)3414         public override bool Equals(object obj) { throw null; }
GetHashCode()3415         public override int GetHashCode() { throw null; }
SetValue(object value)3416         protected void SetValue(object value) { }
3417     }
3418     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3419     public partial class DescriptionAttribute : System.Attribute
3420     {
3421         public static readonly System.ComponentModel.DescriptionAttribute Default;
DescriptionAttribute()3422         public DescriptionAttribute() { }
DescriptionAttribute(string description)3423         public DescriptionAttribute(string description) { }
3424         public virtual string Description { get { throw null; } }
3425         protected string DescriptionValue { get { throw null; } set { } }
Equals(object obj)3426         public override bool Equals(object obj) { throw null; }
GetHashCode()3427         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3428         public override bool IsDefaultAttribute() { throw null; }
3429     }
3430     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
3431     public sealed partial class DesignerAttribute : System.Attribute
3432     {
DesignerAttribute(string designerTypeName)3433         public DesignerAttribute(string designerTypeName) { }
DesignerAttribute(string designerTypeName, string designerBaseTypeName)3434         public DesignerAttribute(string designerTypeName, string designerBaseTypeName) { }
DesignerAttribute(string designerTypeName, System.Type designerBaseType)3435         public DesignerAttribute(string designerTypeName, System.Type designerBaseType) { }
DesignerAttribute(System.Type designerType)3436         public DesignerAttribute(System.Type designerType) { }
DesignerAttribute(System.Type designerType, System.Type designerBaseType)3437         public DesignerAttribute(System.Type designerType, System.Type designerBaseType) { }
3438         public string DesignerBaseTypeName { get { throw null; } }
3439         public string DesignerTypeName { get { throw null; } }
3440         public override object TypeId { get { throw null; } }
Equals(object obj)3441         public override bool Equals(object obj) { throw null; }
GetHashCode()3442         public override int GetHashCode() { throw null; }
3443     }
3444     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)]
3445     public sealed partial class DesignerCategoryAttribute : System.Attribute
3446     {
3447         public static readonly System.ComponentModel.DesignerCategoryAttribute Component;
3448         public static readonly System.ComponentModel.DesignerCategoryAttribute Default;
3449         public static readonly System.ComponentModel.DesignerCategoryAttribute Form;
3450         public static readonly System.ComponentModel.DesignerCategoryAttribute Generic;
DesignerCategoryAttribute()3451         public DesignerCategoryAttribute() { }
DesignerCategoryAttribute(string category)3452         public DesignerCategoryAttribute(string category) { }
3453         public string Category { get { throw null; } }
3454         public override object TypeId { get { throw null; } }
Equals(object obj)3455         public override bool Equals(object obj) { throw null; }
GetHashCode()3456         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3457         public override bool IsDefaultAttribute() { throw null; }
3458     }
3459     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3460     public enum DesignerSerializationVisibility
3461     {
3462         Content = 2,
3463         Hidden = 0,
3464         Visible = 1,
3465     }
3466     [System.AttributeUsageAttribute((System.AttributeTargets)(960))]
3467     public sealed partial class DesignerSerializationVisibilityAttribute : System.Attribute
3468     {
3469         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Content;
3470         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Default;
3471         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Hidden;
3472         public static readonly System.ComponentModel.DesignerSerializationVisibilityAttribute Visible;
DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility visibility)3473         public DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility visibility) { }
3474         public System.ComponentModel.DesignerSerializationVisibility Visibility { get { throw null; } }
Equals(object obj)3475         public override bool Equals(object obj) { throw null; }
GetHashCode()3476         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3477         public override bool IsDefaultAttribute() { throw null; }
3478     }
3479     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3480     public sealed partial class DesignOnlyAttribute : System.Attribute
3481     {
3482         public static readonly System.ComponentModel.DesignOnlyAttribute Default;
3483         public static readonly System.ComponentModel.DesignOnlyAttribute No;
3484         public static readonly System.ComponentModel.DesignOnlyAttribute Yes;
DesignOnlyAttribute(bool isDesignOnly)3485         public DesignOnlyAttribute(bool isDesignOnly) { }
3486         public bool IsDesignOnly { get { throw null; } }
Equals(object obj)3487         public override bool Equals(object obj) { throw null; }
GetHashCode()3488         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3489         public override bool IsDefaultAttribute() { throw null; }
3490     }
3491     [System.AttributeUsageAttribute((System.AttributeTargets)(1028))]
3492     public sealed partial class DesignTimeVisibleAttribute : System.Attribute
3493     {
3494         public static readonly System.ComponentModel.DesignTimeVisibleAttribute Default;
3495         public static readonly System.ComponentModel.DesignTimeVisibleAttribute No;
3496         public static readonly System.ComponentModel.DesignTimeVisibleAttribute Yes;
DesignTimeVisibleAttribute()3497         public DesignTimeVisibleAttribute() { }
DesignTimeVisibleAttribute(bool visible)3498         public DesignTimeVisibleAttribute(bool visible) { }
3499         public bool Visible { get { throw null; } }
Equals(object obj)3500         public override bool Equals(object obj) { throw null; }
GetHashCode()3501         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3502         public override bool IsDefaultAttribute() { throw null; }
3503     }
3504     [System.AttributeUsageAttribute((System.AttributeTargets)(708))]
3505     public partial class DisplayNameAttribute : System.Attribute
3506     {
3507         public static readonly System.ComponentModel.DisplayNameAttribute Default;
DisplayNameAttribute()3508         public DisplayNameAttribute() { }
DisplayNameAttribute(string displayName)3509         public DisplayNameAttribute(string displayName) { }
3510         public virtual string DisplayName { get { throw null; } }
3511         protected string DisplayNameValue { get { throw null; } set { } }
Equals(object obj)3512         public override bool Equals(object obj) { throw null; }
GetHashCode()3513         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3514         public override bool IsDefaultAttribute() { throw null; }
3515     }
3516     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3517     public partial class DoubleConverter : System.ComponentModel.BaseNumberConverter
3518     {
DoubleConverter()3519         public DoubleConverter() { }
3520     }
3521     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3522     public partial class DoWorkEventArgs : System.ComponentModel.CancelEventArgs
3523     {
DoWorkEventArgs(object argument)3524         public DoWorkEventArgs(object argument) { }
3525         public object Argument { get { throw null; } }
3526         public object Result { get { throw null; } set { } }
3527     }
3528     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e)3529     public delegate void DoWorkEventHandler(object sender, System.ComponentModel.DoWorkEventArgs e);
3530     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=true)]
3531     public sealed partial class EditorAttribute : System.Attribute
3532     {
EditorAttribute()3533         public EditorAttribute() { }
EditorAttribute(string typeName, string baseTypeName)3534         public EditorAttribute(string typeName, string baseTypeName) { }
EditorAttribute(string typeName, System.Type baseType)3535         public EditorAttribute(string typeName, System.Type baseType) { }
EditorAttribute(System.Type type, System.Type baseType)3536         public EditorAttribute(System.Type type, System.Type baseType) { }
3537         public string EditorBaseTypeName { get { throw null; } }
3538         public string EditorTypeName { get { throw null; } }
3539         public override object TypeId { get { throw null; } }
Equals(object obj)3540         public override bool Equals(object obj) { throw null; }
GetHashCode()3541         public override int GetHashCode() { throw null; }
3542     }
3543     [System.AttributeUsageAttribute((System.AttributeTargets)(6140))]
3544     public sealed partial class EditorBrowsableAttribute : System.Attribute
3545     {
EditorBrowsableAttribute()3546         public EditorBrowsableAttribute() { }
EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state)3547         public EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState state) { }
3548         public System.ComponentModel.EditorBrowsableState State { get { throw null; } }
Equals(object obj)3549         public override bool Equals(object obj) { throw null; }
GetHashCode()3550         public override int GetHashCode() { throw null; }
3551     }
3552     public enum EditorBrowsableState
3553     {
3554         Advanced = 2,
3555         Always = 0,
3556         Never = 1,
3557     }
3558     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3559     public partial class EnumConverter : System.ComponentModel.TypeConverter
3560     {
EnumConverter(System.Type type)3561         public EnumConverter(System.Type type) { }
3562         protected virtual System.Collections.IComparer Comparer { get { throw null; } }
3563         protected System.Type EnumType { get { throw null; } }
3564         protected System.ComponentModel.TypeConverter.StandardValuesCollection Values { get { throw null; } set { } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3565         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3566         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3567         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)3568         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3569         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)3570         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3571         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)3572         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
3573     }
3574     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3575     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3576     public abstract partial class EventDescriptor : System.ComponentModel.MemberDescriptor
3577     {
EventDescriptor(System.ComponentModel.MemberDescriptor descr)3578         protected EventDescriptor(System.ComponentModel.MemberDescriptor descr) : base (default(string)) { }
EventDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs)3579         protected EventDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs) : base (default(string)) { }
EventDescriptor(string name, System.Attribute[] attrs)3580         protected EventDescriptor(string name, System.Attribute[] attrs) : base (default(string)) { }
3581         public abstract System.Type ComponentType { get; }
3582         public abstract System.Type EventType { get; }
3583         public abstract bool IsMulticast { get; }
AddEventHandler(object component, System.Delegate value)3584         public abstract void AddEventHandler(object component, System.Delegate value);
RemoveEventHandler(object component, System.Delegate value)3585         public abstract void RemoveEventHandler(object component, System.Delegate value);
3586     }
3587     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3588     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
3589     public partial class EventDescriptorCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3590     {
3591         public static readonly System.ComponentModel.EventDescriptorCollection Empty;
EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events)3592         public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events) { }
EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events, bool readOnly)3593         public EventDescriptorCollection(System.ComponentModel.EventDescriptor[] events, bool readOnly) { }
3594         public int Count { get { throw null; } }
3595         public virtual System.ComponentModel.EventDescriptor this[int index] { get { throw null; } }
3596         public virtual System.ComponentModel.EventDescriptor this[string name] { get { throw null; } }
3597         int System.Collections.ICollection.Count { get { throw null; } }
3598         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3599         object System.Collections.ICollection.SyncRoot { get { throw null; } }
3600         bool System.Collections.IList.IsFixedSize { get { throw null; } }
3601         bool System.Collections.IList.IsReadOnly { get { throw null; } }
3602         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.EventDescriptor value)3603         public int Add(System.ComponentModel.EventDescriptor value) { throw null; }
Clear()3604         public void Clear() { }
Contains(System.ComponentModel.EventDescriptor value)3605         public bool Contains(System.ComponentModel.EventDescriptor value) { throw null; }
Find(string name, bool ignoreCase)3606         public virtual System.ComponentModel.EventDescriptor Find(string name, bool ignoreCase) { throw null; }
GetEnumerator()3607         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.EventDescriptor value)3608         public int IndexOf(System.ComponentModel.EventDescriptor value) { throw null; }
Insert(int index, System.ComponentModel.EventDescriptor value)3609         public void Insert(int index, System.ComponentModel.EventDescriptor value) { }
InternalSort(System.Collections.IComparer sorter)3610         protected void InternalSort(System.Collections.IComparer sorter) { }
InternalSort(string[] names)3611         protected void InternalSort(string[] names) { }
Remove(System.ComponentModel.EventDescriptor value)3612         public void Remove(System.ComponentModel.EventDescriptor value) { }
RemoveAt(int index)3613         public void RemoveAt(int index) { }
Sort()3614         public virtual System.ComponentModel.EventDescriptorCollection Sort() { throw null; }
Sort(System.Collections.IComparer comparer)3615         public virtual System.ComponentModel.EventDescriptorCollection Sort(System.Collections.IComparer comparer) { throw null; }
Sort(string[] names)3616         public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] names) { throw null; }
Sort(string[] names, System.Collections.IComparer comparer)3617         public virtual System.ComponentModel.EventDescriptorCollection Sort(string[] names, System.Collections.IComparer comparer) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)3618         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()3619         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)3620         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()3621         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)3622         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)3623         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)3624         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)3625         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)3626         void System.Collections.IList.RemoveAt(int index) { }
3627     }
3628     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3629     public sealed partial class EventHandlerList : System.IDisposable
3630     {
EventHandlerList()3631         public EventHandlerList() { }
3632         public System.Delegate this[object key] { get { throw null; } set { } }
AddHandler(object key, System.Delegate value)3633         public void AddHandler(object key, System.Delegate value) { }
AddHandlers(System.ComponentModel.EventHandlerList listToAddFrom)3634         public void AddHandlers(System.ComponentModel.EventHandlerList listToAddFrom) { }
Dispose()3635         public void Dispose() { }
RemoveHandler(object key, System.Delegate value)3636         public void RemoveHandler(object key, System.Delegate value) { }
3637     }
3638     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3639     public partial class ExpandableObjectConverter : System.ComponentModel.TypeConverter
3640     {
ExpandableObjectConverter()3641         public ExpandableObjectConverter() { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)3642         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)3643         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3644     }
3645     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3646     public sealed partial class ExtenderProvidedPropertyAttribute : System.Attribute
3647     {
ExtenderProvidedPropertyAttribute()3648         public ExtenderProvidedPropertyAttribute() { }
3649         public System.ComponentModel.PropertyDescriptor ExtenderProperty { get { throw null; } }
3650         public System.ComponentModel.IExtenderProvider Provider { get { throw null; } }
3651         public System.Type ReceiverType { get { throw null; } }
Equals(object obj)3652         public override bool Equals(object obj) { throw null; }
GetHashCode()3653         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3654         public override bool IsDefaultAttribute() { throw null; }
3655     }
3656     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3657     public partial class GuidConverter : System.ComponentModel.TypeConverter
3658     {
GuidConverter()3659         public GuidConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3660         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3661         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3662         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)3663         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3664     }
3665     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3666     public partial class HandledEventArgs : System.EventArgs
3667     {
HandledEventArgs()3668         public HandledEventArgs() { }
HandledEventArgs(bool defaultHandledValue)3669         public HandledEventArgs(bool defaultHandledValue) { }
3670         public bool Handled { get { throw null; } set { } }
3671     }
3672     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
HandledEventHandler(object sender, System.ComponentModel.HandledEventArgs e)3673     public delegate void HandledEventHandler(object sender, System.ComponentModel.HandledEventArgs e);
3674     public partial interface IBindingList : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
3675     {
3676         bool AllowEdit { get; }
3677         bool AllowNew { get; }
3678         bool AllowRemove { get; }
3679         bool IsSorted { get; }
3680         System.ComponentModel.ListSortDirection SortDirection { get; }
3681         System.ComponentModel.PropertyDescriptor SortProperty { get; }
3682         bool SupportsChangeNotification { get; }
3683         bool SupportsSearching { get; }
3684         bool SupportsSorting { get; }
3685         event System.ComponentModel.ListChangedEventHandler ListChanged;
AddIndex(System.ComponentModel.PropertyDescriptor property)3686         void AddIndex(System.ComponentModel.PropertyDescriptor property);
AddNew()3687         object AddNew();
ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)3688         void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction);
Find(System.ComponentModel.PropertyDescriptor property, object key)3689         int Find(System.ComponentModel.PropertyDescriptor property, object key);
RemoveIndex(System.ComponentModel.PropertyDescriptor property)3690         void RemoveIndex(System.ComponentModel.PropertyDescriptor property);
RemoveSort()3691         void RemoveSort();
3692     }
3693     public partial interface IBindingListView : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList
3694     {
3695         string Filter { get; set; }
3696         System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get; }
3697         bool SupportsAdvancedSorting { get; }
3698         bool SupportsFiltering { get; }
ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts)3699         void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts);
RemoveFilter()3700         void RemoveFilter();
3701     }
3702     public partial interface ICancelAddNew
3703     {
CancelNew(int itemIndex)3704         void CancelNew(int itemIndex);
EndNew(int itemIndex)3705         void EndNew(int itemIndex);
3706     }
3707     public partial interface IChangeTracking
3708     {
3709         bool IsChanged { get; }
AcceptChanges()3710         void AcceptChanges();
3711     }
3712     [System.ObsoleteAttribute("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
3713     public partial interface IComNativeDescriptorHandler
3714     {
GetAttributes(object component)3715         System.ComponentModel.AttributeCollection GetAttributes(object component);
GetClassName(object component)3716         string GetClassName(object component);
GetConverter(object component)3717         System.ComponentModel.TypeConverter GetConverter(object component);
GetDefaultEvent(object component)3718         System.ComponentModel.EventDescriptor GetDefaultEvent(object component);
GetDefaultProperty(object component)3719         System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component);
GetEditor(object component, System.Type baseEditorType)3720         object GetEditor(object component, System.Type baseEditorType);
GetEvents(object component)3721         System.ComponentModel.EventDescriptorCollection GetEvents(object component);
GetEvents(object component, System.Attribute[] attributes)3722         System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes);
GetName(object component)3723         string GetName(object component);
GetProperties(object component, System.Attribute[] attributes)3724         System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes);
GetPropertyValue(object component, int dispid, ref bool success)3725         object GetPropertyValue(object component, int dispid, ref bool success);
GetPropertyValue(object component, string propertyName, ref bool success)3726         object GetPropertyValue(object component, string propertyName, ref bool success);
3727     }
3728     [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)]
3729     [System.ComponentModel.DesignerAttribute("System.ComponentModel.Design.ComponentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IDesigner))]
3730     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
3731     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ComponentConverter))]
3732     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3733     public partial interface IComponent : System.IDisposable
3734     {
3735         System.ComponentModel.ISite Site { get; set; }
3736         event System.EventHandler Disposed;
3737     }
3738     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3739     public partial interface IContainer : System.IDisposable
3740     {
3741         System.ComponentModel.ComponentCollection Components { get; }
Add(System.ComponentModel.IComponent component)3742         void Add(System.ComponentModel.IComponent component);
Add(System.ComponentModel.IComponent component, string name)3743         void Add(System.ComponentModel.IComponent component, string name);
Remove(System.ComponentModel.IComponent component)3744         void Remove(System.ComponentModel.IComponent component);
3745     }
3746     public partial interface ICustomTypeDescriptor
3747     {
GetAttributes()3748         System.ComponentModel.AttributeCollection GetAttributes();
GetClassName()3749         string GetClassName();
GetComponentName()3750         string GetComponentName();
GetConverter()3751         System.ComponentModel.TypeConverter GetConverter();
GetDefaultEvent()3752         System.ComponentModel.EventDescriptor GetDefaultEvent();
GetDefaultProperty()3753         System.ComponentModel.PropertyDescriptor GetDefaultProperty();
GetEditor(System.Type editorBaseType)3754         object GetEditor(System.Type editorBaseType);
GetEvents()3755         System.ComponentModel.EventDescriptorCollection GetEvents();
GetEvents(System.Attribute[] attributes)3756         System.ComponentModel.EventDescriptorCollection GetEvents(System.Attribute[] attributes);
GetProperties()3757         System.ComponentModel.PropertyDescriptorCollection GetProperties();
GetProperties(System.Attribute[] attributes)3758         System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Attribute[] attributes);
GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)3759         object GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd);
3760     }
3761     public partial interface IDataErrorInfo
3762     {
3763         string Error { get; }
3764         string this[string columnName] { get; }
3765     }
3766     public partial interface IEditableObject
3767     {
BeginEdit()3768         void BeginEdit();
CancelEdit()3769         void CancelEdit();
EndEdit()3770         void EndEdit();
3771     }
3772     public partial interface IExtenderProvider
3773     {
CanExtend(object extendee)3774         bool CanExtend(object extendee);
3775     }
3776     public partial interface IIntellisenseBuilder
3777     {
3778         string Name { get; }
Show(string language, string value, ref string newValue)3779         bool Show(string language, string value, ref string newValue);
3780     }
3781     [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")]
3782     [System.ComponentModel.MergablePropertyAttribute(false)]
3783     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
3784     public partial interface IListSource
3785     {
3786         bool ContainsListCollection { get; }
GetList()3787         System.Collections.IList GetList();
3788     }
3789     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
3790     public sealed partial class ImmutableObjectAttribute : System.Attribute
3791     {
3792         public static readonly System.ComponentModel.ImmutableObjectAttribute Default;
3793         public static readonly System.ComponentModel.ImmutableObjectAttribute No;
3794         public static readonly System.ComponentModel.ImmutableObjectAttribute Yes;
ImmutableObjectAttribute(bool immutable)3795         public ImmutableObjectAttribute(bool immutable) { }
3796         public bool Immutable { get { throw null; } }
Equals(object obj)3797         public override bool Equals(object obj) { throw null; }
GetHashCode()3798         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3799         public override bool IsDefaultAttribute() { throw null; }
3800     }
3801     public partial interface INestedContainer : System.ComponentModel.IContainer, System.IDisposable
3802     {
3803         System.ComponentModel.IComponent Owner { get; }
3804     }
3805     public partial interface INestedSite : System.ComponentModel.ISite, System.IServiceProvider
3806     {
3807         string FullName { get; }
3808     }
3809     [System.AttributeUsageAttribute((System.AttributeTargets)(896))]
3810     public sealed partial class InheritanceAttribute : System.Attribute
3811     {
3812         public static readonly System.ComponentModel.InheritanceAttribute Default;
3813         public static readonly System.ComponentModel.InheritanceAttribute Inherited;
3814         public static readonly System.ComponentModel.InheritanceAttribute InheritedReadOnly;
3815         public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
InheritanceAttribute()3816         public InheritanceAttribute() { }
InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel)3817         public InheritanceAttribute(System.ComponentModel.InheritanceLevel inheritanceLevel) { }
3818         public System.ComponentModel.InheritanceLevel InheritanceLevel { get { throw null; } }
Equals(object value)3819         public override bool Equals(object value) { throw null; }
GetHashCode()3820         public override int GetHashCode() { throw null; }
IsDefaultAttribute()3821         public override bool IsDefaultAttribute() { throw null; }
ToString()3822         public override string ToString() { throw null; }
3823     }
3824     public enum InheritanceLevel
3825     {
3826         Inherited = 1,
3827         InheritedReadOnly = 2,
3828         NotInherited = 3,
3829     }
3830     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3831     public sealed partial class InitializationEventAttribute : System.Attribute
3832     {
InitializationEventAttribute(string eventName)3833         public InitializationEventAttribute(string eventName) { }
3834         public string EventName { get { throw null; } }
3835     }
3836     public partial interface INotifyDataErrorInfo
3837     {
3838         bool HasErrors { get; }
3839         event System.EventHandler<System.ComponentModel.DataErrorsChangedEventArgs> ErrorsChanged;
GetErrors(string propertyName)3840         System.Collections.IEnumerable GetErrors(string propertyName);
3841     }
3842     public partial interface INotifyPropertyChanged
3843     {
3844         event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
3845     }
3846     public partial interface INotifyPropertyChanging
3847     {
3848         event System.ComponentModel.PropertyChangingEventHandler PropertyChanging;
3849     }
3850     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
3851     public partial class InstallerTypeAttribute : System.Attribute
3852     {
InstallerTypeAttribute(string typeName)3853         public InstallerTypeAttribute(string typeName) { }
InstallerTypeAttribute(System.Type installerType)3854         public InstallerTypeAttribute(System.Type installerType) { }
3855         public virtual System.Type InstallerType { get { throw null; } }
Equals(object obj)3856         public override bool Equals(object obj) { throw null; }
GetHashCode()3857         public override int GetHashCode() { throw null; }
3858     }
3859     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3860     public abstract partial class InstanceCreationEditor
3861     {
InstanceCreationEditor()3862         protected InstanceCreationEditor() { }
3863         public virtual string Text { get { throw null; } }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Type instanceType)3864         public abstract object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Type instanceType);
3865     }
3866     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3867     public partial class Int16Converter : System.ComponentModel.BaseNumberConverter
3868     {
Int16Converter()3869         public Int16Converter() { }
3870     }
3871     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3872     public partial class Int32Converter : System.ComponentModel.BaseNumberConverter
3873     {
Int32Converter()3874         public Int32Converter() { }
3875     }
3876     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3877     public partial class Int64Converter : System.ComponentModel.BaseNumberConverter
3878     {
Int64Converter()3879         public Int64Converter() { }
3880     }
3881     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3882     [System.SerializableAttribute]
3883     public partial class InvalidAsynchronousStateException : System.ArgumentException
3884     {
InvalidAsynchronousStateException()3885         public InvalidAsynchronousStateException() { }
InvalidAsynchronousStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3886         protected InvalidAsynchronousStateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidAsynchronousStateException(string message)3887         public InvalidAsynchronousStateException(string message) { }
InvalidAsynchronousStateException(string message, System.Exception innerException)3888         public InvalidAsynchronousStateException(string message, System.Exception innerException) { }
3889     }
3890     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3891     [System.SerializableAttribute]
3892     public partial class InvalidEnumArgumentException : System.ArgumentException
3893     {
InvalidEnumArgumentException()3894         public InvalidEnumArgumentException() { }
InvalidEnumArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3895         protected InvalidEnumArgumentException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidEnumArgumentException(string message)3896         public InvalidEnumArgumentException(string message) { }
InvalidEnumArgumentException(string message, System.Exception innerException)3897         public InvalidEnumArgumentException(string message, System.Exception innerException) { }
InvalidEnumArgumentException(string argumentName, int invalidValue, System.Type enumClass)3898         public InvalidEnumArgumentException(string argumentName, int invalidValue, System.Type enumClass) { }
3899     }
3900     public partial interface IRaiseItemChangedEvents
3901     {
3902         bool RaisesItemChangedEvents { get; }
3903     }
3904     public partial interface IRevertibleChangeTracking : System.ComponentModel.IChangeTracking
3905     {
RejectChanges()3906         void RejectChanges();
3907     }
3908     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3909     public partial interface ISite : System.IServiceProvider
3910     {
3911         System.ComponentModel.IComponent Component { get; }
3912         System.ComponentModel.IContainer Container { get; }
3913         bool DesignMode { get; }
3914         string Name { get; set; }
3915     }
3916     public partial interface ISupportInitialize
3917     {
BeginInit()3918         void BeginInit();
EndInit()3919         void EndInit();
3920     }
3921     public partial interface ISupportInitializeNotification : System.ComponentModel.ISupportInitialize
3922     {
3923         bool IsInitialized { get; }
3924         event System.EventHandler Initialized;
3925     }
3926     public partial interface ISynchronizeInvoke
3927     {
3928         bool InvokeRequired { get; }
3929         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
BeginInvoke(System.Delegate method, object[] args)3930         System.IAsyncResult BeginInvoke(System.Delegate method, object[] args);
EndInvoke(System.IAsyncResult result)3931         object EndInvoke(System.IAsyncResult result);
Invoke(System.Delegate method, object[] args)3932         object Invoke(System.Delegate method, object[] args);
3933     }
3934     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3935     public partial interface ITypeDescriptorContext : System.IServiceProvider
3936     {
3937         System.ComponentModel.IContainer Container { get; }
3938         object Instance { get; }
3939         System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; }
OnComponentChanged()3940         void OnComponentChanged();
OnComponentChanging()3941         bool OnComponentChanging();
3942     }
3943     public partial interface ITypedList
3944     {
GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)3945         System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors);
GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)3946         string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors);
3947     }
3948     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3949     public abstract partial class License : System.IDisposable
3950     {
License()3951         protected License() { }
3952         public abstract string LicenseKey { get; }
Dispose()3953         public abstract void Dispose();
3954     }
3955     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3956     public partial class LicenseContext : System.IServiceProvider
3957     {
LicenseContext()3958         public LicenseContext() { }
3959         public virtual System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly)3960         public virtual string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) { throw null; }
GetService(System.Type type)3961         public virtual object GetService(System.Type type) { throw null; }
SetSavedLicenseKey(System.Type type, string key)3962         public virtual void SetSavedLicenseKey(System.Type type, string key) { }
3963     }
3964     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3965     [System.SerializableAttribute]
3966     public partial class LicenseException : System.SystemException
3967     {
LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3968         protected LicenseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
LicenseException(System.Type type)3969         public LicenseException(System.Type type) { }
LicenseException(System.Type type, object instance)3970         public LicenseException(System.Type type, object instance) { }
LicenseException(System.Type type, object instance, string message)3971         public LicenseException(System.Type type, object instance, string message) { }
LicenseException(System.Type type, object instance, string message, System.Exception innerException)3972         public LicenseException(System.Type type, object instance, string message, System.Exception innerException) { }
3973         public System.Type LicensedType { get { throw null; } }
3974         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)3975         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
3976     }
3977     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalProcessMgmt=true)]
3978     public sealed partial class LicenseManager
3979     {
LicenseManager()3980         internal LicenseManager() { }
3981         public static System.ComponentModel.LicenseContext CurrentContext { get { throw null; } set { } }
3982         public static System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext)3983         public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext) { throw null; }
CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args)3984         public static object CreateWithContext(System.Type type, System.ComponentModel.LicenseContext creationContext, object[] args) { throw null; }
IsLicensed(System.Type type)3985         public static bool IsLicensed(System.Type type) { throw null; }
IsValid(System.Type type)3986         public static bool IsValid(System.Type type) { throw null; }
IsValid(System.Type type, object instance, out System.ComponentModel.License license)3987         public static bool IsValid(System.Type type, object instance, out System.ComponentModel.License license) { license = default(System.ComponentModel.License); throw null; }
LockContext(object contextUser)3988         public static void LockContext(object contextUser) { }
UnlockContext(object contextUser)3989         public static void UnlockContext(object contextUser) { }
Validate(System.Type type)3990         public static void Validate(System.Type type) { }
Validate(System.Type type, object instance)3991         public static System.ComponentModel.License Validate(System.Type type, object instance) { throw null; }
3992     }
3993     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
3994     public abstract partial class LicenseProvider
3995     {
LicenseProvider()3996         protected LicenseProvider() { }
GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions)3997         public abstract System.ComponentModel.License GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions);
3998     }
3999     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)]
4000     public sealed partial class LicenseProviderAttribute : System.Attribute
4001     {
4002         public static readonly System.ComponentModel.LicenseProviderAttribute Default;
LicenseProviderAttribute()4003         public LicenseProviderAttribute() { }
LicenseProviderAttribute(string typeName)4004         public LicenseProviderAttribute(string typeName) { }
LicenseProviderAttribute(System.Type type)4005         public LicenseProviderAttribute(System.Type type) { }
4006         public System.Type LicenseProvider { get { throw null; } }
4007         public override object TypeId { get { throw null; } }
Equals(object value)4008         public override bool Equals(object value) { throw null; }
GetHashCode()4009         public override int GetHashCode() { throw null; }
4010     }
4011     public enum LicenseUsageMode
4012     {
4013         Designtime = 1,
4014         Runtime = 0,
4015     }
4016     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4017     public partial class LicFileLicenseProvider : System.ComponentModel.LicenseProvider
4018     {
LicFileLicenseProvider()4019         public LicFileLicenseProvider() { }
GetKey(System.Type type)4020         protected virtual string GetKey(System.Type type) { throw null; }
GetLicense(System.ComponentModel.LicenseContext context, System.Type type, object instance, bool allowExceptions)4021         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)4022         protected virtual bool IsKeyValid(string key, System.Type type) { throw null; }
4023     }
4024     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4025     public sealed partial class ListBindableAttribute : System.Attribute
4026     {
4027         public static readonly System.ComponentModel.ListBindableAttribute Default;
4028         public static readonly System.ComponentModel.ListBindableAttribute No;
4029         public static readonly System.ComponentModel.ListBindableAttribute Yes;
ListBindableAttribute(bool listBindable)4030         public ListBindableAttribute(bool listBindable) { }
ListBindableAttribute(System.ComponentModel.BindableSupport flags)4031         public ListBindableAttribute(System.ComponentModel.BindableSupport flags) { }
4032         public bool ListBindable { get { throw null; } }
Equals(object obj)4033         public override bool Equals(object obj) { throw null; }
GetHashCode()4034         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4035         public override bool IsDefaultAttribute() { throw null; }
4036     }
4037     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4038     public partial class ListChangedEventArgs : System.EventArgs
4039     {
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, System.ComponentModel.PropertyDescriptor propDesc)4040         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, System.ComponentModel.PropertyDescriptor propDesc) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex)4041         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, System.ComponentModel.PropertyDescriptor propDesc)4042         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, System.ComponentModel.PropertyDescriptor propDesc) { }
ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, int oldIndex)4043         public ListChangedEventArgs(System.ComponentModel.ListChangedType listChangedType, int newIndex, int oldIndex) { }
4044         public System.ComponentModel.ListChangedType ListChangedType { get { throw null; } }
4045         public int NewIndex { get { throw null; } }
4046         public int OldIndex { get { throw null; } }
4047         public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } }
4048     }
4049     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ListChangedEventHandler(object sender, System.ComponentModel.ListChangedEventArgs e)4050     public delegate void ListChangedEventHandler(object sender, System.ComponentModel.ListChangedEventArgs e);
4051     public enum ListChangedType
4052     {
4053         ItemAdded = 1,
4054         ItemChanged = 4,
4055         ItemDeleted = 2,
4056         ItemMoved = 3,
4057         PropertyDescriptorAdded = 5,
4058         PropertyDescriptorChanged = 7,
4059         PropertyDescriptorDeleted = 6,
4060         Reset = 0,
4061     }
4062     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4063     public partial class ListSortDescription
4064     {
ListSortDescription(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)4065         public ListSortDescription(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction) { }
4066         public System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } set { } }
4067         public System.ComponentModel.ListSortDirection SortDirection { get { throw null; } set { } }
4068     }
4069     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4070     public partial class ListSortDescriptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
4071     {
ListSortDescriptionCollection()4072         public ListSortDescriptionCollection() { }
ListSortDescriptionCollection(System.ComponentModel.ListSortDescription[] sorts)4073         public ListSortDescriptionCollection(System.ComponentModel.ListSortDescription[] sorts) { }
4074         public int Count { get { throw null; } }
4075         public System.ComponentModel.ListSortDescription this[int index] { get { throw null; } set { } }
4076         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4077         object System.Collections.ICollection.SyncRoot { get { throw null; } }
4078         bool System.Collections.IList.IsFixedSize { get { throw null; } }
4079         bool System.Collections.IList.IsReadOnly { get { throw null; } }
4080         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(object value)4081         public bool Contains(object value) { throw null; }
CopyTo(System.Array array, int index)4082         public void CopyTo(System.Array array, int index) { }
IndexOf(object value)4083         public int IndexOf(object value) { throw null; }
System.Collections.IEnumerable.GetEnumerator()4084         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)4085         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()4086         void System.Collections.IList.Clear() { }
System.Collections.IList.Insert(int index, object value)4087         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)4088         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)4089         void System.Collections.IList.RemoveAt(int index) { }
4090     }
4091     public enum ListSortDirection
4092     {
4093         Ascending = 0,
4094         Descending = 1,
4095     }
4096     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4097     public sealed partial class LocalizableAttribute : System.Attribute
4098     {
4099         public static readonly System.ComponentModel.LocalizableAttribute Default;
4100         public static readonly System.ComponentModel.LocalizableAttribute No;
4101         public static readonly System.ComponentModel.LocalizableAttribute Yes;
LocalizableAttribute(bool isLocalizable)4102         public LocalizableAttribute(bool isLocalizable) { }
4103         public bool IsLocalizable { get { throw null; } }
Equals(object obj)4104         public override bool Equals(object obj) { throw null; }
GetHashCode()4105         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4106         public override bool IsDefaultAttribute() { throw null; }
4107     }
4108     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
4109     public sealed partial class LookupBindingPropertiesAttribute : System.Attribute
4110     {
4111         public static readonly System.ComponentModel.LookupBindingPropertiesAttribute Default;
LookupBindingPropertiesAttribute()4112         public LookupBindingPropertiesAttribute() { }
LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember)4113         public LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember) { }
4114         public string DataSource { get { throw null; } }
4115         public string DisplayMember { get { throw null; } }
4116         public string LookupMember { get { throw null; } }
4117         public string ValueMember { get { throw null; } }
Equals(object obj)4118         public override bool Equals(object obj) { throw null; }
GetHashCode()4119         public override int GetHashCode() { throw null; }
4120     }
4121     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComponentDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
4122     [System.ComponentModel.DesignerCategoryAttribute("Component")]
4123     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ComponentConverter))]
4124     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4125     public partial class MarshalByValueComponent : System.ComponentModel.IComponent, System.IDisposable, System.IServiceProvider
4126     {
MarshalByValueComponent()4127         public MarshalByValueComponent() { }
4128         [System.ComponentModel.BrowsableAttribute(false)]
4129         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4130         public virtual System.ComponentModel.IContainer Container { get { throw null; } }
4131         [System.ComponentModel.BrowsableAttribute(false)]
4132         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4133         public virtual bool DesignMode { get { throw null; } }
4134         protected System.ComponentModel.EventHandlerList Events { get { throw null; } }
4135         [System.ComponentModel.BrowsableAttribute(false)]
4136         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4137         public virtual System.ComponentModel.ISite Site { get { throw null; } set { } }
4138         public event System.EventHandler Disposed { add { } remove { } }
Dispose()4139         public void Dispose() { }
Dispose(bool disposing)4140         protected virtual void Dispose(bool disposing) { }
~MarshalByValueComponent()4141         ~MarshalByValueComponent() { }
GetService(System.Type service)4142         public virtual object GetService(System.Type service) { throw null; }
ToString()4143         public override string ToString() { throw null; }
4144     }
4145     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4146     public partial class MaskedTextProvider : System.ICloneable
4147     {
MaskedTextProvider(string mask)4148         public MaskedTextProvider(string mask) { }
MaskedTextProvider(string mask, bool restrictToAscii)4149         public MaskedTextProvider(string mask, bool restrictToAscii) { }
MaskedTextProvider(string mask, char passwordChar, bool allowPromptAsInput)4150         public MaskedTextProvider(string mask, char passwordChar, bool allowPromptAsInput) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture)4151         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture) { }
MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, bool restrictToAscii)4152         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)4153         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)4154         public MaskedTextProvider(string mask, System.Globalization.CultureInfo culture, char passwordChar, bool allowPromptAsInput) { }
4155         public bool AllowPromptAsInput { get { throw null; } }
4156         public bool AsciiOnly { get { throw null; } }
4157         public int AssignedEditPositionCount { get { throw null; } }
4158         public int AvailableEditPositionCount { get { throw null; } }
4159         public System.Globalization.CultureInfo Culture { get { throw null; } }
4160         public static char DefaultPasswordChar { get { throw null; } }
4161         public int EditPositionCount { get { throw null; } }
4162         public System.Collections.IEnumerator EditPositions { get { throw null; } }
4163         public bool IncludeLiterals { get { throw null; } set { } }
4164         public bool IncludePrompt { get { throw null; } set { } }
4165         public static int InvalidIndex { get { throw null; } }
4166         public bool IsPassword { get { throw null; } set { } }
4167         public char this[int index] { get { throw null; } }
4168         public int LastAssignedPosition { get { throw null; } }
4169         public int Length { get { throw null; } }
4170         public string Mask { get { throw null; } }
4171         public bool MaskCompleted { get { throw null; } }
4172         public bool MaskFull { get { throw null; } }
4173         public char PasswordChar { get { throw null; } set { } }
4174         public char PromptChar { get { throw null; } set { } }
4175         public bool ResetOnPrompt { get { throw null; } set { } }
4176         public bool ResetOnSpace { get { throw null; } set { } }
4177         public bool SkipLiterals { get { throw null; } set { } }
Add(char input)4178         public bool Add(char input) { throw null; }
Add(char input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4179         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)4180         public bool Add(string input) { throw null; }
Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4181         public bool Add(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
Clear()4182         public void Clear() { }
Clear(out System.ComponentModel.MaskedTextResultHint resultHint)4183         public void Clear(out System.ComponentModel.MaskedTextResultHint resultHint) { resultHint = default(System.ComponentModel.MaskedTextResultHint); }
Clone()4184         public object Clone() { throw null; }
FindAssignedEditPositionFrom(int position, bool direction)4185         public int FindAssignedEditPositionFrom(int position, bool direction) { throw null; }
FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction)4186         public int FindAssignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindEditPositionFrom(int position, bool direction)4187         public int FindEditPositionFrom(int position, bool direction) { throw null; }
FindEditPositionInRange(int startPosition, int endPosition, bool direction)4188         public int FindEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindNonEditPositionFrom(int position, bool direction)4189         public int FindNonEditPositionFrom(int position, bool direction) { throw null; }
FindNonEditPositionInRange(int startPosition, int endPosition, bool direction)4190         public int FindNonEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
FindUnassignedEditPositionFrom(int position, bool direction)4191         public int FindUnassignedEditPositionFrom(int position, bool direction) { throw null; }
FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction)4192         public int FindUnassignedEditPositionInRange(int startPosition, int endPosition, bool direction) { throw null; }
GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint)4193         public static bool GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint hint) { throw null; }
InsertAt(char input, int position)4194         public bool InsertAt(char input, int position) { throw null; }
InsertAt(char input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4195         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)4196         public bool InsertAt(string input, int position) { throw null; }
InsertAt(string input, int position, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4197         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)4198         public bool IsAvailablePosition(int position) { throw null; }
IsEditPosition(int position)4199         public bool IsEditPosition(int position) { throw null; }
IsValidInputChar(char c)4200         public static bool IsValidInputChar(char c) { throw null; }
IsValidMaskChar(char c)4201         public static bool IsValidMaskChar(char c) { throw null; }
IsValidPasswordChar(char c)4202         public static bool IsValidPasswordChar(char c) { throw null; }
Remove()4203         public bool Remove() { throw null; }
Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4204         public bool Remove(out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
RemoveAt(int position)4205         public bool RemoveAt(int position) { throw null; }
RemoveAt(int startPosition, int endPosition)4206         public bool RemoveAt(int startPosition, int endPosition) { throw null; }
RemoveAt(int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4207         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)4208         public bool Replace(char input, int position) { throw null; }
Replace(char input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4209         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)4210         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)4211         public bool Replace(string input, int position) { throw null; }
Replace(string input, int startPosition, int endPosition, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4212         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)4213         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)4214         public bool Set(string input) { throw null; }
Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4215         public bool Set(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
ToDisplayString()4216         public string ToDisplayString() { throw null; }
ToString()4217         public override string ToString() { throw null; }
ToString(bool ignorePasswordChar)4218         public string ToString(bool ignorePasswordChar) { throw null; }
ToString(bool includePrompt, bool includeLiterals)4219         public string ToString(bool includePrompt, bool includeLiterals) { throw null; }
ToString(bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length)4220         public string ToString(bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length) { throw null; }
ToString(bool includePrompt, bool includeLiterals, int startPosition, int length)4221         public string ToString(bool includePrompt, bool includeLiterals, int startPosition, int length) { throw null; }
ToString(bool ignorePasswordChar, int startPosition, int length)4222         public string ToString(bool ignorePasswordChar, int startPosition, int length) { throw null; }
ToString(int startPosition, int length)4223         public string ToString(int startPosition, int length) { throw null; }
VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint)4224         public bool VerifyChar(char input, int position, out System.ComponentModel.MaskedTextResultHint hint) { hint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
VerifyEscapeChar(char input, int position)4225         public bool VerifyEscapeChar(char input, int position) { throw null; }
VerifyString(string input)4226         public bool VerifyString(string input) { throw null; }
VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint)4227         public bool VerifyString(string input, out int testPosition, out System.ComponentModel.MaskedTextResultHint resultHint) { testPosition = default(int); resultHint = default(System.ComponentModel.MaskedTextResultHint); throw null; }
4228     }
4229     public enum MaskedTextResultHint
4230     {
4231         AlphanumericCharacterExpected = -2,
4232         AsciiCharacterExpected = -1,
4233         CharacterEscaped = 1,
4234         DigitExpected = -3,
4235         InvalidInput = -51,
4236         LetterExpected = -4,
4237         NoEffect = 2,
4238         NonEditPosition = -54,
4239         PositionOutOfRange = -55,
4240         PromptCharNotAllowed = -52,
4241         SideEffect = 3,
4242         SignedDigitExpected = -5,
4243         Success = 4,
4244         UnavailableEditPosition = -53,
4245         Unknown = 0,
4246     }
4247     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4248     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4249     public abstract partial class MemberDescriptor
4250     {
MemberDescriptor(System.ComponentModel.MemberDescriptor descr)4251         protected MemberDescriptor(System.ComponentModel.MemberDescriptor descr) { }
MemberDescriptor(System.ComponentModel.MemberDescriptor oldMemberDescriptor, System.Attribute[] newAttributes)4252         protected MemberDescriptor(System.ComponentModel.MemberDescriptor oldMemberDescriptor, System.Attribute[] newAttributes) { }
MemberDescriptor(string name)4253         protected MemberDescriptor(string name) { }
MemberDescriptor(string name, System.Attribute[] attributes)4254         protected MemberDescriptor(string name, System.Attribute[] attributes) { }
4255         protected virtual System.Attribute[] AttributeArray { get { throw null; } set { } }
4256         public virtual System.ComponentModel.AttributeCollection Attributes { get { throw null; } }
4257         public virtual string Category { get { throw null; } }
4258         public virtual string Description { get { throw null; } }
4259         public virtual bool DesignTimeOnly { get { throw null; } }
4260         public virtual string DisplayName { get { throw null; } }
4261         public virtual bool IsBrowsable { get { throw null; } }
4262         public virtual string Name { get { throw null; } }
4263         protected virtual int NameHashCode { get { throw null; } }
CreateAttributeCollection()4264         protected virtual System.ComponentModel.AttributeCollection CreateAttributeCollection() { throw null; }
Equals(object obj)4265         public override bool Equals(object obj) { throw null; }
FillAttributes(System.Collections.IList attributeList)4266         protected virtual void FillAttributes(System.Collections.IList attributeList) { }
FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType)4267         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)4268         protected static System.Reflection.MethodInfo FindMethod(System.Type componentClass, string name, System.Type[] args, System.Type returnType, bool publicOnly) { throw null; }
GetHashCode()4269         public override int GetHashCode() { throw null; }
GetInvocationTarget(System.Type type, object instance)4270         protected virtual object GetInvocationTarget(System.Type type, object instance) { throw null; }
4271         [System.ObsoleteAttribute("This method has been deprecated. Use GetInvocationTarget instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
GetInvokee(System.Type componentClass, object component)4272         protected static object GetInvokee(System.Type componentClass, object component) { throw null; }
GetSite(object component)4273         protected static System.ComponentModel.ISite GetSite(object component) { throw null; }
4274     }
4275     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4276     public sealed partial class MergablePropertyAttribute : System.Attribute
4277     {
4278         public static readonly System.ComponentModel.MergablePropertyAttribute Default;
4279         public static readonly System.ComponentModel.MergablePropertyAttribute No;
4280         public static readonly System.ComponentModel.MergablePropertyAttribute Yes;
MergablePropertyAttribute(bool allowMerge)4281         public MergablePropertyAttribute(bool allowMerge) { }
4282         public bool AllowMerge { get { throw null; } }
Equals(object obj)4283         public override bool Equals(object obj) { throw null; }
GetHashCode()4284         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4285         public override bool IsDefaultAttribute() { throw null; }
4286     }
4287     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4288     public partial class MultilineStringConverter : System.ComponentModel.TypeConverter
4289     {
MultilineStringConverter()4290         public MultilineStringConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4291         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)4292         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4293         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
4294     }
4295     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4296     public partial class NestedContainer : System.ComponentModel.Container, System.ComponentModel.IContainer, System.ComponentModel.INestedContainer, System.IDisposable
4297     {
NestedContainer(System.ComponentModel.IComponent owner)4298         public NestedContainer(System.ComponentModel.IComponent owner) { }
4299         public System.ComponentModel.IComponent Owner { get { throw null; } }
4300         protected virtual string OwnerName { get { throw null; } }
CreateSite(System.ComponentModel.IComponent component, string name)4301         protected override System.ComponentModel.ISite CreateSite(System.ComponentModel.IComponent component, string name) { throw null; }
Dispose(bool disposing)4302         protected override void Dispose(bool disposing) { }
GetService(System.Type service)4303         protected override object GetService(System.Type service) { throw null; }
4304     }
4305     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4306     public sealed partial class NotifyParentPropertyAttribute : System.Attribute
4307     {
4308         public static readonly System.ComponentModel.NotifyParentPropertyAttribute Default;
4309         public static readonly System.ComponentModel.NotifyParentPropertyAttribute No;
4310         public static readonly System.ComponentModel.NotifyParentPropertyAttribute Yes;
NotifyParentPropertyAttribute(bool notifyParent)4311         public NotifyParentPropertyAttribute(bool notifyParent) { }
4312         public bool NotifyParent { get { throw null; } }
Equals(object obj)4313         public override bool Equals(object obj) { throw null; }
GetHashCode()4314         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4315         public override bool IsDefaultAttribute() { throw null; }
4316     }
4317     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4318     public partial class NullableConverter : System.ComponentModel.TypeConverter
4319     {
NullableConverter(System.Type type)4320         public NullableConverter(System.Type type) { }
4321         public System.Type NullableType { get { throw null; } }
4322         public System.Type UnderlyingType { get { throw null; } }
4323         public System.ComponentModel.TypeConverter UnderlyingTypeConverter { get { throw null; } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4324         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4325         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4326         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)4327         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)4328         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)4329         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)4330         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4331         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4332         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4333         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4334         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)4335         public override bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
4336     }
4337     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4338     public sealed partial class ParenthesizePropertyNameAttribute : System.Attribute
4339     {
4340         public static readonly System.ComponentModel.ParenthesizePropertyNameAttribute Default;
ParenthesizePropertyNameAttribute()4341         public ParenthesizePropertyNameAttribute() { }
ParenthesizePropertyNameAttribute(bool needParenthesis)4342         public ParenthesizePropertyNameAttribute(bool needParenthesis) { }
4343         public bool NeedParenthesis { get { throw null; } }
Equals(object o)4344         public override bool Equals(object o) { throw null; }
GetHashCode()4345         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4346         public override bool IsDefaultAttribute() { throw null; }
4347     }
4348     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4349     public sealed partial class PasswordPropertyTextAttribute : System.Attribute
4350     {
4351         public static readonly System.ComponentModel.PasswordPropertyTextAttribute Default;
4352         public static readonly System.ComponentModel.PasswordPropertyTextAttribute No;
4353         public static readonly System.ComponentModel.PasswordPropertyTextAttribute Yes;
PasswordPropertyTextAttribute()4354         public PasswordPropertyTextAttribute() { }
PasswordPropertyTextAttribute(bool password)4355         public PasswordPropertyTextAttribute(bool password) { }
4356         public bool Password { get { throw null; } }
Equals(object o)4357         public override bool Equals(object o) { throw null; }
GetHashCode()4358         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4359         public override bool IsDefaultAttribute() { throw null; }
4360     }
4361     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4362     public partial class ProgressChangedEventArgs : System.EventArgs
4363     {
ProgressChangedEventArgs(int progressPercentage, object userState)4364         public ProgressChangedEventArgs(int progressPercentage, object userState) { }
4365         public int ProgressPercentage { get { throw null; } }
4366         public object UserState { get { throw null; } }
4367     }
4368     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ProgressChangedEventHandler(object sender, System.ComponentModel.ProgressChangedEventArgs e)4369     public delegate void ProgressChangedEventHandler(object sender, System.ComponentModel.ProgressChangedEventArgs e);
4370     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4371     public partial class PropertyChangedEventArgs : System.EventArgs
4372     {
PropertyChangedEventArgs(string propertyName)4373         public PropertyChangedEventArgs(string propertyName) { }
4374         public virtual string PropertyName { get { throw null; } }
4375     }
4376     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
PropertyChangedEventHandler(object sender, System.ComponentModel.PropertyChangedEventArgs e)4377     public delegate void PropertyChangedEventHandler(object sender, System.ComponentModel.PropertyChangedEventArgs e);
4378     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4379     public partial class PropertyChangingEventArgs : System.EventArgs
4380     {
PropertyChangingEventArgs(string propertyName)4381         public PropertyChangingEventArgs(string propertyName) { }
4382         public virtual string PropertyName { get { throw null; } }
4383     }
4384     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e)4385     public delegate void PropertyChangingEventHandler(object sender, System.ComponentModel.PropertyChangingEventArgs e);
4386     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4387     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4388     public abstract partial class PropertyDescriptor : System.ComponentModel.MemberDescriptor
4389     {
PropertyDescriptor(System.ComponentModel.MemberDescriptor descr)4390         protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr) : base (default(string)) { }
PropertyDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs)4391         protected PropertyDescriptor(System.ComponentModel.MemberDescriptor descr, System.Attribute[] attrs) : base (default(string)) { }
PropertyDescriptor(string name, System.Attribute[] attrs)4392         protected PropertyDescriptor(string name, System.Attribute[] attrs) : base (default(string)) { }
4393         public abstract System.Type ComponentType { get; }
4394         public virtual System.ComponentModel.TypeConverter Converter { get { throw null; } }
4395         public virtual bool IsLocalizable { get { throw null; } }
4396         public abstract bool IsReadOnly { get; }
4397         public abstract System.Type PropertyType { get; }
4398         public System.ComponentModel.DesignerSerializationVisibility SerializationVisibility { get { throw null; } }
4399         public virtual bool SupportsChangeEvents { get { throw null; } }
AddValueChanged(object component, System.EventHandler handler)4400         public virtual void AddValueChanged(object component, System.EventHandler handler) { }
CanResetValue(object component)4401         public abstract bool CanResetValue(object component);
CreateInstance(System.Type type)4402         protected object CreateInstance(System.Type type) { throw null; }
Equals(object obj)4403         public override bool Equals(object obj) { throw null; }
FillAttributes(System.Collections.IList attributeList)4404         protected override void FillAttributes(System.Collections.IList attributeList) { }
GetChildProperties()4405         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties() { throw null; }
GetChildProperties(System.Attribute[] filter)4406         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(System.Attribute[] filter) { throw null; }
GetChildProperties(object instance)4407         public System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance) { throw null; }
GetChildProperties(object instance, System.Attribute[] filter)4408         public virtual System.ComponentModel.PropertyDescriptorCollection GetChildProperties(object instance, System.Attribute[] filter) { throw null; }
GetEditor(System.Type editorBaseType)4409         public virtual object GetEditor(System.Type editorBaseType) { throw null; }
GetHashCode()4410         public override int GetHashCode() { throw null; }
GetInvocationTarget(System.Type type, object instance)4411         protected override object GetInvocationTarget(System.Type type, object instance) { throw null; }
GetTypeFromName(string typeName)4412         protected System.Type GetTypeFromName(string typeName) { throw null; }
GetValue(object component)4413         public abstract object GetValue(object component);
GetValueChangedHandler(object component)4414         protected internal System.EventHandler GetValueChangedHandler(object component) { throw null; }
OnValueChanged(object component, System.EventArgs e)4415         protected virtual void OnValueChanged(object component, System.EventArgs e) { }
RemoveValueChanged(object component, System.EventHandler handler)4416         public virtual void RemoveValueChanged(object component, System.EventHandler handler) { }
ResetValue(object component)4417         public abstract void ResetValue(object component);
SetValue(object component, object value)4418         public abstract void SetValue(object component, object value);
ShouldSerializeValue(object component)4419         public abstract bool ShouldSerializeValue(object component);
4420     }
4421     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
4422     public partial class PropertyDescriptorCollection : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.Collections.IList
4423     {
4424         public static readonly System.ComponentModel.PropertyDescriptorCollection Empty;
PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties)4425         public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties) { }
PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly)4426         public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly) { }
4427         public int Count { get { throw null; } }
4428         public virtual System.ComponentModel.PropertyDescriptor this[int index] { get { throw null; } }
4429         public virtual System.ComponentModel.PropertyDescriptor this[string name] { get { throw null; } }
4430         int System.Collections.ICollection.Count { get { throw null; } }
4431         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4432         object System.Collections.ICollection.SyncRoot { get { throw null; } }
4433         bool System.Collections.IDictionary.IsFixedSize { get { throw null; } }
4434         bool System.Collections.IDictionary.IsReadOnly { get { throw null; } }
4435         object System.Collections.IDictionary.this[object key] { get { throw null; } set { } }
4436         System.Collections.ICollection System.Collections.IDictionary.Keys { get { throw null; } }
4437         System.Collections.ICollection System.Collections.IDictionary.Values { get { throw null; } }
4438         bool System.Collections.IList.IsFixedSize { get { throw null; } }
4439         bool System.Collections.IList.IsReadOnly { get { throw null; } }
4440         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.PropertyDescriptor value)4441         public int Add(System.ComponentModel.PropertyDescriptor value) { throw null; }
Clear()4442         public void Clear() { }
Contains(System.ComponentModel.PropertyDescriptor value)4443         public bool Contains(System.ComponentModel.PropertyDescriptor value) { throw null; }
CopyTo(System.Array array, int index)4444         public void CopyTo(System.Array array, int index) { }
Find(string name, bool ignoreCase)4445         public virtual System.ComponentModel.PropertyDescriptor Find(string name, bool ignoreCase) { throw null; }
GetEnumerator()4446         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.PropertyDescriptor value)4447         public int IndexOf(System.ComponentModel.PropertyDescriptor value) { throw null; }
Insert(int index, System.ComponentModel.PropertyDescriptor value)4448         public void Insert(int index, System.ComponentModel.PropertyDescriptor value) { }
InternalSort(System.Collections.IComparer sorter)4449         protected void InternalSort(System.Collections.IComparer sorter) { }
InternalSort(string[] names)4450         protected void InternalSort(string[] names) { }
Remove(System.ComponentModel.PropertyDescriptor value)4451         public void Remove(System.ComponentModel.PropertyDescriptor value) { }
RemoveAt(int index)4452         public void RemoveAt(int index) { }
Sort()4453         public virtual System.ComponentModel.PropertyDescriptorCollection Sort() { throw null; }
Sort(System.Collections.IComparer comparer)4454         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(System.Collections.IComparer comparer) { throw null; }
Sort(string[] names)4455         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] names) { throw null; }
Sort(string[] names, System.Collections.IComparer comparer)4456         public virtual System.ComponentModel.PropertyDescriptorCollection Sort(string[] names, System.Collections.IComparer comparer) { throw null; }
System.Collections.IDictionary.Add(object key, object value)4457         void System.Collections.IDictionary.Add(object key, object value) { }
System.Collections.IDictionary.Clear()4458         void System.Collections.IDictionary.Clear() { }
System.Collections.IDictionary.Contains(object key)4459         bool System.Collections.IDictionary.Contains(object key) { throw null; }
System.Collections.IDictionary.GetEnumerator()4460         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object key)4461         void System.Collections.IDictionary.Remove(object key) { }
System.Collections.IEnumerable.GetEnumerator()4462         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)4463         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()4464         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)4465         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)4466         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)4467         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)4468         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)4469         void System.Collections.IList.RemoveAt(int index) { }
4470     }
4471     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4472     public partial class PropertyTabAttribute : System.Attribute
4473     {
PropertyTabAttribute()4474         public PropertyTabAttribute() { }
PropertyTabAttribute(string tabClassName)4475         public PropertyTabAttribute(string tabClassName) { }
PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope)4476         public PropertyTabAttribute(string tabClassName, System.ComponentModel.PropertyTabScope tabScope) { }
PropertyTabAttribute(System.Type tabClass)4477         public PropertyTabAttribute(System.Type tabClass) { }
PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope)4478         public PropertyTabAttribute(System.Type tabClass, System.ComponentModel.PropertyTabScope tabScope) { }
4479         public System.Type[] TabClasses { get { throw null; } }
4480         protected string[] TabClassNames { get { throw null; } }
4481         public System.ComponentModel.PropertyTabScope[] TabScopes { get { throw null; } }
Equals(System.ComponentModel.PropertyTabAttribute other)4482         public bool Equals(System.ComponentModel.PropertyTabAttribute other) { throw null; }
Equals(object other)4483         public override bool Equals(object other) { throw null; }
GetHashCode()4484         public override int GetHashCode() { throw null; }
InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes)4485         protected void InitializeArrays(string[] tabClassNames, System.ComponentModel.PropertyTabScope[] tabScopes) { }
InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes)4486         protected void InitializeArrays(System.Type[] tabClasses, System.ComponentModel.PropertyTabScope[] tabScopes) { }
4487     }
4488     public enum PropertyTabScope
4489     {
4490         Component = 3,
4491         Document = 2,
4492         Global = 1,
4493         Static = 0,
4494     }
4495     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true)]
4496     public sealed partial class ProvidePropertyAttribute : System.Attribute
4497     {
ProvidePropertyAttribute(string propertyName, string receiverTypeName)4498         public ProvidePropertyAttribute(string propertyName, string receiverTypeName) { }
ProvidePropertyAttribute(string propertyName, System.Type receiverType)4499         public ProvidePropertyAttribute(string propertyName, System.Type receiverType) { }
4500         public string PropertyName { get { throw null; } }
4501         public string ReceiverTypeName { get { throw null; } }
4502         public override object TypeId { get { throw null; } }
Equals(object obj)4503         public override bool Equals(object obj) { throw null; }
GetHashCode()4504         public override int GetHashCode() { throw null; }
4505     }
4506     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4507     public sealed partial class ReadOnlyAttribute : System.Attribute
4508     {
4509         public static readonly System.ComponentModel.ReadOnlyAttribute Default;
4510         public static readonly System.ComponentModel.ReadOnlyAttribute No;
4511         public static readonly System.ComponentModel.ReadOnlyAttribute Yes;
ReadOnlyAttribute(bool isReadOnly)4512         public ReadOnlyAttribute(bool isReadOnly) { }
4513         public bool IsReadOnly { get { throw null; } }
Equals(object value)4514         public override bool Equals(object value) { throw null; }
GetHashCode()4515         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4516         public override bool IsDefaultAttribute() { throw null; }
4517     }
4518     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4519     [System.ObsoleteAttribute("Use System.ComponentModel.SettingsBindableAttribute instead to work with the new settings model.")]
4520     public partial class RecommendedAsConfigurableAttribute : System.Attribute
4521     {
4522         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Default;
4523         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute No;
4524         public static readonly System.ComponentModel.RecommendedAsConfigurableAttribute Yes;
RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable)4525         public RecommendedAsConfigurableAttribute(bool recommendedAsConfigurable) { }
4526         public bool RecommendedAsConfigurable { get { throw null; } }
Equals(object obj)4527         public override bool Equals(object obj) { throw null; }
GetHashCode()4528         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4529         public override bool IsDefaultAttribute() { throw null; }
4530     }
4531     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4532     public partial class ReferenceConverter : System.ComponentModel.TypeConverter
4533     {
ReferenceConverter(System.Type type)4534         public ReferenceConverter(System.Type type) { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4535         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4536         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)4537         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4538         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4539         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4540         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValueAllowed(System.ComponentModel.ITypeDescriptorContext context, object value)4541         protected virtual bool IsValueAllowed(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
4542     }
4543     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4544     public partial class RefreshEventArgs : System.EventArgs
4545     {
RefreshEventArgs(object componentChanged)4546         public RefreshEventArgs(object componentChanged) { }
RefreshEventArgs(System.Type typeChanged)4547         public RefreshEventArgs(System.Type typeChanged) { }
4548         public object ComponentChanged { get { throw null; } }
4549         public System.Type TypeChanged { get { throw null; } }
4550     }
4551     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
RefreshEventHandler(System.ComponentModel.RefreshEventArgs e)4552     public delegate void RefreshEventHandler(System.ComponentModel.RefreshEventArgs e);
4553     public enum RefreshProperties
4554     {
4555         All = 1,
4556         None = 0,
4557         Repaint = 2,
4558     }
4559     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4560     public sealed partial class RefreshPropertiesAttribute : System.Attribute
4561     {
4562         public static readonly System.ComponentModel.RefreshPropertiesAttribute All;
4563         public static readonly System.ComponentModel.RefreshPropertiesAttribute Default;
4564         public static readonly System.ComponentModel.RefreshPropertiesAttribute Repaint;
RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties refresh)4565         public RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties refresh) { }
4566         public System.ComponentModel.RefreshProperties RefreshProperties { get { throw null; } }
Equals(object value)4567         public override bool Equals(object value) { throw null; }
GetHashCode()4568         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4569         public override bool IsDefaultAttribute() { throw null; }
4570     }
4571     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
4572     public partial class RunInstallerAttribute : System.Attribute
4573     {
4574         public static readonly System.ComponentModel.RunInstallerAttribute Default;
4575         public static readonly System.ComponentModel.RunInstallerAttribute No;
4576         public static readonly System.ComponentModel.RunInstallerAttribute Yes;
RunInstallerAttribute(bool runInstaller)4577         public RunInstallerAttribute(bool runInstaller) { }
4578         public bool RunInstaller { get { throw null; } }
Equals(object obj)4579         public override bool Equals(object obj) { throw null; }
GetHashCode()4580         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4581         public override bool IsDefaultAttribute() { throw null; }
4582     }
4583     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4584     public partial class RunWorkerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
4585     {
RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled)4586         public RunWorkerCompletedEventArgs(object result, System.Exception error, bool cancelled) : base (default(System.Exception), default(bool), default(object)) { }
4587         public object Result { get { throw null; } }
4588         [System.ComponentModel.BrowsableAttribute(false)]
4589         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4590         public new object UserState { get { throw null; } }
4591     }
4592     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
RunWorkerCompletedEventHandler(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e)4593     public delegate void RunWorkerCompletedEventHandler(object sender, System.ComponentModel.RunWorkerCompletedEventArgs e);
4594     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4595     public partial class SByteConverter : System.ComponentModel.BaseNumberConverter
4596     {
SByteConverter()4597         public SByteConverter() { }
4598     }
4599     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
4600     public sealed partial class SettingsBindableAttribute : System.Attribute
4601     {
4602         public static readonly System.ComponentModel.SettingsBindableAttribute No;
4603         public static readonly System.ComponentModel.SettingsBindableAttribute Yes;
SettingsBindableAttribute(bool bindable)4604         public SettingsBindableAttribute(bool bindable) { }
4605         public bool Bindable { get { throw null; } }
Equals(object obj)4606         public override bool Equals(object obj) { throw null; }
GetHashCode()4607         public override int GetHashCode() { throw null; }
4608     }
4609     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4610     public partial class SingleConverter : System.ComponentModel.BaseNumberConverter
4611     {
SingleConverter()4612         public SingleConverter() { }
4613     }
4614     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4615     public partial class StringConverter : System.ComponentModel.TypeConverter
4616     {
StringConverter()4617         public StringConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4618         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4619         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
4620     }
4621     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4622     public static partial class SyntaxCheck
4623     {
CheckMachineName(string value)4624         public static bool CheckMachineName(string value) { throw null; }
CheckPath(string value)4625         public static bool CheckPath(string value) { throw null; }
CheckRootedPath(string value)4626         public static bool CheckRootedPath(string value) { throw null; }
4627     }
4628     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4629     public partial class TimeSpanConverter : System.ComponentModel.TypeConverter
4630     {
TimeSpanConverter()4631         public TimeSpanConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4632         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4633         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4634         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)4635         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
4636     }
4637     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4638     public partial class ToolboxItemAttribute : System.Attribute
4639     {
4640         public static readonly System.ComponentModel.ToolboxItemAttribute Default;
4641         public static readonly System.ComponentModel.ToolboxItemAttribute None;
ToolboxItemAttribute(bool defaultType)4642         public ToolboxItemAttribute(bool defaultType) { }
ToolboxItemAttribute(string toolboxItemTypeName)4643         public ToolboxItemAttribute(string toolboxItemTypeName) { }
ToolboxItemAttribute(System.Type toolboxItemType)4644         public ToolboxItemAttribute(System.Type toolboxItemType) { }
4645         public System.Type ToolboxItemType { get { throw null; } }
4646         public string ToolboxItemTypeName { get { throw null; } }
Equals(object obj)4647         public override bool Equals(object obj) { throw null; }
GetHashCode()4648         public override int GetHashCode() { throw null; }
IsDefaultAttribute()4649         public override bool IsDefaultAttribute() { throw null; }
4650     }
4651     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=true, Inherited=true)]
4652     [System.SerializableAttribute]
4653     public sealed partial class ToolboxItemFilterAttribute : System.Attribute
4654     {
ToolboxItemFilterAttribute(string filterString)4655         public ToolboxItemFilterAttribute(string filterString) { }
ToolboxItemFilterAttribute(string filterString, System.ComponentModel.ToolboxItemFilterType filterType)4656         public ToolboxItemFilterAttribute(string filterString, System.ComponentModel.ToolboxItemFilterType filterType) { }
4657         public string FilterString { get { throw null; } }
4658         public System.ComponentModel.ToolboxItemFilterType FilterType { get { throw null; } }
4659         public override object TypeId { get { throw null; } }
Equals(object obj)4660         public override bool Equals(object obj) { throw null; }
GetHashCode()4661         public override int GetHashCode() { throw null; }
Match(object obj)4662         public override bool Match(object obj) { throw null; }
ToString()4663         public override string ToString() { throw null; }
4664     }
4665     public enum ToolboxItemFilterType
4666     {
4667         Allow = 0,
4668         Custom = 1,
4669         Prevent = 2,
4670         Require = 3,
4671     }
4672     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4673     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4674     public partial class TypeConverter
4675     {
TypeConverter()4676         public TypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4677         public virtual bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertFrom(System.Type sourceType)4678         public bool CanConvertFrom(System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4679         public virtual bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
CanConvertTo(System.Type destinationType)4680         public bool CanConvertTo(System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4681         public virtual object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertFrom(object value)4682         public object ConvertFrom(object value) { throw null; }
ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext context, string text)4683         public object ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext context, string text) { throw null; }
ConvertFromInvariantString(string text)4684         public object ConvertFromInvariantString(string text) { throw null; }
ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, string text)4685         public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, string text) { throw null; }
ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, string text)4686         public object ConvertFromString(System.ComponentModel.ITypeDescriptorContext context, string text) { throw null; }
ConvertFromString(string text)4687         public object ConvertFromString(string text) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)4688         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)4689         public object ConvertTo(object value, System.Type destinationType) { throw null; }
ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext context, object value)4690         public string ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
ConvertToInvariantString(object value)4691         public string ConvertToInvariantString(object value) { throw null; }
ConvertToString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4692         public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertToString(System.ComponentModel.ITypeDescriptorContext context, object value)4693         public string ConvertToString(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
ConvertToString(object value)4694         public string ConvertToString(object value) { throw null; }
CreateInstance(System.Collections.IDictionary propertyValues)4695         public object CreateInstance(System.Collections.IDictionary propertyValues) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)4696         public virtual object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetConvertFromException(object value)4697         protected System.Exception GetConvertFromException(object value) { throw null; }
GetConvertToException(object value, System.Type destinationType)4698         protected System.Exception GetConvertToException(object value, System.Type destinationType) { throw null; }
GetCreateInstanceSupported()4699         public bool GetCreateInstanceSupported() { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)4700         public virtual bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value)4701         public System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)4702         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetProperties(object value)4703         public System.ComponentModel.PropertyDescriptorCollection GetProperties(object value) { throw null; }
GetPropertiesSupported()4704         public bool GetPropertiesSupported() { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)4705         public virtual bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValues()4706         public System.Collections.ICollection GetStandardValues() { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4707         public virtual System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive()4708         public bool GetStandardValuesExclusive() { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4709         public virtual bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported()4710         public bool GetStandardValuesSupported() { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4711         public virtual bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
IsValid(System.ComponentModel.ITypeDescriptorContext context, object value)4712         public virtual bool IsValid(System.ComponentModel.ITypeDescriptorContext context, object value) { throw null; }
IsValid(object value)4713         public bool IsValid(object value) { throw null; }
SortProperties(System.ComponentModel.PropertyDescriptorCollection props, string[] names)4714         protected System.ComponentModel.PropertyDescriptorCollection SortProperties(System.ComponentModel.PropertyDescriptorCollection props, string[] names) { throw null; }
4715         protected abstract partial class SimplePropertyDescriptor : System.ComponentModel.PropertyDescriptor
4716         {
SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType)4717             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)4718             protected SimplePropertyDescriptor(System.Type componentType, string name, System.Type propertyType, System.Attribute[] attributes) : base (default(string), default(System.Attribute[])) { }
4719             public override System.Type ComponentType { get { throw null; } }
4720             public override bool IsReadOnly { get { throw null; } }
4721             public override System.Type PropertyType { get { throw null; } }
CanResetValue(object component)4722             public override bool CanResetValue(object component) { throw null; }
ResetValue(object component)4723             public override void ResetValue(object component) { }
ShouldSerializeValue(object component)4724             public override bool ShouldSerializeValue(object component) { throw null; }
4725         }
4726         public partial class StandardValuesCollection : System.Collections.ICollection, System.Collections.IEnumerable
4727         {
StandardValuesCollection(System.Collections.ICollection values)4728             public StandardValuesCollection(System.Collections.ICollection values) { }
4729             public int Count { get { throw null; } }
4730             public object this[int index] { get { throw null; } }
4731             int System.Collections.ICollection.Count { get { throw null; } }
4732             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4733             object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Array array, int index)4734             public void CopyTo(System.Array array, int index) { }
GetEnumerator()4735             public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)4736             void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()4737             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
4738         }
4739     }
4740     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
4741     public sealed partial class TypeConverterAttribute : System.Attribute
4742     {
4743         public static readonly System.ComponentModel.TypeConverterAttribute Default;
TypeConverterAttribute()4744         public TypeConverterAttribute() { }
TypeConverterAttribute(string typeName)4745         public TypeConverterAttribute(string typeName) { }
TypeConverterAttribute(System.Type type)4746         public TypeConverterAttribute(System.Type type) { }
4747         public string ConverterTypeName { get { throw null; } }
Equals(object obj)4748         public override bool Equals(object obj) { throw null; }
GetHashCode()4749         public override int GetHashCode() { throw null; }
4750     }
4751     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4752     public abstract partial class TypeDescriptionProvider
4753     {
TypeDescriptionProvider()4754         protected TypeDescriptionProvider() { }
TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent)4755         protected TypeDescriptionProvider(System.ComponentModel.TypeDescriptionProvider parent) { }
CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args)4756         public virtual object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) { throw null; }
GetCache(object instance)4757         public virtual System.Collections.IDictionary GetCache(object instance) { throw null; }
GetExtendedTypeDescriptor(object instance)4758         public virtual System.ComponentModel.ICustomTypeDescriptor GetExtendedTypeDescriptor(object instance) { throw null; }
GetExtenderProviders(object instance)4759         protected internal virtual System.ComponentModel.IExtenderProvider[] GetExtenderProviders(object instance) { throw null; }
GetFullComponentName(object component)4760         public virtual string GetFullComponentName(object component) { throw null; }
GetReflectionType(object instance)4761         public System.Type GetReflectionType(object instance) { throw null; }
GetReflectionType(System.Type objectType)4762         public System.Type GetReflectionType(System.Type objectType) { throw null; }
GetReflectionType(System.Type objectType, object instance)4763         public virtual System.Type GetReflectionType(System.Type objectType, object instance) { throw null; }
GetRuntimeType(System.Type reflectionType)4764         public virtual System.Type GetRuntimeType(System.Type reflectionType) { throw null; }
GetTypeDescriptor(object instance)4765         public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(object instance) { throw null; }
GetTypeDescriptor(System.Type objectType)4766         public System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType) { throw null; }
GetTypeDescriptor(System.Type objectType, object instance)4767         public virtual System.ComponentModel.ICustomTypeDescriptor GetTypeDescriptor(System.Type objectType, object instance) { throw null; }
IsSupportedType(System.Type type)4768         public virtual bool IsSupportedType(System.Type type) { throw null; }
4769     }
4770     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=true)]
4771     public sealed partial class TypeDescriptionProviderAttribute : System.Attribute
4772     {
TypeDescriptionProviderAttribute(string typeName)4773         public TypeDescriptionProviderAttribute(string typeName) { }
TypeDescriptionProviderAttribute(System.Type type)4774         public TypeDescriptionProviderAttribute(System.Type type) { }
4775         public string TypeName { get { throw null; } }
4776     }
4777     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4778     public sealed partial class TypeDescriptor
4779     {
TypeDescriptor()4780         internal TypeDescriptor() { }
4781         [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")]
4782         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 { } }
4783         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4784         public static System.Type ComObjectType { get { throw null; } }
4785         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4786         public static System.Type InterfaceType { get { throw null; } }
4787         public static event System.ComponentModel.RefreshEventHandler Refreshed { add { } remove { } }
4788         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4789         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddAttributes(object instance, params System.Attribute[] attributes)4790         public static System.ComponentModel.TypeDescriptionProvider AddAttributes(object instance, params System.Attribute[] attributes) { throw null; }
4791         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4792         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddAttributes(System.Type type, params System.Attribute[] attributes)4793         public static System.ComponentModel.TypeDescriptionProvider AddAttributes(System.Type type, params System.Attribute[] attributes) { throw null; }
4794         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table)4795         public static void AddEditorTable(System.Type editorBaseType, System.Collections.Hashtable table) { }
4796         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4797         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance)4798         public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4799         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4800         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4801         public static void AddProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4802         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance)4803         public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4804         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4805         public static void AddProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4806         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4807         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
CreateAssociation(object primary, object secondary)4808         public static void CreateAssociation(object primary, object secondary) { }
CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType)4809         public static System.ComponentModel.Design.IDesigner CreateDesigner(System.ComponentModel.IComponent component, System.Type designerBaseType) { throw null; }
4810         [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)4811         public static System.ComponentModel.EventDescriptor CreateEvent(System.Type componentType, System.ComponentModel.EventDescriptor oldEventDescriptor, params System.Attribute[] attributes) { throw null; }
4812         [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)4813         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)4814         public static object CreateInstance(System.IServiceProvider provider, System.Type objectType, System.Type[] argTypes, object[] args) { throw null; }
4815         [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)4816         public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, System.ComponentModel.PropertyDescriptor oldPropertyDescriptor, params System.Attribute[] attributes) { throw null; }
4817         [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)4818         public static System.ComponentModel.PropertyDescriptor CreateProperty(System.Type componentType, string name, System.Type type, params System.Attribute[] attributes) { throw null; }
4819         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetAssociation(System.Type type, object primary)4820         public static object GetAssociation(System.Type type, object primary) { throw null; }
GetAttributes(object component)4821         public static System.ComponentModel.AttributeCollection GetAttributes(object component) { throw null; }
4822         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetAttributes(object component, bool noCustomTypeDesc)4823         public static System.ComponentModel.AttributeCollection GetAttributes(object component, bool noCustomTypeDesc) { throw null; }
GetAttributes(System.Type componentType)4824         public static System.ComponentModel.AttributeCollection GetAttributes(System.Type componentType) { throw null; }
GetClassName(object component)4825         public static string GetClassName(object component) { throw null; }
4826         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetClassName(object component, bool noCustomTypeDesc)4827         public static string GetClassName(object component, bool noCustomTypeDesc) { throw null; }
GetClassName(System.Type componentType)4828         public static string GetClassName(System.Type componentType) { throw null; }
GetComponentName(object component)4829         public static string GetComponentName(object component) { throw null; }
4830         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetComponentName(object component, bool noCustomTypeDesc)4831         public static string GetComponentName(object component, bool noCustomTypeDesc) { throw null; }
GetConverter(object component)4832         public static System.ComponentModel.TypeConverter GetConverter(object component) { throw null; }
4833         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetConverter(object component, bool noCustomTypeDesc)4834         public static System.ComponentModel.TypeConverter GetConverter(object component, bool noCustomTypeDesc) { throw null; }
GetConverter(System.Type type)4835         public static System.ComponentModel.TypeConverter GetConverter(System.Type type) { throw null; }
GetDefaultEvent(object component)4836         public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component) { throw null; }
4837         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDefaultEvent(object component, bool noCustomTypeDesc)4838         public static System.ComponentModel.EventDescriptor GetDefaultEvent(object component, bool noCustomTypeDesc) { throw null; }
GetDefaultEvent(System.Type componentType)4839         public static System.ComponentModel.EventDescriptor GetDefaultEvent(System.Type componentType) { throw null; }
GetDefaultProperty(object component)4840         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) { throw null; }
4841         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDefaultProperty(object component, bool noCustomTypeDesc)4842         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component, bool noCustomTypeDesc) { throw null; }
GetDefaultProperty(System.Type componentType)4843         public static System.ComponentModel.PropertyDescriptor GetDefaultProperty(System.Type componentType) { throw null; }
GetEditor(object component, System.Type editorBaseType)4844         public static object GetEditor(object component, System.Type editorBaseType) { throw null; }
4845         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc)4846         public static object GetEditor(object component, System.Type editorBaseType, bool noCustomTypeDesc) { throw null; }
GetEditor(System.Type type, System.Type editorBaseType)4847         public static object GetEditor(System.Type type, System.Type editorBaseType) { throw null; }
GetEvents(object component)4848         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component) { throw null; }
GetEvents(object component, System.Attribute[] attributes)4849         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes) { throw null; }
4850         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc)4851         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
4852         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetEvents(object component, bool noCustomTypeDesc)4853         public static System.ComponentModel.EventDescriptorCollection GetEvents(object component, bool noCustomTypeDesc) { throw null; }
GetEvents(System.Type componentType)4854         public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType) { throw null; }
GetEvents(System.Type componentType, System.Attribute[] attributes)4855         public static System.ComponentModel.EventDescriptorCollection GetEvents(System.Type componentType, System.Attribute[] attributes) { throw null; }
GetFullComponentName(object component)4856         public static string GetFullComponentName(object component) { throw null; }
GetProperties(object component)4857         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) { throw null; }
GetProperties(object component, System.Attribute[] attributes)4858         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc)4859         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes, bool noCustomTypeDesc) { throw null; }
4860         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProperties(object component, bool noCustomTypeDesc)4861         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, bool noCustomTypeDesc) { throw null; }
GetProperties(System.Type componentType)4862         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType) { throw null; }
GetProperties(System.Type componentType, System.Attribute[] attributes)4863         public static System.ComponentModel.PropertyDescriptorCollection GetProperties(System.Type componentType, System.Attribute[] attributes) { throw null; }
4864         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProvider(object instance)4865         public static System.ComponentModel.TypeDescriptionProvider GetProvider(object instance) { throw null; }
4866         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetProvider(System.Type type)4867         public static System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type) { throw null; }
4868         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetReflectionType(object instance)4869         public static System.Type GetReflectionType(object instance) { throw null; }
4870         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetReflectionType(System.Type type)4871         public static System.Type GetReflectionType(System.Type type) { throw null; }
Refresh(object component)4872         public static void Refresh(object component) { }
Refresh(System.Reflection.Assembly assembly)4873         public static void Refresh(System.Reflection.Assembly assembly) { }
Refresh(System.Reflection.Module module)4874         public static void Refresh(System.Reflection.Module module) { }
Refresh(System.Type type)4875         public static void Refresh(System.Type type) { }
4876         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4877         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveAssociation(object primary, object secondary)4878         public static void RemoveAssociation(object primary, object secondary) { }
4879         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4880         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveAssociations(object primary)4881         public static void RemoveAssociations(object primary) { }
4882         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4883         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance)4884         public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4885         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4886         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4887         public static void RemoveProvider(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
4888         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance)4889         public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, object instance) { }
4890         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type)4891         public static void RemoveProviderTransparent(System.ComponentModel.TypeDescriptionProvider provider, System.Type type) { }
SortDescriptorArray(System.Collections.IList infos)4892         public static void SortDescriptorArray(System.Collections.IList infos) { }
4893     }
4894     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4895     public abstract partial class TypeListConverter : System.ComponentModel.TypeConverter
4896     {
TypeListConverter(System.Type[] types)4897         protected TypeListConverter(System.Type[] types) { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)4898         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)4899         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)4900         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)4901         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)4902         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)4903         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)4904         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
4905     }
4906     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4907     public partial class UInt16Converter : System.ComponentModel.BaseNumberConverter
4908     {
UInt16Converter()4909         public UInt16Converter() { }
4910     }
4911     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4912     public partial class UInt32Converter : System.ComponentModel.BaseNumberConverter
4913     {
UInt32Converter()4914         public UInt32Converter() { }
4915     }
4916     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4917     public partial class UInt64Converter : System.ComponentModel.BaseNumberConverter
4918     {
UInt64Converter()4919         public UInt64Converter() { }
4920     }
4921     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4922     [System.SerializableAttribute]
4923     public partial class WarningException : System.SystemException
4924     {
WarningException()4925         public WarningException() { }
WarningException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4926         protected WarningException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
WarningException(string message)4927         public WarningException(string message) { }
WarningException(string message, System.Exception innerException)4928         public WarningException(string message, System.Exception innerException) { }
WarningException(string message, string helpUrl)4929         public WarningException(string message, string helpUrl) { }
WarningException(string message, string helpUrl, string helpTopic)4930         public WarningException(string message, string helpUrl, string helpTopic) { }
4931         public string HelpTopic { get { throw null; } }
4932         public string HelpUrl { get { throw null; } }
4933         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4934         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4935     }
4936     [System.Security.SuppressUnmanagedCodeSecurityAttribute]
4937     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4938     [System.SerializableAttribute]
4939     public partial class Win32Exception : System.Runtime.InteropServices.ExternalException, System.Runtime.Serialization.ISerializable
4940     {
4941         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception()4942         public Win32Exception() { }
4943         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(int error)4944         public Win32Exception(int error) { }
4945         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(int error, string message)4946         public Win32Exception(int error, string message) { }
Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4947         protected Win32Exception(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4948         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(string message)4949         public Win32Exception(string message) { }
4950         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Win32Exception(string message, System.Exception innerException)4951         public Win32Exception(string message, System.Exception innerException) { }
4952         public int NativeErrorCode { get { throw null; } }
4953         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4954         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
4955     }
4956 }
4957 namespace System.ComponentModel.Design
4958 {
4959     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4960     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4961     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4962     public partial class ActiveDesignerEventArgs : System.EventArgs
4963     {
ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner)4964         public ActiveDesignerEventArgs(System.ComponentModel.Design.IDesignerHost oldDesigner, System.ComponentModel.Design.IDesignerHost newDesigner) { }
4965         public System.ComponentModel.Design.IDesignerHost NewDesigner { get { throw null; } }
4966         public System.ComponentModel.Design.IDesignerHost OldDesigner { get { throw null; } }
4967     }
4968     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ActiveDesignerEventHandler(object sender, System.ComponentModel.Design.ActiveDesignerEventArgs e)4969     public delegate void ActiveDesignerEventHandler(object sender, System.ComponentModel.Design.ActiveDesignerEventArgs e);
4970     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4971     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4972     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4973     [System.SerializableAttribute]
4974     public partial class CheckoutException : System.Runtime.InteropServices.ExternalException
4975     {
4976         public static readonly System.ComponentModel.Design.CheckoutException Canceled;
CheckoutException()4977         public CheckoutException() { }
CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4978         protected CheckoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
CheckoutException(string message)4979         public CheckoutException(string message) { }
CheckoutException(string message, System.Exception innerException)4980         public CheckoutException(string message, System.Exception innerException) { }
CheckoutException(string message, int errorCode)4981         public CheckoutException(string message, int errorCode) { }
4982     }
4983     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4984     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
4985     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4986     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4987     public partial class CommandID
4988     {
CommandID(System.Guid menuGroup, int commandID)4989         public CommandID(System.Guid menuGroup, int commandID) { }
4990         public virtual System.Guid Guid { get { throw null; } }
4991         public virtual int ID { get { throw null; } }
Equals(object obj)4992         public override bool Equals(object obj) { throw null; }
GetHashCode()4993         public override int GetHashCode() { throw null; }
ToString()4994         public override string ToString() { throw null; }
4995     }
4996     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4997     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
4998     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
4999     public sealed partial class ComponentChangedEventArgs : System.EventArgs
5000     {
ComponentChangedEventArgs(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue)5001         public ComponentChangedEventArgs(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue) { }
5002         public object Component { get { throw null; } }
5003         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
5004         public object NewValue { get { throw null; } }
5005         public object OldValue { get { throw null; } }
5006     }
5007     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5008     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentChangedEventHandler(object sender, System.ComponentModel.Design.ComponentChangedEventArgs e)5009     public delegate void ComponentChangedEventHandler(object sender, System.ComponentModel.Design.ComponentChangedEventArgs e);
5010     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5011     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5012     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5013     public sealed partial class ComponentChangingEventArgs : System.EventArgs
5014     {
ComponentChangingEventArgs(object component, System.ComponentModel.MemberDescriptor member)5015         public ComponentChangingEventArgs(object component, System.ComponentModel.MemberDescriptor member) { }
5016         public object Component { get { throw null; } }
5017         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
5018     }
5019     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5020     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentChangingEventHandler(object sender, System.ComponentModel.Design.ComponentChangingEventArgs e)5021     public delegate void ComponentChangingEventHandler(object sender, System.ComponentModel.Design.ComponentChangingEventArgs e);
5022     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5023     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5024     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5025     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5026     public partial class ComponentEventArgs : System.EventArgs
5027     {
ComponentEventArgs(System.ComponentModel.IComponent component)5028         public ComponentEventArgs(System.ComponentModel.IComponent component) { }
5029         public virtual System.ComponentModel.IComponent Component { get { throw null; } }
5030     }
5031     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5032     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentEventHandler(object sender, System.ComponentModel.Design.ComponentEventArgs e)5033     public delegate void ComponentEventHandler(object sender, System.ComponentModel.Design.ComponentEventArgs e);
5034     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5035     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5036     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5037     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5038     public partial class ComponentRenameEventArgs : System.EventArgs
5039     {
ComponentRenameEventArgs(object component, string oldName, string newName)5040         public ComponentRenameEventArgs(object component, string oldName, string newName) { }
5041         public object Component { get { throw null; } }
5042         public virtual string NewName { get { throw null; } }
5043         public virtual string OldName { get { throw null; } }
5044     }
5045     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5046     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ComponentRenameEventHandler(object sender, System.ComponentModel.Design.ComponentRenameEventArgs e)5047     public delegate void ComponentRenameEventHandler(object sender, System.ComponentModel.Design.ComponentRenameEventArgs e);
5048     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5049     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5050     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5051     public partial class DesignerCollection : System.Collections.ICollection, System.Collections.IEnumerable
5052     {
DesignerCollection(System.Collections.IList designers)5053         public DesignerCollection(System.Collections.IList designers) { }
DesignerCollection(System.ComponentModel.Design.IDesignerHost[] designers)5054         public DesignerCollection(System.ComponentModel.Design.IDesignerHost[] designers) { }
5055         public int Count { get { throw null; } }
5056         public virtual System.ComponentModel.Design.IDesignerHost this[int index] { get { throw null; } }
5057         int System.Collections.ICollection.Count { get { throw null; } }
5058         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
5059         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetEnumerator()5060         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)5061         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()5062         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
5063     }
5064     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5065     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5066     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5067     public partial class DesignerEventArgs : System.EventArgs
5068     {
DesignerEventArgs(System.ComponentModel.Design.IDesignerHost host)5069         public DesignerEventArgs(System.ComponentModel.Design.IDesignerHost host) { }
5070         public System.ComponentModel.Design.IDesignerHost Designer { get { throw null; } }
5071     }
5072     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
DesignerEventHandler(object sender, System.ComponentModel.Design.DesignerEventArgs e)5073     public delegate void DesignerEventHandler(object sender, System.ComponentModel.Design.DesignerEventArgs e);
5074     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5075     public abstract partial class DesignerOptionService : System.ComponentModel.Design.IDesignerOptionService
5076     {
DesignerOptionService()5077         protected DesignerOptionService() { }
5078         public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Options { get { throw null; } }
CreateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection parent, string name, object value)5079         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)5080         protected virtual void PopulateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options) { }
ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject)5081         protected virtual bool ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options, object optionObject) { throw null; }
System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(string pageName, string valueName)5082         object System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(string pageName, string valueName) { throw null; }
System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value)5083         void System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value) { }
5084         [System.ComponentModel.EditorAttribute("", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5085         [System.ComponentModel.TypeConverterAttribute("System.ComponentModel.Design.DesignerOptionService.DesignerOptionConverter")]
5086         public sealed partial class DesignerOptionCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
5087         {
DesignerOptionCollection()5088             internal DesignerOptionCollection() { }
5089             public int Count { get { throw null; } }
5090             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[int index] { get { throw null; } }
5091             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection this[string name] { get { throw null; } }
5092             public string Name { get { throw null; } }
5093             public System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection Parent { get { throw null; } }
5094             public System.ComponentModel.PropertyDescriptorCollection Properties { get { throw null; } }
5095             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
5096             object System.Collections.ICollection.SyncRoot { get { throw null; } }
5097             bool System.Collections.IList.IsFixedSize { get { throw null; } }
5098             bool System.Collections.IList.IsReadOnly { get { throw null; } }
5099             object System.Collections.IList.this[int index] { get { throw null; } set { } }
CopyTo(System.Array array, int index)5100             public void CopyTo(System.Array array, int index) { }
GetEnumerator()5101             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection value)5102             public int IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection value) { throw null; }
ShowDialog()5103             public bool ShowDialog() { throw null; }
System.Collections.IList.Add(object value)5104             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()5105             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)5106             bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)5107             int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)5108             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)5109             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)5110             void System.Collections.IList.RemoveAt(int index) { }
5111         }
5112     }
5113     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5114     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5115     public abstract partial class DesignerTransaction : System.IDisposable
5116     {
DesignerTransaction()5117         protected DesignerTransaction() { }
DesignerTransaction(string description)5118         protected DesignerTransaction(string description) { }
5119         public bool Canceled { get { throw null; } }
5120         public bool Committed { get { throw null; } }
5121         public string Description { get { throw null; } }
Cancel()5122         public void Cancel() { }
Commit()5123         public void Commit() { }
Dispose(bool disposing)5124         protected virtual void Dispose(bool disposing) { }
~DesignerTransaction()5125         ~DesignerTransaction() { }
OnCancel()5126         protected abstract void OnCancel();
OnCommit()5127         protected abstract void OnCommit();
System.IDisposable.Dispose()5128         void System.IDisposable.Dispose() { }
5129     }
5130     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5131     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5132     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5133     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5134     public partial class DesignerTransactionCloseEventArgs : System.EventArgs
5135     {
5136         [System.ObsoleteAttribute("This constructor is obsolete. Use DesignerTransactionCloseEventArgs(bool, bool) instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
DesignerTransactionCloseEventArgs(bool commit)5137         public DesignerTransactionCloseEventArgs(bool commit) { }
DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction)5138         public DesignerTransactionCloseEventArgs(bool commit, bool lastTransaction) { }
5139         public bool LastTransaction { get { throw null; } }
5140         public bool TransactionCommitted { get { throw null; } }
5141     }
5142     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5143     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
DesignerTransactionCloseEventHandler(object sender, System.ComponentModel.Design.DesignerTransactionCloseEventArgs e)5144     public delegate void DesignerTransactionCloseEventHandler(object sender, System.ComponentModel.Design.DesignerTransactionCloseEventArgs e);
5145     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5146     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5147     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5148     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5149     public partial class DesignerVerb : System.ComponentModel.Design.MenuCommand
5150     {
DesignerVerb(string text, System.EventHandler handler)5151         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)5152         public DesignerVerb(string text, System.EventHandler handler, System.ComponentModel.Design.CommandID startCommandID) : base (default(System.EventHandler), default(System.ComponentModel.Design.CommandID)) { }
5153         public string Description { get { throw null; } set { } }
5154         public string Text { get { throw null; } }
ToString()5155         public override string ToString() { throw null; }
5156     }
5157     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5158     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5159     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5160     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5161     public partial class DesignerVerbCollection : System.Collections.CollectionBase
5162     {
DesignerVerbCollection()5163         public DesignerVerbCollection() { }
DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[] value)5164         public DesignerVerbCollection(System.ComponentModel.Design.DesignerVerb[] value) { }
5165         public System.ComponentModel.Design.DesignerVerb this[int index] { get { throw null; } set { } }
Add(System.ComponentModel.Design.DesignerVerb value)5166         public int Add(System.ComponentModel.Design.DesignerVerb value) { throw null; }
AddRange(System.ComponentModel.Design.DesignerVerbCollection value)5167         public void AddRange(System.ComponentModel.Design.DesignerVerbCollection value) { }
AddRange(System.ComponentModel.Design.DesignerVerb[] value)5168         public void AddRange(System.ComponentModel.Design.DesignerVerb[] value) { }
Contains(System.ComponentModel.Design.DesignerVerb value)5169         public bool Contains(System.ComponentModel.Design.DesignerVerb value) { throw null; }
CopyTo(System.ComponentModel.Design.DesignerVerb[] array, int index)5170         public void CopyTo(System.ComponentModel.Design.DesignerVerb[] array, int index) { }
IndexOf(System.ComponentModel.Design.DesignerVerb value)5171         public int IndexOf(System.ComponentModel.Design.DesignerVerb value) { throw null; }
Insert(int index, System.ComponentModel.Design.DesignerVerb value)5172         public void Insert(int index, System.ComponentModel.Design.DesignerVerb value) { }
OnClear()5173         protected override void OnClear() { }
OnInsert(int index, object value)5174         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)5175         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)5176         protected override void OnSet(int index, object oldValue, object newValue) { }
OnValidate(object value)5177         protected override void OnValidate(object value) { }
Remove(System.ComponentModel.Design.DesignerVerb value)5178         public void Remove(System.ComponentModel.Design.DesignerVerb value) { }
5179     }
5180     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5181     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5182     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5183     public partial class DesigntimeLicenseContext : System.ComponentModel.LicenseContext
5184     {
DesigntimeLicenseContext()5185         public DesigntimeLicenseContext() { }
5186         public override System.ComponentModel.LicenseUsageMode UsageMode { get { throw null; } }
GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly)5187         public override string GetSavedLicenseKey(System.Type type, System.Reflection.Assembly resourceAssembly) { throw null; }
SetSavedLicenseKey(System.Type type, string key)5188         public override void SetSavedLicenseKey(System.Type type, string key) { }
5189     }
5190     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5191     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5192     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5193     public partial class DesigntimeLicenseContextSerializer
5194     {
DesigntimeLicenseContextSerializer()5195         internal DesigntimeLicenseContextSerializer() { }
Serialize(System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context)5196         public static void Serialize(System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context) { }
5197     }
5198     public enum HelpContextType
5199     {
5200         Ambient = 0,
5201         Selection = 2,
5202         ToolWindowSelection = 3,
5203         Window = 1,
5204     }
5205     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=false, Inherited=false)]
5206     [System.SerializableAttribute]
5207     public sealed partial class HelpKeywordAttribute : System.Attribute
5208     {
5209         public static readonly System.ComponentModel.Design.HelpKeywordAttribute Default;
HelpKeywordAttribute()5210         public HelpKeywordAttribute() { }
HelpKeywordAttribute(string keyword)5211         public HelpKeywordAttribute(string keyword) { }
HelpKeywordAttribute(System.Type t)5212         public HelpKeywordAttribute(System.Type t) { }
5213         public string HelpKeyword { get { throw null; } }
Equals(object obj)5214         public override bool Equals(object obj) { throw null; }
GetHashCode()5215         public override int GetHashCode() { throw null; }
IsDefaultAttribute()5216         public override bool IsDefaultAttribute() { throw null; }
5217     }
5218     public enum HelpKeywordType
5219     {
5220         F1Keyword = 0,
5221         FilterKeyword = 2,
5222         GeneralKeyword = 1,
5223     }
5224     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5225     public partial interface IComponentChangeService
5226     {
5227         event System.ComponentModel.Design.ComponentEventHandler ComponentAdded;
5228         event System.ComponentModel.Design.ComponentEventHandler ComponentAdding;
5229         event System.ComponentModel.Design.ComponentChangedEventHandler ComponentChanged;
5230         event System.ComponentModel.Design.ComponentChangingEventHandler ComponentChanging;
5231         event System.ComponentModel.Design.ComponentEventHandler ComponentRemoved;
5232         event System.ComponentModel.Design.ComponentEventHandler ComponentRemoving;
5233         event System.ComponentModel.Design.ComponentRenameEventHandler ComponentRename;
OnComponentChanged(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue)5234         void OnComponentChanged(object component, System.ComponentModel.MemberDescriptor member, object oldValue, object newValue);
OnComponentChanging(object component, System.ComponentModel.MemberDescriptor member)5235         void OnComponentChanging(object component, System.ComponentModel.MemberDescriptor member);
5236     }
5237     public partial interface IComponentDiscoveryService
5238     {
GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType)5239         System.Collections.ICollection GetComponentTypes(System.ComponentModel.Design.IDesignerHost designerHost, System.Type baseType);
5240     }
5241     public partial interface IComponentInitializer
5242     {
InitializeExistingComponent(System.Collections.IDictionary defaultValues)5243         void InitializeExistingComponent(System.Collections.IDictionary defaultValues);
InitializeNewComponent(System.Collections.IDictionary defaultValues)5244         void InitializeNewComponent(System.Collections.IDictionary defaultValues);
5245     }
5246     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5247     public partial interface IDesigner : System.IDisposable
5248     {
5249         System.ComponentModel.IComponent Component { get; }
5250         System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
DoDefaultAction()5251         void DoDefaultAction();
Initialize(System.ComponentModel.IComponent component)5252         void Initialize(System.ComponentModel.IComponent component);
5253     }
5254     public partial interface IDesignerEventService
5255     {
5256         System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; }
5257         System.ComponentModel.Design.DesignerCollection Designers { get; }
5258         event System.ComponentModel.Design.ActiveDesignerEventHandler ActiveDesignerChanged;
5259         event System.ComponentModel.Design.DesignerEventHandler DesignerCreated;
5260         event System.ComponentModel.Design.DesignerEventHandler DesignerDisposed;
5261         event System.EventHandler SelectionChanged;
5262     }
5263     public partial interface IDesignerFilter
5264     {
PostFilterAttributes(System.Collections.IDictionary attributes)5265         void PostFilterAttributes(System.Collections.IDictionary attributes);
PostFilterEvents(System.Collections.IDictionary events)5266         void PostFilterEvents(System.Collections.IDictionary events);
PostFilterProperties(System.Collections.IDictionary properties)5267         void PostFilterProperties(System.Collections.IDictionary properties);
PreFilterAttributes(System.Collections.IDictionary attributes)5268         void PreFilterAttributes(System.Collections.IDictionary attributes);
PreFilterEvents(System.Collections.IDictionary events)5269         void PreFilterEvents(System.Collections.IDictionary events);
PreFilterProperties(System.Collections.IDictionary properties)5270         void PreFilterProperties(System.Collections.IDictionary properties);
5271     }
5272     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5273     public partial interface IDesignerHost : System.ComponentModel.Design.IServiceContainer, System.IServiceProvider
5274     {
5275         System.ComponentModel.IContainer Container { get; }
5276         bool InTransaction { get; }
5277         bool Loading { get; }
5278         System.ComponentModel.IComponent RootComponent { get; }
5279         string RootComponentClassName { get; }
5280         string TransactionDescription { get; }
5281         event System.EventHandler Activated;
5282         event System.EventHandler Deactivated;
5283         event System.EventHandler LoadComplete;
5284         event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosed;
5285         event System.ComponentModel.Design.DesignerTransactionCloseEventHandler TransactionClosing;
5286         event System.EventHandler TransactionOpened;
5287         event System.EventHandler TransactionOpening;
Activate()5288         void Activate();
CreateComponent(System.Type componentClass)5289         System.ComponentModel.IComponent CreateComponent(System.Type componentClass);
CreateComponent(System.Type componentClass, string name)5290         System.ComponentModel.IComponent CreateComponent(System.Type componentClass, string name);
CreateTransaction()5291         System.ComponentModel.Design.DesignerTransaction CreateTransaction();
CreateTransaction(string description)5292         System.ComponentModel.Design.DesignerTransaction CreateTransaction(string description);
DestroyComponent(System.ComponentModel.IComponent component)5293         void DestroyComponent(System.ComponentModel.IComponent component);
GetDesigner(System.ComponentModel.IComponent component)5294         System.ComponentModel.Design.IDesigner GetDesigner(System.ComponentModel.IComponent component);
GetType(string typeName)5295         System.Type GetType(string typeName);
5296     }
5297     public partial interface IDesignerHostTransactionState
5298     {
5299         bool IsClosingTransaction { get; }
5300     }
5301     public partial interface IDesignerOptionService
5302     {
GetOptionValue(string pageName, string valueName)5303         object GetOptionValue(string pageName, string valueName);
SetOptionValue(string pageName, string valueName, object value)5304         void SetOptionValue(string pageName, string valueName, object value);
5305     }
5306     public partial interface IDictionaryService
5307     {
GetKey(object value)5308         object GetKey(object value);
GetValue(object key)5309         object GetValue(object key);
SetValue(object key, object value)5310         void SetValue(object key, object value);
5311     }
5312     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5313     public partial interface IEventBindingService
5314     {
CreateUniqueMethodName(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e)5315         string CreateUniqueMethodName(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
GetCompatibleMethods(System.ComponentModel.EventDescriptor e)5316         System.Collections.ICollection GetCompatibleMethods(System.ComponentModel.EventDescriptor e);
GetEvent(System.ComponentModel.PropertyDescriptor property)5317         System.ComponentModel.EventDescriptor GetEvent(System.ComponentModel.PropertyDescriptor property);
GetEventProperties(System.ComponentModel.EventDescriptorCollection events)5318         System.ComponentModel.PropertyDescriptorCollection GetEventProperties(System.ComponentModel.EventDescriptorCollection events);
GetEventProperty(System.ComponentModel.EventDescriptor e)5319         System.ComponentModel.PropertyDescriptor GetEventProperty(System.ComponentModel.EventDescriptor e);
ShowCode()5320         bool ShowCode();
ShowCode(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e)5321         bool ShowCode(System.ComponentModel.IComponent component, System.ComponentModel.EventDescriptor e);
ShowCode(int lineNumber)5322         bool ShowCode(int lineNumber);
5323     }
5324     public partial interface IExtenderListService
5325     {
GetExtenderProviders()5326         System.ComponentModel.IExtenderProvider[] GetExtenderProviders();
5327     }
5328     public partial interface IExtenderProviderService
5329     {
AddExtenderProvider(System.ComponentModel.IExtenderProvider provider)5330         void AddExtenderProvider(System.ComponentModel.IExtenderProvider provider);
RemoveExtenderProvider(System.ComponentModel.IExtenderProvider provider)5331         void RemoveExtenderProvider(System.ComponentModel.IExtenderProvider provider);
5332     }
5333     public partial interface IHelpService
5334     {
AddContextAttribute(string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType)5335         void AddContextAttribute(string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType);
ClearContextAttributes()5336         void ClearContextAttributes();
CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType)5337         System.ComponentModel.Design.IHelpService CreateLocalContext(System.ComponentModel.Design.HelpContextType contextType);
RemoveContextAttribute(string name, string value)5338         void RemoveContextAttribute(string name, string value);
RemoveLocalContext(System.ComponentModel.Design.IHelpService localContext)5339         void RemoveLocalContext(System.ComponentModel.Design.IHelpService localContext);
ShowHelpFromKeyword(string helpKeyword)5340         void ShowHelpFromKeyword(string helpKeyword);
ShowHelpFromUrl(string helpUrl)5341         void ShowHelpFromUrl(string helpUrl);
5342     }
5343     public partial interface IInheritanceService
5344     {
AddInheritedComponents(System.ComponentModel.IComponent component, System.ComponentModel.IContainer container)5345         void AddInheritedComponents(System.ComponentModel.IComponent component, System.ComponentModel.IContainer container);
GetInheritanceAttribute(System.ComponentModel.IComponent component)5346         System.ComponentModel.InheritanceAttribute GetInheritanceAttribute(System.ComponentModel.IComponent component);
5347     }
5348     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5349     public partial interface IMenuCommandService
5350     {
5351         System.ComponentModel.Design.DesignerVerbCollection Verbs { get; }
AddCommand(System.ComponentModel.Design.MenuCommand command)5352         void AddCommand(System.ComponentModel.Design.MenuCommand command);
AddVerb(System.ComponentModel.Design.DesignerVerb verb)5353         void AddVerb(System.ComponentModel.Design.DesignerVerb verb);
FindCommand(System.ComponentModel.Design.CommandID commandID)5354         System.ComponentModel.Design.MenuCommand FindCommand(System.ComponentModel.Design.CommandID commandID);
GlobalInvoke(System.ComponentModel.Design.CommandID commandID)5355         bool GlobalInvoke(System.ComponentModel.Design.CommandID commandID);
RemoveCommand(System.ComponentModel.Design.MenuCommand command)5356         void RemoveCommand(System.ComponentModel.Design.MenuCommand command);
RemoveVerb(System.ComponentModel.Design.DesignerVerb verb)5357         void RemoveVerb(System.ComponentModel.Design.DesignerVerb verb);
ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y)5358         void ShowContextMenu(System.ComponentModel.Design.CommandID menuID, int x, int y);
5359     }
5360     public partial interface IReferenceService
5361     {
GetComponent(object reference)5362         System.ComponentModel.IComponent GetComponent(object reference);
GetName(object reference)5363         string GetName(object reference);
GetReference(string name)5364         object GetReference(string name);
GetReferences()5365         object[] GetReferences();
GetReferences(System.Type baseType)5366         object[] GetReferences(System.Type baseType);
5367     }
5368     public partial interface IResourceService
5369     {
GetResourceReader(System.Globalization.CultureInfo info)5370         System.Resources.IResourceReader GetResourceReader(System.Globalization.CultureInfo info);
GetResourceWriter(System.Globalization.CultureInfo info)5371         System.Resources.IResourceWriter GetResourceWriter(System.Globalization.CultureInfo info);
5372     }
5373     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5374     public partial interface IRootDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable
5375     {
5376         System.ComponentModel.Design.ViewTechnology[] SupportedTechnologies { get; }
GetView(System.ComponentModel.Design.ViewTechnology technology)5377         object GetView(System.ComponentModel.Design.ViewTechnology technology);
5378     }
5379     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5380     public partial interface ISelectionService
5381     {
5382         object PrimarySelection { get; }
5383         int SelectionCount { get; }
5384         event System.EventHandler SelectionChanged;
5385         event System.EventHandler SelectionChanging;
GetComponentSelected(object component)5386         bool GetComponentSelected(object component);
GetSelectedComponents()5387         System.Collections.ICollection GetSelectedComponents();
SetSelectedComponents(System.Collections.ICollection components)5388         void SetSelectedComponents(System.Collections.ICollection components);
SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType)5389         void SetSelectedComponents(System.Collections.ICollection components, System.ComponentModel.Design.SelectionTypes selectionType);
5390     }
5391     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5392     public partial interface IServiceContainer : System.IServiceProvider
5393     {
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback)5394         void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback);
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote)5395         void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote);
AddService(System.Type serviceType, object serviceInstance)5396         void AddService(System.Type serviceType, object serviceInstance);
AddService(System.Type serviceType, object serviceInstance, bool promote)5397         void AddService(System.Type serviceType, object serviceInstance, bool promote);
RemoveService(System.Type serviceType)5398         void RemoveService(System.Type serviceType);
RemoveService(System.Type serviceType, bool promote)5399         void RemoveService(System.Type serviceType, bool promote);
5400     }
5401     public partial interface ITreeDesigner : System.ComponentModel.Design.IDesigner, System.IDisposable
5402     {
5403         System.Collections.ICollection Children { get; }
5404         System.ComponentModel.Design.IDesigner Parent { get; }
5405     }
5406     public partial interface ITypeDescriptorFilterService
5407     {
FilterAttributes(System.ComponentModel.IComponent component, System.Collections.IDictionary attributes)5408         bool FilterAttributes(System.ComponentModel.IComponent component, System.Collections.IDictionary attributes);
FilterEvents(System.ComponentModel.IComponent component, System.Collections.IDictionary events)5409         bool FilterEvents(System.ComponentModel.IComponent component, System.Collections.IDictionary events);
FilterProperties(System.ComponentModel.IComponent component, System.Collections.IDictionary properties)5410         bool FilterProperties(System.ComponentModel.IComponent component, System.Collections.IDictionary properties);
5411     }
5412     public partial interface ITypeDiscoveryService
5413     {
GetTypes(System.Type baseType, bool excludeGlobalTypes)5414         System.Collections.ICollection GetTypes(System.Type baseType, bool excludeGlobalTypes);
5415     }
5416     public partial interface ITypeResolutionService
5417     {
GetAssembly(System.Reflection.AssemblyName name)5418         System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name);
GetAssembly(System.Reflection.AssemblyName name, bool throwOnError)5419         System.Reflection.Assembly GetAssembly(System.Reflection.AssemblyName name, bool throwOnError);
GetPathOfAssembly(System.Reflection.AssemblyName name)5420         string GetPathOfAssembly(System.Reflection.AssemblyName name);
GetType(string name)5421         System.Type GetType(string name);
GetType(string name, bool throwOnError)5422         System.Type GetType(string name, bool throwOnError);
GetType(string name, bool throwOnError, bool ignoreCase)5423         System.Type GetType(string name, bool throwOnError, bool ignoreCase);
ReferenceAssembly(System.Reflection.AssemblyName name)5424         void ReferenceAssembly(System.Reflection.AssemblyName name);
5425     }
5426     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5427     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5428     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5429     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5430     public partial class MenuCommand
5431     {
MenuCommand(System.EventHandler handler, System.ComponentModel.Design.CommandID command)5432         public MenuCommand(System.EventHandler handler, System.ComponentModel.Design.CommandID command) { }
5433         public virtual bool Checked { get { throw null; } set { } }
5434         public virtual System.ComponentModel.Design.CommandID CommandID { get { throw null; } }
5435         public virtual bool Enabled { get { throw null; } set { } }
5436         public virtual int OleStatus { get { throw null; } }
5437         public virtual System.Collections.IDictionary Properties { get { throw null; } }
5438         public virtual bool Supported { get { throw null; } set { } }
5439         public virtual bool Visible { get { throw null; } set { } }
5440         public event System.EventHandler CommandChanged { add { } remove { } }
Invoke()5441         public virtual void Invoke() { }
Invoke(object arg)5442         public virtual void Invoke(object arg) { }
OnCommandChanged(System.EventArgs e)5443         protected virtual void OnCommandChanged(System.EventArgs e) { }
ToString()5444         public override string ToString() { throw null; }
5445     }
5446     [System.FlagsAttribute]
5447     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5448     public enum SelectionTypes
5449     {
5450         Add = 64,
5451         Auto = 1,
5452         [System.ObsoleteAttribute("This value has been deprecated. Use SelectionTypes.Primary instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5453         Click = 16,
5454         [System.ObsoleteAttribute("This value has been deprecated.  It is no longer supported. http://go.microsoft.com/fwlink/?linkid=14202")]
5455         MouseDown = 4,
5456         [System.ObsoleteAttribute("This value has been deprecated.  It is no longer supported. http://go.microsoft.com/fwlink/?linkid=14202")]
5457         MouseUp = 8,
5458         [System.ObsoleteAttribute("This value has been deprecated. Use SelectionTypes.Auto instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5459         Normal = 1,
5460         Primary = 16,
5461         Remove = 128,
5462         Replace = 2,
5463         Toggle = 32,
5464         [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")]
5465         Valid = 31,
5466     }
5467     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5468     public partial class ServiceContainer : System.ComponentModel.Design.IServiceContainer, System.IDisposable, System.IServiceProvider
5469     {
ServiceContainer()5470         public ServiceContainer() { }
ServiceContainer(System.IServiceProvider parentProvider)5471         public ServiceContainer(System.IServiceProvider parentProvider) { }
5472         protected virtual System.Type[] DefaultServices { get { throw null; } }
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback)5473         public void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback) { }
AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote)5474         public virtual void AddService(System.Type serviceType, System.ComponentModel.Design.ServiceCreatorCallback callback, bool promote) { }
AddService(System.Type serviceType, object serviceInstance)5475         public void AddService(System.Type serviceType, object serviceInstance) { }
AddService(System.Type serviceType, object serviceInstance, bool promote)5476         public virtual void AddService(System.Type serviceType, object serviceInstance, bool promote) { }
Dispose()5477         public void Dispose() { }
Dispose(bool disposing)5478         protected virtual void Dispose(bool disposing) { }
GetService(System.Type serviceType)5479         public virtual object GetService(System.Type serviceType) { throw null; }
RemoveService(System.Type serviceType)5480         public void RemoveService(System.Type serviceType) { }
RemoveService(System.Type serviceType, bool promote)5481         public virtual void RemoveService(System.Type serviceType, bool promote) { }
5482     }
5483     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5484     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ServiceCreatorCallback(System.ComponentModel.Design.IServiceContainer container, System.Type serviceType)5485     public delegate object ServiceCreatorCallback(System.ComponentModel.Design.IServiceContainer container, System.Type serviceType);
5486     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5487     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5488     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5489     public partial class StandardCommands
5490     {
5491         public static readonly System.ComponentModel.Design.CommandID AlignBottom;
5492         public static readonly System.ComponentModel.Design.CommandID AlignHorizontalCenters;
5493         public static readonly System.ComponentModel.Design.CommandID AlignLeft;
5494         public static readonly System.ComponentModel.Design.CommandID AlignRight;
5495         public static readonly System.ComponentModel.Design.CommandID AlignToGrid;
5496         public static readonly System.ComponentModel.Design.CommandID AlignTop;
5497         public static readonly System.ComponentModel.Design.CommandID AlignVerticalCenters;
5498         public static readonly System.ComponentModel.Design.CommandID ArrangeBottom;
5499         public static readonly System.ComponentModel.Design.CommandID ArrangeIcons;
5500         public static readonly System.ComponentModel.Design.CommandID ArrangeRight;
5501         public static readonly System.ComponentModel.Design.CommandID BringForward;
5502         public static readonly System.ComponentModel.Design.CommandID BringToFront;
5503         public static readonly System.ComponentModel.Design.CommandID CenterHorizontally;
5504         public static readonly System.ComponentModel.Design.CommandID CenterVertically;
5505         public static readonly System.ComponentModel.Design.CommandID Copy;
5506         public static readonly System.ComponentModel.Design.CommandID Cut;
5507         public static readonly System.ComponentModel.Design.CommandID Delete;
5508         public static readonly System.ComponentModel.Design.CommandID DocumentOutline;
5509         public static readonly System.ComponentModel.Design.CommandID F1Help;
5510         public static readonly System.ComponentModel.Design.CommandID Group;
5511         public static readonly System.ComponentModel.Design.CommandID HorizSpaceConcatenate;
5512         public static readonly System.ComponentModel.Design.CommandID HorizSpaceDecrease;
5513         public static readonly System.ComponentModel.Design.CommandID HorizSpaceIncrease;
5514         public static readonly System.ComponentModel.Design.CommandID HorizSpaceMakeEqual;
5515         public static readonly System.ComponentModel.Design.CommandID LineupIcons;
5516         public static readonly System.ComponentModel.Design.CommandID LockControls;
5517         public static readonly System.ComponentModel.Design.CommandID MultiLevelRedo;
5518         public static readonly System.ComponentModel.Design.CommandID MultiLevelUndo;
5519         public static readonly System.ComponentModel.Design.CommandID Paste;
5520         public static readonly System.ComponentModel.Design.CommandID Properties;
5521         public static readonly System.ComponentModel.Design.CommandID PropertiesWindow;
5522         public static readonly System.ComponentModel.Design.CommandID Redo;
5523         public static readonly System.ComponentModel.Design.CommandID Replace;
5524         public static readonly System.ComponentModel.Design.CommandID SelectAll;
5525         public static readonly System.ComponentModel.Design.CommandID SendBackward;
5526         public static readonly System.ComponentModel.Design.CommandID SendToBack;
5527         public static readonly System.ComponentModel.Design.CommandID ShowGrid;
5528         public static readonly System.ComponentModel.Design.CommandID ShowLargeIcons;
5529         public static readonly System.ComponentModel.Design.CommandID SizeToControl;
5530         public static readonly System.ComponentModel.Design.CommandID SizeToControlHeight;
5531         public static readonly System.ComponentModel.Design.CommandID SizeToControlWidth;
5532         public static readonly System.ComponentModel.Design.CommandID SizeToFit;
5533         public static readonly System.ComponentModel.Design.CommandID SizeToGrid;
5534         public static readonly System.ComponentModel.Design.CommandID SnapToGrid;
5535         public static readonly System.ComponentModel.Design.CommandID TabOrder;
5536         public static readonly System.ComponentModel.Design.CommandID Undo;
5537         public static readonly System.ComponentModel.Design.CommandID Ungroup;
5538         public static readonly System.ComponentModel.Design.CommandID VerbFirst;
5539         public static readonly System.ComponentModel.Design.CommandID VerbLast;
5540         public static readonly System.ComponentModel.Design.CommandID VertSpaceConcatenate;
5541         public static readonly System.ComponentModel.Design.CommandID VertSpaceDecrease;
5542         public static readonly System.ComponentModel.Design.CommandID VertSpaceIncrease;
5543         public static readonly System.ComponentModel.Design.CommandID VertSpaceMakeEqual;
5544         public static readonly System.ComponentModel.Design.CommandID ViewCode;
5545         public static readonly System.ComponentModel.Design.CommandID ViewGrid;
StandardCommands()5546         public StandardCommands() { }
5547     }
5548     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5549     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5550     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5551     public partial class StandardToolWindows
5552     {
5553         public static readonly System.Guid ObjectBrowser;
5554         public static readonly System.Guid OutputWindow;
5555         public static readonly System.Guid ProjectExplorer;
5556         public static readonly System.Guid PropertyBrowser;
5557         public static readonly System.Guid RelatedLinks;
5558         public static readonly System.Guid ServerExplorer;
5559         public static readonly System.Guid TaskList;
5560         public static readonly System.Guid Toolbox;
StandardToolWindows()5561         public StandardToolWindows() { }
5562     }
5563     public abstract partial class TypeDescriptionProviderService
5564     {
TypeDescriptionProviderService()5565         protected TypeDescriptionProviderService() { }
GetProvider(object instance)5566         public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(object instance);
GetProvider(System.Type type)5567         public abstract System.ComponentModel.TypeDescriptionProvider GetProvider(System.Type type);
5568     }
5569     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5570     public enum ViewTechnology
5571     {
5572         Default = 2,
5573         [System.ObsoleteAttribute("This value has been deprecated. Use ViewTechnology.Default instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5574         Passthrough = 0,
5575         [System.ObsoleteAttribute("This value has been deprecated. Use ViewTechnology.Default instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
5576         WindowsForms = 1,
5577     }
5578 }
5579 namespace System.ComponentModel.Design.Serialization
5580 {
5581     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5582     public abstract partial class ComponentSerializationService
5583     {
ComponentSerializationService()5584         protected ComponentSerializationService() { }
CreateStore()5585         public abstract System.ComponentModel.Design.Serialization.SerializationStore CreateStore();
Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store)5586         public abstract System.Collections.ICollection Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store);
Deserialize(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container)5587         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)5588         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)5589         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)5590         public abstract void DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore store, System.ComponentModel.IContainer container, bool validateRecycledTypes, bool applyDefaults);
LoadStore(System.IO.Stream stream)5591         public abstract System.ComponentModel.Design.Serialization.SerializationStore LoadStore(System.IO.Stream stream);
Serialize(System.ComponentModel.Design.Serialization.SerializationStore store, object value)5592         public abstract void Serialize(System.ComponentModel.Design.Serialization.SerializationStore store, object value);
SerializeAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object value)5593         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)5594         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)5595         public abstract void SerializeMemberAbsolute(System.ComponentModel.Design.Serialization.SerializationStore store, object owningObject, System.ComponentModel.MemberDescriptor member);
5596     }
5597     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5598     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5599     public sealed partial class ContextStack
5600     {
ContextStack()5601         public ContextStack() { }
5602         public object Current { get { throw null; } }
5603         public object this[int level] { get { throw null; } }
5604         public object this[System.Type type] { get { throw null; } }
Append(object context)5605         public void Append(object context) { }
Pop()5606         public object Pop() { throw null; }
Push(object context)5607         public void Push(object context) { }
5608     }
5609     [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false)]
5610     public sealed partial class DefaultSerializationProviderAttribute : System.Attribute
5611     {
DefaultSerializationProviderAttribute(string providerTypeName)5612         public DefaultSerializationProviderAttribute(string providerTypeName) { }
DefaultSerializationProviderAttribute(System.Type providerType)5613         public DefaultSerializationProviderAttribute(System.Type providerType) { }
5614         public string ProviderTypeName { get { throw null; } }
5615     }
5616     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5617     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5618     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5619     public abstract partial class DesignerLoader
5620     {
DesignerLoader()5621         protected DesignerLoader() { }
5622         public virtual bool Loading { get { throw null; } }
BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost host)5623         public abstract void BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost host);
Dispose()5624         public abstract void Dispose();
Flush()5625         public virtual void Flush() { }
5626     }
5627     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
5628     public sealed partial class DesignerSerializerAttribute : System.Attribute
5629     {
DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName)5630         public DesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName) { }
DesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType)5631         public DesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType) { }
DesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType)5632         public DesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType) { }
5633         public string SerializerBaseTypeName { get { throw null; } }
5634         public string SerializerTypeName { get { throw null; } }
5635         public override object TypeId { get { throw null; } }
5636     }
5637     public partial interface IDesignerLoaderHost : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IServiceContainer, System.IServiceProvider
5638     {
EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection)5639         void EndLoad(string baseClassName, bool successful, System.Collections.ICollection errorCollection);
Reload()5640         void Reload();
5641     }
5642     public partial interface IDesignerLoaderHost2 : System.ComponentModel.Design.IDesignerHost, System.ComponentModel.Design.IServiceContainer, System.ComponentModel.Design.Serialization.IDesignerLoaderHost, System.IServiceProvider
5643     {
5644         bool CanReloadWithErrors { get; set; }
5645         bool IgnoreErrorsDuringReload { get; set; }
5646     }
5647     public partial interface IDesignerLoaderService
5648     {
AddLoadDependency()5649         void AddLoadDependency();
DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection)5650         void DependentLoadComplete(bool successful, System.Collections.ICollection errorCollection);
Reload()5651         bool Reload();
5652     }
5653     public partial interface IDesignerSerializationManager : System.IServiceProvider
5654     {
5655         System.ComponentModel.Design.Serialization.ContextStack Context { get; }
5656         System.ComponentModel.PropertyDescriptorCollection Properties { get; }
5657         event System.ComponentModel.Design.Serialization.ResolveNameEventHandler ResolveName;
5658         event System.EventHandler SerializationComplete;
AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider)5659         void AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider);
CreateInstance(System.Type type, System.Collections.ICollection arguments, string name, bool addToContainer)5660         object CreateInstance(System.Type type, System.Collections.ICollection arguments, string name, bool addToContainer);
GetInstance(string name)5661         object GetInstance(string name);
GetName(object value)5662         string GetName(object value);
GetSerializer(System.Type objectType, System.Type serializerType)5663         object GetSerializer(System.Type objectType, System.Type serializerType);
GetType(string typeName)5664         System.Type GetType(string typeName);
RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider)5665         void RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider provider);
ReportError(object errorInformation)5666         void ReportError(object errorInformation);
SetName(object instance, string name)5667         void SetName(object instance, string name);
5668     }
5669     public partial interface IDesignerSerializationProvider
5670     {
GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object currentSerializer, System.Type objectType, System.Type serializerType)5671         object GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object currentSerializer, System.Type objectType, System.Type serializerType);
5672     }
5673     public partial interface IDesignerSerializationService
5674     {
Deserialize(object serializationData)5675         System.Collections.ICollection Deserialize(object serializationData);
Serialize(System.Collections.ICollection objects)5676         object Serialize(System.Collections.ICollection objects);
5677     }
5678     public partial interface INameCreationService
5679     {
CreateName(System.ComponentModel.IContainer container, System.Type dataType)5680         string CreateName(System.ComponentModel.IContainer container, System.Type dataType);
IsValidName(string name)5681         bool IsValidName(string name);
ValidateName(string name)5682         void ValidateName(string name);
5683     }
5684     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5685     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5686     public sealed partial class InstanceDescriptor
5687     {
InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments)5688         public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments) { }
InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments, bool isComplete)5689         public InstanceDescriptor(System.Reflection.MemberInfo member, System.Collections.ICollection arguments, bool isComplete) { }
5690         public System.Collections.ICollection Arguments { get { throw null; } }
5691         public bool IsComplete { get { throw null; } }
5692         public System.Reflection.MemberInfo MemberInfo { get { throw null; } }
Invoke()5693         public object Invoke() { throw null; }
5694     }
5695     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5696     public partial struct MemberRelationship
5697     {
5698         public static readonly System.ComponentModel.Design.Serialization.MemberRelationship Empty;
MemberRelationshipSystem.ComponentModel.Design.Serialization.MemberRelationship5699         public MemberRelationship(object owner, System.ComponentModel.MemberDescriptor member) { throw null;}
5700         public bool IsEmpty { get { throw null; } }
5701         public System.ComponentModel.MemberDescriptor Member { get { throw null; } }
5702         public object Owner { get { throw null; } }
EqualsSystem.ComponentModel.Design.Serialization.MemberRelationship5703         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.ComponentModel.Design.Serialization.MemberRelationship5704         public override int GetHashCode() { throw null; }
operator ==System.ComponentModel.Design.Serialization.MemberRelationship5705         public static bool operator ==(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) { throw null; }
operator !=System.ComponentModel.Design.Serialization.MemberRelationship5706         public static bool operator !=(System.ComponentModel.Design.Serialization.MemberRelationship left, System.ComponentModel.Design.Serialization.MemberRelationship right) { throw null; }
5707     }
5708     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5709     public abstract partial class MemberRelationshipService
5710     {
MemberRelationshipService()5711         protected MemberRelationshipService() { }
5712         public System.ComponentModel.Design.Serialization.MemberRelationship this[System.ComponentModel.Design.Serialization.MemberRelationship source] { get { throw null; } set { } }
5713         public System.ComponentModel.Design.Serialization.MemberRelationship this[object sourceOwner, System.ComponentModel.MemberDescriptor sourceMember] { get { throw null; } set { } }
GetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source)5714         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)5715         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)5716         public abstract bool SupportsRelationship(System.ComponentModel.Design.Serialization.MemberRelationship source, System.ComponentModel.Design.Serialization.MemberRelationship relationship);
5717     }
5718     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5719     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5720     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5721     public partial class ResolveNameEventArgs : System.EventArgs
5722     {
ResolveNameEventArgs(string name)5723         public ResolveNameEventArgs(string name) { }
5724         public string Name { get { throw null; } }
5725         public object Value { get { throw null; } set { } }
5726     }
5727     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e)5728     public delegate void ResolveNameEventHandler(object sender, System.ComponentModel.Design.Serialization.ResolveNameEventArgs e);
5729     [System.AttributeUsageAttribute((System.AttributeTargets)(1028), AllowMultiple=true, Inherited=true)]
5730     [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")]
5731     public sealed partial class RootDesignerSerializerAttribute : System.Attribute
5732     {
RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable)5733         public RootDesignerSerializerAttribute(string serializerTypeName, string baseSerializerTypeName, bool reloadable) { }
RootDesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType, bool reloadable)5734         public RootDesignerSerializerAttribute(string serializerTypeName, System.Type baseSerializerType, bool reloadable) { }
RootDesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType, bool reloadable)5735         public RootDesignerSerializerAttribute(System.Type serializerType, System.Type baseSerializerType, bool reloadable) { }
5736         public bool Reloadable { get { throw null; } }
5737         public string SerializerBaseTypeName { get { throw null; } }
5738         public string SerializerTypeName { get { throw null; } }
5739         public override object TypeId { get { throw null; } }
5740     }
5741     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]
5742     public abstract partial class SerializationStore : System.IDisposable
5743     {
SerializationStore()5744         protected SerializationStore() { }
5745         public abstract System.Collections.ICollection Errors { get; }
Close()5746         public abstract void Close();
Dispose(bool disposing)5747         protected virtual void Dispose(bool disposing) { }
Save(System.IO.Stream stream)5748         public abstract void Save(System.IO.Stream stream);
System.IDisposable.Dispose()5749         void System.IDisposable.Dispose() { }
5750     }
5751 }
5752 #if CONFIG_DEP
5753 namespace System.Configuration
5754 {
5755     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5756     public sealed partial class ApplicationScopedSettingAttribute : System.Configuration.SettingAttribute
5757     {
ApplicationScopedSettingAttribute()5758         public ApplicationScopedSettingAttribute() { }
5759     }
5760     public abstract partial class ApplicationSettingsBase : System.Configuration.SettingsBase, System.ComponentModel.INotifyPropertyChanged
5761     {
ApplicationSettingsBase()5762         protected ApplicationSettingsBase() { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner)5763         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner) { }
ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey)5764         protected ApplicationSettingsBase(System.ComponentModel.IComponent owner, string settingsKey) { }
ApplicationSettingsBase(string settingsKey)5765         protected ApplicationSettingsBase(string settingsKey) { }
5766         [System.ComponentModel.BrowsableAttribute(false)]
5767         public override System.Configuration.SettingsContext Context { get { throw null; } }
5768         public override object this[string propertyName] { get { throw null; } set { } }
5769         [System.ComponentModel.BrowsableAttribute(false)]
5770         public override System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
5771         [System.ComponentModel.BrowsableAttribute(false)]
5772         public override System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
5773         [System.ComponentModel.BrowsableAttribute(false)]
5774         public override System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
5775         [System.ComponentModel.BrowsableAttribute(false)]
5776         public string SettingsKey { get { throw null; } set { } }
5777         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
5778         public event System.Configuration.SettingChangingEventHandler SettingChanging { add { } remove { } }
5779         public event System.Configuration.SettingsLoadedEventHandler SettingsLoaded { add { } remove { } }
5780         public event System.Configuration.SettingsSavingEventHandler SettingsSaving { add { } remove { } }
GetPreviousVersion(string propertyName)5781         public object GetPreviousVersion(string propertyName) { throw null; }
OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e)5782         protected virtual void OnPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) { }
OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e)5783         protected virtual void OnSettingChanging(object sender, System.Configuration.SettingChangingEventArgs e) { }
OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e)5784         protected virtual void OnSettingsLoaded(object sender, System.Configuration.SettingsLoadedEventArgs e) { }
OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e)5785         protected virtual void OnSettingsSaving(object sender, System.ComponentModel.CancelEventArgs e) { }
Reload()5786         public void Reload() { }
Reset()5787         public void Reset() { }
Save()5788         public override void Save() { }
Upgrade()5789         public virtual void Upgrade() { }
5790     }
5791     public sealed partial class ApplicationSettingsGroup : System.Configuration.ConfigurationSectionGroup
5792     {
ApplicationSettingsGroup()5793         public ApplicationSettingsGroup() { }
5794     }
5795     public partial class AppSettingsReader
5796     {
AppSettingsReader()5797         public AppSettingsReader() { }
GetValue(string key, System.Type type)5798         public object GetValue(string key, System.Type type) { throw null; }
5799     }
5800     public sealed partial class ClientSettingsSection : System.Configuration.ConfigurationSection
5801     {
ClientSettingsSection()5802         public ClientSettingsSection() { }
5803         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5804         [System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true)]
5805         public System.Configuration.SettingElementCollection Settings { get { throw null; } }
5806     }
5807     [System.SerializableAttribute]
5808     public partial class ConfigurationException : System.SystemException
5809     {
5810         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException()5811         public ConfigurationException() { }
ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5812         protected ConfigurationException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
5813         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message)5814         public ConfigurationException(string message) { }
5815         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner)5816         public ConfigurationException(string message, System.Exception inner) { }
5817         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, string filename, int line)5818         public ConfigurationException(string message, System.Exception inner, string filename, int line) { }
5819         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node)5820         public ConfigurationException(string message, System.Exception inner, System.Xml.XmlNode node) { }
5821         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, string filename, int line)5822         public ConfigurationException(string message, string filename, int line) { }
5823         [System.ObsoleteAttribute("This class is obsolete, to create a new exception create a System.Configuration!System.Configuration.ConfigurationErrorsException")]
ConfigurationException(string message, System.Xml.XmlNode node)5824         public ConfigurationException(string message, System.Xml.XmlNode node) { }
5825         public virtual string BareMessage { get { throw null; } }
5826         public virtual string Filename { get { throw null; } }
5827         public virtual int Line { get { throw null; } }
5828         public override string Message { get { throw null; } }
5829         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)5830         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
5831         [System.ObsoleteAttribute("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetFilename instead")]
GetXmlNodeFilename(System.Xml.XmlNode node)5832         public static string GetXmlNodeFilename(System.Xml.XmlNode node) { throw null; }
5833         [System.ObsoleteAttribute("This class is obsolete, use System.Configuration!System.Configuration.ConfigurationErrorsException.GetLinenumber instead")]
GetXmlNodeLineNumber(System.Xml.XmlNode node)5834         public static int GetXmlNodeLineNumber(System.Xml.XmlNode node) { throw null; }
5835     }
5836     public sealed partial class ConfigurationSettings
5837     {
ConfigurationSettings()5838         internal ConfigurationSettings() { }
5839         [System.ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings")]
5840         public static System.Collections.Specialized.NameValueCollection AppSettings { get { throw null; } }
5841         [System.ObsoleteAttribute("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
GetConfig(string sectionName)5842         public static object GetConfig(string sectionName) { throw null; }
5843     }
5844     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5845     public sealed partial class ConfigXmlDocument : System.Xml.XmlDocument, System.Configuration.Internal.IConfigErrorInfo
5846     {
ConfigXmlDocument()5847         public ConfigXmlDocument() { }
5848         public string Filename { get { throw null; } }
5849         public int LineNumber { get { throw null; } }
5850         string System.Configuration.Internal.IConfigErrorInfo.Filename { get { throw null; } }
5851         int System.Configuration.Internal.IConfigErrorInfo.LineNumber { get { throw null; } }
CreateAttribute(string prefix, string localName, string namespaceUri)5852         public override System.Xml.XmlAttribute CreateAttribute(string prefix, string localName, string namespaceUri) { throw null; }
CreateCDataSection(string data)5853         public override System.Xml.XmlCDataSection CreateCDataSection(string data) { throw null; }
CreateComment(string data)5854         public override System.Xml.XmlComment CreateComment(string data) { throw null; }
CreateElement(string prefix, string localName, string namespaceUri)5855         public override System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceUri) { throw null; }
CreateSignificantWhitespace(string data)5856         public override System.Xml.XmlSignificantWhitespace CreateSignificantWhitespace(string data) { throw null; }
CreateTextNode(string text)5857         public override System.Xml.XmlText CreateTextNode(string text) { throw null; }
CreateWhitespace(string data)5858         public override System.Xml.XmlWhitespace CreateWhitespace(string data) { throw null; }
Load(string filename)5859         public override void Load(string filename) { }
LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader)5860         public void LoadSingleElement(string filename, System.Xml.XmlTextReader sourceReader) { }
5861     }
5862     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5863     public sealed partial class DefaultSettingValueAttribute : System.Attribute
5864     {
DefaultSettingValueAttribute(string value)5865         public DefaultSettingValueAttribute(string value) { }
5866         public string Value { get { throw null; } }
5867     }
5868     public partial class DictionarySectionHandler : System.Configuration.IConfigurationSectionHandler
5869     {
DictionarySectionHandler()5870         public DictionarySectionHandler() { }
5871         protected virtual string KeyAttributeName { get { throw null; } }
5872         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)5873         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5874     }
5875     public partial interface IApplicationSettingsProvider
5876     {
5877         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)5878         System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property);
5879         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
Reset(System.Configuration.SettingsContext context)5880         void Reset(System.Configuration.SettingsContext context);
5881         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5882         void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties);
5883     }
5884     public partial interface IConfigurationSectionHandler
5885     {
Create(object parent, object configContext, System.Xml.XmlNode section)5886         object Create(object parent, object configContext, System.Xml.XmlNode section);
5887     }
5888     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
5889     public partial interface IConfigurationSystem
5890     {
GetConfig(string configKey)5891         object GetConfig(string configKey);
Init()5892         void Init();
5893     }
5894     public sealed partial class IdnElement : System.Configuration.ConfigurationElement
5895     {
IdnElement()5896         public IdnElement() { }
5897         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=(System.UriIdnScope)(0))]
5898         public System.UriIdnScope Enabled { get { throw null; } set { } }
5899         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5900     }
5901     public partial class IgnoreSectionHandler : System.Configuration.IConfigurationSectionHandler
5902     {
IgnoreSectionHandler()5903         public IgnoreSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)5904         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
5905     }
5906     public partial interface IPersistComponentSettings
5907     {
5908         bool SaveSettings { get; set; }
5909         string SettingsKey { get; set; }
LoadComponentSettings()5910         void LoadComponentSettings();
ResetComponentSettings()5911         void ResetComponentSettings();
SaveComponentSettings()5912         void SaveComponentSettings();
5913     }
5914     public sealed partial class IriParsingElement : System.Configuration.ConfigurationElement
5915     {
IriParsingElement()5916         public IriParsingElement() { }
5917         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=false)]
5918         public bool Enabled { get { throw null; } set { } }
5919         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5920     }
5921     public partial interface ISettingsProviderService
5922     {
GetSettingsProvider(System.Configuration.SettingsProperty property)5923         System.Configuration.SettingsProvider GetSettingsProvider(System.Configuration.SettingsProperty property);
5924     }
5925     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5926     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
5927     public partial class LocalFileSettingsProvider : System.Configuration.SettingsProvider, System.Configuration.IApplicationSettingsProvider
5928     {
LocalFileSettingsProvider()5929         public LocalFileSettingsProvider() { }
5930         public override string ApplicationName { get { throw null; } set { } }
5931         [System.Security.Permissions.FileIOPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, AllFiles=(System.Security.Permissions.FileIOPermissionAccess)(9))]
5932         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
5933         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property)5934         public System.Configuration.SettingsPropertyValue GetPreviousVersion(System.Configuration.SettingsContext context, System.Configuration.SettingsProperty property) { throw null; }
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5935         public override System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { throw null; }
Initialize(string name, System.Collections.Specialized.NameValueCollection values)5936         public override void Initialize(string name, System.Collections.Specialized.NameValueCollection values) { }
Reset(System.Configuration.SettingsContext context)5937         public void Reset(System.Configuration.SettingsContext context) { }
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values)5938         public override void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection values) { }
Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties)5939         public void Upgrade(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties) { }
5940     }
5941     public partial class NameValueFileSectionHandler : System.Configuration.IConfigurationSectionHandler
5942     {
NameValueFileSectionHandler()5943         public NameValueFileSectionHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)5944         public object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
5945     }
5946     public partial class NameValueSectionHandler : System.Configuration.IConfigurationSectionHandler
5947     {
NameValueSectionHandler()5948         public NameValueSectionHandler() { }
5949         protected virtual string KeyAttributeName { get { throw null; } }
5950         protected virtual string ValueAttributeName { get { throw null; } }
Create(object parent, object context, System.Xml.XmlNode section)5951         public object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
5952     }
5953     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5954     public sealed partial class NoSettingsVersionUpgradeAttribute : System.Attribute
5955     {
NoSettingsVersionUpgradeAttribute()5956         public NoSettingsVersionUpgradeAttribute() { }
5957     }
5958     public sealed partial class SchemeSettingElement : System.Configuration.ConfigurationElement
5959     {
SchemeSettingElement()5960         public SchemeSettingElement() { }
5961         [System.Configuration.ConfigurationPropertyAttribute("genericUriParserOptions", DefaultValue=(System.Configuration.ConfigurationPropertyOptions)(0), IsRequired=true)]
5962         public System.GenericUriParserOptions GenericUriParserOptions { get { throw null; } }
5963         [System.Configuration.ConfigurationPropertyAttribute("name", DefaultValue=null, IsRequired=true, IsKey=true)]
5964         public string Name { get { throw null; } }
5965         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5966     }
5967     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Configuration.SchemeSettingElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(1), AddItemName="add", ClearItemsName="clear", RemoveItemName="remove")]
5968     public sealed partial class SchemeSettingElementCollection : System.Configuration.ConfigurationElementCollection
5969     {
SchemeSettingElementCollection()5970         public SchemeSettingElementCollection() { }
5971         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
5972         public System.Configuration.SchemeSettingElement this[int index] { get { throw null; } }
5973         public new System.Configuration.SchemeSettingElement this[string name] { get { throw null; } }
CreateNewElement()5974         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)5975         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Configuration.SchemeSettingElement element)5976         public int IndexOf(System.Configuration.SchemeSettingElement element) { throw null; }
5977     }
5978     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
5979     public partial class SettingAttribute : System.Attribute
5980     {
SettingAttribute()5981         public SettingAttribute() { }
5982     }
5983     public partial class SettingChangingEventArgs : System.ComponentModel.CancelEventArgs
5984     {
SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel)5985         public SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel) { }
5986         public object NewValue { get { throw null; } }
5987         public string SettingClass { get { throw null; } }
5988         public string SettingKey { get { throw null; } }
5989         public string SettingName { get { throw null; } }
5990     }
SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e)5991     public delegate void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e);
5992     public sealed partial class SettingElement : System.Configuration.ConfigurationElement
5993     {
SettingElement()5994         public SettingElement() { }
SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs)5995         public SettingElement(string name, System.Configuration.SettingsSerializeAs serializeAs) { }
5996         [System.Configuration.ConfigurationPropertyAttribute("name", IsRequired=true, IsKey=true, DefaultValue="")]
5997         public string Name { get { throw null; } set { } }
5998         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
5999         [System.Configuration.ConfigurationPropertyAttribute("serializeAs", IsRequired=true, DefaultValue=(System.Configuration.SettingsSerializeAs)(0))]
6000         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
6001         [System.Configuration.ConfigurationPropertyAttribute("value", IsRequired=true, DefaultValue=null)]
6002         public System.Configuration.SettingValueElement Value { get { throw null; } set { } }
Equals(object settings)6003         public override bool Equals(object settings) { throw null; }
GetHashCode()6004         public override int GetHashCode() { throw null; }
6005     }
6006     public sealed partial class SettingElementCollection : System.Configuration.ConfigurationElementCollection
6007     {
SettingElementCollection()6008         public SettingElementCollection() { }
6009         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
6010         protected override string ElementName { get { throw null; } }
Add(System.Configuration.SettingElement element)6011         public void Add(System.Configuration.SettingElement element) { }
Clear()6012         public void Clear() { }
CreateNewElement()6013         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
Get(string elementKey)6014         public System.Configuration.SettingElement Get(string elementKey) { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)6015         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
Remove(System.Configuration.SettingElement element)6016         public void Remove(System.Configuration.SettingElement element) { }
6017     }
6018     [System.SerializableAttribute]
6019     public partial class SettingsAttributeDictionary : System.Collections.Hashtable
6020     {
SettingsAttributeDictionary()6021         public SettingsAttributeDictionary() { }
SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes)6022         public SettingsAttributeDictionary(System.Configuration.SettingsAttributeDictionary attributes) { }
6023     }
6024     public abstract partial class SettingsBase
6025     {
SettingsBase()6026         protected SettingsBase() { }
6027         public virtual System.Configuration.SettingsContext Context { get { throw null; } }
6028         [System.ComponentModel.BrowsableAttribute(false)]
6029         public bool IsSynchronized { get { throw null; } }
6030         public virtual object this[string propertyName] { get { throw null; } set { } }
6031         public virtual System.Configuration.SettingsPropertyCollection Properties { get { throw null; } }
6032         public virtual System.Configuration.SettingsPropertyValueCollection PropertyValues { get { throw null; } }
6033         public virtual System.Configuration.SettingsProviderCollection Providers { get { throw null; } }
Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers)6034         public void Initialize(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection properties, System.Configuration.SettingsProviderCollection providers) { }
Save()6035         public virtual void Save() { }
Synchronized(System.Configuration.SettingsBase settingsBase)6036         public static System.Configuration.SettingsBase Synchronized(System.Configuration.SettingsBase settingsBase) { throw null; }
6037     }
6038     [System.SerializableAttribute]
6039     public partial class SettingsContext : System.Collections.Hashtable
6040     {
SettingsContext()6041         public SettingsContext() { }
6042     }
6043     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
6044     public sealed partial class SettingsDescriptionAttribute : System.Attribute
6045     {
SettingsDescriptionAttribute(string description)6046         public SettingsDescriptionAttribute(string description) { }
6047         public string Description { get { throw null; } }
6048     }
6049     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
6050     public sealed partial class SettingsGroupDescriptionAttribute : System.Attribute
6051     {
SettingsGroupDescriptionAttribute(string description)6052         public SettingsGroupDescriptionAttribute(string description) { }
6053         public string Description { get { throw null; } }
6054     }
6055     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
6056     public sealed partial class SettingsGroupNameAttribute : System.Attribute
6057     {
SettingsGroupNameAttribute(string groupName)6058         public SettingsGroupNameAttribute(string groupName) { }
6059         public string GroupName { get { throw null; } }
6060     }
6061     public partial class SettingsLoadedEventArgs : System.EventArgs
6062     {
SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider)6063         public SettingsLoadedEventArgs(System.Configuration.SettingsProvider provider) { }
6064         public System.Configuration.SettingsProvider Provider { get { throw null; } }
6065     }
SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e)6066     public delegate void SettingsLoadedEventHandler(object sender, System.Configuration.SettingsLoadedEventArgs e);
6067     public enum SettingsManageability
6068     {
6069         Roaming = 0,
6070     }
6071     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
6072     public sealed partial class SettingsManageabilityAttribute : System.Attribute
6073     {
SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability)6074         public SettingsManageabilityAttribute(System.Configuration.SettingsManageability manageability) { }
6075         public System.Configuration.SettingsManageability Manageability { get { throw null; } }
6076     }
6077     public partial class SettingsProperty
6078     {
SettingsProperty(System.Configuration.SettingsProperty propertyToCopy)6079         public SettingsProperty(System.Configuration.SettingsProperty propertyToCopy) { }
SettingsProperty(string name)6080         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)6081         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) { }
6082         public virtual System.Configuration.SettingsAttributeDictionary Attributes { get { throw null; } }
6083         public virtual object DefaultValue { get { throw null; } set { } }
6084         public virtual bool IsReadOnly { get { throw null; } set { } }
6085         public virtual string Name { get { throw null; } set { } }
6086         public virtual System.Type PropertyType { get { throw null; } set { } }
6087         public virtual System.Configuration.SettingsProvider Provider { get { throw null; } set { } }
6088         public virtual System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } set { } }
6089         public bool ThrowOnErrorDeserializing { get { throw null; } set { } }
6090         public bool ThrowOnErrorSerializing { get { throw null; } set { } }
6091     }
6092     public partial class SettingsPropertyCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
6093     {
SettingsPropertyCollection()6094         public SettingsPropertyCollection() { }
6095         public int Count { get { throw null; } }
6096         public bool IsSynchronized { get { throw null; } }
6097         public System.Configuration.SettingsProperty this[string name] { get { throw null; } }
6098         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsProperty property)6099         public void Add(System.Configuration.SettingsProperty property) { }
Clear()6100         public void Clear() { }
Clone()6101         public object Clone() { throw null; }
CopyTo(System.Array array, int index)6102         public void CopyTo(System.Array array, int index) { }
GetEnumerator()6103         public System.Collections.IEnumerator GetEnumerator() { throw null; }
OnAdd(System.Configuration.SettingsProperty property)6104         protected virtual void OnAdd(System.Configuration.SettingsProperty property) { }
OnAddComplete(System.Configuration.SettingsProperty property)6105         protected virtual void OnAddComplete(System.Configuration.SettingsProperty property) { }
OnClear()6106         protected virtual void OnClear() { }
OnClearComplete()6107         protected virtual void OnClearComplete() { }
OnRemove(System.Configuration.SettingsProperty property)6108         protected virtual void OnRemove(System.Configuration.SettingsProperty property) { }
OnRemoveComplete(System.Configuration.SettingsProperty property)6109         protected virtual void OnRemoveComplete(System.Configuration.SettingsProperty property) { }
Remove(string name)6110         public void Remove(string name) { }
SetReadOnly()6111         public void SetReadOnly() { }
6112     }
6113     [System.SerializableAttribute]
6114     public partial class SettingsPropertyIsReadOnlyException : System.Exception
6115     {
SettingsPropertyIsReadOnlyException()6116         public SettingsPropertyIsReadOnlyException() { }
SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)6117         protected SettingsPropertyIsReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyIsReadOnlyException(string message)6118         public SettingsPropertyIsReadOnlyException(string message) { }
SettingsPropertyIsReadOnlyException(string message, System.Exception innerException)6119         public SettingsPropertyIsReadOnlyException(string message, System.Exception innerException) { }
6120     }
6121     [System.SerializableAttribute]
6122     public partial class SettingsPropertyNotFoundException : System.Exception
6123     {
SettingsPropertyNotFoundException()6124         public SettingsPropertyNotFoundException() { }
SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)6125         protected SettingsPropertyNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyNotFoundException(string message)6126         public SettingsPropertyNotFoundException(string message) { }
SettingsPropertyNotFoundException(string message, System.Exception innerException)6127         public SettingsPropertyNotFoundException(string message, System.Exception innerException) { }
6128     }
6129     public partial class SettingsPropertyValue
6130     {
SettingsPropertyValue(System.Configuration.SettingsProperty property)6131         public SettingsPropertyValue(System.Configuration.SettingsProperty property) { }
6132         public bool Deserialized { get { throw null; } set { } }
6133         public bool IsDirty { get { throw null; } set { } }
6134         public string Name { get { throw null; } }
6135         public System.Configuration.SettingsProperty Property { get { throw null; } }
6136         public object PropertyValue { get { throw null; } set { } }
6137         public object SerializedValue { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]set { } }
6138         public bool UsingDefaultValue { get { throw null; } }
6139     }
6140     public partial class SettingsPropertyValueCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.ICloneable
6141     {
SettingsPropertyValueCollection()6142         public SettingsPropertyValueCollection() { }
6143         public int Count { get { throw null; } }
6144         public bool IsSynchronized { get { throw null; } }
6145         public System.Configuration.SettingsPropertyValue this[string name] { get { throw null; } }
6146         public object SyncRoot { get { throw null; } }
Add(System.Configuration.SettingsPropertyValue property)6147         public void Add(System.Configuration.SettingsPropertyValue property) { }
Clear()6148         public void Clear() { }
Clone()6149         public object Clone() { throw null; }
CopyTo(System.Array array, int index)6150         public void CopyTo(System.Array array, int index) { }
GetEnumerator()6151         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string name)6152         public void Remove(string name) { }
SetReadOnly()6153         public void SetReadOnly() { }
6154     }
6155     [System.SerializableAttribute]
6156     public partial class SettingsPropertyWrongTypeException : System.Exception
6157     {
SettingsPropertyWrongTypeException()6158         public SettingsPropertyWrongTypeException() { }
SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)6159         protected SettingsPropertyWrongTypeException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SettingsPropertyWrongTypeException(string message)6160         public SettingsPropertyWrongTypeException(string message) { }
SettingsPropertyWrongTypeException(string message, System.Exception innerException)6161         public SettingsPropertyWrongTypeException(string message, System.Exception innerException) { }
6162     }
6163     public abstract partial class SettingsProvider : System.Configuration.Provider.ProviderBase
6164     {
SettingsProvider()6165         protected SettingsProvider() { }
6166         public abstract string ApplicationName { get; set; }
GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection)6167         public abstract System.Configuration.SettingsPropertyValueCollection GetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyCollection collection);
SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection)6168         public abstract void SetPropertyValues(System.Configuration.SettingsContext context, System.Configuration.SettingsPropertyValueCollection collection);
6169     }
6170     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
6171     public sealed partial class SettingsProviderAttribute : System.Attribute
6172     {
SettingsProviderAttribute(string providerTypeName)6173         public SettingsProviderAttribute(string providerTypeName) { }
SettingsProviderAttribute(System.Type providerType)6174         public SettingsProviderAttribute(System.Type providerType) { }
6175         public string ProviderTypeName { get { throw null; } }
6176     }
6177     public partial class SettingsProviderCollection : System.Configuration.Provider.ProviderCollection
6178     {
SettingsProviderCollection()6179         public SettingsProviderCollection() { }
6180         public new System.Configuration.SettingsProvider this[string name] { get { throw null; } }
Add(System.Configuration.Provider.ProviderBase provider)6181         public override void Add(System.Configuration.Provider.ProviderBase provider) { }
6182     }
SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e)6183     public delegate void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e);
6184     public enum SettingsSerializeAs
6185     {
6186         Binary = 2,
6187         ProviderSpecific = 3,
6188         String = 0,
6189         Xml = 1,
6190     }
6191     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
6192     public sealed partial class SettingsSerializeAsAttribute : System.Attribute
6193     {
SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs)6194         public SettingsSerializeAsAttribute(System.Configuration.SettingsSerializeAs serializeAs) { }
6195         public System.Configuration.SettingsSerializeAs SerializeAs { get { throw null; } }
6196     }
6197     public sealed partial class SettingValueElement : System.Configuration.ConfigurationElement
6198     {
SettingValueElement()6199         public SettingValueElement() { }
6200         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
6201         public System.Xml.XmlNode ValueXml { get { throw null; } set { } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)6202         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Equals(object settingValue)6203         public override bool Equals(object settingValue) { throw null; }
GetHashCode()6204         public override int GetHashCode() { throw null; }
IsModified()6205         protected override bool IsModified() { throw null; }
Reset(System.Configuration.ConfigurationElement parentElement)6206         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
ResetModified()6207         protected override void ResetModified() { }
SerializeToXmlElement(System.Xml.XmlWriter writer, string elementName)6208         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)6209         protected override void Unmerge(System.Configuration.ConfigurationElement sourceElement, System.Configuration.ConfigurationElement parentElement, System.Configuration.ConfigurationSaveMode saveMode) { }
6210     }
6211     public partial class SingleTagSectionHandler : System.Configuration.IConfigurationSectionHandler
6212     {
SingleTagSectionHandler()6213         public SingleTagSectionHandler() { }
Create(object parent, object context, System.Xml.XmlNode section)6214         public virtual object Create(object parent, object context, System.Xml.XmlNode section) { throw null; }
6215     }
6216     public enum SpecialSetting
6217     {
6218         ConnectionString = 0,
6219         WebServiceUrl = 1,
6220     }
6221     [System.AttributeUsageAttribute((System.AttributeTargets)(132))]
6222     public sealed partial class SpecialSettingAttribute : System.Attribute
6223     {
SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting)6224         public SpecialSettingAttribute(System.Configuration.SpecialSetting specialSetting) { }
6225         public System.Configuration.SpecialSetting SpecialSetting { get { throw null; } }
6226     }
6227     public sealed partial class UriSection : System.Configuration.ConfigurationSection
6228     {
UriSection()6229         public UriSection() { }
6230         [System.Configuration.ConfigurationPropertyAttribute("idn")]
6231         public System.Configuration.IdnElement Idn { get { throw null; } }
6232         [System.Configuration.ConfigurationPropertyAttribute("iriParsing")]
6233         public System.Configuration.IriParsingElement IriParsing { get { throw null; } }
6234         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
6235         [System.Configuration.ConfigurationPropertyAttribute("schemeSettings")]
6236         public System.Configuration.SchemeSettingElementCollection SchemeSettings { get { throw null; } }
6237     }
6238     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
6239     public sealed partial class UserScopedSettingAttribute : System.Configuration.SettingAttribute
6240     {
UserScopedSettingAttribute()6241         public UserScopedSettingAttribute() { }
6242     }
6243     public sealed partial class UserSettingsGroup : System.Configuration.ConfigurationSectionGroup
6244     {
UserSettingsGroup()6245         public UserSettingsGroup() { }
6246     }
6247 }
6248 #endif
6249 namespace System.Diagnostics
6250 {
6251     [System.Diagnostics.SwitchLevelAttribute(typeof(bool))]
6252     public partial class BooleanSwitch : System.Diagnostics.Switch
6253     {
BooleanSwitch(string displayName, string description)6254         public BooleanSwitch(string displayName, string description) : base (default(string), default(string)) { }
BooleanSwitch(string displayName, string description, string defaultSwitchValue)6255         public BooleanSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
6256         public bool Enabled { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
OnValueChanged()6257         protected override void OnValueChanged() { }
6258     }
6259     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
6260     public partial class ConsoleTraceListener : System.Diagnostics.TextWriterTraceListener
6261     {
ConsoleTraceListener()6262         public ConsoleTraceListener() { }
ConsoleTraceListener(bool useErrorStream)6263         public ConsoleTraceListener(bool useErrorStream) { }
Close()6264         public override void Close() { }
6265     }
6266     public partial class CorrelationManager
6267     {
CorrelationManager()6268         internal CorrelationManager() { }
6269         public System.Guid ActivityId { get { throw null; } set { } }
6270         public System.Collections.Stack LogicalOperationStack { get { throw null; } }
StartLogicalOperation()6271         public void StartLogicalOperation() { }
StartLogicalOperation(object operationId)6272         public void StartLogicalOperation(object operationId) { }
StopLogicalOperation()6273         public void StopLogicalOperation() { }
6274     }
6275     [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CounterCreationDataConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6276     [System.SerializableAttribute]
6277     public partial class CounterCreationData
6278     {
CounterCreationData()6279         public CounterCreationData() { }
CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType)6280         public CounterCreationData(string counterName, string counterHelp, System.Diagnostics.PerformanceCounterType counterType) { }
6281         [System.ComponentModel.DefaultValueAttribute("")]
6282         [System.Diagnostics.MonitoringDescriptionAttribute("CounterHelp")]
6283         public string CounterHelp { get { throw null; } set { } }
6284         [System.ComponentModel.DefaultValueAttribute("")]
6285         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6286         [System.Diagnostics.MonitoringDescriptionAttribute("CounterName")]
6287         public string CounterName { get { throw null; } set { } }
6288         [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.PerformanceCounterType)(65536))]
6289         [System.Diagnostics.MonitoringDescriptionAttribute("CounterType")]
6290         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } set { } }
6291     }
6292     [System.SerializableAttribute]
6293     public partial class CounterCreationDataCollection : System.Collections.CollectionBase
6294     {
CounterCreationDataCollection()6295         public CounterCreationDataCollection() { }
CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value)6296         public CounterCreationDataCollection(System.Diagnostics.CounterCreationDataCollection value) { }
CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value)6297         public CounterCreationDataCollection(System.Diagnostics.CounterCreationData[] value) { }
6298         public System.Diagnostics.CounterCreationData this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.CounterCreationData value)6299         public int Add(System.Diagnostics.CounterCreationData value) { throw null; }
AddRange(System.Diagnostics.CounterCreationDataCollection value)6300         public void AddRange(System.Diagnostics.CounterCreationDataCollection value) { }
AddRange(System.Diagnostics.CounterCreationData[] value)6301         public void AddRange(System.Diagnostics.CounterCreationData[] value) { }
Contains(System.Diagnostics.CounterCreationData value)6302         public bool Contains(System.Diagnostics.CounterCreationData value) { throw null; }
CopyTo(System.Diagnostics.CounterCreationData[] array, int index)6303         public void CopyTo(System.Diagnostics.CounterCreationData[] array, int index) { }
IndexOf(System.Diagnostics.CounterCreationData value)6304         public int IndexOf(System.Diagnostics.CounterCreationData value) { throw null; }
Insert(int index, System.Diagnostics.CounterCreationData value)6305         public void Insert(int index, System.Diagnostics.CounterCreationData value) { }
OnValidate(object value)6306         protected override void OnValidate(object value) { }
Remove(System.Diagnostics.CounterCreationData value)6307         public virtual void Remove(System.Diagnostics.CounterCreationData value) { }
6308     }
6309     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
6310     public partial struct CounterSample
6311     {
6312         public static System.Diagnostics.CounterSample Empty;
CounterSampleSystem.Diagnostics.CounterSample6313         public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType) { throw null;}
CounterSampleSystem.Diagnostics.CounterSample6314         public CounterSample(long rawValue, long baseValue, long counterFrequency, long systemFrequency, long timeStamp, long timeStamp100nSec, System.Diagnostics.PerformanceCounterType counterType, long counterTimeStamp) { throw null;}
6315         public long BaseValue { get { throw null; } }
6316         public long CounterFrequency { get { throw null; } }
6317         public long CounterTimeStamp { get { throw null; } }
6318         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } }
6319         public long RawValue { get { throw null; } }
6320         public long SystemFrequency { get { throw null; } }
6321         public long TimeStamp { get { throw null; } }
6322         public long TimeStamp100nSec { get { throw null; } }
CalculateSystem.Diagnostics.CounterSample6323         public static float Calculate(System.Diagnostics.CounterSample counterSample) { throw null; }
CalculateSystem.Diagnostics.CounterSample6324         public static float Calculate(System.Diagnostics.CounterSample counterSample, System.Diagnostics.CounterSample nextCounterSample) { throw null; }
EqualsSystem.Diagnostics.CounterSample6325         public bool Equals(System.Diagnostics.CounterSample sample) { throw null; }
EqualsSystem.Diagnostics.CounterSample6326         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Diagnostics.CounterSample6327         public override int GetHashCode() { throw null; }
operator ==System.Diagnostics.CounterSample6328         public static bool operator ==(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw null; }
operator !=System.Diagnostics.CounterSample6329         public static bool operator !=(System.Diagnostics.CounterSample a, System.Diagnostics.CounterSample b) { throw null; }
6330     }
6331     public static partial class CounterSampleCalculator
6332     {
ComputeCounterValue(System.Diagnostics.CounterSample newSample)6333         public static float ComputeCounterValue(System.Diagnostics.CounterSample newSample) { throw null; }
ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample)6334         public static float ComputeCounterValue(System.Diagnostics.CounterSample oldSample, System.Diagnostics.CounterSample newSample) { throw null; }
6335     }
6336     public partial class DataReceivedEventArgs : System.EventArgs
6337     {
DataReceivedEventArgs()6338         internal DataReceivedEventArgs() { }
6339         public string Data { get { throw null; } }
6340     }
DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e)6341     public delegate void DataReceivedEventHandler(object sender, System.Diagnostics.DataReceivedEventArgs e);
6342     public static partial class Debug
6343     {
6344         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 { } }
6345         public static int IndentLevel { get { throw null; } set { } }
6346         public static int IndentSize { get { throw null; } set { } }
6347         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; } }
6348         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition)6349         public static void Assert(bool condition) { }
6350         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message)6351         public static void Assert(bool condition, string message) { }
6352         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message, string detailMessage)6353         public static void Assert(bool condition, string message, string detailMessage) { }
6354         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Assert(bool condition, string message, string detailMessageFormat, params object[] args)6355         public static void Assert(bool condition, string message, string detailMessageFormat, params object[] args) { }
6356         [System.Diagnostics.ConditionalAttribute("DEBUG")]
6357         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Close()6358         public static void Close() { }
6359         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Fail(string message)6360         public static void Fail(string message) { }
6361         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Fail(string message, string detailMessage)6362         public static void Fail(string message, string detailMessage) { }
6363         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Flush()6364         public static void Flush() { }
6365         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Indent()6366         public static void Indent() { }
6367         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Print(string message)6368         public static void Print(string message) { }
6369         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Print(string format, params object[] args)6370         public static void Print(string format, params object[] args) { }
6371         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Unindent()6372         public static void Unindent() { }
6373         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(object value)6374         public static void Write(object value) { }
6375         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(object value, string category)6376         public static void Write(object value, string category) { }
6377         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(string message)6378         public static void Write(string message) { }
6379         [System.Diagnostics.ConditionalAttribute("DEBUG")]
Write(string message, string category)6380         public static void Write(string message, string category) { }
6381         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, object value)6382         public static void WriteIf(bool condition, object value) { }
6383         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, object value, string category)6384         public static void WriteIf(bool condition, object value, string category) { }
6385         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, string message)6386         public static void WriteIf(bool condition, string message) { }
6387         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteIf(bool condition, string message, string category)6388         public static void WriteIf(bool condition, string message, string category) { }
6389         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(object value)6390         public static void WriteLine(object value) { }
6391         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(object value, string category)6392         public static void WriteLine(object value, string category) { }
6393         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string message)6394         public static void WriteLine(string message) { }
6395         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string format, params object[] args)6396         public static void WriteLine(string format, params object[] args) { }
6397         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLine(string message, string category)6398         public static void WriteLine(string message, string category) { }
6399         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, object value)6400         public static void WriteLineIf(bool condition, object value) { }
6401         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, object value, string category)6402         public static void WriteLineIf(bool condition, object value, string category) { }
6403         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, string message)6404         public static void WriteLineIf(bool condition, string message) { }
6405         [System.Diagnostics.ConditionalAttribute("DEBUG")]
WriteLineIf(bool condition, string message, string category)6406         public static void WriteLineIf(bool condition, string message, string category) { }
6407     }
6408     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
6409     public partial class DefaultTraceListener : System.Diagnostics.TraceListener
6410     {
DefaultTraceListener()6411         public DefaultTraceListener() { }
6412         public bool AssertUiEnabled { get { throw null; } set { } }
6413         public string LogFileName { get { throw null; } set { } }
Fail(string message)6414         public override void Fail(string message) { }
Fail(string message, string detailMessage)6415         public override void Fail(string message, string detailMessage) { }
Write(string message)6416         public override void Write(string message) { }
WriteLine(string message)6417         public override void WriteLine(string message) { }
6418     }
6419     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
6420     public partial class DelimitedListTraceListener : System.Diagnostics.TextWriterTraceListener
6421     {
DelimitedListTraceListener(System.IO.Stream stream)6422         public DelimitedListTraceListener(System.IO.Stream stream) { }
DelimitedListTraceListener(System.IO.Stream stream, string name)6423         public DelimitedListTraceListener(System.IO.Stream stream, string name) { }
DelimitedListTraceListener(System.IO.TextWriter writer)6424         public DelimitedListTraceListener(System.IO.TextWriter writer) { }
DelimitedListTraceListener(System.IO.TextWriter writer, string name)6425         public DelimitedListTraceListener(System.IO.TextWriter writer, string name) { }
DelimitedListTraceListener(string fileName)6426         public DelimitedListTraceListener(string fileName) { }
DelimitedListTraceListener(string fileName, string name)6427         public DelimitedListTraceListener(string fileName, string name) { }
6428         public string Delimiter { get { throw null; } set { } }
GetSupportedAttributes()6429         protected internal override string[] GetSupportedAttributes() { throw null; }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)6430         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)6431         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)6432         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)6433         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
6434     }
6435 #if CONFIG_DEP
6436     [System.ObsoleteAttribute("This class has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
6437     public partial class DiagnosticsConfigurationHandler : System.Configuration.IConfigurationSectionHandler
6438     {
DiagnosticsConfigurationHandler()6439         public DiagnosticsConfigurationHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)6440         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
6441     }
6442 #endif
6443     public partial class EntryWrittenEventArgs : System.EventArgs
6444     {
EntryWrittenEventArgs()6445         public EntryWrittenEventArgs() { }
EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry)6446         public EntryWrittenEventArgs(System.Diagnostics.EventLogEntry entry) { }
6447         public System.Diagnostics.EventLogEntry Entry { get { throw null; } }
6448     }
EntryWrittenEventHandler(object sender, System.Diagnostics.EntryWrittenEventArgs e)6449     public delegate void EntryWrittenEventHandler(object sender, System.Diagnostics.EntryWrittenEventArgs e);
6450     public partial class EventInstance
6451     {
EventInstance(long instanceId, int categoryId)6452         public EventInstance(long instanceId, int categoryId) { }
EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType)6453         public EventInstance(long instanceId, int categoryId, System.Diagnostics.EventLogEntryType entryType) { }
6454         public int CategoryId { get { throw null; } set { } }
6455         public System.Diagnostics.EventLogEntryType EntryType { get { throw null; } set { } }
6456         public long InstanceId { get { throw null; } set { } }
6457     }
6458     [System.ComponentModel.DefaultEventAttribute("EntryWritten")]
6459     [System.ComponentModel.InstallerTypeAttribute("System.Diagnostics.EventLogInstaller, System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6460     [System.Diagnostics.MonitoringDescriptionAttribute("EventLogDesc")]
6461     public partial class EventLog : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
6462     {
EventLog()6463         public EventLog() { }
EventLog(string logName)6464         public EventLog(string logName) { }
EventLog(string logName, string machineName)6465         public EventLog(string logName, string machineName) { }
EventLog(string logName, string machineName, string source)6466         public EventLog(string logName, string machineName, string source) { }
6467         [System.ComponentModel.BrowsableAttribute(false)]
6468         [System.ComponentModel.DefaultValueAttribute(false)]
6469         [System.Diagnostics.MonitoringDescriptionAttribute("LogMonitoring")]
6470         public bool EnableRaisingEvents { get { throw null; } set { } }
6471         [System.ComponentModel.BrowsableAttribute(false)]
6472         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6473         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntries")]
6474         public System.Diagnostics.EventLogEntryCollection Entries { get { throw null; } }
6475         [System.ComponentModel.DefaultValueAttribute("")]
6476         [System.ComponentModel.ReadOnlyAttribute(true)]
6477         [System.ComponentModel.SettingsBindableAttribute(true)]
6478         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.LogConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6479         [System.Diagnostics.MonitoringDescriptionAttribute("LogLog")]
6480         public string Log { get { throw null; } set { } }
6481         [System.ComponentModel.BrowsableAttribute(false)]
6482         public string LogDisplayName { get { throw null; } }
6483         [System.ComponentModel.DefaultValueAttribute(".")]
6484         [System.ComponentModel.ReadOnlyAttribute(true)]
6485         [System.ComponentModel.SettingsBindableAttribute(true)]
6486         [System.Diagnostics.MonitoringDescriptionAttribute("LogMachineName")]
6487         public string MachineName { get { throw null; } set { } }
6488         [System.ComponentModel.BrowsableAttribute(false)]
6489         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6490         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6491         public long MaximumKilobytes { get { throw null; } set { } }
6492         [System.ComponentModel.BrowsableAttribute(false)]
6493         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6494         public int MinimumRetentionDays { get { throw null; } }
6495         [System.ComponentModel.BrowsableAttribute(false)]
6496         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6497         public System.Diagnostics.OverflowAction OverflowAction { get { throw null; } }
6498         [System.ComponentModel.DefaultValueAttribute("")]
6499         [System.ComponentModel.ReadOnlyAttribute(true)]
6500         [System.ComponentModel.SettingsBindableAttribute(true)]
6501         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6502         [System.Diagnostics.MonitoringDescriptionAttribute("LogSource")]
6503         public string Source { get { throw null; } set { } }
6504         [System.ComponentModel.BrowsableAttribute(false)]
6505         [System.ComponentModel.DefaultValueAttribute(null)]
6506         [System.Diagnostics.MonitoringDescriptionAttribute("LogSynchronizingObject")]
6507         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]get { throw null; } set { } }
6508         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryWritten")]
6509         public event System.Diagnostics.EntryWrittenEventHandler EntryWritten { add { } remove { } }
BeginInit()6510         public void BeginInit() { }
Clear()6511         public void Clear() { }
Close()6512         public void Close() { }
CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData)6513         public static void CreateEventSource(System.Diagnostics.EventSourceCreationData sourceData) { }
CreateEventSource(string source, string logName)6514         public static void CreateEventSource(string source, string logName) { }
6515         [System.ObsoleteAttribute("This method has been deprecated.  Please use System.Diagnostics.EventLog.CreateEventSource(EventSourceCreationData sourceData) instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
CreateEventSource(string source, string logName, string machineName)6516         public static void CreateEventSource(string source, string logName, string machineName) { }
Delete(string logName)6517         public static void Delete(string logName) { }
Delete(string logName, string machineName)6518         public static void Delete(string logName, string machineName) { }
DeleteEventSource(string source)6519         public static void DeleteEventSource(string source) { }
DeleteEventSource(string source, string machineName)6520         public static void DeleteEventSource(string source, string machineName) { }
Dispose(bool disposing)6521         protected override void Dispose(bool disposing) { }
EndInit()6522         public void EndInit() { }
Exists(string logName)6523         public static bool Exists(string logName) { throw null; }
Exists(string logName, string machineName)6524         public static bool Exists(string logName, string machineName) { throw null; }
GetEventLogs()6525         public static System.Diagnostics.EventLog[] GetEventLogs() { throw null; }
GetEventLogs(string machineName)6526         public static System.Diagnostics.EventLog[] GetEventLogs(string machineName) { throw null; }
LogNameFromSourceName(string source, string machineName)6527         public static string LogNameFromSourceName(string source, string machineName) { throw null; }
6528         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays)6529         public void ModifyOverflowPolicy(System.Diagnostics.OverflowAction action, int retentionDays) { }
6530         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
RegisterDisplayName(string resourceFile, long resourceId)6531         public void RegisterDisplayName(string resourceFile, long resourceId) { }
SourceExists(string source)6532         public static bool SourceExists(string source) { throw null; }
SourceExists(string source, string machineName)6533         public static bool SourceExists(string source, string machineName) { throw null; }
WriteEntry(string message)6534         public void WriteEntry(string message) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type)6535         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID)6536         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID) { }
WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category)6537         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)6538         public void WriteEntry(string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { }
WriteEntry(string source, string message)6539         public static void WriteEntry(string source, string message) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type)6540         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type) { }
WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID)6541         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)6542         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)6543         public static void WriteEntry(string source, string message, System.Diagnostics.EventLogEntryType type, int eventID, short category, byte[] rawData) { }
6544         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values)6545         public void WriteEvent(System.Diagnostics.EventInstance instance, byte[] data, params object[] values) { }
6546         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
WriteEvent(System.Diagnostics.EventInstance instance, params object[] values)6547         public void WriteEvent(System.Diagnostics.EventInstance instance, params object[] values) { }
WriteEvent(string source, System.Diagnostics.EventInstance instance, byte[] data, params object[] values)6548         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)6549         public static void WriteEvent(string source, System.Diagnostics.EventInstance instance, params object[] values) { }
6550     }
6551     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
6552     [System.ComponentModel.ToolboxItemAttribute(false)]
6553     [System.SerializableAttribute]
6554     public sealed partial class EventLogEntry : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
6555     {
EventLogEntry()6556         internal EventLogEntry() { }
6557         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryCategory")]
6558         public string Category { get { throw null; } }
6559         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryCategoryNumber")]
6560         public short CategoryNumber { get { throw null; } }
6561         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryData")]
6562         public byte[] Data { get { throw null; } }
6563         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryEntryType")]
6564         public System.Diagnostics.EventLogEntryType EntryType { get { throw null; } }
6565         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryEventID")]
6566         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.EventLogEntry.InstanceId instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
6567         public int EventID { get { throw null; } }
6568         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryIndex")]
6569         public int Index { get { throw null; } }
6570         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryResourceId")]
6571         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
6572         public long InstanceId { get { throw null; } }
6573         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryMachineName")]
6574         public string MachineName { get { throw null; } }
6575         [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")]
6576         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryMessage")]
6577         public string Message { get { throw null; } }
6578         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryReplacementStrings")]
6579         public string[] ReplacementStrings { get { throw null; } }
6580         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntrySource")]
6581         public string Source { get { throw null; } }
6582         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryTimeGenerated")]
6583         public System.DateTime TimeGenerated { get { throw null; } }
6584         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryTimeWritten")]
6585         public System.DateTime TimeWritten { get { throw null; } }
6586         [System.Diagnostics.MonitoringDescriptionAttribute("LogEntryUserName")]
6587         public string UserName { get { throw null; } }
Equals(System.Diagnostics.EventLogEntry otherEntry)6588         public bool Equals(System.Diagnostics.EventLogEntry otherEntry) { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)6589         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
6590     }
6591     public partial class EventLogEntryCollection : System.Collections.ICollection, System.Collections.IEnumerable
6592     {
EventLogEntryCollection()6593         internal EventLogEntryCollection() { }
6594         public int Count { get { throw null; } }
6595         public virtual System.Diagnostics.EventLogEntry this[int index] { get { throw null; } }
6596         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6597         object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Diagnostics.EventLogEntry[] entries, int index)6598         public void CopyTo(System.Diagnostics.EventLogEntry[] entries, int index) { }
GetEnumerator()6599         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)6600         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
6601     }
6602     public enum EventLogEntryType
6603     {
6604         Error = 1,
6605         FailureAudit = 16,
6606         Information = 4,
6607         SuccessAudit = 8,
6608         Warning = 2,
6609     }
6610     [System.SerializableAttribute]
6611     public sealed partial class EventLogPermission : System.Security.Permissions.ResourcePermissionBase
6612     {
EventLogPermission()6613         public EventLogPermission() { }
EventLogPermission(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName)6614         public EventLogPermission(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName) { }
EventLogPermission(System.Diagnostics.EventLogPermissionEntry[] permissionAccessEntries)6615         public EventLogPermission(System.Diagnostics.EventLogPermissionEntry[] permissionAccessEntries) { }
EventLogPermission(System.Security.Permissions.PermissionState state)6616         public EventLogPermission(System.Security.Permissions.PermissionState state) { }
6617         public System.Diagnostics.EventLogPermissionEntryCollection PermissionEntries { get { throw null; } }
6618     }
6619     [System.FlagsAttribute]
6620     public enum EventLogPermissionAccess
6621     {
6622         Administer = 48,
6623         [System.ObsoleteAttribute("This member has been deprecated.  Please use System.Diagnostics.EventLogPermissionAccess.Administer instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
6624         Audit = 10,
6625         [System.ObsoleteAttribute("This member has been deprecated.  Please use System.Diagnostics.EventLogPermissionAccess.Administer instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
6626         Browse = 2,
6627         [System.ObsoleteAttribute("This member has been deprecated.  Please use System.Diagnostics.EventLogPermissionAccess.Write instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
6628         Instrument = 6,
6629         None = 0,
6630         Write = 16,
6631     }
6632     [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
6633     [System.SerializableAttribute]
6634     public partial class EventLogPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
6635     {
EventLogPermissionAttribute(System.Security.Permissions.SecurityAction action)6636         public EventLogPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
6637         public string MachineName { get { throw null; } set { } }
6638         public System.Diagnostics.EventLogPermissionAccess PermissionAccess { get { throw null; } set { } }
CreatePermission()6639         public override System.Security.IPermission CreatePermission() { throw null; }
6640     }
6641     [System.SerializableAttribute]
6642     public partial class EventLogPermissionEntry
6643     {
EventLogPermissionEntry(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName)6644         public EventLogPermissionEntry(System.Diagnostics.EventLogPermissionAccess permissionAccess, string machineName) { }
6645         public string MachineName { get { throw null; } }
6646         public System.Diagnostics.EventLogPermissionAccess PermissionAccess { get { throw null; } }
6647     }
6648     [System.SerializableAttribute]
6649     public partial class EventLogPermissionEntryCollection : System.Collections.CollectionBase
6650     {
EventLogPermissionEntryCollection()6651         internal EventLogPermissionEntryCollection() { }
6652         public System.Diagnostics.EventLogPermissionEntry this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.EventLogPermissionEntry value)6653         public int Add(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
AddRange(System.Diagnostics.EventLogPermissionEntryCollection value)6654         public void AddRange(System.Diagnostics.EventLogPermissionEntryCollection value) { }
AddRange(System.Diagnostics.EventLogPermissionEntry[] value)6655         public void AddRange(System.Diagnostics.EventLogPermissionEntry[] value) { }
Contains(System.Diagnostics.EventLogPermissionEntry value)6656         public bool Contains(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
CopyTo(System.Diagnostics.EventLogPermissionEntry[] array, int index)6657         public void CopyTo(System.Diagnostics.EventLogPermissionEntry[] array, int index) { }
IndexOf(System.Diagnostics.EventLogPermissionEntry value)6658         public int IndexOf(System.Diagnostics.EventLogPermissionEntry value) { throw null; }
Insert(int index, System.Diagnostics.EventLogPermissionEntry value)6659         public void Insert(int index, System.Diagnostics.EventLogPermissionEntry value) { }
OnClear()6660         protected override void OnClear() { }
OnInsert(int index, object value)6661         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)6662         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)6663         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Diagnostics.EventLogPermissionEntry value)6664         public void Remove(System.Diagnostics.EventLogPermissionEntry value) { }
6665     }
6666     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
6667     public sealed partial class EventLogTraceListener : System.Diagnostics.TraceListener
6668     {
EventLogTraceListener()6669         public EventLogTraceListener() { }
EventLogTraceListener(System.Diagnostics.EventLog eventLog)6670         public EventLogTraceListener(System.Diagnostics.EventLog eventLog) { }
EventLogTraceListener(string source)6671         public EventLogTraceListener(string source) { }
6672         public System.Diagnostics.EventLog EventLog { get { throw null; } set { } }
6673         public override string Name { get { throw null; } set { } }
Close()6674         public override void Close() { }
Dispose(bool disposing)6675         protected override void Dispose(bool disposing) { }
6676         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, object data)6677         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, object data) { }
6678         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, params object[] data)6679         public override void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, params object[] data) { }
6680         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string message)6681         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string message) { }
6682         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string format, params object[] args)6683         public override void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType severity, int id, string format, params object[] args) { }
Write(string message)6684         public override void Write(string message) { }
WriteLine(string message)6685         public override void WriteLine(string message) { }
6686     }
6687     public partial class EventSourceCreationData
6688     {
EventSourceCreationData(string source, string logName)6689         public EventSourceCreationData(string source, string logName) { }
6690         public int CategoryCount { get { throw null; } set { } }
6691         public string CategoryResourceFile { get { throw null; } set { } }
6692         public string LogName { get { throw null; } set { } }
6693         public string MachineName { get { throw null; } set { } }
6694         public string MessageResourceFile { get { throw null; } set { } }
6695         public string ParameterResourceFile { get { throw null; } set { } }
6696         public string Source { get { throw null; } set { } }
6697     }
6698     public partial class EventTypeFilter : System.Diagnostics.TraceFilter
6699     {
EventTypeFilter(System.Diagnostics.SourceLevels level)6700         public EventTypeFilter(System.Diagnostics.SourceLevels level) { }
6701         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)6702         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; }
6703     }
6704     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
6705     public sealed partial class FileVersionInfo
6706     {
FileVersionInfo()6707         internal FileVersionInfo() { }
6708         public string Comments { get { throw null; } }
6709         public string CompanyName { get { throw null; } }
6710         public int FileBuildPart { get { throw null; } }
6711         public string FileDescription { get { throw null; } }
6712         public int FileMajorPart { get { throw null; } }
6713         public int FileMinorPart { get { throw null; } }
6714         public string FileName { get { throw null; } }
6715         public int FilePrivatePart { get { throw null; } }
6716         public string FileVersion { get { throw null; } }
6717         public string InternalName { get { throw null; } }
6718         public bool IsDebug { get { throw null; } }
6719         public bool IsPatched { get { throw null; } }
6720         public bool IsPreRelease { get { throw null; } }
6721         public bool IsPrivateBuild { get { throw null; } }
6722         public bool IsSpecialBuild { get { throw null; } }
6723         public string Language { get { throw null; } }
6724         public string LegalCopyright { get { throw null; } }
6725         public string LegalTrademarks { get { throw null; } }
6726         public string OriginalFilename { get { throw null; } }
6727         public string PrivateBuild { get { throw null; } }
6728         public int ProductBuildPart { get { throw null; } }
6729         public int ProductMajorPart { get { throw null; } }
6730         public int ProductMinorPart { get { throw null; } }
6731         public string ProductName { get { throw null; } }
6732         public int ProductPrivatePart { get { throw null; } }
6733         public string ProductVersion { get { throw null; } }
6734         public string SpecialBuild { get { throw null; } }
GetVersionInfo(string fileName)6735         public static System.Diagnostics.FileVersionInfo GetVersionInfo(string fileName) { throw null; }
ToString()6736         public override string ToString() { throw null; }
6737     }
6738     [System.Runtime.InteropServices.GuidAttribute("73386977-D6FD-11D2-BED5-00C04F79E3AE")]
6739     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
6740     public partial interface ICollectData
6741     {
CloseData()6742         void CloseData();
6743         [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)6744         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);
6745     }
6746     public partial class InstanceData
6747     {
InstanceData(string instanceName, System.Diagnostics.CounterSample sample)6748         public InstanceData(string instanceName, System.Diagnostics.CounterSample sample) { }
6749         public string InstanceName { get { throw null; } }
6750         public long RawValue { get { throw null; } }
6751         public System.Diagnostics.CounterSample Sample { get { throw null; } }
6752     }
6753     public partial class InstanceDataCollection : System.Collections.DictionaryBase
6754     {
6755         [System.ObsoleteAttribute("This constructor has been deprecated.  Please use System.Diagnostics.InstanceDataCollectionCollection.get_Item to get an instance of this collection instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
InstanceDataCollection(string counterName)6756         public InstanceDataCollection(string counterName) { }
6757         public string CounterName { get { throw null; } }
6758         public System.Diagnostics.InstanceData this[string instanceName] { get { throw null; } }
6759         public System.Collections.ICollection Keys { get { throw null; } }
6760         public System.Collections.ICollection Values { get { throw null; } }
Contains(string instanceName)6761         public bool Contains(string instanceName) { throw null; }
CopyTo(System.Diagnostics.InstanceData[] instances, int index)6762         public void CopyTo(System.Diagnostics.InstanceData[] instances, int index) { }
6763     }
6764     public partial class InstanceDataCollectionCollection : System.Collections.DictionaryBase
6765     {
6766         [System.ObsoleteAttribute("This constructor has been deprecated.  Please use System.Diagnostics.PerformanceCounterCategory.ReadCategory() to get an instance of this collection instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
InstanceDataCollectionCollection()6767         public InstanceDataCollectionCollection() { }
6768         public System.Diagnostics.InstanceDataCollection this[string counterName] { get { throw null; } }
6769         public System.Collections.ICollection Keys { get { throw null; } }
6770         public System.Collections.ICollection Values { get { throw null; } }
Contains(string counterName)6771         public bool Contains(string counterName) { throw null; }
CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index)6772         public void CopyTo(System.Diagnostics.InstanceDataCollection[] counters, int index) { }
6773     }
6774     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
6775     public partial class MonitoringDescriptionAttribute : System.ComponentModel.DescriptionAttribute
6776     {
MonitoringDescriptionAttribute(string description)6777         public MonitoringDescriptionAttribute(string description) { }
6778         public override string Description { get { throw null; } }
6779     }
6780     public enum OverflowAction
6781     {
6782         DoNotOverwrite = -1,
6783         OverwriteAsNeeded = 0,
6784         OverwriteOlder = 1,
6785     }
6786     [System.ComponentModel.InstallerTypeAttribute("System.Diagnostics.PerformanceCounterInstaller,System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6787     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, SharedState=true)]
6788     public sealed partial class PerformanceCounter : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
6789     {
6790         [System.ObsoleteAttribute("This field has been deprecated and is not used.  Use machine.config or an application configuration file to set the size of the PerformanceCounter file mapping.")]
6791         public static int DefaultFileMappingSize;
PerformanceCounter()6792         public PerformanceCounter() { }
PerformanceCounter(string categoryName, string counterName)6793         public PerformanceCounter(string categoryName, string counterName) { }
PerformanceCounter(string categoryName, string counterName, bool readOnly)6794         public PerformanceCounter(string categoryName, string counterName, bool readOnly) { }
PerformanceCounter(string categoryName, string counterName, string instanceName)6795         public PerformanceCounter(string categoryName, string counterName, string instanceName) { }
PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly)6796         public PerformanceCounter(string categoryName, string counterName, string instanceName, bool readOnly) { }
PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName)6797         public PerformanceCounter(string categoryName, string counterName, string instanceName, string machineName) { }
6798         [System.ComponentModel.DefaultValueAttribute("")]
6799         [System.ComponentModel.ReadOnlyAttribute(true)]
6800         [System.ComponentModel.SettingsBindableAttribute(true)]
6801         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CategoryValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6802         public string CategoryName { get { throw null; } set { } }
6803         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6804         [System.ComponentModel.ReadOnlyAttribute(true)]
6805         [System.Diagnostics.MonitoringDescriptionAttribute("PC_CounterHelp")]
6806         public string CounterHelp { get { throw null; } }
6807         [System.ComponentModel.DefaultValueAttribute("")]
6808         [System.ComponentModel.ReadOnlyAttribute(true)]
6809         [System.ComponentModel.SettingsBindableAttribute(true)]
6810         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.CounterNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6811         public string CounterName { get { throw null; } set { } }
6812         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6813         [System.Diagnostics.MonitoringDescriptionAttribute("PC_CounterType")]
6814         public System.Diagnostics.PerformanceCounterType CounterType { get { throw null; } }
6815         [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.PerformanceCounterInstanceLifetime)(0))]
6816         public System.Diagnostics.PerformanceCounterInstanceLifetime InstanceLifetime { get { throw null; } set { } }
6817         [System.ComponentModel.DefaultValueAttribute("")]
6818         [System.ComponentModel.ReadOnlyAttribute(true)]
6819         [System.ComponentModel.SettingsBindableAttribute(true)]
6820         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.InstanceNameConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6821         public string InstanceName { get { throw null; } set { } }
6822         [System.ComponentModel.BrowsableAttribute(false)]
6823         [System.ComponentModel.DefaultValueAttribute(".")]
6824         [System.ComponentModel.SettingsBindableAttribute(true)]
6825         public string MachineName { get { throw null; } set { } }
6826         [System.ComponentModel.BrowsableAttribute(false)]
6827         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6828         [System.Diagnostics.MonitoringDescriptionAttribute("PC_RawValue")]
6829         public long RawValue { get { throw null; } set { } }
6830         [System.ComponentModel.BrowsableAttribute(false)]
6831         [System.ComponentModel.DefaultValueAttribute(true)]
6832         [System.Diagnostics.MonitoringDescriptionAttribute("PC_ReadOnly")]
6833         public bool ReadOnly { get { throw null; } set { } }
BeginInit()6834         public void BeginInit() { }
Close()6835         public void Close() { }
CloseSharedResources()6836         public static void CloseSharedResources() { }
Decrement()6837         public long Decrement() { throw null; }
Dispose(bool disposing)6838         protected override void Dispose(bool disposing) { }
EndInit()6839         public void EndInit() { }
Increment()6840         public long Increment() { throw null; }
6841         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
IncrementBy(long value)6842         public long IncrementBy(long value) { throw null; }
NextSample()6843         public System.Diagnostics.CounterSample NextSample() { throw null; }
NextValue()6844         public float NextValue() { throw null; }
6845         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(1))]
RemoveInstance()6846         public void RemoveInstance() { }
6847     }
6848     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, SharedState=true)]
6849     public sealed partial class PerformanceCounterCategory
6850     {
PerformanceCounterCategory()6851         public PerformanceCounterCategory() { }
PerformanceCounterCategory(string categoryName)6852         public PerformanceCounterCategory(string categoryName) { }
PerformanceCounterCategory(string categoryName, string machineName)6853         public PerformanceCounterCategory(string categoryName, string machineName) { }
6854         public string CategoryHelp { get { throw null; } }
6855         public string CategoryName { get { throw null; } set { } }
6856         public System.Diagnostics.PerformanceCounterCategoryType CategoryType { get { throw null; } }
6857         public string MachineName { get { throw null; } set { } }
CounterExists(string counterName)6858         public bool CounterExists(string counterName) { throw null; }
CounterExists(string counterName, string categoryName)6859         public static bool CounterExists(string counterName, string categoryName) { throw null; }
CounterExists(string counterName, string categoryName, string machineName)6860         public static bool CounterExists(string counterName, string categoryName, string machineName) { throw null; }
6861         [System.ObsoleteAttribute("This method has been deprecated.  Please use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, CounterCreationDataCollection counterData) instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
Create(string categoryName, string categoryHelp, System.Diagnostics.CounterCreationDataCollection counterData)6862         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)6863         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)6864         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, System.Diagnostics.PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) { throw null; }
6865         [System.ObsoleteAttribute("This method has been deprecated.  Please use System.Diagnostics.PerformanceCounterCategory.Create(string categoryName, string categoryHelp, PerformanceCounterCategoryType categoryType, string counterName, string counterHelp) instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
Create(string categoryName, string categoryHelp, string counterName, string counterHelp)6866         public static System.Diagnostics.PerformanceCounterCategory Create(string categoryName, string categoryHelp, string counterName, string counterHelp) { throw null; }
Delete(string categoryName)6867         public static void Delete(string categoryName) { }
Exists(string categoryName)6868         public static bool Exists(string categoryName) { throw null; }
Exists(string categoryName, string machineName)6869         public static bool Exists(string categoryName, string machineName) { throw null; }
GetCategories()6870         public static System.Diagnostics.PerformanceCounterCategory[] GetCategories() { throw null; }
GetCategories(string machineName)6871         public static System.Diagnostics.PerformanceCounterCategory[] GetCategories(string machineName) { throw null; }
GetCounters()6872         public System.Diagnostics.PerformanceCounter[] GetCounters() { throw null; }
GetCounters(string instanceName)6873         public System.Diagnostics.PerformanceCounter[] GetCounters(string instanceName) { throw null; }
GetInstanceNames()6874         public string[] GetInstanceNames() { throw null; }
InstanceExists(string instanceName)6875         public bool InstanceExists(string instanceName) { throw null; }
InstanceExists(string instanceName, string categoryName)6876         public static bool InstanceExists(string instanceName, string categoryName) { throw null; }
InstanceExists(string instanceName, string categoryName, string machineName)6877         public static bool InstanceExists(string instanceName, string categoryName, string machineName) { throw null; }
ReadCategory()6878         public System.Diagnostics.InstanceDataCollectionCollection ReadCategory() { throw null; }
6879     }
6880     public enum PerformanceCounterCategoryType
6881     {
6882         MultiInstance = 1,
6883         SingleInstance = 0,
6884         Unknown = -1,
6885     }
6886     public enum PerformanceCounterInstanceLifetime
6887     {
6888         Global = 0,
6889         Process = 1,
6890     }
6891     [System.ObsoleteAttribute("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
6892     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6893     [System.Runtime.InteropServices.GuidAttribute("82840BE1-D273-11D2-B94A-00600893B17A")]
6894     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
6895     public sealed partial class PerformanceCounterManager : System.Diagnostics.ICollectData
6896     {
6897         [System.ObsoleteAttribute("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
PerformanceCounterManager()6898         public PerformanceCounterManager() { }
6899         [System.ObsoleteAttribute("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
System.Diagnostics.ICollectData.CloseData()6900         void System.Diagnostics.ICollectData.CloseData() { }
6901         [System.ObsoleteAttribute("This class has been deprecated.  Use the PerformanceCounters through the System.Diagnostics.PerformanceCounter class instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res)6902         void System.Diagnostics.ICollectData.CollectData(int callIdx, System.IntPtr valueNamePtr, System.IntPtr dataPtr, int totalBytes, out System.IntPtr res) { res = default(System.IntPtr); }
6903     }
6904     [System.SerializableAttribute]
6905     public sealed partial class PerformanceCounterPermission : System.Security.Permissions.ResourcePermissionBase
6906     {
PerformanceCounterPermission()6907         public PerformanceCounterPermission() { }
PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName)6908         public PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName) { }
PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionEntry[] permissionAccessEntries)6909         public PerformanceCounterPermission(System.Diagnostics.PerformanceCounterPermissionEntry[] permissionAccessEntries) { }
PerformanceCounterPermission(System.Security.Permissions.PermissionState state)6910         public PerformanceCounterPermission(System.Security.Permissions.PermissionState state) { }
6911         public System.Diagnostics.PerformanceCounterPermissionEntryCollection PermissionEntries { get { throw null; } }
6912     }
6913     [System.FlagsAttribute]
6914     public enum PerformanceCounterPermissionAccess
6915     {
6916         Administer = 7,
6917         [System.ObsoleteAttribute("This member has been deprecated.  Use System.Diagnostics.PerformanceCounter.PerformanceCounterPermissionAccess.Read instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
6918         Browse = 1,
6919         [System.ObsoleteAttribute("This member has been deprecated.  Use System.Diagnostics.PerformanceCounter.PerformanceCounterPermissionAccess.Write instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
6920         Instrument = 3,
6921         None = 0,
6922         Read = 1,
6923         Write = 2,
6924     }
6925     [System.AttributeUsageAttribute((System.AttributeTargets)(621), AllowMultiple=true, Inherited=false)]
6926     [System.SerializableAttribute]
6927     public partial class PerformanceCounterPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
6928     {
PerformanceCounterPermissionAttribute(System.Security.Permissions.SecurityAction action)6929         public PerformanceCounterPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
6930         public string CategoryName { get { throw null; } set { } }
6931         public string MachineName { get { throw null; } set { } }
6932         public System.Diagnostics.PerformanceCounterPermissionAccess PermissionAccess { get { throw null; } set { } }
CreatePermission()6933         public override System.Security.IPermission CreatePermission() { throw null; }
6934     }
6935     [System.SerializableAttribute]
6936     public partial class PerformanceCounterPermissionEntry
6937     {
PerformanceCounterPermissionEntry(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName)6938         public PerformanceCounterPermissionEntry(System.Diagnostics.PerformanceCounterPermissionAccess permissionAccess, string machineName, string categoryName) { }
6939         public string CategoryName { get { throw null; } }
6940         public string MachineName { get { throw null; } }
6941         public System.Diagnostics.PerformanceCounterPermissionAccess PermissionAccess { get { throw null; } }
6942     }
6943     [System.SerializableAttribute]
6944     public partial class PerformanceCounterPermissionEntryCollection : System.Collections.CollectionBase
6945     {
PerformanceCounterPermissionEntryCollection()6946         internal PerformanceCounterPermissionEntryCollection() { }
6947         public System.Diagnostics.PerformanceCounterPermissionEntry this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.PerformanceCounterPermissionEntry value)6948         public int Add(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection value)6949         public void AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection value) { }
AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[] value)6950         public void AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[] value) { }
Contains(System.Diagnostics.PerformanceCounterPermissionEntry value)6951         public bool Contains(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[] array, int index)6952         public void CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[] array, int index) { }
IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry value)6953         public int IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry value) { throw null; }
Insert(int index, System.Diagnostics.PerformanceCounterPermissionEntry value)6954         public void Insert(int index, System.Diagnostics.PerformanceCounterPermissionEntry value) { }
OnClear()6955         protected override void OnClear() { }
OnInsert(int index, object value)6956         protected override void OnInsert(int index, object value) { }
OnRemove(int index, object value)6957         protected override void OnRemove(int index, object value) { }
OnSet(int index, object oldValue, object newValue)6958         protected override void OnSet(int index, object oldValue, object newValue) { }
Remove(System.Diagnostics.PerformanceCounterPermissionEntry value)6959         public void Remove(System.Diagnostics.PerformanceCounterPermissionEntry value) { }
6960     }
6961     [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.AlphabeticalEnumConverter")]
6962     public enum PerformanceCounterType
6963     {
6964         AverageBase = 1073939458,
6965         AverageCount64 = 1073874176,
6966         AverageTimer32 = 805438464,
6967         CounterDelta32 = 4195328,
6968         CounterDelta64 = 4195584,
6969         CounterMultiBase = 1107494144,
6970         CounterMultiTimer = 574686464,
6971         CounterMultiTimer100Ns = 575735040,
6972         CounterMultiTimer100NsInverse = 592512256,
6973         CounterMultiTimerInverse = 591463680,
6974         CounterTimer = 541132032,
6975         CounterTimerInverse = 557909248,
6976         CountPerTimeInterval32 = 4523008,
6977         CountPerTimeInterval64 = 4523264,
6978         ElapsedTime = 807666944,
6979         NumberOfItems32 = 65536,
6980         NumberOfItems64 = 65792,
6981         NumberOfItemsHEX32 = 0,
6982         NumberOfItemsHEX64 = 256,
6983         RateOfCountsPerSecond32 = 272696320,
6984         RateOfCountsPerSecond64 = 272696576,
6985         RawBase = 1073939459,
6986         RawFraction = 537003008,
6987         SampleBase = 1073939457,
6988         SampleCounter = 4260864,
6989         SampleFraction = 549585920,
6990         Timer100Ns = 542180608,
6991         Timer100NsInverse = 558957824,
6992     }
6993     [System.ComponentModel.DefaultEventAttribute("Exited")]
6994     [System.ComponentModel.DefaultPropertyAttribute("StartInfo")]
6995     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6996     [System.Diagnostics.MonitoringDescriptionAttribute("ProcessDesc")]
6997     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
6998     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
6999     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true, Synchronization=true, ExternalProcessMgmt=true, SelfAffectingProcessMgmt=true)]
7000     public partial class Process : System.ComponentModel.Component
7001     {
Process()7002         public Process() { }
7003         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7004         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessBasePriority")]
7005         public int BasePriority { get { throw null; } }
7006         [System.ComponentModel.BrowsableAttribute(false)]
7007         [System.ComponentModel.DefaultValueAttribute(false)]
7008         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessEnableRaisingEvents")]
7009         public bool EnableRaisingEvents { get { throw null; } set { } }
7010         [System.ComponentModel.BrowsableAttribute(false)]
7011         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7012         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessExitCode")]
7013         public int ExitCode { get { throw null; } }
7014         [System.ComponentModel.BrowsableAttribute(false)]
7015         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7016         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessExitTime")]
7017         public System.DateTime ExitTime { get { throw null; } }
7018         [System.ComponentModel.BrowsableAttribute(false)]
7019         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7020         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessHandle")]
7021         public System.IntPtr Handle { get { throw null; } }
7022         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7023         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessHandleCount")]
7024         public int HandleCount { get { throw null; } }
7025         [System.ComponentModel.BrowsableAttribute(false)]
7026         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7027         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessTerminated")]
7028         public bool HasExited { get { throw null; } }
7029         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7030         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessId")]
7031         public int Id { get { throw null; } }
7032         [System.ComponentModel.BrowsableAttribute(false)]
7033         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7034         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessMachineName")]
7035         public string MachineName { get { throw null; } }
7036         [System.ComponentModel.BrowsableAttribute(false)]
7037         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7038         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessMainModule")]
7039         public System.Diagnostics.ProcessModule MainModule { get { throw null; } }
7040         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7041         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessMainWindowHandle")]
7042         public System.IntPtr MainWindowHandle { get { throw null; } }
7043         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7044         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessMainWindowTitle")]
7045         public string MainWindowTitle { get { throw null; } }
7046         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7047         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessMaxWorkingSet")]
7048         public System.IntPtr MaxWorkingSet { get { throw null; } set { } }
7049         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7050         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessMinWorkingSet")]
7051         public System.IntPtr MinWorkingSet { get { throw null; } set { } }
7052         [System.ComponentModel.BrowsableAttribute(false)]
7053         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7054         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessModules")]
7055         public System.Diagnostics.ProcessModuleCollection Modules { get { throw null; } }
7056         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7057         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessNonpagedSystemMemorySize")]
7058         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.Process.NonpagedSystemMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7059         public int NonpagedSystemMemorySize { get { throw null; } }
7060         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7061         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessNonpagedSystemMemorySize")]
7062         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7063         public long NonpagedSystemMemorySize64 { get { throw null; } }
7064         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7065         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPagedMemorySize")]
7066         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.Process.PagedMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7067         public int PagedMemorySize { get { throw null; } }
7068         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7069         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPagedMemorySize")]
7070         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7071         public long PagedMemorySize64 { get { throw null; } }
7072         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7073         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPagedSystemMemorySize")]
7074         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.Process.PagedSystemMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7075         public int PagedSystemMemorySize { get { throw null; } }
7076         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7077         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPagedSystemMemorySize")]
7078         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7079         public long PagedSystemMemorySize64 { get { throw null; } }
7080         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7081         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakPagedMemorySize")]
7082         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.Process.PeakPagedMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7083         public int PeakPagedMemorySize { get { throw null; } }
7084         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7085         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakPagedMemorySize")]
7086         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7087         public long PeakPagedMemorySize64 { get { throw null; } }
7088         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7089         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakVirtualMemorySize")]
7090         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.Process.PeakVirtualMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7091         public int PeakVirtualMemorySize { get { throw null; } }
7092         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7093         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakVirtualMemorySize")]
7094         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7095         public long PeakVirtualMemorySize64 { get { throw null; } }
7096         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7097         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakWorkingSet")]
7098         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.Process.PeakWorkingSet64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7099         public int PeakWorkingSet { get { throw null; } }
7100         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7101         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPeakWorkingSet")]
7102         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7103         public long PeakWorkingSet64 { get { throw null; } }
7104         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7105         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPriorityBoostEnabled")]
7106         public bool PriorityBoostEnabled { get { throw null; } set { } }
7107         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7108         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPriorityClass")]
7109         public System.Diagnostics.ProcessPriorityClass PriorityClass { get { throw null; } set { } }
7110         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7111         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPrivateMemorySize")]
7112         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.Process.PrivateMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7113         public int PrivateMemorySize { get { throw null; } }
7114         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7115         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPrivateMemorySize")]
7116         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7117         public long PrivateMemorySize64 { get { throw null; } }
7118         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7119         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessPrivilegedProcessorTime")]
7120         public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
7121         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7122         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessProcessName")]
7123         public string ProcessName { get { throw null; } }
7124         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7125         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessProcessorAffinity")]
7126         public System.IntPtr ProcessorAffinity { get { throw null; } set { } }
7127         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7128         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessResponding")]
7129         public bool Responding { get { throw null; } }
7130         [System.ComponentModel.BrowsableAttribute(false)]
7131         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7132         public Microsoft.Win32.SafeHandles.SafeProcessHandle SafeHandle { get { throw null; } }
7133         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7134         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessSessionId")]
7135         public int SessionId { get { throw null; } }
7136         [System.ComponentModel.BrowsableAttribute(false)]
7137         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7138         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessStandardError")]
7139         public System.IO.StreamReader StandardError { get { throw null; } }
7140         [System.ComponentModel.BrowsableAttribute(false)]
7141         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7142         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessStandardInput")]
7143         public System.IO.StreamWriter StandardInput { get { throw null; } }
7144         [System.ComponentModel.BrowsableAttribute(false)]
7145         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7146         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessStandardOutput")]
7147         public System.IO.StreamReader StandardOutput { get { throw null; } }
7148         [System.ComponentModel.BrowsableAttribute(false)]
7149         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
7150         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessStartInfo")]
7151         public System.Diagnostics.ProcessStartInfo StartInfo { get { throw null; } set { } }
7152         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7153         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessStartTime")]
7154         public System.DateTime StartTime { get { throw null; } }
7155         [System.ComponentModel.BrowsableAttribute(false)]
7156         [System.ComponentModel.DefaultValueAttribute(null)]
7157         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessSynchronizingObject")]
7158         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
7159         [System.ComponentModel.BrowsableAttribute(false)]
7160         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7161         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessThreads")]
7162         public System.Diagnostics.ProcessThreadCollection Threads { get { throw null; } }
7163         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7164         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessTotalProcessorTime")]
7165         public System.TimeSpan TotalProcessorTime { get { throw null; } }
7166         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7167         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessUserProcessorTime")]
7168         public System.TimeSpan UserProcessorTime { get { throw null; } }
7169         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7170         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessVirtualMemorySize")]
7171         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.Process.VirtualMemorySize64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7172         public int VirtualMemorySize { get { throw null; } }
7173         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7174         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessVirtualMemorySize")]
7175         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7176         public long VirtualMemorySize64 { get { throw null; } }
7177         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7178         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessWorkingSet")]
7179         [System.ObsoleteAttribute("This property has been deprecated.  Please use System.Diagnostics.Process.WorkingSet64 instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7180         public int WorkingSet { get { throw null; } }
7181         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7182         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessWorkingSet")]
7183         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7184         public long WorkingSet64 { get { throw null; } }
7185         [System.ComponentModel.BrowsableAttribute(true)]
7186         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessAssociated")]
7187         public event System.Diagnostics.DataReceivedEventHandler ErrorDataReceived { add { } remove { } }
7188         [System.ComponentModel.CategoryAttribute("Behavior")]
7189         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessExited")]
7190         public event System.EventHandler Exited { add { } remove { } }
7191         [System.ComponentModel.BrowsableAttribute(true)]
7192         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessAssociated")]
7193         public event System.Diagnostics.DataReceivedEventHandler OutputDataReceived { add { } remove { } }
7194         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
BeginErrorReadLine()7195         public void BeginErrorReadLine() { }
7196         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
BeginOutputReadLine()7197         public void BeginOutputReadLine() { }
7198         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CancelErrorRead()7199         public void CancelErrorRead() { }
7200         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
CancelOutputRead()7201         public void CancelOutputRead() { }
Close()7202         public void Close() { }
CloseMainWindow()7203         public bool CloseMainWindow() { throw null; }
Dispose(bool disposing)7204         protected override void Dispose(bool disposing) { }
EnterDebugMode()7205         public static void EnterDebugMode() { }
GetCurrentProcess()7206         public static System.Diagnostics.Process GetCurrentProcess() { throw null; }
GetProcessById(int processId)7207         public static System.Diagnostics.Process GetProcessById(int processId) { throw null; }
GetProcessById(int processId, string machineName)7208         public static System.Diagnostics.Process GetProcessById(int processId, string machineName) { throw null; }
GetProcesses()7209         public static System.Diagnostics.Process[] GetProcesses() { throw null; }
GetProcesses(string machineName)7210         public static System.Diagnostics.Process[] GetProcesses(string machineName) { throw null; }
GetProcessesByName(string processName)7211         public static System.Diagnostics.Process[] GetProcessesByName(string processName) { throw null; }
GetProcessesByName(string processName, string machineName)7212         public static System.Diagnostics.Process[] GetProcessesByName(string processName, string machineName) { throw null; }
Kill()7213         public void Kill() { }
LeaveDebugMode()7214         public static void LeaveDebugMode() { }
OnExited()7215         protected void OnExited() { }
Refresh()7216         public void Refresh() { }
Start()7217         public bool Start() { throw null; }
Start(System.Diagnostics.ProcessStartInfo startInfo)7218         public static System.Diagnostics.Process Start(System.Diagnostics.ProcessStartInfo startInfo) { throw null; }
Start(string fileName)7219         public static System.Diagnostics.Process Start(string fileName) { throw null; }
Start(string fileName, string arguments)7220         public static System.Diagnostics.Process Start(string fileName, string arguments) { throw null; }
Start(string fileName, string userName, System.Security.SecureString password, string domain)7221         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)7222         public static System.Diagnostics.Process Start(string fileName, string arguments, string userName, System.Security.SecureString password, string domain) { throw null; }
ToString()7223         public override string ToString() { throw null; }
WaitForExit()7224         public void WaitForExit() { }
WaitForExit(int milliseconds)7225         public bool WaitForExit(int milliseconds) { throw null; }
WaitForInputIdle()7226         public bool WaitForInputIdle() { throw null; }
WaitForInputIdle(int milliseconds)7227         public bool WaitForInputIdle(int milliseconds) { throw null; }
7228     }
7229     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessModuleDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7230     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
7231     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
7232     public partial class ProcessModule : System.ComponentModel.Component
7233     {
ProcessModule()7234         internal ProcessModule() { }
7235         [System.Diagnostics.MonitoringDescriptionAttribute("ProcModBaseAddress")]
7236         public System.IntPtr BaseAddress { get { throw null; } }
7237         [System.Diagnostics.MonitoringDescriptionAttribute("ProcModEntryPointAddress")]
7238         public System.IntPtr EntryPointAddress { get { throw null; } }
7239         [System.Diagnostics.MonitoringDescriptionAttribute("ProcModFileName")]
7240         public string FileName { get { throw null; } }
7241         [System.ComponentModel.BrowsableAttribute(false)]
7242         public System.Diagnostics.FileVersionInfo FileVersionInfo { get { throw null; } }
7243         [System.Diagnostics.MonitoringDescriptionAttribute("ProcModModuleMemorySize")]
7244         public int ModuleMemorySize { get { throw null; } }
7245         [System.Diagnostics.MonitoringDescriptionAttribute("ProcModModuleName")]
7246         public string ModuleName { get { throw null; } }
ToString()7247         public override string ToString() { throw null; }
7248     }
7249     public partial class ProcessModuleCollection : System.Collections.ReadOnlyCollectionBase
7250     {
ProcessModuleCollection()7251         protected ProcessModuleCollection() { }
ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules)7252         public ProcessModuleCollection(System.Diagnostics.ProcessModule[] processModules) { }
7253         public System.Diagnostics.ProcessModule this[int index] { get { throw null; } }
Contains(System.Diagnostics.ProcessModule module)7254         public bool Contains(System.Diagnostics.ProcessModule module) { throw null; }
CopyTo(System.Diagnostics.ProcessModule[] array, int index)7255         public void CopyTo(System.Diagnostics.ProcessModule[] array, int index) { }
IndexOf(System.Diagnostics.ProcessModule module)7256         public int IndexOf(System.Diagnostics.ProcessModule module) { throw null; }
7257     }
7258     public enum ProcessPriorityClass
7259     {
7260         AboveNormal = 32768,
7261         BelowNormal = 16384,
7262         High = 128,
7263         Idle = 64,
7264         Normal = 32,
7265         RealTime = 256,
7266     }
7267     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))]
7268     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
7269     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true, SelfAffectingProcessMgmt=true)]
7270     public sealed partial class ProcessStartInfo
7271     {
ProcessStartInfo()7272         public ProcessStartInfo() { }
ProcessStartInfo(string fileName)7273         public ProcessStartInfo(string fileName) { }
ProcessStartInfo(string fileName, string arguments)7274         public ProcessStartInfo(string fileName, string arguments) { }
7275         [System.ComponentModel.DefaultValueAttribute("")]
7276         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7277         [System.ComponentModel.SettingsBindableAttribute(true)]
7278         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7279         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessArguments")]
7280         public string Arguments { get { throw null; } set { } }
7281         [System.ComponentModel.DefaultValueAttribute(false)]
7282         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7283         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessCreateNoWindow")]
7284         public bool CreateNoWindow { get { throw null; } set { } }
7285         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7286         public string Domain { get { throw null; } set { } }
7287         [System.ComponentModel.DefaultValueAttribute(null)]
7288         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7289         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7290         public System.Collections.Generic.IDictionary<string, string> Environment { get { throw null; } }
7291         [System.ComponentModel.DefaultValueAttribute(null)]
7292         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
7293         [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")]
7294         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7295         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessEnvironmentVariables")]
7296         public System.Collections.Specialized.StringDictionary EnvironmentVariables { get { throw null; } }
7297         [System.ComponentModel.DefaultValueAttribute(false)]
7298         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7299         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessErrorDialog")]
7300         public bool ErrorDialog { get { throw null; } set { } }
7301         [System.ComponentModel.BrowsableAttribute(false)]
7302         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7303         public System.IntPtr ErrorDialogParentHandle { get { throw null; } set { } }
7304         [System.ComponentModel.DefaultValueAttribute("")]
7305         [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")]
7306         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7307         [System.ComponentModel.SettingsBindableAttribute(true)]
7308         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7309         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessFileName")]
7310         public string FileName { get { throw null; } set { } }
7311         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7312         public bool LoadUserProfile { get { throw null; } set { } }
7313         public System.Security.SecureString Password { get { throw null; } set { } }
7314         [System.ComponentModel.BrowsableAttribute(false)]
7315         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7316         public string PasswordInClearText { get { throw null; } set { } }
7317         [System.ComponentModel.DefaultValueAttribute(false)]
7318         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7319         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessRedirectStandardError")]
7320         public bool RedirectStandardError { get { throw null; } set { } }
7321         [System.ComponentModel.DefaultValueAttribute(false)]
7322         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7323         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessRedirectStandardInput")]
7324         public bool RedirectStandardInput { get { throw null; } set { } }
7325         [System.ComponentModel.DefaultValueAttribute(false)]
7326         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7327         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessRedirectStandardOutput")]
7328         public bool RedirectStandardOutput { get { throw null; } set { } }
7329         public System.Text.Encoding StandardErrorEncoding { get { throw null; } set { } }
7330         public System.Text.Encoding StandardOutputEncoding { get { throw null; } set { } }
7331         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7332         public string UserName { get { throw null; } set { } }
7333         [System.ComponentModel.DefaultValueAttribute(true)]
7334         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7335         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessUseShellExecute")]
7336         public bool UseShellExecute { get { throw null; } set { } }
7337         [System.ComponentModel.DefaultValueAttribute("")]
7338         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7339         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.VerbConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7340         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessVerb")]
7341         public string Verb { get { throw null; } set { } }
7342         [System.ComponentModel.BrowsableAttribute(false)]
7343         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7344         public string[] Verbs { get { throw null; } }
7345         [System.ComponentModel.DefaultValueAttribute((System.Diagnostics.ProcessWindowStyle)(0))]
7346         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7347         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessWindowStyle")]
7348         public System.Diagnostics.ProcessWindowStyle WindowStyle { get { throw null; } set { } }
7349         [System.ComponentModel.DefaultValueAttribute("")]
7350         [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")]
7351         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7352         [System.ComponentModel.SettingsBindableAttribute(true)]
7353         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7354         [System.Diagnostics.MonitoringDescriptionAttribute("ProcessWorkingDirectory")]
7355         public string WorkingDirectory { get { throw null; } set { } }
7356     }
7357     [System.ComponentModel.DesignerAttribute("System.Diagnostics.Design.ProcessThreadDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7358     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SelfAffectingProcessMgmt=true, SelfAffectingThreading=true)]
7359     public partial class ProcessThread : System.ComponentModel.Component
7360     {
ProcessThread()7361         internal ProcessThread() { }
7362         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadBasePriority")]
7363         public int BasePriority { get { throw null; } }
7364         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadCurrentPriority")]
7365         public int CurrentPriority { get { throw null; } }
7366         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadId")]
7367         public int Id { get { throw null; } }
7368         [System.ComponentModel.BrowsableAttribute(false)]
7369         public int IdealProcessor { set { } }
7370         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadPriorityBoostEnabled")]
7371         public bool PriorityBoostEnabled { get { throw null; } set { } }
7372         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadPriorityLevel")]
7373         public System.Diagnostics.ThreadPriorityLevel PriorityLevel { get { throw null; } set { } }
7374         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadPrivilegedProcessorTime")]
7375         public System.TimeSpan PrivilegedProcessorTime { get { throw null; } }
7376         [System.ComponentModel.BrowsableAttribute(false)]
7377         public System.IntPtr ProcessorAffinity { set { } }
7378         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadStartAddress")]
7379         public System.IntPtr StartAddress { get { throw null; } }
7380         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadStartTime")]
7381         public System.DateTime StartTime { get { throw null; } }
7382         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadThreadState")]
7383         public System.Diagnostics.ThreadState ThreadState { get { throw null; } }
7384         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadTotalProcessorTime")]
7385         public System.TimeSpan TotalProcessorTime { get { throw null; } }
7386         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadUserProcessorTime")]
7387         public System.TimeSpan UserProcessorTime { get { throw null; } }
7388         [System.Diagnostics.MonitoringDescriptionAttribute("ThreadWaitReason")]
7389         public System.Diagnostics.ThreadWaitReason WaitReason { get { throw null; } }
ResetIdealProcessor()7390         public void ResetIdealProcessor() { }
7391     }
7392     public partial class ProcessThreadCollection : System.Collections.ReadOnlyCollectionBase
7393     {
ProcessThreadCollection()7394         protected ProcessThreadCollection() { }
ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads)7395         public ProcessThreadCollection(System.Diagnostics.ProcessThread[] processThreads) { }
7396         public System.Diagnostics.ProcessThread this[int index] { get { throw null; } }
Add(System.Diagnostics.ProcessThread thread)7397         public int Add(System.Diagnostics.ProcessThread thread) { throw null; }
Contains(System.Diagnostics.ProcessThread thread)7398         public bool Contains(System.Diagnostics.ProcessThread thread) { throw null; }
CopyTo(System.Diagnostics.ProcessThread[] array, int index)7399         public void CopyTo(System.Diagnostics.ProcessThread[] array, int index) { }
IndexOf(System.Diagnostics.ProcessThread thread)7400         public int IndexOf(System.Diagnostics.ProcessThread thread) { throw null; }
Insert(int index, System.Diagnostics.ProcessThread thread)7401         public void Insert(int index, System.Diagnostics.ProcessThread thread) { }
Remove(System.Diagnostics.ProcessThread thread)7402         public void Remove(System.Diagnostics.ProcessThread thread) { }
7403     }
7404     public enum ProcessWindowStyle
7405     {
7406         Hidden = 1,
7407         Maximized = 3,
7408         Minimized = 2,
7409         Normal = 0,
7410     }
7411     public partial class SourceFilter : System.Diagnostics.TraceFilter
7412     {
SourceFilter(string source)7413         public SourceFilter(string source) { }
7414         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)7415         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; }
7416     }
7417     [System.FlagsAttribute]
7418     public enum SourceLevels
7419     {
7420         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7421         ActivityTracing = 65280,
7422         All = -1,
7423         Critical = 1,
7424         Error = 3,
7425         Information = 15,
7426         Off = 0,
7427         Verbose = 31,
7428         Warning = 7,
7429     }
7430     public partial class SourceSwitch : System.Diagnostics.Switch
7431     {
SourceSwitch(string name)7432         public SourceSwitch(string name) : base (default(string), default(string)) { }
SourceSwitch(string displayName, string defaultSwitchValue)7433         public SourceSwitch(string displayName, string defaultSwitchValue) : base (default(string), default(string)) { }
7434         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()7435         protected override void OnValueChanged() { }
ShouldTrace(System.Diagnostics.TraceEventType eventType)7436         public bool ShouldTrace(System.Diagnostics.TraceEventType eventType) { throw null; }
7437     }
7438     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7439     public static partial class StackFrameExtensions
7440     {
7441         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetNativeImageBase(this System.Diagnostics.StackFrame stackFrame)7442         public static System.IntPtr GetNativeImageBase(this System.Diagnostics.StackFrame stackFrame) { throw null; }
7443         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetNativeIP(this System.Diagnostics.StackFrame stackFrame)7444         public static System.IntPtr GetNativeIP(this System.Diagnostics.StackFrame stackFrame) { throw null; }
7445         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
HasILOffset(this System.Diagnostics.StackFrame stackFrame)7446         public static bool HasILOffset(this System.Diagnostics.StackFrame stackFrame) { throw null; }
7447         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
HasMethod(this System.Diagnostics.StackFrame stackFrame)7448         public static bool HasMethod(this System.Diagnostics.StackFrame stackFrame) { throw null; }
7449         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
HasNativeImage(this System.Diagnostics.StackFrame stackFrame)7450         public static bool HasNativeImage(this System.Diagnostics.StackFrame stackFrame) { throw null; }
7451         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
HasSource(this System.Diagnostics.StackFrame stackFrame)7452         public static bool HasSource(this System.Diagnostics.StackFrame stackFrame) { throw null; }
7453     }
7454     public partial class Stopwatch
7455     {
7456         public static readonly long Frequency;
7457         public static readonly bool IsHighResolution;
Stopwatch()7458         public Stopwatch() { }
7459         public System.TimeSpan Elapsed { get { throw null; } }
7460         public long ElapsedMilliseconds { get { throw null; } }
7461         public long ElapsedTicks { get { throw null; } }
7462         public bool IsRunning { get { throw null; } }
GetTimestamp()7463         public static long GetTimestamp() { throw null; }
Reset()7464         public void Reset() { }
Restart()7465         public void Restart() { }
Start()7466         public void Start() { }
StartNew()7467         public static System.Diagnostics.Stopwatch StartNew() { throw null; }
Stop()7468         public void Stop() { }
7469     }
7470     public abstract partial class Switch
7471     {
Switch(string displayName, string description)7472         protected Switch(string displayName, string description) { }
Switch(string displayName, string description, string defaultSwitchValue)7473         protected Switch(string displayName, string description, string defaultSwitchValue) { }
7474 #if XML_DEP
7475         [System.Xml.Serialization.XmlIgnoreAttribute]
7476 #endif
7477         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7478         public string Description { get { throw null; } }
7479         public string DisplayName { get { throw null; } }
7480         protected int SwitchSetting { get { throw null; } set { } }
7481         protected string Value { get { throw null; } set { } }
GetSupportedAttributes()7482         protected internal virtual string[] GetSupportedAttributes() { throw null; }
OnSwitchSettingChanged()7483         protected virtual void OnSwitchSettingChanged() { }
OnValueChanged()7484         protected virtual void OnValueChanged() { }
7485     }
7486     [System.AttributeUsageAttribute((System.AttributeTargets)(741))]
7487     public sealed partial class SwitchAttribute : System.Attribute
7488     {
SwitchAttribute(string switchName, System.Type switchType)7489         public SwitchAttribute(string switchName, System.Type switchType) { }
7490         public string SwitchDescription { get { throw null; } set { } }
7491         public string SwitchName { get { throw null; } set { } }
7492         public System.Type SwitchType { get { throw null; } set { } }
GetAll(System.Reflection.Assembly assembly)7493         public static System.Diagnostics.SwitchAttribute[] GetAll(System.Reflection.Assembly assembly) { throw null; }
7494     }
7495     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
7496     public sealed partial class SwitchLevelAttribute : System.Attribute
7497     {
SwitchLevelAttribute(System.Type switchLevelType)7498         public SwitchLevelAttribute(System.Type switchLevelType) { }
7499         public System.Type SwitchLevelType { get { throw null; } set { } }
7500     }
7501     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7502     public partial class TextWriterTraceListener : System.Diagnostics.TraceListener
7503     {
TextWriterTraceListener()7504         public TextWriterTraceListener() { }
TextWriterTraceListener(System.IO.Stream stream)7505         public TextWriterTraceListener(System.IO.Stream stream) { }
TextWriterTraceListener(System.IO.Stream stream, string name)7506         public TextWriterTraceListener(System.IO.Stream stream, string name) { }
TextWriterTraceListener(System.IO.TextWriter writer)7507         public TextWriterTraceListener(System.IO.TextWriter writer) { }
TextWriterTraceListener(System.IO.TextWriter writer, string name)7508         public TextWriterTraceListener(System.IO.TextWriter writer, string name) { }
TextWriterTraceListener(string fileName)7509         public TextWriterTraceListener(string fileName) { }
TextWriterTraceListener(string fileName, string name)7510         public TextWriterTraceListener(string fileName, string name) { }
7511         public System.IO.TextWriter Writer { get { throw null; } set { } }
Close()7512         public override void Close() { }
Dispose(bool disposing)7513         protected override void Dispose(bool disposing) { }
Flush()7514         public override void Flush() { }
Write(string message)7515         public override void Write(string message) { }
WriteLine(string message)7516         public override void WriteLine(string message) { }
7517     }
7518     public enum ThreadPriorityLevel
7519     {
7520         AboveNormal = 1,
7521         BelowNormal = -1,
7522         Highest = 2,
7523         Idle = -15,
7524         Lowest = -2,
7525         Normal = 0,
7526         TimeCritical = 15,
7527     }
7528     public enum ThreadState
7529     {
7530         Initialized = 0,
7531         Ready = 1,
7532         Running = 2,
7533         Standby = 3,
7534         Terminated = 4,
7535         Transition = 6,
7536         Unknown = 7,
7537         Wait = 5,
7538     }
7539     public enum ThreadWaitReason
7540     {
7541         EventPairHigh = 7,
7542         EventPairLow = 8,
7543         ExecutionDelay = 4,
7544         Executive = 0,
7545         FreePage = 1,
7546         LpcReceive = 9,
7547         LpcReply = 10,
7548         PageIn = 2,
7549         PageOut = 12,
7550         Suspended = 5,
7551         SystemAllocation = 3,
7552         Unknown = 13,
7553         UserRequest = 6,
7554         VirtualMemory = 11,
7555     }
7556     public sealed partial class Trace
7557     {
Trace()7558         internal Trace() { }
7559         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 { } }
7560         public static System.Diagnostics.CorrelationManager CorrelationManager { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7561         public static int IndentLevel { get { throw null; } set { } }
7562         public static int IndentSize { get { throw null; } set { } }
7563         public static System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true)]get { throw null; } }
7564         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 { } }
7565         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition)7566         public static void Assert(bool condition) { }
7567         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message)7568         public static void Assert(bool condition, string message) { }
7569         [System.Diagnostics.ConditionalAttribute("TRACE")]
Assert(bool condition, string message, string detailMessage)7570         public static void Assert(bool condition, string message, string detailMessage) { }
7571         [System.Diagnostics.ConditionalAttribute("TRACE")]
Close()7572         public static void Close() { }
7573         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message)7574         public static void Fail(string message) { }
7575         [System.Diagnostics.ConditionalAttribute("TRACE")]
Fail(string message, string detailMessage)7576         public static void Fail(string message, string detailMessage) { }
7577         [System.Diagnostics.ConditionalAttribute("TRACE")]
Flush()7578         public static void Flush() { }
7579         [System.Diagnostics.ConditionalAttribute("TRACE")]
Indent()7580         public static void Indent() { }
Refresh()7581         public static void Refresh() { }
7582         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string message)7583         public static void TraceError(string message) { }
7584         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceError(string format, params object[] args)7585         public static void TraceError(string format, params object[] args) { }
7586         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message)7587         public static void TraceInformation(string message) { }
7588         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format, params object[] args)7589         public static void TraceInformation(string format, params object[] args) { }
7590         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string message)7591         public static void TraceWarning(string message) { }
7592         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceWarning(string format, params object[] args)7593         public static void TraceWarning(string format, params object[] args) { }
7594         [System.Diagnostics.ConditionalAttribute("TRACE")]
Unindent()7595         public static void Unindent() { }
7596         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value)7597         public static void Write(object value) { }
7598         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(object value, string category)7599         public static void Write(object value, string category) { }
7600         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message)7601         public static void Write(string message) { }
7602         [System.Diagnostics.ConditionalAttribute("TRACE")]
Write(string message, string category)7603         public static void Write(string message, string category) { }
7604         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value)7605         public static void WriteIf(bool condition, object value) { }
7606         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, object value, string category)7607         public static void WriteIf(bool condition, object value, string category) { }
7608         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message)7609         public static void WriteIf(bool condition, string message) { }
7610         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteIf(bool condition, string message, string category)7611         public static void WriteIf(bool condition, string message, string category) { }
7612         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value)7613         public static void WriteLine(object value) { }
7614         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(object value, string category)7615         public static void WriteLine(object value, string category) { }
7616         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message)7617         public static void WriteLine(string message) { }
7618         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLine(string message, string category)7619         public static void WriteLine(string message, string category) { }
7620         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value)7621         public static void WriteLineIf(bool condition, object value) { }
7622         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, object value, string category)7623         public static void WriteLineIf(bool condition, object value, string category) { }
7624         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message)7625         public static void WriteLineIf(bool condition, string message) { }
7626         [System.Diagnostics.ConditionalAttribute("TRACE")]
WriteLineIf(bool condition, string message, string category)7627         public static void WriteLineIf(bool condition, string message, string category) { }
7628     }
7629     public partial class TraceEventCache
7630     {
TraceEventCache()7631         public TraceEventCache() { }
7632         public string Callstack { get { throw null; } }
7633         public System.DateTime DateTime { get { throw null; } }
7634         public System.Collections.Stack LogicalOperationStack { get { throw null; } }
7635         public int ProcessId { get { throw null; } }
7636         public string ThreadId { get { throw null; } }
7637         public long Timestamp { get { throw null; } }
7638     }
7639     public enum TraceEventType
7640     {
7641         Critical = 1,
7642         Error = 2,
7643         Information = 8,
7644         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7645         Resume = 2048,
7646         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7647         Start = 256,
7648         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7649         Stop = 512,
7650         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7651         Suspend = 1024,
7652         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7653         Transfer = 4096,
7654         Verbose = 16,
7655         Warning = 4,
7656     }
7657     public abstract partial class TraceFilter
7658     {
TraceFilter()7659         protected TraceFilter() { }
ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data)7660         public abstract bool ShouldTrace(System.Diagnostics.TraceEventCache cache, string source, System.Diagnostics.TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1, object[] data);
7661     }
7662     public enum TraceLevel
7663     {
7664         Error = 1,
7665         Info = 3,
7666         Off = 0,
7667         Verbose = 4,
7668         Warning = 2,
7669     }
7670     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7671     public abstract partial class TraceListener : System.MarshalByRefObject, System.IDisposable
7672     {
TraceListener()7673         protected TraceListener() { }
TraceListener(string name)7674         protected TraceListener(string name) { }
7675         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7676         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7677         public System.Diagnostics.TraceFilter Filter { get { throw null; } set { } }
7678         public int IndentLevel { get { throw null; } set { } }
7679         public int IndentSize { get { throw null; } set { } }
7680         public virtual bool IsThreadSafe { get { throw null; } }
7681         public virtual string Name { get { throw null; } set { } }
7682         protected bool NeedIndent { get { throw null; } set { } }
7683         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7684         public System.Diagnostics.TraceOptions TraceOutputOptions { get { throw null; } set { } }
Close()7685         public virtual void Close() { }
Dispose()7686         public void Dispose() { }
Dispose(bool disposing)7687         protected virtual void Dispose(bool disposing) { }
Fail(string message)7688         public virtual void Fail(string message) { }
Fail(string message, string detailMessage)7689         public virtual void Fail(string message, string detailMessage) { }
Flush()7690         public virtual void Flush() { }
GetSupportedAttributes()7691         protected internal virtual string[] GetSupportedAttributes() { throw null; }
7692         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7693         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) { }
7694         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data)7695         public virtual void TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7696         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id)7697         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id) { }
7698         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message)7699         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) { }
7700         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7701         public virtual void TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7702         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId)7703         public virtual void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(object o)7704         public virtual void Write(object o) { }
Write(object o, string category)7705         public virtual void Write(object o, string category) { }
Write(string message)7706         public abstract void Write(string message);
Write(string message, string category)7707         public virtual void Write(string message, string category) { }
WriteIndent()7708         protected virtual void WriteIndent() { }
WriteLine(object o)7709         public virtual void WriteLine(object o) { }
WriteLine(object o, string category)7710         public virtual void WriteLine(object o, string category) { }
WriteLine(string message)7711         public abstract void WriteLine(string message);
WriteLine(string message, string category)7712         public virtual void WriteLine(string message, string category) { }
7713     }
7714     public partial class TraceListenerCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
7715     {
TraceListenerCollection()7716         internal TraceListenerCollection() { }
7717         public int Count { get { throw null; } }
7718         public System.Diagnostics.TraceListener this[int i] { get { throw null; } set { } }
7719         public System.Diagnostics.TraceListener this[string name] { get { throw null; } }
7720         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7721         object System.Collections.ICollection.SyncRoot { get { throw null; } }
7722         bool System.Collections.IList.IsFixedSize { get { throw null; } }
7723         bool System.Collections.IList.IsReadOnly { get { throw null; } }
7724         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Diagnostics.TraceListener listener)7725         public int Add(System.Diagnostics.TraceListener listener) { throw null; }
AddRange(System.Diagnostics.TraceListenerCollection value)7726         public void AddRange(System.Diagnostics.TraceListenerCollection value) { }
AddRange(System.Diagnostics.TraceListener[] value)7727         public void AddRange(System.Diagnostics.TraceListener[] value) { }
Clear()7728         public void Clear() { }
Contains(System.Diagnostics.TraceListener listener)7729         public bool Contains(System.Diagnostics.TraceListener listener) { throw null; }
CopyTo(System.Diagnostics.TraceListener[] listeners, int index)7730         public void CopyTo(System.Diagnostics.TraceListener[] listeners, int index) { }
GetEnumerator()7731         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Diagnostics.TraceListener listener)7732         public int IndexOf(System.Diagnostics.TraceListener listener) { throw null; }
Insert(int index, System.Diagnostics.TraceListener listener)7733         public void Insert(int index, System.Diagnostics.TraceListener listener) { }
Remove(System.Diagnostics.TraceListener listener)7734         public void Remove(System.Diagnostics.TraceListener listener) { }
Remove(string name)7735         public void Remove(string name) { }
RemoveAt(int index)7736         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)7737         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IList.Add(object value)7738         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)7739         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)7740         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)7741         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)7742         void System.Collections.IList.Remove(object value) { }
7743     }
7744     [System.FlagsAttribute]
7745     public enum TraceOptions
7746     {
7747         Callstack = 32,
7748         DateTime = 2,
7749         LogicalOperationStack = 1,
7750         None = 0,
7751         ProcessId = 8,
7752         ThreadId = 16,
7753         Timestamp = 4,
7754     }
7755     public partial class TraceSource
7756     {
TraceSource(string name)7757         public TraceSource(string name) { }
TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel)7758         public TraceSource(string name, System.Diagnostics.SourceLevels defaultLevel) { }
7759         public System.Collections.Specialized.StringDictionary Attributes { get { throw null; } }
7760         public System.Diagnostics.TraceListenerCollection Listeners { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7761         public string Name { get { throw null; } }
7762         public System.Diagnostics.SourceSwitch Switch { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7763         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Close()7764         public void Close() { }
Flush()7765         public void Flush() { }
GetSupportedAttributes()7766         protected internal virtual string[] GetSupportedAttributes() { throw null; }
7767         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, object data)7768         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, object data) { }
7769         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data)7770         public void TraceData(System.Diagnostics.TraceEventType eventType, int id, params object[] data) { }
7771         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id)7772         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id) { }
7773         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message)7774         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string message) { }
7775         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args)7776         public void TraceEvent(System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) { }
7777         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string message)7778         public void TraceInformation(string message) { }
7779         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceInformation(string format, params object[] args)7780         public void TraceInformation(string format, params object[] args) { }
7781         [System.Diagnostics.ConditionalAttribute("TRACE")]
TraceTransfer(int id, string message, System.Guid relatedActivityId)7782         public void TraceTransfer(int id, string message, System.Guid relatedActivityId) { }
7783     }
7784     [System.Diagnostics.SwitchLevelAttribute(typeof(System.Diagnostics.TraceLevel))]
7785     public partial class TraceSwitch : System.Diagnostics.Switch
7786     {
TraceSwitch(string displayName, string description)7787         public TraceSwitch(string displayName, string description) : base (default(string), default(string)) { }
TraceSwitch(string displayName, string description, string defaultSwitchValue)7788         public TraceSwitch(string displayName, string description, string defaultSwitchValue) : base (default(string), default(string)) { }
7789         public System.Diagnostics.TraceLevel Level { get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
7790         public bool TraceError { get { throw null; } }
7791         public bool TraceInfo { get { throw null; } }
7792         public bool TraceVerbose { get { throw null; } }
7793         public bool TraceWarning { get { throw null; } }
OnSwitchSettingChanged()7794         protected override void OnSwitchSettingChanged() { }
OnValueChanged()7795         protected override void OnValueChanged() { }
7796     }
7797     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
7798     public partial class XmlWriterTraceListener : System.Diagnostics.TextWriterTraceListener
7799     {
XmlWriterTraceListener(System.IO.Stream stream)7800         public XmlWriterTraceListener(System.IO.Stream stream) { }
XmlWriterTraceListener(System.IO.Stream stream, string name)7801         public XmlWriterTraceListener(System.IO.Stream stream, string name) { }
XmlWriterTraceListener(System.IO.TextWriter writer)7802         public XmlWriterTraceListener(System.IO.TextWriter writer) { }
XmlWriterTraceListener(System.IO.TextWriter writer, string name)7803         public XmlWriterTraceListener(System.IO.TextWriter writer, string name) { }
XmlWriterTraceListener(string filename)7804         public XmlWriterTraceListener(string filename) { }
XmlWriterTraceListener(string filename, string name)7805         public XmlWriterTraceListener(string filename, string name) { }
Close()7806         public override void Close() { }
Fail(string message, string detailMessage)7807         public override void Fail(string message, string detailMessage) { }
TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data)7808         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)7809         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)7810         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)7811         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)7812         public override void TraceTransfer(System.Diagnostics.TraceEventCache eventCache, string source, int id, string message, System.Guid relatedActivityId) { }
Write(string message)7813         public override void Write(string message) { }
WriteLine(string message)7814         public override void WriteLine(string message) { }
7815     }
7816 }
7817 namespace System.Diagnostics.CodeAnalysis
7818 {
7819     [System.AttributeUsageAttribute((System.AttributeTargets)(748), Inherited=false, AllowMultiple=false)]
7820     public sealed partial class ExcludeFromCodeCoverageAttribute : System.Attribute
7821     {
ExcludeFromCodeCoverageAttribute()7822         public ExcludeFromCodeCoverageAttribute() { }
7823     }
7824 }
7825 namespace System.IO
7826 {
7827     public partial class ErrorEventArgs : System.EventArgs
7828     {
ErrorEventArgs(System.Exception exception)7829         public ErrorEventArgs(System.Exception exception) { }
GetException()7830         public virtual System.Exception GetException() { throw null; }
7831     }
ErrorEventHandler(object sender, System.IO.ErrorEventArgs e)7832     public delegate void ErrorEventHandler(object sender, System.IO.ErrorEventArgs e);
7833     public partial class FileSystemEventArgs : System.EventArgs
7834     {
FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name)7835         public FileSystemEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name) { }
7836         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } }
7837         public string FullPath { get { throw null; } }
7838         public string Name { get { throw null; } }
7839     }
FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e)7840     public delegate void FileSystemEventHandler(object sender, System.IO.FileSystemEventArgs e);
7841     [System.ComponentModel.DefaultEventAttribute("Changed")]
7842     [System.IO.IODescriptionAttribute("FileSystemWatcherDesc")]
7843     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
7844     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
7845     public partial class FileSystemWatcher : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
7846     {
FileSystemWatcher()7847         public FileSystemWatcher() { }
FileSystemWatcher(string path)7848         public FileSystemWatcher(string path) { }
FileSystemWatcher(string path, string filter)7849         public FileSystemWatcher(string path, string filter) { }
7850         [System.ComponentModel.DefaultValueAttribute(false)]
7851         [System.IO.IODescriptionAttribute("FSW_Enabled")]
7852         public bool EnableRaisingEvents { get { throw null; } set { } }
7853         [System.ComponentModel.DefaultValueAttribute("*.*")]
7854         [System.ComponentModel.SettingsBindableAttribute(true)]
7855         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7856         [System.IO.IODescriptionAttribute("FSW_Filter")]
7857         public string Filter { get { throw null; } set { } }
7858         [System.ComponentModel.DefaultValueAttribute(false)]
7859         [System.IO.IODescriptionAttribute("FSW_IncludeSubdirectories")]
7860         public bool IncludeSubdirectories { get { throw null; } set { } }
7861         [System.ComponentModel.BrowsableAttribute(false)]
7862         [System.ComponentModel.DefaultValueAttribute(8192)]
7863         public int InternalBufferSize { get { throw null; } set { } }
7864         [System.ComponentModel.DefaultValueAttribute((System.IO.NotifyFilters)(19))]
7865         [System.IO.IODescriptionAttribute("FSW_ChangedFilter")]
7866         public System.IO.NotifyFilters NotifyFilter { get { throw null; } set { } }
7867         [System.ComponentModel.DefaultValueAttribute("")]
7868         [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")]
7869         [System.ComponentModel.SettingsBindableAttribute(true)]
7870         [System.ComponentModel.TypeConverterAttribute("System.Diagnostics.Design.StringValueConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7871         [System.IO.IODescriptionAttribute("FSW_Path")]
7872         public string Path { get { throw null; } set { } }
7873         [System.ComponentModel.BrowsableAttribute(false)]
7874         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
7875         [System.ComponentModel.BrowsableAttribute(false)]
7876         [System.ComponentModel.DefaultValueAttribute(null)]
7877         [System.IO.IODescriptionAttribute("FSW_SynchronizingObject")]
7878         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
7879         [System.IO.IODescriptionAttribute("FSW_Changed")]
7880         public event System.IO.FileSystemEventHandler Changed { add { } remove { } }
7881         [System.IO.IODescriptionAttribute("FSW_Created")]
7882         public event System.IO.FileSystemEventHandler Created { add { } remove { } }
7883         [System.IO.IODescriptionAttribute("FSW_Deleted")]
7884         public event System.IO.FileSystemEventHandler Deleted { add { } remove { } }
7885         [System.ComponentModel.BrowsableAttribute(false)]
7886         public event System.IO.ErrorEventHandler Error { add { } remove { } }
7887         [System.IO.IODescriptionAttribute("FSW_Renamed")]
7888         public event System.IO.RenamedEventHandler Renamed { add { } remove { } }
BeginInit()7889         public void BeginInit() { }
Dispose(bool disposing)7890         protected override void Dispose(bool disposing) { }
EndInit()7891         public void EndInit() { }
OnChanged(System.IO.FileSystemEventArgs e)7892         protected void OnChanged(System.IO.FileSystemEventArgs e) { }
OnCreated(System.IO.FileSystemEventArgs e)7893         protected void OnCreated(System.IO.FileSystemEventArgs e) { }
OnDeleted(System.IO.FileSystemEventArgs e)7894         protected void OnDeleted(System.IO.FileSystemEventArgs e) { }
OnError(System.IO.ErrorEventArgs e)7895         protected void OnError(System.IO.ErrorEventArgs e) { }
OnRenamed(System.IO.RenamedEventArgs e)7896         protected void OnRenamed(System.IO.RenamedEventArgs e) { }
WaitForChanged(System.IO.WatcherChangeTypes changeType)7897         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType) { throw null; }
WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout)7898         public System.IO.WaitForChangedResult WaitForChanged(System.IO.WatcherChangeTypes changeType, int timeout) { throw null; }
7899     }
7900     [System.SerializableAttribute]
7901     public partial class InternalBufferOverflowException : System.SystemException
7902     {
InternalBufferOverflowException()7903         public InternalBufferOverflowException() { }
InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)7904         protected InternalBufferOverflowException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InternalBufferOverflowException(string message)7905         public InternalBufferOverflowException(string message) { }
InternalBufferOverflowException(string message, System.Exception inner)7906         public InternalBufferOverflowException(string message, System.Exception inner) { }
7907     }
7908     [System.SerializableAttribute]
7909     public sealed partial class InvalidDataException : System.SystemException
7910     {
InvalidDataException()7911         public InvalidDataException() { }
InvalidDataException(string message)7912         public InvalidDataException(string message) { }
InvalidDataException(string message, System.Exception innerException)7913         public InvalidDataException(string message, System.Exception innerException) { }
7914     }
7915     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
7916     public partial class IODescriptionAttribute : System.ComponentModel.DescriptionAttribute
7917     {
IODescriptionAttribute(string description)7918         public IODescriptionAttribute(string description) { }
7919         public override string Description { get { throw null; } }
7920     }
7921     [System.FlagsAttribute]
7922     public enum NotifyFilters
7923     {
7924         Attributes = 4,
7925         CreationTime = 64,
7926         DirectoryName = 2,
7927         FileName = 1,
7928         LastAccess = 32,
7929         LastWrite = 16,
7930         Security = 256,
7931         Size = 8,
7932     }
7933     public partial class RenamedEventArgs : System.IO.FileSystemEventArgs
7934     {
RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName)7935         public RenamedEventArgs(System.IO.WatcherChangeTypes changeType, string directory, string name, string oldName) : base (default(System.IO.WatcherChangeTypes), default(string), default(string)) { }
7936         public string OldFullPath { get { throw null; } }
7937         public string OldName { get { throw null; } }
7938     }
RenamedEventHandler(object sender, System.IO.RenamedEventArgs e)7939     public delegate void RenamedEventHandler(object sender, System.IO.RenamedEventArgs e);
7940     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
7941     public partial struct WaitForChangedResult
7942     {
7943         public System.IO.WatcherChangeTypes ChangeType { get { throw null; } set { } }
7944         public string Name { get { throw null; } set { } }
7945         public string OldName { get { throw null; } set { } }
7946         public bool TimedOut { get { throw null; } set { } }
7947     }
7948     [System.FlagsAttribute]
7949     public enum WatcherChangeTypes
7950     {
7951         All = 15,
7952         Changed = 4,
7953         Created = 1,
7954         Deleted = 2,
7955         Renamed = 8,
7956     }
7957 }
7958 namespace System.IO.Compression
7959 {
7960     public enum CompressionLevel
7961     {
7962         Fastest = 1,
7963         NoCompression = 2,
7964         Optimal = 0,
7965     }
7966     public enum CompressionMode
7967     {
7968         Compress = 1,
7969         Decompress = 0,
7970     }
7971     public partial class DeflateStream : System.IO.Stream
7972     {
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel)7973         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen)7974         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode)7975         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen)7976         public DeflateStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
7977         public System.IO.Stream BaseStream { get { throw null; } }
7978         public override bool CanRead { get { throw null; } }
7979         public override bool CanSeek { get { throw null; } }
7980         public override bool CanWrite { get { throw null; } }
7981         public override long Length { get { throw null; } }
7982         public override long Position { get { throw null; } set { } }
7983         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7984         public override System.IAsyncResult BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
7985         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)7986         public override System.IAsyncResult BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)7987         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)7988         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)7989         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()7990         public override void Flush() { }
Read(byte[] array, int offset, int count)7991         public override int Read(byte[] array, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)7992         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)7993         public override void SetLength(long value) { }
Write(byte[] array, int offset, int count)7994         public override void Write(byte[] array, int offset, int count) { }
7995     }
7996     public partial class GZipStream : System.IO.Stream
7997     {
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel)7998         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen)7999         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionLevel compressionLevel, bool leaveOpen) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode)8000         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode) { }
GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen)8001         public GZipStream(System.IO.Stream stream, System.IO.Compression.CompressionMode mode, bool leaveOpen) { }
8002         public System.IO.Stream BaseStream { get { throw null; } }
8003         public override bool CanRead { get { throw null; } }
8004         public override bool CanSeek { get { throw null; } }
8005         public override bool CanWrite { get { throw null; } }
8006         public override long Length { get { throw null; } }
8007         public override long Position { get { throw null; } set { } }
8008         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)8009         public override System.IAsyncResult BeginRead(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
8010         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)8011         public override System.IAsyncResult BeginWrite(byte[] array, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)8012         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)8013         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)8014         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()8015         public override void Flush() { }
Read(byte[] array, int offset, int count)8016         public override int Read(byte[] array, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)8017         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)8018         public override void SetLength(long value) { }
Write(byte[] array, int offset, int count)8019         public override void Write(byte[] array, int offset, int count) { }
8020     }
8021 }
8022 namespace System.IO.Ports
8023 {
8024     public enum Handshake
8025     {
8026         None = 0,
8027         RequestToSend = 2,
8028         RequestToSendXOnXOff = 3,
8029         XOnXOff = 1,
8030     }
8031     public enum Parity
8032     {
8033         Even = 2,
8034         Mark = 3,
8035         None = 0,
8036         Odd = 1,
8037         Space = 4,
8038     }
8039     public enum SerialData
8040     {
8041         Chars = 1,
8042         Eof = 2,
8043     }
8044     public partial class SerialDataReceivedEventArgs : System.EventArgs
8045     {
SerialDataReceivedEventArgs()8046         internal SerialDataReceivedEventArgs() { }
8047         public System.IO.Ports.SerialData EventType { get { throw null; } }
8048     }
SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e)8049     public delegate void SerialDataReceivedEventHandler(object sender, System.IO.Ports.SerialDataReceivedEventArgs e);
8050     public enum SerialError
8051     {
8052         Frame = 8,
8053         Overrun = 2,
8054         RXOver = 1,
8055         RXParity = 4,
8056         TXFull = 256,
8057     }
8058     public partial class SerialErrorReceivedEventArgs : System.EventArgs
8059     {
SerialErrorReceivedEventArgs()8060         internal SerialErrorReceivedEventArgs() { }
8061         public System.IO.Ports.SerialError EventType { get { throw null; } }
8062     }
SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e)8063     public delegate void SerialErrorReceivedEventHandler(object sender, System.IO.Ports.SerialErrorReceivedEventArgs e);
8064     public enum SerialPinChange
8065     {
8066         Break = 64,
8067         CDChanged = 32,
8068         CtsChanged = 8,
8069         DsrChanged = 16,
8070         Ring = 256,
8071     }
8072     public partial class SerialPinChangedEventArgs : System.EventArgs
8073     {
SerialPinChangedEventArgs()8074         internal SerialPinChangedEventArgs() { }
8075         public System.IO.Ports.SerialPinChange EventType { get { throw null; } }
8076     }
SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e)8077     public delegate void SerialPinChangedEventHandler(object sender, System.IO.Ports.SerialPinChangedEventArgs e);
8078     [System.Diagnostics.MonitoringDescriptionAttribute("SerialPortDesc")]
8079     public partial class SerialPort : System.ComponentModel.Component
8080     {
8081         public const int InfiniteTimeout = -1;
SerialPort()8082         public SerialPort() { }
SerialPort(System.ComponentModel.IContainer container)8083         public SerialPort(System.ComponentModel.IContainer container) { }
SerialPort(string portName)8084         public SerialPort(string portName) { }
SerialPort(string portName, int baudRate)8085         public SerialPort(string portName, int baudRate) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity)8086         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity) { }
SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits)8087         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)8088         public SerialPort(string portName, int baudRate, System.IO.Ports.Parity parity, int dataBits, System.IO.Ports.StopBits stopBits) { }
8089         [System.ComponentModel.BrowsableAttribute(false)]
8090         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8091         public System.IO.Stream BaseStream { get { throw null; } }
8092         [System.ComponentModel.BrowsableAttribute(true)]
8093         [System.ComponentModel.DefaultValueAttribute(9600)]
8094         [System.Diagnostics.MonitoringDescriptionAttribute("BaudRate")]
8095         public int BaudRate { get { throw null; } set { } }
8096         [System.ComponentModel.BrowsableAttribute(false)]
8097         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8098         public bool BreakState { get { throw null; } set { } }
8099         [System.ComponentModel.BrowsableAttribute(false)]
8100         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8101         public int BytesToRead { get { throw null; } }
8102         [System.ComponentModel.BrowsableAttribute(false)]
8103         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8104         public int BytesToWrite { get { throw null; } }
8105         [System.ComponentModel.BrowsableAttribute(false)]
8106         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8107         public bool CDHolding { get { throw null; } }
8108         [System.ComponentModel.BrowsableAttribute(false)]
8109         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8110         public bool CtsHolding { get { throw null; } }
8111         [System.ComponentModel.BrowsableAttribute(true)]
8112         [System.ComponentModel.DefaultValueAttribute(8)]
8113         [System.Diagnostics.MonitoringDescriptionAttribute("DataBits")]
8114         public int DataBits { get { throw null; } set { } }
8115         [System.ComponentModel.BrowsableAttribute(true)]
8116         [System.ComponentModel.DefaultValueAttribute(false)]
8117         [System.Diagnostics.MonitoringDescriptionAttribute("DiscardNull")]
8118         public bool DiscardNull { get { throw null; } set { } }
8119         [System.ComponentModel.BrowsableAttribute(false)]
8120         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8121         public bool DsrHolding { get { throw null; } }
8122         [System.ComponentModel.BrowsableAttribute(true)]
8123         [System.ComponentModel.DefaultValueAttribute(false)]
8124         [System.Diagnostics.MonitoringDescriptionAttribute("DtrEnable")]
8125         public bool DtrEnable { get { throw null; } set { } }
8126         [System.ComponentModel.BrowsableAttribute(false)]
8127         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8128         [System.Diagnostics.MonitoringDescriptionAttribute("Encoding")]
8129         public System.Text.Encoding Encoding { get { throw null; } set { } }
8130         [System.ComponentModel.BrowsableAttribute(true)]
8131         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Handshake)(0))]
8132         [System.Diagnostics.MonitoringDescriptionAttribute("Handshake")]
8133         public System.IO.Ports.Handshake Handshake { get { throw null; } set { } }
8134         [System.ComponentModel.BrowsableAttribute(false)]
8135         public bool IsOpen { get { throw null; } }
8136         [System.ComponentModel.BrowsableAttribute(false)]
8137         [System.ComponentModel.DefaultValueAttribute("\n")]
8138         [System.Diagnostics.MonitoringDescriptionAttribute("NewLine")]
8139         public string NewLine { get { throw null; } set { } }
8140         [System.ComponentModel.BrowsableAttribute(true)]
8141         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.Parity)(0))]
8142         [System.Diagnostics.MonitoringDescriptionAttribute("Parity")]
8143         public System.IO.Ports.Parity Parity { get { throw null; } set { } }
8144         [System.ComponentModel.BrowsableAttribute(true)]
8145         [System.ComponentModel.DefaultValueAttribute((byte)63)]
8146         [System.Diagnostics.MonitoringDescriptionAttribute("ParityReplace")]
8147         public byte ParityReplace { get { throw null; } set { } }
8148         [System.ComponentModel.BrowsableAttribute(true)]
8149         [System.ComponentModel.DefaultValueAttribute("COM1")]
8150         [System.Diagnostics.MonitoringDescriptionAttribute("PortName")]
8151         public string PortName { get { throw null; } set { } }
8152         [System.ComponentModel.BrowsableAttribute(true)]
8153         [System.ComponentModel.DefaultValueAttribute(4096)]
8154         [System.Diagnostics.MonitoringDescriptionAttribute("ReadBufferSize")]
8155         public int ReadBufferSize { get { throw null; } set { } }
8156         [System.ComponentModel.BrowsableAttribute(true)]
8157         [System.ComponentModel.DefaultValueAttribute(-1)]
8158         [System.Diagnostics.MonitoringDescriptionAttribute("ReadTimeout")]
8159         public int ReadTimeout { get { throw null; } set { } }
8160         [System.ComponentModel.BrowsableAttribute(true)]
8161         [System.ComponentModel.DefaultValueAttribute(1)]
8162         [System.Diagnostics.MonitoringDescriptionAttribute("ReceivedBytesThreshold")]
8163         public int ReceivedBytesThreshold { get { throw null; } set { } }
8164         [System.ComponentModel.BrowsableAttribute(true)]
8165         [System.ComponentModel.DefaultValueAttribute(false)]
8166         [System.Diagnostics.MonitoringDescriptionAttribute("RtsEnable")]
8167         public bool RtsEnable { get { throw null; } set { } }
8168         [System.ComponentModel.BrowsableAttribute(true)]
8169         [System.ComponentModel.DefaultValueAttribute((System.IO.Ports.StopBits)(1))]
8170         [System.Diagnostics.MonitoringDescriptionAttribute("StopBits")]
8171         public System.IO.Ports.StopBits StopBits { get { throw null; } set { } }
8172         [System.ComponentModel.BrowsableAttribute(true)]
8173         [System.ComponentModel.DefaultValueAttribute(2048)]
8174         [System.Diagnostics.MonitoringDescriptionAttribute("WriteBufferSize")]
8175         public int WriteBufferSize { get { throw null; } set { } }
8176         [System.ComponentModel.BrowsableAttribute(true)]
8177         [System.ComponentModel.DefaultValueAttribute(-1)]
8178         [System.Diagnostics.MonitoringDescriptionAttribute("WriteTimeout")]
8179         public int WriteTimeout { get { throw null; } set { } }
8180         [System.Diagnostics.MonitoringDescriptionAttribute("SerialDataReceived")]
8181         public event System.IO.Ports.SerialDataReceivedEventHandler DataReceived { add { } remove { } }
8182         [System.Diagnostics.MonitoringDescriptionAttribute("SerialErrorReceived")]
8183         public event System.IO.Ports.SerialErrorReceivedEventHandler ErrorReceived { add { } remove { } }
8184         [System.Diagnostics.MonitoringDescriptionAttribute("SerialPinChanged")]
8185         public event System.IO.Ports.SerialPinChangedEventHandler PinChanged { add { } remove { } }
Close()8186         public void Close() { }
DiscardInBuffer()8187         public void DiscardInBuffer() { }
DiscardOutBuffer()8188         public void DiscardOutBuffer() { }
Dispose(bool disposing)8189         protected override void Dispose(bool disposing) { }
GetPortNames()8190         public static string[] GetPortNames() { throw null; }
Open()8191         public void Open() { }
Read(byte[] buffer, int offset, int count)8192         public int Read(byte[] buffer, int offset, int count) { throw null; }
Read(char[] buffer, int offset, int count)8193         public int Read(char[] buffer, int offset, int count) { throw null; }
ReadByte()8194         public int ReadByte() { throw null; }
ReadChar()8195         public int ReadChar() { throw null; }
ReadExisting()8196         public string ReadExisting() { throw null; }
ReadLine()8197         public string ReadLine() { throw null; }
ReadTo(string value)8198         public string ReadTo(string value) { throw null; }
Write(byte[] buffer, int offset, int count)8199         public void Write(byte[] buffer, int offset, int count) { }
Write(char[] buffer, int offset, int count)8200         public void Write(char[] buffer, int offset, int count) { }
Write(string text)8201         public void Write(string text) { }
WriteLine(string text)8202         public void WriteLine(string text) { }
8203     }
8204     public enum StopBits
8205     {
8206         None = 0,
8207         One = 1,
8208         OnePointFive = 3,
8209         Two = 2,
8210     }
8211 }
8212 namespace System.Media
8213 {
8214     [System.ComponentModel.ToolboxItemAttribute(false)]
8215     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UI=true)]
8216     [System.SerializableAttribute]
8217     public partial class SoundPlayer : System.ComponentModel.Component, System.Runtime.Serialization.ISerializable
8218     {
SoundPlayer()8219         public SoundPlayer() { }
SoundPlayer(System.IO.Stream stream)8220         public SoundPlayer(System.IO.Stream stream) { }
SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context)8221         protected SoundPlayer(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
SoundPlayer(string soundLocation)8222         public SoundPlayer(string soundLocation) { }
8223         public bool IsLoadCompleted { get { throw null; } }
8224         public int LoadTimeout { get { throw null; } set { } }
8225         public string SoundLocation { get { throw null; } set { } }
8226         public System.IO.Stream Stream { get { throw null; } set { } }
8227         public object Tag { get { throw null; } set { } }
8228         public event System.ComponentModel.AsyncCompletedEventHandler LoadCompleted { add { } remove { } }
8229         public event System.EventHandler SoundLocationChanged { add { } remove { } }
8230         public event System.EventHandler StreamChanged { add { } remove { } }
Load()8231         public void Load() { }
LoadAsync()8232         public void LoadAsync() { }
OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e)8233         protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnSoundLocationChanged(System.EventArgs e)8234         protected virtual void OnSoundLocationChanged(System.EventArgs e) { }
OnStreamChanged(System.EventArgs e)8235         protected virtual void OnStreamChanged(System.EventArgs e) { }
Play()8236         public void Play() { }
PlayLooping()8237         public void PlayLooping() { }
PlaySync()8238         public void PlaySync() { }
Stop()8239         public void Stop() { }
8240         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)8241         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
8242     }
8243     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UI=true)]
8244     public partial class SystemSound
8245     {
SystemSound()8246         internal SystemSound() { }
Play()8247         public void Play() { }
8248     }
8249     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, UI=true)]
8250     public sealed partial class SystemSounds
8251     {
SystemSounds()8252         internal SystemSounds() { }
8253         public static System.Media.SystemSound Asterisk { get { throw null; } }
8254         public static System.Media.SystemSound Beep { get { throw null; } }
8255         public static System.Media.SystemSound Exclamation { get { throw null; } }
8256         public static System.Media.SystemSound Hand { get { throw null; } }
8257         public static System.Media.SystemSound Question { get { throw null; } }
8258     }
8259 }
8260 namespace System.Net
8261 {
8262     public partial class AuthenticationManager
8263     {
AuthenticationManager()8264         internal AuthenticationManager() { }
8265         public static System.Net.ICredentialPolicy CredentialPolicy { get { throw null; } set { } }
8266         public static System.Collections.Specialized.StringDictionary CustomTargetNameDictionary { get { throw null; } }
8267         public static System.Collections.IEnumerator RegisteredModules { get { throw null; } }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)8268         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)8269         public static System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials) { throw null; }
Register(System.Net.IAuthenticationModule authenticationModule)8270         public static void Register(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(System.Net.IAuthenticationModule authenticationModule)8271         public static void Unregister(System.Net.IAuthenticationModule authenticationModule) { }
Unregister(string authenticationScheme)8272         public static void Unregister(string authenticationScheme) { }
8273     }
8274     [System.FlagsAttribute]
8275     public enum AuthenticationSchemes
8276     {
8277         Anonymous = 32768,
8278         Basic = 8,
8279         Digest = 1,
8280         IntegratedWindowsAuthentication = 6,
8281         Negotiate = 2,
8282         None = 0,
8283         Ntlm = 4,
8284     }
AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest)8285     public delegate System.Net.AuthenticationSchemes AuthenticationSchemeSelector(System.Net.HttpListenerRequest httpRequest);
8286     public partial class Authorization
8287     {
Authorization(string token)8288         public Authorization(string token) { }
Authorization(string token, bool finished)8289         public Authorization(string token, bool finished) { }
Authorization(string token, bool finished, string connectionGroupId)8290         public Authorization(string token, bool finished, string connectionGroupId) { }
8291         public bool Complete { get { throw null; } }
8292         public string ConnectionGroupId { get { throw null; } }
8293         public string Message { get { throw null; } }
8294         public bool MutuallyAuthenticated { get { throw null; } set { } }
8295         public string[] ProtectionRealm { get { throw null; } set { } }
8296     }
BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount)8297     public delegate System.Net.IPEndPoint BindIPEndPoint(System.Net.ServicePoint servicePoint, System.Net.IPEndPoint remoteEndPoint, int retryCount);
8298     [System.SerializableAttribute]
8299     public sealed partial class Cookie
8300     {
Cookie()8301         public Cookie() { }
Cookie(string name, string value)8302         public Cookie(string name, string value) { }
Cookie(string name, string value, string path)8303         public Cookie(string name, string value, string path) { }
Cookie(string name, string value, string path, string domain)8304         public Cookie(string name, string value, string path, string domain) { }
8305         public string Comment { get { throw null; } set { } }
8306         public System.Uri CommentUri { get { throw null; } set { } }
8307         public bool Discard { get { throw null; } set { } }
8308         public string Domain { get { throw null; } set { } }
8309         public bool Expired { get { throw null; } set { } }
8310         public System.DateTime Expires { get { throw null; } set { } }
8311         public bool HttpOnly { get { throw null; } set { } }
8312         public string Name { get { throw null; } set { } }
8313         public string Path { get { throw null; } set { } }
8314         public string Port { get { throw null; } set { } }
8315         public bool Secure { get { throw null; } set { } }
8316         public System.DateTime TimeStamp { get { throw null; } }
8317         public string Value { get { throw null; } set { } }
8318         public int Version { get { throw null; } set { } }
Equals(object comparand)8319         public override bool Equals(object comparand) { throw null; }
GetHashCode()8320         public override int GetHashCode() { throw null; }
ToString()8321         public override string ToString() { throw null; }
8322     }
8323     [System.SerializableAttribute]
8324     public partial class CookieCollection : System.Collections.ICollection, System.Collections.IEnumerable
8325     {
CookieCollection()8326         public CookieCollection() { }
8327         public int Count { get { throw null; } }
8328         public bool IsReadOnly { get { throw null; } }
8329         public bool IsSynchronized { get { throw null; } }
8330         public System.Net.Cookie this[int index] { get { throw null; } }
8331         public System.Net.Cookie this[string name] { get { throw null; } }
8332         public object SyncRoot { get { throw null; } }
Add(System.Net.Cookie cookie)8333         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8334         public void Add(System.Net.CookieCollection cookies) { }
CopyTo(System.Array array, int index)8335         public void CopyTo(System.Array array, int index) { }
CopyTo(System.Net.Cookie[] array, int index)8336         public void CopyTo(System.Net.Cookie[] array, int index) { }
GetEnumerator()8337         public System.Collections.IEnumerator GetEnumerator() { throw null; }
8338     }
8339     [System.SerializableAttribute]
8340     public partial class CookieContainer
8341     {
8342         public const int DefaultCookieLengthLimit = 4096;
8343         public const int DefaultCookieLimit = 300;
8344         public const int DefaultPerDomainCookieLimit = 20;
CookieContainer()8345         public CookieContainer() { }
CookieContainer(int capacity)8346         public CookieContainer(int capacity) { }
CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize)8347         public CookieContainer(int capacity, int perDomainCapacity, int maxCookieSize) { }
8348         public int Capacity { get { throw null; } set { } }
8349         public int Count { get { throw null; } }
8350         public int MaxCookieSize { get { throw null; } set { } }
8351         public int PerDomainCapacity { get { throw null; } set { } }
Add(System.Net.Cookie cookie)8352         public void Add(System.Net.Cookie cookie) { }
Add(System.Net.CookieCollection cookies)8353         public void Add(System.Net.CookieCollection cookies) { }
Add(System.Uri uri, System.Net.Cookie cookie)8354         public void Add(System.Uri uri, System.Net.Cookie cookie) { }
Add(System.Uri uri, System.Net.CookieCollection cookies)8355         public void Add(System.Uri uri, System.Net.CookieCollection cookies) { }
GetCookieHeader(System.Uri uri)8356         public string GetCookieHeader(System.Uri uri) { throw null; }
GetCookies(System.Uri uri)8357         public System.Net.CookieCollection GetCookies(System.Uri uri) { throw null; }
SetCookies(System.Uri uri, string cookieHeader)8358         public void SetCookies(System.Uri uri, string cookieHeader) { }
8359     }
8360     [System.SerializableAttribute]
8361     public partial class CookieException : System.FormatException, System.Runtime.Serialization.ISerializable
8362     {
CookieException()8363         public CookieException() { }
CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8364         protected CookieException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8365         [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)8366         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8367         [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)8368         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8369     }
8370     public partial class CredentialCache : System.Collections.IEnumerable, System.Net.ICredentials, System.Net.ICredentialsByHost
8371     {
CredentialCache()8372         public CredentialCache() { }
8373         public static System.Net.ICredentials DefaultCredentials { get { throw null; } }
8374         public static System.Net.NetworkCredential DefaultNetworkCredentials { get { throw null; } }
Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential)8375         public void Add(string host, int port, string authenticationType, System.Net.NetworkCredential credential) { }
Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred)8376         public void Add(System.Uri uriPrefix, string authType, System.Net.NetworkCredential cred) { }
GetCredential(string host, int port, string authenticationType)8377         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uriPrefix, string authType)8378         public System.Net.NetworkCredential GetCredential(System.Uri uriPrefix, string authType) { throw null; }
GetEnumerator()8379         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Remove(string host, int port, string authenticationType)8380         public void Remove(string host, int port, string authenticationType) { }
Remove(System.Uri uriPrefix, string authType)8381         public void Remove(System.Uri uriPrefix, string authType) { }
8382     }
8383     [System.FlagsAttribute]
8384     public enum DecompressionMethods
8385     {
8386         Deflate = 2,
8387         GZip = 1,
8388         None = 0,
8389     }
8390     public static partial class Dns
8391     {
8392         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state)8393         public static System.IAsyncResult BeginGetHostAddresses(string hostNameOrAddress, System.AsyncCallback requestCallback, object state) { throw null; }
8394         [System.ObsoleteAttribute("BeginGetHostByName is obsoleted for this type, please use BeginGetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")]
8395         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject)8396         public static System.IAsyncResult BeginGetHostByName(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
8397         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject)8398         public static System.IAsyncResult BeginGetHostEntry(System.Net.IPAddress address, System.AsyncCallback requestCallback, object stateObject) { throw null; }
8399         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject)8400         public static System.IAsyncResult BeginGetHostEntry(string hostNameOrAddress, System.AsyncCallback requestCallback, object stateObject) { throw null; }
8401         [System.ObsoleteAttribute("BeginResolve is obsoleted for this type, please use BeginGetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")]
8402         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject)8403         public static System.IAsyncResult BeginResolve(string hostName, System.AsyncCallback requestCallback, object stateObject) { throw null; }
EndGetHostAddresses(System.IAsyncResult asyncResult)8404         public static System.Net.IPAddress[] EndGetHostAddresses(System.IAsyncResult asyncResult) { throw null; }
8405         [System.ObsoleteAttribute("EndGetHostByName is obsoleted for this type, please use EndGetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")]
EndGetHostByName(System.IAsyncResult asyncResult)8406         public static System.Net.IPHostEntry EndGetHostByName(System.IAsyncResult asyncResult) { throw null; }
EndGetHostEntry(System.IAsyncResult asyncResult)8407         public static System.Net.IPHostEntry EndGetHostEntry(System.IAsyncResult asyncResult) { throw null; }
8408         [System.ObsoleteAttribute("EndResolve is obsoleted for this type, please use EndGetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")]
EndResolve(System.IAsyncResult asyncResult)8409         public static System.Net.IPHostEntry EndResolve(System.IAsyncResult asyncResult) { throw null; }
GetHostAddresses(string hostNameOrAddress)8410         public static System.Net.IPAddress[] GetHostAddresses(string hostNameOrAddress) { throw null; }
8411         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetHostAddressesAsync(string hostNameOrAddress)8412         public static System.Threading.Tasks.Task<System.Net.IPAddress[]> GetHostAddressesAsync(string hostNameOrAddress) { throw null; }
8413         [System.ObsoleteAttribute("GetHostByAddress is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")]
GetHostByAddress(System.Net.IPAddress address)8414         public static System.Net.IPHostEntry GetHostByAddress(System.Net.IPAddress address) { throw null; }
8415         [System.ObsoleteAttribute("GetHostByAddress is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")]
GetHostByAddress(string address)8416         public static System.Net.IPHostEntry GetHostByAddress(string address) { throw null; }
8417         [System.ObsoleteAttribute("GetHostByName is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")]
GetHostByName(string hostName)8418         public static System.Net.IPHostEntry GetHostByName(string hostName) { throw null; }
GetHostEntry(System.Net.IPAddress address)8419         public static System.Net.IPHostEntry GetHostEntry(System.Net.IPAddress address) { throw null; }
GetHostEntry(string hostNameOrAddress)8420         public static System.Net.IPHostEntry GetHostEntry(string hostNameOrAddress) { throw null; }
8421         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetHostEntryAsync(System.Net.IPAddress address)8422         public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(System.Net.IPAddress address) { throw null; }
8423         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetHostEntryAsync(string hostNameOrAddress)8424         public static System.Threading.Tasks.Task<System.Net.IPHostEntry> GetHostEntryAsync(string hostNameOrAddress) { throw null; }
GetHostName()8425         public static string GetHostName() { throw null; }
8426         [System.ObsoleteAttribute("Resolve is obsoleted for this type, please use GetHostEntry instead. http://go.microsoft.com/fwlink/?linkid=14202")]
Resolve(string hostName)8427         public static System.Net.IPHostEntry Resolve(string hostName) { throw null; }
8428     }
8429     public partial class DnsEndPoint : System.Net.EndPoint
8430     {
DnsEndPoint(string host, int port)8431         public DnsEndPoint(string host, int port) { }
DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily)8432         public DnsEndPoint(string host, int port, System.Net.Sockets.AddressFamily addressFamily) { }
8433         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
8434         public string Host { get { throw null; } }
8435         public int Port { get { throw null; } }
Equals(object comparand)8436         public override bool Equals(object comparand) { throw null; }
GetHashCode()8437         public override int GetHashCode() { throw null; }
ToString()8438         public override string ToString() { throw null; }
8439     }
8440     [System.SerializableAttribute]
8441     public sealed partial class DnsPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
8442     {
DnsPermission(System.Security.Permissions.PermissionState state)8443         public DnsPermission(System.Security.Permissions.PermissionState state) { }
Copy()8444         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)8445         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)8446         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)8447         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()8448         public bool IsUnrestricted() { throw null; }
ToXml()8449         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)8450         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
8451     }
8452     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
8453     [System.SerializableAttribute]
8454     public sealed partial class DnsPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
8455     {
DnsPermissionAttribute(System.Security.Permissions.SecurityAction action)8456         public DnsPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
CreatePermission()8457         public override System.Security.IPermission CreatePermission() { throw null; }
8458     }
8459     public partial class DownloadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8460     {
DownloadDataCompletedEventArgs()8461         internal DownloadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8462         public byte[] Result { get { throw null; } }
8463     }
DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e)8464     public delegate void DownloadDataCompletedEventHandler(object sender, System.Net.DownloadDataCompletedEventArgs e);
8465     public partial class DownloadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
8466     {
DownloadProgressChangedEventArgs()8467         internal DownloadProgressChangedEventArgs() : base (default(int), default(object)) { }
8468         public long BytesReceived { get { throw null; } }
8469         public long TotalBytesToReceive { get { throw null; } }
8470     }
DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e)8471     public delegate void DownloadProgressChangedEventHandler(object sender, System.Net.DownloadProgressChangedEventArgs e);
8472     public partial class DownloadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
8473     {
DownloadStringCompletedEventArgs()8474         internal DownloadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
8475         public string Result { get { throw null; } }
8476     }
DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e)8477     public delegate void DownloadStringCompletedEventHandler(object sender, System.Net.DownloadStringCompletedEventArgs e);
8478     [System.SerializableAttribute]
8479     public abstract partial class EndPoint
8480     {
EndPoint()8481         protected EndPoint() { }
8482         public virtual System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
Create(System.Net.SocketAddress socketAddress)8483         public virtual System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Serialize()8484         public virtual System.Net.SocketAddress Serialize() { throw null; }
8485     }
8486     [System.SerializableAttribute]
8487     public partial class EndpointPermission
8488     {
EndpointPermission()8489         internal EndpointPermission() { }
8490         public string Hostname { get { throw null; } }
8491         public int Port { get { throw null; } }
8492         public System.Net.TransportType Transport { get { throw null; } }
Equals(object obj)8493         public override bool Equals(object obj) { throw null; }
GetHashCode()8494         public override int GetHashCode() { throw null; }
ToString()8495         public override string ToString() { throw null; }
8496     }
8497     [System.SerializableAttribute]
8498     public partial class FileWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8499     {
8500         [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)8501         protected FileWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8502         public override string ConnectionGroupName { get { throw null; } set { } }
8503         public override long ContentLength { get { throw null; } set { } }
8504         public override string ContentType { get { throw null; } set { } }
8505         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8506         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8507         public override string Method { get { throw null; } set { } }
8508         public override bool PreAuthenticate { get { throw null; } set { } }
8509         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8510         public override System.Uri RequestUri { get { throw null; } }
8511         public override int Timeout { get { throw null; } set { } }
8512         public override bool UseDefaultCredentials { get { throw null; } set { } }
Abort()8513         public override void Abort() { }
8514         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)8515         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
8516         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)8517         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8518         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8519         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
8520         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8521         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8522         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8523         public override System.Net.WebResponse GetResponse() { throw null; }
8524         [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)8525         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8526     }
8527     [System.SerializableAttribute]
8528     public partial class FileWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
8529     {
8530         [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)8531         protected FileWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8532         public override long ContentLength { get { throw null; } }
8533         public override string ContentType { get { throw null; } }
8534         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8535         public override System.Uri ResponseUri { get { throw null; } }
8536         public override bool SupportsHeaders { get { throw null; } }
Close()8537         public override void Close() { }
8538         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8539         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()8540         public override System.IO.Stream GetResponseStream() { throw null; }
8541         [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)8542         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8543     }
8544     public enum FtpStatusCode
8545     {
8546         AccountNeeded = 532,
8547         ActionAbortedLocalProcessingError = 451,
8548         ActionAbortedUnknownPageType = 551,
8549         ActionNotTakenFilenameNotAllowed = 553,
8550         ActionNotTakenFileUnavailable = 550,
8551         ActionNotTakenFileUnavailableOrBusy = 450,
8552         ActionNotTakenInsufficientSpace = 452,
8553         ArgumentSyntaxError = 501,
8554         BadCommandSequence = 503,
8555         CantOpenData = 425,
8556         ClosingControl = 221,
8557         ClosingData = 226,
8558         CommandExtraneous = 202,
8559         CommandNotImplemented = 502,
8560         CommandOK = 200,
8561         CommandSyntaxError = 500,
8562         ConnectionClosed = 426,
8563         DataAlreadyOpen = 125,
8564         DirectoryStatus = 212,
8565         EnteringPassive = 227,
8566         FileActionAborted = 552,
8567         FileActionOK = 250,
8568         FileCommandPending = 350,
8569         FileStatus = 213,
8570         LoggedInProceed = 230,
8571         NeedLoginAccount = 332,
8572         NotLoggedIn = 530,
8573         OpeningData = 150,
8574         PathnameCreated = 257,
8575         RestartMarker = 110,
8576         SendPasswordCommand = 331,
8577         SendUserCommand = 220,
8578         ServerWantsSecureSession = 234,
8579         ServiceNotAvailable = 421,
8580         ServiceTemporarilyNotAvailable = 120,
8581         SystemType = 215,
8582         Undefined = 0,
8583     }
8584     public sealed partial class FtpWebRequest : System.Net.WebRequest
8585     {
FtpWebRequest()8586         internal FtpWebRequest() { }
8587         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
8588         public override string ConnectionGroupName { get { throw null; } set { } }
8589         public override long ContentLength { get { throw null; } set { } }
8590         public long ContentOffset { get { throw null; } set { } }
8591         public override string ContentType { get { throw null; } set { } }
8592         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8593         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8594         public bool EnableSsl { get { throw null; } set { } }
8595         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8596         public bool KeepAlive { get { throw null; } set { } }
8597         public override string Method { get { throw null; } set { } }
8598         public override bool PreAuthenticate { get { throw null; } set { } }
8599         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8600         public int ReadWriteTimeout { get { throw null; } set { } }
8601         public string RenameTo { get { throw null; } set { } }
8602         public override System.Uri RequestUri { get { throw null; } }
8603         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8604         public override int Timeout { get { throw null; } set { } }
8605         public bool UseBinary { get { throw null; } set { } }
8606         public override bool UseDefaultCredentials { get { throw null; } set { } }
8607         public bool UsePassive { get { throw null; } set { } }
Abort()8608         public override void Abort() { }
8609         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)8610         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
8611         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)8612         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8613         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8614         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
GetRequestStream()8615         public override System.IO.Stream GetRequestStream() { throw null; }
GetResponse()8616         public override System.Net.WebResponse GetResponse() { throw null; }
8617     }
8618     public partial class FtpWebResponse : System.Net.WebResponse, System.IDisposable
8619     {
FtpWebResponse()8620         internal FtpWebResponse() { }
8621         public string BannerMessage { get { throw null; } }
8622         public override long ContentLength { get { throw null; } }
8623         public string ExitMessage { get { throw null; } }
8624         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
8625         public System.DateTime LastModified { get { throw null; } }
8626         public override System.Uri ResponseUri { get { throw null; } }
8627         public System.Net.FtpStatusCode StatusCode { get { throw null; } }
8628         public string StatusDescription { get { throw null; } }
8629         public override bool SupportsHeaders { get { throw null; } }
8630         public string WelcomeMessage { get { throw null; } }
Close()8631         public override void Close() { }
GetResponseStream()8632         public override System.IO.Stream GetResponseStream() { throw null; }
8633     }
8634     [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")]
8635     public partial class GlobalProxySelection
8636     {
GlobalProxySelection()8637         public GlobalProxySelection() { }
8638         public static System.Net.IWebProxy Select { get { throw null; } set { } }
GetEmptyWebProxy()8639         public static System.Net.IWebProxy GetEmptyWebProxy() { throw null; }
8640     }
HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders)8641     public delegate void HttpContinueDelegate(int StatusCode, System.Net.WebHeaderCollection httpHeaders);
8642     public sealed partial class HttpListener : System.IDisposable
8643     {
HttpListener()8644         public HttpListener() { }
8645         public System.Net.AuthenticationSchemes AuthenticationSchemes { get { throw null; } set { } }
8646         public System.Net.AuthenticationSchemeSelector AuthenticationSchemeSelectorDelegate { get { throw null; } set { } }
8647         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection DefaultServiceNames { get { throw null; } }
8648         public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionPolicy { get { throw null; } set { } }
8649         public System.Net.HttpListener.ExtendedProtectionSelector ExtendedProtectionSelectorDelegate { get { throw null; } set { } }
8650         public bool IgnoreWriteExceptions { get { throw null; } set { } }
8651         public bool IsListening { get { throw null; } }
8652         public static bool IsSupported { get { throw null; } }
8653         public System.Net.HttpListenerPrefixCollection Prefixes { get { throw null; } }
8654         public string Realm { get { throw null; } set { } }
8655         public System.Net.HttpListenerTimeoutManager TimeoutManager { get { throw null; } }
8656         public bool UnsafeConnectionNtlmAuthentication { get { throw null; } set { } }
Abort()8657         public void Abort() { }
8658         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetContext(System.AsyncCallback callback, object state)8659         public System.IAsyncResult BeginGetContext(System.AsyncCallback callback, object state) { throw null; }
Close()8660         public void Close() { }
EndGetContext(System.IAsyncResult asyncResult)8661         public System.Net.HttpListenerContext EndGetContext(System.IAsyncResult asyncResult) { throw null; }
GetContext()8662         public System.Net.HttpListenerContext GetContext() { throw null; }
8663         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetContextAsync()8664         public System.Threading.Tasks.Task<System.Net.HttpListenerContext> GetContextAsync() { throw null; }
Start()8665         public void Start() { }
Stop()8666         public void Stop() { }
System.IDisposable.Dispose()8667         void System.IDisposable.Dispose() { }
ExtendedProtectionSelector(System.Net.HttpListenerRequest request)8668         public delegate System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy ExtendedProtectionSelector(System.Net.HttpListenerRequest request);
8669     }
8670     public partial class HttpListenerBasicIdentity : System.Security.Principal.GenericIdentity
8671     {
HttpListenerBasicIdentity(string username, string password)8672         public HttpListenerBasicIdentity(string username, string password) : base (default(string)) { }
8673         public virtual string Password { get { throw null; } }
8674     }
8675     public sealed partial class HttpListenerContext
8676     {
HttpListenerContext()8677         internal HttpListenerContext() { }
8678         public System.Net.HttpListenerRequest Request { get { throw null; } }
8679         public System.Net.HttpListenerResponse Response { get { throw null; } }
8680         public System.Security.Principal.IPrincipal User { get { throw null; } }
AcceptWebSocketAsync(string subProtocol)8681         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol) { throw null; }
AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval)8682         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval) { throw null; }
8683         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment<byte> internalBuffer)8684         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, System.ArraySegment<byte> internalBuffer) { throw null; }
AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval)8685         public System.Threading.Tasks.Task<System.Net.WebSockets.HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, System.TimeSpan keepAliveInterval) { throw null; }
8686     }
8687     [System.SerializableAttribute]
8688     public partial class HttpListenerException : System.ComponentModel.Win32Exception
8689     {
HttpListenerException()8690         public HttpListenerException() { }
HttpListenerException(int errorCode)8691         public HttpListenerException(int errorCode) { }
HttpListenerException(int errorCode, string message)8692         public HttpListenerException(int errorCode, string message) { }
HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8693         protected HttpListenerException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8694         public override int ErrorCode { get { throw null; } }
8695     }
8696     public partial class HttpListenerPrefixCollection : System.Collections.Generic.ICollection<string>, System.Collections.Generic.IEnumerable<string>, System.Collections.IEnumerable
8697     {
HttpListenerPrefixCollection()8698         internal HttpListenerPrefixCollection() { }
8699         public int Count { get { throw null; } }
8700         public bool IsReadOnly { get { throw null; } }
8701         public bool IsSynchronized { get { throw null; } }
Add(string uriPrefix)8702         public void Add(string uriPrefix) { }
Clear()8703         public void Clear() { }
Contains(string uriPrefix)8704         public bool Contains(string uriPrefix) { throw null; }
CopyTo(System.Array array, int offset)8705         public void CopyTo(System.Array array, int offset) { }
CopyTo(string[] array, int offset)8706         public void CopyTo(string[] array, int offset) { }
GetEnumerator()8707         public System.Collections.Generic.IEnumerator<string> GetEnumerator() { throw null; }
Remove(string uriPrefix)8708         public bool Remove(string uriPrefix) { throw null; }
System.Collections.IEnumerable.GetEnumerator()8709         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
8710     }
8711     public sealed partial class HttpListenerRequest
8712     {
HttpListenerRequest()8713         internal HttpListenerRequest() { }
8714         public string[] AcceptTypes { get { throw null; } }
8715         public int ClientCertificateError { get { throw null; } }
8716         public System.Text.Encoding ContentEncoding { get { throw null; } }
8717         public long ContentLength64 { get { throw null; } }
8718         public string ContentType { get { throw null; } }
8719         public System.Net.CookieCollection Cookies { get { throw null; } }
8720         public bool HasEntityBody { get { throw null; } }
8721         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
8722         public string HttpMethod { get { throw null; } }
8723         public System.IO.Stream InputStream { get { throw null; } }
8724         public bool IsAuthenticated { get { throw null; } }
8725         public bool IsLocal { get { throw null; } }
8726         public bool IsSecureConnection { get { throw null; } }
8727         public bool IsWebSocketRequest { get { throw null; } }
8728         public bool KeepAlive { get { throw null; } }
8729         public System.Net.IPEndPoint LocalEndPoint { get { throw null; } }
8730         public System.Version ProtocolVersion { get { throw null; } }
8731         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } }
8732         public string RawUrl { get { throw null; } }
8733         public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
8734         public System.Guid RequestTraceIdentifier { get { throw null; } }
8735         public string ServiceName { get { throw null; } }
8736         public System.Net.TransportContext TransportContext { get { throw null; } }
8737         public System.Uri Url { get { throw null; } }
8738         public System.Uri UrlReferrer { get { throw null; } }
8739         public string UserAgent { get { throw null; } }
8740         public string UserHostAddress { get { throw null; } }
8741         public string UserHostName { get { throw null; } }
8742         public string[] UserLanguages { get { throw null; } }
BeginGetClientCertificate(System.AsyncCallback requestCallback, object state)8743         public System.IAsyncResult BeginGetClientCertificate(System.AsyncCallback requestCallback, object state) { throw null; }
EndGetClientCertificate(System.IAsyncResult asyncResult)8744         public System.Security.Cryptography.X509Certificates.X509Certificate2 EndGetClientCertificate(System.IAsyncResult asyncResult) { throw null; }
GetClientCertificate()8745         public System.Security.Cryptography.X509Certificates.X509Certificate2 GetClientCertificate() { throw null; }
8746         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetClientCertificateAsync()8747         public System.Threading.Tasks.Task<System.Security.Cryptography.X509Certificates.X509Certificate2> GetClientCertificateAsync() { throw null; }
8748     }
8749     public sealed partial class HttpListenerResponse : System.IDisposable
8750     {
HttpListenerResponse()8751         internal HttpListenerResponse() { }
8752         public System.Text.Encoding ContentEncoding { get { throw null; } set { } }
8753         public long ContentLength64 { get { throw null; } set { } }
8754         public string ContentType { get { throw null; } set { } }
8755         public System.Net.CookieCollection Cookies { get { throw null; } set { } }
8756         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8757         public bool KeepAlive { get { throw null; } set { } }
8758         public System.IO.Stream OutputStream { get { throw null; } }
8759         public System.Version ProtocolVersion { get { throw null; } set { } }
8760         public string RedirectLocation { get { throw null; } set { } }
8761         public bool SendChunked { get { throw null; } set { } }
8762         public int StatusCode { get { throw null; } set { } }
8763         public string StatusDescription { get { throw null; } set { } }
Abort()8764         public void Abort() { }
AddHeader(string name, string value)8765         public void AddHeader(string name, string value) { }
AppendCookie(System.Net.Cookie cookie)8766         public void AppendCookie(System.Net.Cookie cookie) { }
AppendHeader(string name, string value)8767         public void AppendHeader(string name, string value) { }
Close()8768         public void Close() { }
Close(byte[] responseEntity, bool willBlock)8769         public void Close(byte[] responseEntity, bool willBlock) { }
CopyFrom(System.Net.HttpListenerResponse templateResponse)8770         public void CopyFrom(System.Net.HttpListenerResponse templateResponse) { }
Redirect(string url)8771         public void Redirect(string url) { }
SetCookie(System.Net.Cookie cookie)8772         public void SetCookie(System.Net.Cookie cookie) { }
System.IDisposable.Dispose()8773         void System.IDisposable.Dispose() { }
8774     }
8775     public partial class HttpListenerTimeoutManager
8776     {
HttpListenerTimeoutManager()8777         internal HttpListenerTimeoutManager() { }
8778         public System.TimeSpan DrainEntityBody { get { throw null; } set { } }
8779         public System.TimeSpan EntityBody { get { throw null; } set { } }
8780         public System.TimeSpan HeaderWait { get { throw null; } set { } }
8781         public System.TimeSpan IdleConnection { get { throw null; } set { } }
8782         public long MinSendBytesPerSecond { get { throw null; } set { } }
8783         public System.TimeSpan RequestQueue { get { throw null; } set { } }
8784     }
8785     public enum HttpRequestHeader
8786     {
8787         Accept = 20,
8788         AcceptCharset = 21,
8789         AcceptEncoding = 22,
8790         AcceptLanguage = 23,
8791         Allow = 10,
8792         Authorization = 24,
8793         CacheControl = 0,
8794         Connection = 1,
8795         ContentEncoding = 13,
8796         ContentLanguage = 14,
8797         ContentLength = 11,
8798         ContentLocation = 15,
8799         ContentMd5 = 16,
8800         ContentRange = 17,
8801         ContentType = 12,
8802         Cookie = 25,
8803         Date = 2,
8804         Expect = 26,
8805         Expires = 18,
8806         From = 27,
8807         Host = 28,
8808         IfMatch = 29,
8809         IfModifiedSince = 30,
8810         IfNoneMatch = 31,
8811         IfRange = 32,
8812         IfUnmodifiedSince = 33,
8813         KeepAlive = 3,
8814         LastModified = 19,
8815         MaxForwards = 34,
8816         Pragma = 4,
8817         ProxyAuthorization = 35,
8818         Range = 37,
8819         Referer = 36,
8820         Te = 38,
8821         Trailer = 5,
8822         TransferEncoding = 6,
8823         Translate = 39,
8824         Upgrade = 7,
8825         UserAgent = 40,
8826         Via = 8,
8827         Warning = 9,
8828     }
8829     public enum HttpResponseHeader
8830     {
8831         AcceptRanges = 20,
8832         Age = 21,
8833         Allow = 10,
8834         CacheControl = 0,
8835         Connection = 1,
8836         ContentEncoding = 13,
8837         ContentLanguage = 14,
8838         ContentLength = 11,
8839         ContentLocation = 15,
8840         ContentMd5 = 16,
8841         ContentRange = 17,
8842         ContentType = 12,
8843         Date = 2,
8844         ETag = 22,
8845         Expires = 18,
8846         KeepAlive = 3,
8847         LastModified = 19,
8848         Location = 23,
8849         Pragma = 4,
8850         ProxyAuthenticate = 24,
8851         RetryAfter = 25,
8852         Server = 26,
8853         SetCookie = 27,
8854         Trailer = 5,
8855         TransferEncoding = 6,
8856         Upgrade = 7,
8857         Vary = 28,
8858         Via = 8,
8859         Warning = 9,
8860         WwwAuthenticate = 29,
8861     }
8862     public enum HttpStatusCode
8863     {
8864         Accepted = 202,
8865         Ambiguous = 300,
8866         BadGateway = 502,
8867         BadRequest = 400,
8868         Conflict = 409,
8869         Continue = 100,
8870         Created = 201,
8871         ExpectationFailed = 417,
8872         Forbidden = 403,
8873         Found = 302,
8874         GatewayTimeout = 504,
8875         Gone = 410,
8876         HttpVersionNotSupported = 505,
8877         InternalServerError = 500,
8878         LengthRequired = 411,
8879         MethodNotAllowed = 405,
8880         Moved = 301,
8881         MovedPermanently = 301,
8882         MultipleChoices = 300,
8883         NoContent = 204,
8884         NonAuthoritativeInformation = 203,
8885         NotAcceptable = 406,
8886         NotFound = 404,
8887         NotImplemented = 501,
8888         NotModified = 304,
8889         OK = 200,
8890         PartialContent = 206,
8891         PaymentRequired = 402,
8892         PreconditionFailed = 412,
8893         ProxyAuthenticationRequired = 407,
8894         Redirect = 302,
8895         RedirectKeepVerb = 307,
8896         RedirectMethod = 303,
8897         RequestedRangeNotSatisfiable = 416,
8898         RequestEntityTooLarge = 413,
8899         RequestTimeout = 408,
8900         RequestUriTooLong = 414,
8901         ResetContent = 205,
8902         SeeOther = 303,
8903         ServiceUnavailable = 503,
8904         SwitchingProtocols = 101,
8905         TemporaryRedirect = 307,
8906         Unauthorized = 401,
8907         UnsupportedMediaType = 415,
8908         Unused = 306,
8909         UpgradeRequired = 426,
8910         UseProxy = 305,
8911     }
8912     public partial class HttpVersion
8913     {
8914         public static readonly System.Version Version10;
8915         public static readonly System.Version Version11;
HttpVersion()8916         public HttpVersion() { }
8917     }
8918     [System.SerializableAttribute]
8919     public partial class HttpWebRequest : System.Net.WebRequest, System.Runtime.Serialization.ISerializable
8920     {
8921         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8922         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
HttpWebRequest()8923         public HttpWebRequest() { }
8924         [System.ObsoleteAttribute("Serialization is obsoleted for this type.  http://go.microsoft.com/fwlink/?linkid=14202")]
8925         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8926         protected HttpWebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8927         public string Accept { get { throw null; } set { } }
8928         public System.Uri Address { get { throw null; } }
8929         public virtual bool AllowAutoRedirect { get { throw null; } set { } }
8930         public virtual bool AllowReadStreamBuffering { get { throw null; } set { } }
8931         public virtual bool AllowWriteStreamBuffering { get { throw null; } set { } }
8932         public System.Net.DecompressionMethods AutomaticDecompression { get { throw null; } set { } }
8933         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
8934         public string Connection { get { throw null; } set { } }
8935         public override string ConnectionGroupName { get { throw null; } set { } }
8936         public override long ContentLength { get { throw null; } set { } }
8937         public override string ContentType { get { throw null; } set { } }
8938         public System.Net.HttpContinueDelegate ContinueDelegate { get { throw null; } set { } }
8939         public int ContinueTimeout { get { throw null; } set { } }
8940         public virtual System.Net.CookieContainer CookieContainer { get { throw null; } set { } }
8941         public override System.Net.ICredentials Credentials { get { throw null; } set { } }
8942         public System.DateTime Date { get { throw null; } set { } }
8943         public static new System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
8944         public static int DefaultMaximumErrorResponseLength { get { throw null; } set { } }
8945         public static int DefaultMaximumResponseHeadersLength { get { throw null; } set { } }
8946         public string Expect { get { throw null; } set { } }
8947         public virtual bool HaveResponse { get { throw null; } }
8948         public override System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
8949         public string Host { get { throw null; } set { } }
8950         public System.DateTime IfModifiedSince { get { throw null; } set { } }
8951         public bool KeepAlive { get { throw null; } set { } }
8952         public int MaximumAutomaticRedirections { get { throw null; } set { } }
8953         public int MaximumResponseHeadersLength { get { throw null; } set { } }
8954         public string MediaType { get { throw null; } set { } }
8955         public override string Method { get { throw null; } set { } }
8956         public bool Pipelined { get { throw null; } set { } }
8957         public override bool PreAuthenticate { get { throw null; } set { } }
8958         public System.Version ProtocolVersion { get { throw null; } set { } }
8959         public override System.Net.IWebProxy Proxy { get { throw null; } set { } }
8960         public int ReadWriteTimeout { get { throw null; } set { } }
8961         public string Referer { get { throw null; } set { } }
8962         public override System.Uri RequestUri { get { throw null; } }
8963         public bool SendChunked { get { throw null; } set { } }
8964         public System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get { throw null; } set { } }
8965         public System.Net.ServicePoint ServicePoint { get { throw null; } }
8966         public virtual bool SupportsCookieContainer { get { throw null; } }
8967         public override int Timeout { get { throw null; } set { } }
8968         public string TransferEncoding { get { throw null; } set { } }
8969         public bool UnsafeAuthenticatedConnectionSharing { get { throw null; } set { } }
8970         public override bool UseDefaultCredentials { get { throw null; } set { } }
8971         public string UserAgent { get { throw null; } set { } }
Abort()8972         public override void Abort() { }
AddRange(int range)8973         public void AddRange(int range) { }
AddRange(int from, int to)8974         public void AddRange(int from, int to) { }
AddRange(long range)8975         public void AddRange(long range) { }
AddRange(long from, long to)8976         public void AddRange(long from, long to) { }
AddRange(string rangeSpecifier, int range)8977         public void AddRange(string rangeSpecifier, int range) { }
AddRange(string rangeSpecifier, int from, int to)8978         public void AddRange(string rangeSpecifier, int from, int to) { }
AddRange(string rangeSpecifier, long range)8979         public void AddRange(string rangeSpecifier, long range) { }
AddRange(string rangeSpecifier, long from, long to)8980         public void AddRange(string rangeSpecifier, long from, long to) { }
8981         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)8982         public override System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
8983         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)8984         public override System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)8985         public override System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context)8986         public System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult, out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
EndGetResponse(System.IAsyncResult asyncResult)8987         public override System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
8988         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)8989         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()8990         public override System.IO.Stream GetRequestStream() { throw null; }
GetRequestStream(out System.Net.TransportContext context)8991         public System.IO.Stream GetRequestStream(out System.Net.TransportContext context) { context = default(System.Net.TransportContext); throw null; }
GetResponse()8992         public override System.Net.WebResponse GetResponse() { throw null; }
8993         [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)8994         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
8995     }
8996     [System.SerializableAttribute]
8997     public partial class HttpWebResponse : System.Net.WebResponse, System.Runtime.Serialization.ISerializable
8998     {
8999         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9000         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
HttpWebResponse()9001         public HttpWebResponse() { }
9002         [System.ObsoleteAttribute("Serialization is obsoleted for this type.  http://go.microsoft.com/fwlink/?linkid=14202")]
HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9003         protected HttpWebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9004         public string CharacterSet { get { throw null; } }
9005         public string ContentEncoding { get { throw null; } }
9006         public override long ContentLength { get { throw null; } }
9007         public override string ContentType { get { throw null; } }
9008         public virtual System.Net.CookieCollection Cookies { get { throw null; } set { } }
9009         public override System.Net.WebHeaderCollection Headers { get { throw null; } }
9010         public override bool IsMutuallyAuthenticated { get { throw null; } }
9011         public System.DateTime LastModified { get { throw null; } }
9012         public virtual string Method { get { throw null; } }
9013         public System.Version ProtocolVersion { get { throw null; } }
9014         public override System.Uri ResponseUri { get { throw null; } }
9015         public string Server { get { throw null; } }
9016         public virtual System.Net.HttpStatusCode StatusCode { get { throw null; } }
9017         public virtual string StatusDescription { get { throw null; } }
9018         public override bool SupportsHeaders { get { throw null; } }
Close()9019         public override void Close() { }
Dispose(bool disposing)9020         protected override void Dispose(bool disposing) { }
9021         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9022         protected override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseHeader(string headerName)9023         public string GetResponseHeader(string headerName) { throw null; }
GetResponseStream()9024         public override System.IO.Stream GetResponseStream() { throw null; }
9025         [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)9026         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9027     }
9028     public partial interface IAuthenticationModule
9029     {
9030         string AuthenticationType { get; }
9031         bool CanPreAuthenticate { get; }
Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials)9032         System.Net.Authorization Authenticate(string challenge, System.Net.WebRequest request, System.Net.ICredentials credentials);
PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials)9033         System.Net.Authorization PreAuthenticate(System.Net.WebRequest request, System.Net.ICredentials credentials);
9034     }
9035     public partial interface ICertificatePolicy
9036     {
CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem)9037         bool CheckValidationResult(System.Net.ServicePoint srvPoint, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Net.WebRequest request, int certificateProblem);
9038     }
9039     public partial interface ICredentialPolicy
9040     {
ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule)9041         bool ShouldSendCredential(System.Uri challengeUri, System.Net.WebRequest request, System.Net.NetworkCredential credential, System.Net.IAuthenticationModule authenticationModule);
9042     }
9043     public partial interface ICredentials
9044     {
GetCredential(System.Uri uri, string authType)9045         System.Net.NetworkCredential GetCredential(System.Uri uri, string authType);
9046     }
9047     public partial interface ICredentialsByHost
9048     {
GetCredential(string host, int port, string authenticationType)9049         System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType);
9050     }
9051     [System.SerializableAttribute]
9052     public partial class IPAddress
9053     {
9054         public static readonly System.Net.IPAddress Any;
9055         public static readonly System.Net.IPAddress Broadcast;
9056         public static readonly System.Net.IPAddress IPv6Any;
9057         public static readonly System.Net.IPAddress IPv6Loopback;
9058         public static readonly System.Net.IPAddress IPv6None;
9059         public static readonly System.Net.IPAddress Loopback;
9060         public static readonly System.Net.IPAddress None;
IPAddress(byte[] address)9061         public IPAddress(byte[] address) { }
IPAddress(byte[] address, long scopeid)9062         public IPAddress(byte[] address, long scopeid) { }
IPAddress(long newAddress)9063         public IPAddress(long newAddress) { }
9064         [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")]
9065         public long Address { get { throw null; } set { } }
9066         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
9067         public bool IsIPv4MappedToIPv6 { get { throw null; } }
9068         public bool IsIPv6LinkLocal { get { throw null; } }
9069         public bool IsIPv6Multicast { get { throw null; } }
9070         public bool IsIPv6SiteLocal { get { throw null; } }
9071         public bool IsIPv6Teredo { get { throw null; } }
9072         public long ScopeId { get { throw null; } set { } }
Equals(object comparand)9073         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()9074         public byte[] GetAddressBytes() { throw null; }
GetHashCode()9075         public override int GetHashCode() { throw null; }
HostToNetworkOrder(short host)9076         public static short HostToNetworkOrder(short host) { throw null; }
HostToNetworkOrder(int host)9077         public static int HostToNetworkOrder(int host) { throw null; }
HostToNetworkOrder(long host)9078         public static long HostToNetworkOrder(long host) { throw null; }
IsLoopback(System.Net.IPAddress address)9079         public static bool IsLoopback(System.Net.IPAddress address) { throw null; }
MapToIPv4()9080         public System.Net.IPAddress MapToIPv4() { throw null; }
MapToIPv6()9081         public System.Net.IPAddress MapToIPv6() { throw null; }
NetworkToHostOrder(short network)9082         public static short NetworkToHostOrder(short network) { throw null; }
NetworkToHostOrder(int network)9083         public static int NetworkToHostOrder(int network) { throw null; }
NetworkToHostOrder(long network)9084         public static long NetworkToHostOrder(long network) { throw null; }
Parse(string ipString)9085         public static System.Net.IPAddress Parse(string ipString) { throw null; }
ToString()9086         public override string ToString() { throw null; }
TryParse(string ipString, out System.Net.IPAddress address)9087         public static bool TryParse(string ipString, out System.Net.IPAddress address) { address = default(System.Net.IPAddress); throw null; }
9088     }
9089     [System.SerializableAttribute]
9090     public partial class IPEndPoint : System.Net.EndPoint
9091     {
9092         public const int MaxPort = 65535;
9093         public const int MinPort = 0;
IPEndPoint(long address, int port)9094         public IPEndPoint(long address, int port) { }
IPEndPoint(System.Net.IPAddress address, int port)9095         public IPEndPoint(System.Net.IPAddress address, int port) { }
9096         public System.Net.IPAddress Address { get { throw null; } set { } }
9097         public override System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
9098         public int Port { get { throw null; } set { } }
Create(System.Net.SocketAddress socketAddress)9099         public override System.Net.EndPoint Create(System.Net.SocketAddress socketAddress) { throw null; }
Equals(object comparand)9100         public override bool Equals(object comparand) { throw null; }
GetHashCode()9101         public override int GetHashCode() { throw null; }
Serialize()9102         public override System.Net.SocketAddress Serialize() { throw null; }
ToString()9103         public override string ToString() { throw null; }
9104     }
9105     public partial class IPHostEntry
9106     {
IPHostEntry()9107         public IPHostEntry() { }
9108         public System.Net.IPAddress[] AddressList { get { throw null; } set { } }
9109         public string[] Aliases { get { throw null; } set { } }
9110         public string HostName { get { throw null; } set { } }
9111     }
9112     public partial interface IWebProxy
9113     {
9114         System.Net.ICredentials Credentials { get; set; }
GetProxy(System.Uri destination)9115         System.Uri GetProxy(System.Uri destination);
IsBypassed(System.Uri host)9116         bool IsBypassed(System.Uri host);
9117     }
9118     public partial interface IWebProxyScript
9119     {
Close()9120         void Close();
Load(System.Uri scriptLocation, string script, System.Type helperType)9121         bool Load(System.Uri scriptLocation, string script, System.Type helperType);
Run(string url, string host)9122         string Run(string url, string host);
9123     }
9124     public partial interface IWebRequestCreate
9125     {
Create(System.Uri uri)9126         System.Net.WebRequest Create(System.Uri uri);
9127     }
9128     [System.FlagsAttribute]
9129     public enum NetworkAccess
9130     {
9131         Accept = 128,
9132         Connect = 64,
9133     }
9134     public partial class NetworkCredential : System.Net.ICredentials, System.Net.ICredentialsByHost
9135     {
NetworkCredential()9136         public NetworkCredential() { }
NetworkCredential(string userName, System.Security.SecureString password)9137         public NetworkCredential(string userName, System.Security.SecureString password) { }
NetworkCredential(string userName, System.Security.SecureString password, string domain)9138         public NetworkCredential(string userName, System.Security.SecureString password, string domain) { }
NetworkCredential(string userName, string password)9139         public NetworkCredential(string userName, string password) { }
NetworkCredential(string userName, string password, string domain)9140         public NetworkCredential(string userName, string password, string domain) { }
9141         public string Domain { get { throw null; } set { } }
9142         public string Password { get { throw null; } set { } }
9143         public System.Security.SecureString SecurePassword { get { throw null; } set { } }
9144         public string UserName { get { throw null; } set { } }
GetCredential(string host, int port, string authenticationType)9145         public System.Net.NetworkCredential GetCredential(string host, int port, string authenticationType) { throw null; }
GetCredential(System.Uri uri, string authType)9146         public System.Net.NetworkCredential GetCredential(System.Uri uri, string authType) { throw null; }
9147     }
9148     public partial class OpenReadCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9149     {
OpenReadCompletedEventArgs()9150         internal OpenReadCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9151         public System.IO.Stream Result { get { throw null; } }
9152     }
OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e)9153     public delegate void OpenReadCompletedEventHandler(object sender, System.Net.OpenReadCompletedEventArgs e);
9154     public partial class OpenWriteCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9155     {
OpenWriteCompletedEventArgs()9156         internal OpenWriteCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9157         public System.IO.Stream Result { get { throw null; } }
9158     }
OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e)9159     public delegate void OpenWriteCompletedEventHandler(object sender, System.Net.OpenWriteCompletedEventArgs e);
9160     [System.SerializableAttribute]
9161     public partial class ProtocolViolationException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
9162     {
ProtocolViolationException()9163         public ProtocolViolationException() { }
ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9164         protected ProtocolViolationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ProtocolViolationException(string message)9165         public ProtocolViolationException(string message) { }
9166         [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)9167         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9168         [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)9169         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9170     }
9171     [System.FlagsAttribute]
9172     public enum SecurityProtocolType
9173     {
9174         Ssl3 = 48,
9175         SystemDefault = 0,
9176         Tls = 192,
9177         Tls11 = 768,
9178         Tls12 = 3072,
9179     }
9180     public partial class ServicePoint
9181     {
ServicePoint()9182         internal ServicePoint() { }
9183         public System.Uri Address { get { throw null; } }
9184         public System.Net.BindIPEndPoint BindIPEndPointDelegate { get { throw null; } set { } }
9185         public System.Security.Cryptography.X509Certificates.X509Certificate Certificate { get { throw null; } }
9186         public System.Security.Cryptography.X509Certificates.X509Certificate ClientCertificate { get { throw null; } }
9187         public int ConnectionLeaseTimeout { get { throw null; } set { } }
9188         public int ConnectionLimit { get { throw null; } set { } }
9189         public string ConnectionName { get { throw null; } }
9190         public int CurrentConnections { get { throw null; } }
9191         public bool Expect100Continue { get { throw null; } set { } }
9192         public System.DateTime IdleSince { get { throw null; } }
9193         public int MaxIdleTime { get { throw null; } set { } }
9194         public virtual System.Version ProtocolVersion { get { throw null; } }
9195         public int ReceiveBufferSize { get { throw null; } set { } }
9196         public bool SupportsPipelining { get { throw null; } }
9197         public bool UseNagleAlgorithm { get { throw null; } set { } }
CloseConnectionGroup(string connectionGroupName)9198         public bool CloseConnectionGroup(string connectionGroupName) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)9199         public void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
9200     }
9201     public partial class ServicePointManager
9202     {
ServicePointManager()9203         internal ServicePointManager() { }
9204         public const int DefaultNonPersistentConnectionLimit = 4;
9205         public const int DefaultPersistentConnectionLimit = 2;
9206         [System.ObsoleteAttribute("CertificatePolicy is obsoleted for this type, please use ServerCertificateValidationCallback instead. http://go.microsoft.com/fwlink/?linkid=14202")]
9207         public static System.Net.ICertificatePolicy CertificatePolicy { get { throw null; } set { } }
9208         public static bool CheckCertificateRevocationList { get { throw null; } set { } }
9209         public static int DefaultConnectionLimit { get { throw null; } set { } }
9210         public static int DnsRefreshTimeout { get { throw null; } set { } }
9211         public static bool EnableDnsRoundRobin { get { throw null; } set { } }
9212         public static System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw null; } }
9213         public static bool Expect100Continue { get { throw null; } set { } }
9214         public static int MaxServicePointIdleTime { get { throw null; } set { } }
9215         public static int MaxServicePoints { get { throw null; } set { } }
9216         public static bool ReusePort { get { throw null; } set { } }
9217         public static System.Net.SecurityProtocolType SecurityProtocol { get { throw null; } set { } }
9218         public static System.Net.Security.RemoteCertificateValidationCallback ServerCertificateValidationCallback { get { throw null; } set { } }
9219         public static bool UseNagleAlgorithm { get { throw null; } set { } }
FindServicePoint(string uriString, System.Net.IWebProxy proxy)9220         public static System.Net.ServicePoint FindServicePoint(string uriString, System.Net.IWebProxy proxy) { throw null; }
FindServicePoint(System.Uri address)9221         public static System.Net.ServicePoint FindServicePoint(System.Uri address) { throw null; }
FindServicePoint(System.Uri address, System.Net.IWebProxy proxy)9222         public static System.Net.ServicePoint FindServicePoint(System.Uri address, System.Net.IWebProxy proxy) { throw null; }
SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval)9223         public static void SetTcpKeepAlive(bool enabled, int keepAliveTime, int keepAliveInterval) { }
9224     }
9225     public partial class SocketAddress
9226     {
SocketAddress(System.Net.Sockets.AddressFamily family)9227         public SocketAddress(System.Net.Sockets.AddressFamily family) { }
SocketAddress(System.Net.Sockets.AddressFamily family, int size)9228         public SocketAddress(System.Net.Sockets.AddressFamily family, int size) { }
9229         public System.Net.Sockets.AddressFamily Family { get { throw null; } }
9230         public byte this[int offset] { get { throw null; } set { } }
9231         public int Size { get { throw null; } }
Equals(object comparand)9232         public override bool Equals(object comparand) { throw null; }
GetHashCode()9233         public override int GetHashCode() { throw null; }
ToString()9234         public override string ToString() { throw null; }
9235     }
9236     [System.SerializableAttribute]
9237     public sealed partial class SocketPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
9238     {
9239         public const int AllPorts = -1;
SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)9240         public SocketPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
SocketPermission(System.Security.Permissions.PermissionState state)9241         public SocketPermission(System.Security.Permissions.PermissionState state) { }
9242         public System.Collections.IEnumerator AcceptList { get { throw null; } }
9243         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber)9244         public void AddPermission(System.Net.NetworkAccess access, System.Net.TransportType transport, string hostName, int portNumber) { }
Copy()9245         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)9246         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)9247         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)9248         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()9249         public bool IsUnrestricted() { throw null; }
ToXml()9250         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)9251         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
9252     }
9253     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
9254     [System.SerializableAttribute]
9255     public sealed partial class SocketPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
9256     {
SocketPermissionAttribute(System.Security.Permissions.SecurityAction action)9257         public SocketPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
9258         public string Access { get { throw null; } set { } }
9259         public string Host { get { throw null; } set { } }
9260         public string Port { get { throw null; } set { } }
9261         public string Transport { get { throw null; } set { } }
CreatePermission()9262         public override System.Security.IPermission CreatePermission() { throw null; }
9263     }
9264     public abstract partial class TransportContext
9265     {
TransportContext()9266         protected TransportContext() { }
GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind)9267         public abstract System.Security.Authentication.ExtendedProtection.ChannelBinding GetChannelBinding(System.Security.Authentication.ExtendedProtection.ChannelBindingKind kind);
GetTlsTokenBindings()9268         public virtual System.Collections.Generic.IEnumerable<System.Security.Authentication.ExtendedProtection.TokenBinding> GetTlsTokenBindings() { throw null; }
9269     }
9270     public enum TransportType
9271     {
9272         All = 3,
9273         Connectionless = 1,
9274         ConnectionOriented = 2,
9275         Tcp = 2,
9276         Udp = 1,
9277     }
9278     public partial class UploadDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9279     {
UploadDataCompletedEventArgs()9280         internal UploadDataCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9281         public byte[] Result { get { throw null; } }
9282     }
UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e)9283     public delegate void UploadDataCompletedEventHandler(object sender, System.Net.UploadDataCompletedEventArgs e);
9284     public partial class UploadFileCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9285     {
UploadFileCompletedEventArgs()9286         internal UploadFileCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9287         public byte[] Result { get { throw null; } }
9288     }
UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e)9289     public delegate void UploadFileCompletedEventHandler(object sender, System.Net.UploadFileCompletedEventArgs e);
9290     public partial class UploadProgressChangedEventArgs : System.ComponentModel.ProgressChangedEventArgs
9291     {
UploadProgressChangedEventArgs()9292         internal UploadProgressChangedEventArgs() : base (default(int), default(object)) { }
9293         public long BytesReceived { get { throw null; } }
9294         public long BytesSent { get { throw null; } }
9295         public long TotalBytesToReceive { get { throw null; } }
9296         public long TotalBytesToSend { get { throw null; } }
9297     }
UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e)9298     public delegate void UploadProgressChangedEventHandler(object sender, System.Net.UploadProgressChangedEventArgs e);
9299     public partial class UploadStringCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9300     {
UploadStringCompletedEventArgs()9301         internal UploadStringCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9302         public string Result { get { throw null; } }
9303     }
UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e)9304     public delegate void UploadStringCompletedEventHandler(object sender, System.Net.UploadStringCompletedEventArgs e);
9305     public partial class UploadValuesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
9306     {
UploadValuesCompletedEventArgs()9307         internal UploadValuesCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
9308         public byte[] Result { get { throw null; } }
9309     }
UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e)9310     public delegate void UploadValuesCompletedEventHandler(object sender, System.Net.UploadValuesCompletedEventArgs e);
9311     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9312     public partial class WebClient : System.ComponentModel.Component
9313     {
WebClient()9314         public WebClient() { }
9315         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9316         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9317         public bool AllowReadStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
9318         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9319         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9320         public bool AllowWriteStreamBuffering { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
9321         public string BaseAddress { get { throw null; } set { } }
9322         public System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9323         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9324         public System.Text.Encoding Encoding { get { throw null; } set { } }
9325         public System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9326         public bool IsBusy { get { throw null; } }
9327         public System.Net.IWebProxy Proxy { get { throw null; } set { } }
9328         public System.Collections.Specialized.NameValueCollection QueryString { get { throw null; } set { } }
9329         public System.Net.WebHeaderCollection ResponseHeaders { get { throw null; } }
9330         public bool UseDefaultCredentials { get { throw null; } set { } }
9331         public event System.Net.DownloadDataCompletedEventHandler DownloadDataCompleted { add { } remove { } }
9332         public event System.ComponentModel.AsyncCompletedEventHandler DownloadFileCompleted { add { } remove { } }
9333         public event System.Net.DownloadProgressChangedEventHandler DownloadProgressChanged { add { } remove { } }
9334         public event System.Net.DownloadStringCompletedEventHandler DownloadStringCompleted { add { } remove { } }
9335         public event System.Net.OpenReadCompletedEventHandler OpenReadCompleted { add { } remove { } }
9336         public event System.Net.OpenWriteCompletedEventHandler OpenWriteCompleted { add { } remove { } }
9337         public event System.Net.UploadDataCompletedEventHandler UploadDataCompleted { add { } remove { } }
9338         public event System.Net.UploadFileCompletedEventHandler UploadFileCompleted { add { } remove { } }
9339         public event System.Net.UploadProgressChangedEventHandler UploadProgressChanged { add { } remove { } }
9340         public event System.Net.UploadStringCompletedEventHandler UploadStringCompleted { add { } remove { } }
9341         public event System.Net.UploadValuesCompletedEventHandler UploadValuesCompleted { add { } remove { } }
9342         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9343         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9344         public event System.Net.WriteStreamClosedEventHandler WriteStreamClosed { add { } remove { } }
CancelAsync()9345         public void CancelAsync() { }
DownloadData(string address)9346         public byte[] DownloadData(string address) { throw null; }
DownloadData(System.Uri address)9347         public byte[] DownloadData(System.Uri address) { throw null; }
9348         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataAsync(System.Uri address)9349         public void DownloadDataAsync(System.Uri address) { }
9350         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataAsync(System.Uri address, object userToken)9351         public void DownloadDataAsync(System.Uri address, object userToken) { }
9352         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9353         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataTaskAsync(string address)9354         public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(string address) { throw null; }
9355         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9356         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadDataTaskAsync(System.Uri address)9357         public System.Threading.Tasks.Task<byte[]> DownloadDataTaskAsync(System.Uri address) { throw null; }
DownloadFile(string address, string fileName)9358         public void DownloadFile(string address, string fileName) { }
DownloadFile(System.Uri address, string fileName)9359         public void DownloadFile(System.Uri address, string fileName) { }
9360         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileAsync(System.Uri address, string fileName)9361         public void DownloadFileAsync(System.Uri address, string fileName) { }
9362         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileAsync(System.Uri address, string fileName, object userToken)9363         public void DownloadFileAsync(System.Uri address, string fileName, object userToken) { }
9364         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9365         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileTaskAsync(string address, string fileName)9366         public System.Threading.Tasks.Task DownloadFileTaskAsync(string address, string fileName) { throw null; }
9367         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9368         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadFileTaskAsync(System.Uri address, string fileName)9369         public System.Threading.Tasks.Task DownloadFileTaskAsync(System.Uri address, string fileName) { throw null; }
DownloadString(string address)9370         public string DownloadString(string address) { throw null; }
DownloadString(System.Uri address)9371         public string DownloadString(System.Uri address) { throw null; }
9372         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringAsync(System.Uri address)9373         public void DownloadStringAsync(System.Uri address) { }
9374         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringAsync(System.Uri address, object userToken)9375         public void DownloadStringAsync(System.Uri address, object userToken) { }
9376         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9377         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringTaskAsync(string address)9378         public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(string address) { throw null; }
9379         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9380         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
DownloadStringTaskAsync(System.Uri address)9381         public System.Threading.Tasks.Task<string> DownloadStringTaskAsync(System.Uri address) { throw null; }
GetWebRequest(System.Uri address)9382         protected virtual System.Net.WebRequest GetWebRequest(System.Uri address) { throw null; }
GetWebResponse(System.Net.WebRequest request)9383         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request) { throw null; }
GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result)9384         protected virtual System.Net.WebResponse GetWebResponse(System.Net.WebRequest request, System.IAsyncResult result) { throw null; }
OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e)9385         protected virtual void OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs e) { }
OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e)9386         protected virtual void OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e)9387         protected virtual void OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs e) { }
OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e)9388         protected virtual void OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs e) { }
OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e)9389         protected virtual void OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs e) { }
OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e)9390         protected virtual void OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs e) { }
OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e)9391         protected virtual void OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs e) { }
OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e)9392         protected virtual void OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs e) { }
OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e)9393         protected virtual void OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs e) { }
OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e)9394         protected virtual void OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs e) { }
OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e)9395         protected virtual void OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs e) { }
9396         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9397         [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)9398         protected virtual void OnWriteStreamClosed(System.Net.WriteStreamClosedEventArgs e) { }
OpenRead(string address)9399         public System.IO.Stream OpenRead(string address) { throw null; }
OpenRead(System.Uri address)9400         public System.IO.Stream OpenRead(System.Uri address) { throw null; }
9401         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadAsync(System.Uri address)9402         public void OpenReadAsync(System.Uri address) { }
9403         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadAsync(System.Uri address, object userToken)9404         public void OpenReadAsync(System.Uri address, object userToken) { }
9405         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9406         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadTaskAsync(string address)9407         public System.Threading.Tasks.Task<System.IO.Stream> OpenReadTaskAsync(string address) { throw null; }
9408         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9409         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenReadTaskAsync(System.Uri address)9410         public System.Threading.Tasks.Task<System.IO.Stream> OpenReadTaskAsync(System.Uri address) { throw null; }
OpenWrite(string address)9411         public System.IO.Stream OpenWrite(string address) { throw null; }
OpenWrite(string address, string method)9412         public System.IO.Stream OpenWrite(string address, string method) { throw null; }
OpenWrite(System.Uri address)9413         public System.IO.Stream OpenWrite(System.Uri address) { throw null; }
OpenWrite(System.Uri address, string method)9414         public System.IO.Stream OpenWrite(System.Uri address, string method) { throw null; }
9415         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address)9416         public void OpenWriteAsync(System.Uri address) { }
9417         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address, string method)9418         public void OpenWriteAsync(System.Uri address, string method) { }
9419         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteAsync(System.Uri address, string method, object userToken)9420         public void OpenWriteAsync(System.Uri address, string method, object userToken) { }
9421         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9422         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(string address)9423         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(string address) { throw null; }
9424         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9425         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(string address, string method)9426         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(string address, string method) { throw null; }
9427         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9428         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(System.Uri address)9429         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(System.Uri address) { throw null; }
9430         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9431         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
OpenWriteTaskAsync(System.Uri address, string method)9432         public System.Threading.Tasks.Task<System.IO.Stream> OpenWriteTaskAsync(System.Uri address, string method) { throw null; }
UploadData(string address, byte[] data)9433         public byte[] UploadData(string address, byte[] data) { throw null; }
UploadData(string address, string method, byte[] data)9434         public byte[] UploadData(string address, string method, byte[] data) { throw null; }
UploadData(System.Uri address, byte[] data)9435         public byte[] UploadData(System.Uri address, byte[] data) { throw null; }
UploadData(System.Uri address, string method, byte[] data)9436         public byte[] UploadData(System.Uri address, string method, byte[] data) { throw null; }
9437         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, byte[] data)9438         public void UploadDataAsync(System.Uri address, byte[] data) { }
9439         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, string method, byte[] data)9440         public void UploadDataAsync(System.Uri address, string method, byte[] data) { }
9441         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataAsync(System.Uri address, string method, byte[] data, object userToken)9442         public void UploadDataAsync(System.Uri address, string method, byte[] data, object userToken) { }
9443         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9444         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(string address, byte[] data)9445         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(string address, byte[] data) { throw null; }
9446         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9447         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(string address, string method, byte[] data)9448         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(string address, string method, byte[] data) { throw null; }
9449         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9450         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(System.Uri address, byte[] data)9451         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(System.Uri address, byte[] data) { throw null; }
9452         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9453         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadDataTaskAsync(System.Uri address, string method, byte[] data)9454         public System.Threading.Tasks.Task<byte[]> UploadDataTaskAsync(System.Uri address, string method, byte[] data) { throw null; }
UploadFile(string address, string fileName)9455         public byte[] UploadFile(string address, string fileName) { throw null; }
UploadFile(string address, string method, string fileName)9456         public byte[] UploadFile(string address, string method, string fileName) { throw null; }
UploadFile(System.Uri address, string fileName)9457         public byte[] UploadFile(System.Uri address, string fileName) { throw null; }
UploadFile(System.Uri address, string method, string fileName)9458         public byte[] UploadFile(System.Uri address, string method, string fileName) { throw null; }
9459         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string fileName)9460         public void UploadFileAsync(System.Uri address, string fileName) { }
9461         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string method, string fileName)9462         public void UploadFileAsync(System.Uri address, string method, string fileName) { }
9463         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileAsync(System.Uri address, string method, string fileName, object userToken)9464         public void UploadFileAsync(System.Uri address, string method, string fileName, object userToken) { }
9465         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9466         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(string address, string fileName)9467         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(string address, string fileName) { throw null; }
9468         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9469         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(string address, string method, string fileName)9470         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(string address, string method, string fileName) { throw null; }
9471         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9472         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(System.Uri address, string fileName)9473         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(System.Uri address, string fileName) { throw null; }
9474         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9475         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadFileTaskAsync(System.Uri address, string method, string fileName)9476         public System.Threading.Tasks.Task<byte[]> UploadFileTaskAsync(System.Uri address, string method, string fileName) { throw null; }
UploadString(string address, string data)9477         public string UploadString(string address, string data) { throw null; }
UploadString(string address, string method, string data)9478         public string UploadString(string address, string method, string data) { throw null; }
UploadString(System.Uri address, string data)9479         public string UploadString(System.Uri address, string data) { throw null; }
UploadString(System.Uri address, string method, string data)9480         public string UploadString(System.Uri address, string method, string data) { throw null; }
9481         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string data)9482         public void UploadStringAsync(System.Uri address, string data) { }
9483         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string method, string data)9484         public void UploadStringAsync(System.Uri address, string method, string data) { }
9485         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringAsync(System.Uri address, string method, string data, object userToken)9486         public void UploadStringAsync(System.Uri address, string method, string data, object userToken) { }
9487         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9488         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(string address, string data)9489         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(string address, string data) { throw null; }
9490         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9491         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(string address, string method, string data)9492         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(string address, string method, string data) { throw null; }
9493         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9494         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(System.Uri address, string data)9495         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(System.Uri address, string data) { throw null; }
9496         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9497         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadStringTaskAsync(System.Uri address, string method, string data)9498         public System.Threading.Tasks.Task<string> UploadStringTaskAsync(System.Uri address, string method, string data) { throw null; }
UploadValues(string address, System.Collections.Specialized.NameValueCollection data)9499         public byte[] UploadValues(string address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data)9500         public byte[] UploadValues(string address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data)9501         public byte[] UploadValues(System.Uri address, System.Collections.Specialized.NameValueCollection data) { throw null; }
UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9502         public byte[] UploadValues(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9503         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data)9504         public void UploadValuesAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) { }
9505         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9506         public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { }
9507         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken)9508         public void UploadValuesAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data, object userToken) { }
9509         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9510         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(string address, System.Collections.Specialized.NameValueCollection data)9511         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(string address, System.Collections.Specialized.NameValueCollection data) { throw null; }
9512         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9513         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(string address, string method, System.Collections.Specialized.NameValueCollection data)9514         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(string address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9515         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9516         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data)9517         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(System.Uri address, System.Collections.Specialized.NameValueCollection data) { throw null; }
9518         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
9519         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
UploadValuesTaskAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data)9520         public System.Threading.Tasks.Task<byte[]> UploadValuesTaskAsync(System.Uri address, string method, System.Collections.Specialized.NameValueCollection data) { throw null; }
9521     }
9522     [System.SerializableAttribute]
9523     public partial class WebException : System.InvalidOperationException, System.Runtime.Serialization.ISerializable
9524     {
WebException()9525         public WebException() { }
WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9526         protected WebException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebException(string message)9527         public WebException(string message) { }
WebException(string message, System.Exception innerException)9528         public WebException(string message, System.Exception innerException) { }
WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response)9529         public WebException(string message, System.Exception innerException, System.Net.WebExceptionStatus status, System.Net.WebResponse response) { }
WebException(string message, System.Net.WebExceptionStatus status)9530         public WebException(string message, System.Net.WebExceptionStatus status) { }
9531         public System.Net.WebResponse Response { get { throw null; } }
9532         public System.Net.WebExceptionStatus Status { get { throw null; } }
9533         [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)9534         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9535         [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)9536         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9537     }
9538     public enum WebExceptionStatus
9539     {
9540         CacheEntryNotFound = 18,
9541         ConnectFailure = 2,
9542         ConnectionClosed = 8,
9543         KeepAliveFailure = 12,
9544         MessageLengthLimitExceeded = 17,
9545         NameResolutionFailure = 1,
9546         Pending = 13,
9547         PipelineFailure = 5,
9548         ProtocolError = 7,
9549         ProxyNameResolutionFailure = 15,
9550         ReceiveFailure = 3,
9551         RequestCanceled = 6,
9552         RequestProhibitedByCachePolicy = 19,
9553         RequestProhibitedByProxy = 20,
9554         SecureChannelFailure = 10,
9555         SendFailure = 4,
9556         ServerProtocolViolation = 11,
9557         Success = 0,
9558         Timeout = 14,
9559         TrustFailure = 9,
9560         UnknownError = 16,
9561     }
9562     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9563     [System.SerializableAttribute]
9564     public partial class WebHeaderCollection : System.Collections.Specialized.NameValueCollection, System.Runtime.Serialization.ISerializable
9565     {
WebHeaderCollection()9566         public WebHeaderCollection() { }
WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9567         protected WebHeaderCollection(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9568         public override string[] AllKeys { get { throw null; } }
9569         public override int Count { get { throw null; } }
9570         public string this[System.Net.HttpRequestHeader header] { get { throw null; } set { } }
9571         public string this[System.Net.HttpResponseHeader header] { get { throw null; } set { } }
9572         public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get { throw null; } }
Add(System.Net.HttpRequestHeader header, string value)9573         public void Add(System.Net.HttpRequestHeader header, string value) { }
Add(System.Net.HttpResponseHeader header, string value)9574         public void Add(System.Net.HttpResponseHeader header, string value) { }
Add(string header)9575         public void Add(string header) { }
Add(string name, string value)9576         public override void Add(string name, string value) { }
AddWithoutValidate(string headerName, string headerValue)9577         protected void AddWithoutValidate(string headerName, string headerValue) { }
Clear()9578         public override void Clear() { }
Get(int index)9579         public override string Get(int index) { throw null; }
Get(string name)9580         public override string Get(string name) { throw null; }
GetEnumerator()9581         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetKey(int index)9582         public override string GetKey(int index) { throw null; }
9583         [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)9584         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetValues(int index)9585         public override string[] GetValues(int index) { throw null; }
GetValues(string header)9586         public override string[] GetValues(string header) { throw null; }
IsRestricted(string headerName)9587         public static bool IsRestricted(string headerName) { throw null; }
IsRestricted(string headerName, bool response)9588         public static bool IsRestricted(string headerName, bool response) { throw null; }
OnDeserialization(object sender)9589         public override void OnDeserialization(object sender) { }
Remove(System.Net.HttpRequestHeader header)9590         public void Remove(System.Net.HttpRequestHeader header) { }
Remove(System.Net.HttpResponseHeader header)9591         public void Remove(System.Net.HttpResponseHeader header) { }
Remove(string name)9592         public override void Remove(string name) { }
Set(System.Net.HttpRequestHeader header, string value)9593         public void Set(System.Net.HttpRequestHeader header, string value) { }
Set(System.Net.HttpResponseHeader header, string value)9594         public void Set(System.Net.HttpResponseHeader header, string value) { }
Set(string name, string value)9595         public override void Set(string name, string value) { }
9596         [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)9597         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
ToByteArray()9598         public byte[] ToByteArray() { throw null; }
ToString()9599         public override string ToString() { throw null; }
9600     }
9601     [System.SerializableAttribute]
9602     public sealed partial class WebPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
9603     {
WebPermission()9604         public WebPermission() { }
WebPermission(System.Net.NetworkAccess access, string uriString)9605         public WebPermission(System.Net.NetworkAccess access, string uriString) { }
WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9606         public WebPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
WebPermission(System.Security.Permissions.PermissionState state)9607         public WebPermission(System.Security.Permissions.PermissionState state) { }
9608         public System.Collections.IEnumerator AcceptList { get { throw null; } }
9609         public System.Collections.IEnumerator ConnectList { get { throw null; } }
AddPermission(System.Net.NetworkAccess access, string uriString)9610         public void AddPermission(System.Net.NetworkAccess access, string uriString) { }
AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex)9611         public void AddPermission(System.Net.NetworkAccess access, System.Text.RegularExpressions.Regex uriRegex) { }
Copy()9612         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)9613         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)9614         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)9615         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()9616         public bool IsUnrestricted() { throw null; }
ToXml()9617         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)9618         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
9619     }
9620     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
9621     [System.SerializableAttribute]
9622     public sealed partial class WebPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
9623     {
WebPermissionAttribute(System.Security.Permissions.SecurityAction action)9624         public WebPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
9625         public string Accept { get { throw null; } set { } }
9626         public string AcceptPattern { get { throw null; } set { } }
9627         public string Connect { get { throw null; } set { } }
9628         public string ConnectPattern { get { throw null; } set { } }
CreatePermission()9629         public override System.Security.IPermission CreatePermission() { throw null; }
9630     }
9631     [System.SerializableAttribute]
9632     public partial class WebProxy : System.Net.IWebProxy, System.Runtime.Serialization.ISerializable
9633     {
WebProxy()9634         public WebProxy() { }
WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9635         protected WebProxy(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
WebProxy(string Address)9636         public WebProxy(string Address) { }
WebProxy(string Address, bool BypassOnLocal)9637         public WebProxy(string Address, bool BypassOnLocal) { }
WebProxy(string Address, bool BypassOnLocal, string[] BypassList)9638         public WebProxy(string Address, bool BypassOnLocal, string[] BypassList) { }
WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials)9639         public WebProxy(string Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) { }
WebProxy(string Host, int Port)9640         public WebProxy(string Host, int Port) { }
WebProxy(System.Uri Address)9641         public WebProxy(System.Uri Address) { }
WebProxy(System.Uri Address, bool BypassOnLocal)9642         public WebProxy(System.Uri Address, bool BypassOnLocal) { }
WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList)9643         public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList) { }
WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials)9644         public WebProxy(System.Uri Address, bool BypassOnLocal, string[] BypassList, System.Net.ICredentials Credentials) { }
9645         public System.Uri Address { get { throw null; } set { } }
9646         public System.Collections.ArrayList BypassArrayList { get { throw null; } }
9647         public string[] BypassList { get { throw null; } set { } }
9648         public bool BypassProxyOnLocal { get { throw null; } set { } }
9649         public System.Net.ICredentials Credentials { get { throw null; } set { } }
9650         public bool UseDefaultCredentials { get { throw null; } set { } }
9651         [System.ObsoleteAttribute("This method has been deprecated. Please use the proxy selected for you by default. http://go.microsoft.com/fwlink/?linkid=14202")]
GetDefaultProxy()9652         public static System.Net.WebProxy GetDefaultProxy() { throw null; }
9653         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9654         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetProxy(System.Uri destination)9655         public System.Uri GetProxy(System.Uri destination) { throw null; }
IsBypassed(System.Uri host)9656         public bool IsBypassed(System.Uri host) { throw null; }
9657         [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)9658         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9659     }
9660     [System.SerializableAttribute]
9661     public abstract partial class WebRequest : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable
9662     {
WebRequest()9663         protected WebRequest() { }
WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9664         protected WebRequest(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9665         public System.Net.Security.AuthenticationLevel AuthenticationLevel { get { throw null; } set { } }
9666         public virtual System.Net.Cache.RequestCachePolicy CachePolicy { get { throw null; } set { } }
9667         public virtual string ConnectionGroupName { get { throw null; } set { } }
9668         public virtual long ContentLength { get { throw null; } set { } }
9669         public virtual string ContentType { get { throw null; } set { } }
9670         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9671         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9672         public virtual System.Net.IWebRequestCreate CreatorInstance { get { throw null; } }
9673         public virtual System.Net.ICredentials Credentials { get { throw null; } set { } }
9674         public static System.Net.Cache.RequestCachePolicy DefaultCachePolicy { get { throw null; } set { } }
9675         public static System.Net.IWebProxy DefaultWebProxy { get { throw null; } set { } }
9676         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } set { } }
9677         public System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } set { } }
9678         public virtual string Method { get { throw null; } set { } }
9679         public virtual bool PreAuthenticate { get { throw null; } set { } }
9680         public virtual System.Net.IWebProxy Proxy { get { throw null; } set { } }
9681         public virtual System.Uri RequestUri { get { throw null; } }
9682         public virtual int Timeout { get { throw null; } set { } }
9683         public virtual bool UseDefaultCredentials { get { throw null; } set { } }
Abort()9684         public virtual void Abort() { }
9685         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetRequestStream(System.AsyncCallback callback, object state)9686         public virtual System.IAsyncResult BeginGetRequestStream(System.AsyncCallback callback, object state) { throw null; }
9687         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginGetResponse(System.AsyncCallback callback, object state)9688         public virtual System.IAsyncResult BeginGetResponse(System.AsyncCallback callback, object state) { throw null; }
Create(string requestUriString)9689         public static System.Net.WebRequest Create(string requestUriString) { throw null; }
Create(System.Uri requestUri)9690         public static System.Net.WebRequest Create(System.Uri requestUri) { throw null; }
CreateDefault(System.Uri requestUri)9691         public static System.Net.WebRequest CreateDefault(System.Uri requestUri) { throw null; }
CreateHttp(string requestUriString)9692         public static System.Net.HttpWebRequest CreateHttp(string requestUriString) { throw null; }
CreateHttp(System.Uri requestUri)9693         public static System.Net.HttpWebRequest CreateHttp(System.Uri requestUri) { throw null; }
EndGetRequestStream(System.IAsyncResult asyncResult)9694         public virtual System.IO.Stream EndGetRequestStream(System.IAsyncResult asyncResult) { throw null; }
EndGetResponse(System.IAsyncResult asyncResult)9695         public virtual System.Net.WebResponse EndGetResponse(System.IAsyncResult asyncResult) { throw null; }
9696         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9697         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetRequestStream()9698         public virtual System.IO.Stream GetRequestStream() { throw null; }
9699         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetRequestStreamAsync()9700         public virtual System.Threading.Tasks.Task<System.IO.Stream> GetRequestStreamAsync() { throw null; }
GetResponse()9701         public virtual System.Net.WebResponse GetResponse() { throw null; }
9702         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetResponseAsync()9703         public virtual System.Threading.Tasks.Task<System.Net.WebResponse> GetResponseAsync() { throw null; }
GetSystemWebProxy()9704         public static System.Net.IWebProxy GetSystemWebProxy() { throw null; }
9705         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9706         [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)9707         public static void RegisterPortableWebRequestCreator(System.Net.IWebRequestCreate creator) { }
RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator)9708         public static bool RegisterPrefix(string prefix, System.Net.IWebRequestCreate creator) { throw null; }
9709         [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)9710         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9711     }
9712     public static partial class WebRequestMethods
9713     {
9714         public static partial class File
9715         {
9716             public const string DownloadFile = "GET";
9717             public const string UploadFile = "PUT";
9718         }
9719         public static partial class Ftp
9720         {
9721             public const string AppendFile = "APPE";
9722             public const string DeleteFile = "DELE";
9723             public const string DownloadFile = "RETR";
9724             public const string GetDateTimestamp = "MDTM";
9725             public const string GetFileSize = "SIZE";
9726             public const string ListDirectory = "NLST";
9727             public const string ListDirectoryDetails = "LIST";
9728             public const string MakeDirectory = "MKD";
9729             public const string PrintWorkingDirectory = "PWD";
9730             public const string RemoveDirectory = "RMD";
9731             public const string Rename = "RENAME";
9732             public const string UploadFile = "STOR";
9733             public const string UploadFileWithUniqueName = "STOU";
9734         }
9735         public static partial class Http
9736         {
9737             public const string Connect = "CONNECT";
9738             public const string Get = "GET";
9739             public const string Head = "HEAD";
9740             public const string MkCol = "MKCOL";
9741             public const string Post = "POST";
9742             public const string Put = "PUT";
9743         }
9744     }
9745     [System.SerializableAttribute]
9746     public abstract partial class WebResponse : System.MarshalByRefObject, System.IDisposable, System.Runtime.Serialization.ISerializable
9747     {
WebResponse()9748         protected WebResponse() { }
WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9749         protected WebResponse(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9750         public virtual long ContentLength { get { throw null; } set { } }
9751         public virtual string ContentType { get { throw null; } set { } }
9752         public virtual System.Net.WebHeaderCollection Headers { get { throw null; } }
9753         public virtual bool IsFromCache { get { throw null; } }
9754         public virtual bool IsMutuallyAuthenticated { get { throw null; } }
9755         public virtual System.Uri ResponseUri { get { throw null; } }
9756         public virtual bool SupportsHeaders { get { throw null; } }
Close()9757         public virtual void Close() { }
Dispose()9758         public void Dispose() { }
Dispose(bool disposing)9759         protected virtual void Dispose(bool disposing) { }
9760         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)9761         protected virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
GetResponseStream()9762         public virtual System.IO.Stream GetResponseStream() { throw null; }
9763         [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)9764         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
9765     }
9766     public static partial class WebUtility
9767     {
HtmlDecode(string value)9768         public static string HtmlDecode(string value) { throw null; }
HtmlDecode(string value, System.IO.TextWriter output)9769         public static void HtmlDecode(string value, System.IO.TextWriter output) { }
HtmlEncode(string value)9770         public static string HtmlEncode(string value) { throw null; }
HtmlEncode(string value, System.IO.TextWriter output)9771         public static void HtmlEncode(string value, System.IO.TextWriter output) { }
UrlDecode(string encodedValue)9772         public static string UrlDecode(string encodedValue) { throw null; }
UrlDecodeToBytes(byte[] encodedValue, int offset, int count)9773         public static byte[] UrlDecodeToBytes(byte[] encodedValue, int offset, int count) { throw null; }
UrlEncode(string value)9774         public static string UrlEncode(string value) { throw null; }
UrlEncodeToBytes(byte[] value, int offset, int count)9775         public static byte[] UrlEncodeToBytes(byte[] value, int offset, int count) { throw null; }
9776     }
9777     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9778     public partial class WriteStreamClosedEventArgs : System.EventArgs
9779     {
9780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9781         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
WriteStreamClosedEventArgs()9782         public WriteStreamClosedEventArgs() { }
9783         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9784         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
9785         public System.Exception Error { get { throw null; } }
9786     }
9787     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e)9788     public delegate void WriteStreamClosedEventHandler(object sender, System.Net.WriteStreamClosedEventArgs e);
9789 }
9790 namespace System.Net.Cache
9791 {
9792     public enum HttpCacheAgeControl
9793     {
9794         MaxAge = 2,
9795         MaxAgeAndMaxStale = 6,
9796         MaxAgeAndMinFresh = 3,
9797         MaxStale = 4,
9798         MinFresh = 1,
9799         None = 0,
9800     }
9801     public enum HttpRequestCacheLevel
9802     {
9803         BypassCache = 1,
9804         CacheIfAvailable = 3,
9805         CacheOnly = 2,
9806         CacheOrNextCacheOnly = 7,
9807         Default = 0,
9808         NoCacheNoStore = 6,
9809         Refresh = 8,
9810         Reload = 5,
9811         Revalidate = 4,
9812     }
9813     public partial class HttpRequestCachePolicy : System.Net.Cache.RequestCachePolicy
9814     {
HttpRequestCachePolicy()9815         public HttpRequestCachePolicy() { }
HttpRequestCachePolicy(System.DateTime cacheSyncDate)9816         public HttpRequestCachePolicy(System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale)9817         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan ageOrFreshOrStale) { }
HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale)9818         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)9819         public HttpRequestCachePolicy(System.Net.Cache.HttpCacheAgeControl cacheAgeControl, System.TimeSpan maxAge, System.TimeSpan freshOrStale, System.DateTime cacheSyncDate) { }
HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level)9820         public HttpRequestCachePolicy(System.Net.Cache.HttpRequestCacheLevel level) { }
9821         public System.DateTime CacheSyncDate { get { throw null; } }
9822         public new System.Net.Cache.HttpRequestCacheLevel Level { get { throw null; } }
9823         public System.TimeSpan MaxAge { get { throw null; } }
9824         public System.TimeSpan MaxStale { get { throw null; } }
9825         public System.TimeSpan MinFresh { get { throw null; } }
ToString()9826         public override string ToString() { throw null; }
9827     }
9828     public enum RequestCacheLevel
9829     {
9830         BypassCache = 1,
9831         CacheIfAvailable = 3,
9832         CacheOnly = 2,
9833         Default = 0,
9834         NoCacheNoStore = 6,
9835         Reload = 5,
9836         Revalidate = 4,
9837     }
9838     public partial class RequestCachePolicy
9839     {
RequestCachePolicy()9840         public RequestCachePolicy() { }
RequestCachePolicy(System.Net.Cache.RequestCacheLevel level)9841         public RequestCachePolicy(System.Net.Cache.RequestCacheLevel level) { }
9842         public System.Net.Cache.RequestCacheLevel Level { get { throw null; } }
ToString()9843         public override string ToString() { throw null; }
9844     }
9845 }
9846 #if CONFIG_DEP
9847 namespace System.Net.Configuration
9848 {
9849     public sealed partial class AuthenticationModuleElement : System.Configuration.ConfigurationElement
9850     {
AuthenticationModuleElement()9851         public AuthenticationModuleElement() { }
AuthenticationModuleElement(string typeName)9852         public AuthenticationModuleElement(string typeName) { }
9853         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9854         [System.Configuration.ConfigurationPropertyAttribute("type", IsRequired=true, IsKey=true)]
9855         public string Type { get { throw null; } set { } }
9856     }
9857     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.AuthenticationModuleElement))]
9858     public sealed partial class AuthenticationModuleElementCollection : System.Configuration.ConfigurationElementCollection
9859     {
AuthenticationModuleElementCollection()9860         public AuthenticationModuleElementCollection() { }
9861         public System.Net.Configuration.AuthenticationModuleElement this[int index] { get { throw null; } set { } }
9862         public new System.Net.Configuration.AuthenticationModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.AuthenticationModuleElement element)9863         public void Add(System.Net.Configuration.AuthenticationModuleElement element) { }
Clear()9864         public void Clear() { }
CreateNewElement()9865         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)9866         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.AuthenticationModuleElement element)9867         public int IndexOf(System.Net.Configuration.AuthenticationModuleElement element) { throw null; }
Remove(System.Net.Configuration.AuthenticationModuleElement element)9868         public void Remove(System.Net.Configuration.AuthenticationModuleElement element) { }
Remove(string name)9869         public void Remove(string name) { }
RemoveAt(int index)9870         public void RemoveAt(int index) { }
9871     }
9872     public sealed partial class AuthenticationModulesSection : System.Configuration.ConfigurationSection
9873     {
AuthenticationModulesSection()9874         public AuthenticationModulesSection() { }
9875         [System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true)]
9876         public System.Net.Configuration.AuthenticationModuleElementCollection AuthenticationModules { get { throw null; } }
9877         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
InitializeDefault()9878         protected override void InitializeDefault() { }
PostDeserialize()9879         protected override void PostDeserialize() { }
9880     }
9881     public sealed partial class BypassElement : System.Configuration.ConfigurationElement
9882     {
BypassElement()9883         public BypassElement() { }
BypassElement(string address)9884         public BypassElement(string address) { }
9885         [System.Configuration.ConfigurationPropertyAttribute("address", IsRequired=true, IsKey=true)]
9886         public string Address { get { throw null; } set { } }
9887         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9888     }
9889     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.BypassElement))]
9890     public sealed partial class BypassElementCollection : System.Configuration.ConfigurationElementCollection
9891     {
BypassElementCollection()9892         public BypassElementCollection() { }
9893         public System.Net.Configuration.BypassElement this[int index] { get { throw null; } set { } }
9894         public new System.Net.Configuration.BypassElement this[string name] { get { throw null; } set { } }
9895         protected override bool ThrowOnDuplicate { get { throw null; } }
Add(System.Net.Configuration.BypassElement element)9896         public void Add(System.Net.Configuration.BypassElement element) { }
Clear()9897         public void Clear() { }
CreateNewElement()9898         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)9899         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.BypassElement element)9900         public int IndexOf(System.Net.Configuration.BypassElement element) { throw null; }
Remove(System.Net.Configuration.BypassElement element)9901         public void Remove(System.Net.Configuration.BypassElement element) { }
Remove(string name)9902         public void Remove(string name) { }
RemoveAt(int index)9903         public void RemoveAt(int index) { }
9904     }
9905     public sealed partial class ConnectionManagementElement : System.Configuration.ConfigurationElement
9906     {
ConnectionManagementElement()9907         public ConnectionManagementElement() { }
ConnectionManagementElement(string address, int maxConnection)9908         public ConnectionManagementElement(string address, int maxConnection) { }
9909         [System.Configuration.ConfigurationPropertyAttribute("address", IsRequired=true, IsKey=true)]
9910         public string Address { get { throw null; } set { } }
9911         [System.Configuration.ConfigurationPropertyAttribute("maxconnection", IsRequired=true, DefaultValue=1)]
9912         public int MaxConnection { get { throw null; } set { } }
9913         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9914     }
9915     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.ConnectionManagementElement))]
9916     public sealed partial class ConnectionManagementElementCollection : System.Configuration.ConfigurationElementCollection
9917     {
ConnectionManagementElementCollection()9918         public ConnectionManagementElementCollection() { }
9919         public System.Net.Configuration.ConnectionManagementElement this[int index] { get { throw null; } set { } }
9920         public new System.Net.Configuration.ConnectionManagementElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.ConnectionManagementElement element)9921         public void Add(System.Net.Configuration.ConnectionManagementElement element) { }
Clear()9922         public void Clear() { }
CreateNewElement()9923         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)9924         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.ConnectionManagementElement element)9925         public int IndexOf(System.Net.Configuration.ConnectionManagementElement element) { throw null; }
Remove(System.Net.Configuration.ConnectionManagementElement element)9926         public void Remove(System.Net.Configuration.ConnectionManagementElement element) { }
Remove(string name)9927         public void Remove(string name) { }
RemoveAt(int index)9928         public void RemoveAt(int index) { }
9929     }
9930     public sealed partial class ConnectionManagementSection : System.Configuration.ConfigurationSection
9931     {
ConnectionManagementSection()9932         public ConnectionManagementSection() { }
9933         [System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true)]
9934         public System.Net.Configuration.ConnectionManagementElementCollection ConnectionManagement { get { throw null; } }
9935         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9936     }
9937     public sealed partial class DefaultProxySection : System.Configuration.ConfigurationSection
9938     {
DefaultProxySection()9939         public DefaultProxySection() { }
9940         [System.Configuration.ConfigurationPropertyAttribute("bypasslist")]
9941         public System.Net.Configuration.BypassElementCollection BypassList { get { throw null; } }
9942         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=true)]
9943         public bool Enabled { get { throw null; } set { } }
9944         [System.Configuration.ConfigurationPropertyAttribute("module")]
9945         public System.Net.Configuration.ModuleElement Module { get { throw null; } }
9946         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9947         [System.Configuration.ConfigurationPropertyAttribute("proxy")]
9948         public System.Net.Configuration.ProxyElement Proxy { get { throw null; } }
9949         [System.Configuration.ConfigurationPropertyAttribute("useDefaultCredentials", DefaultValue=false)]
9950         public bool UseDefaultCredentials { get { throw null; } set { } }
PostDeserialize()9951         protected override void PostDeserialize() { }
Reset(System.Configuration.ConfigurationElement parentElement)9952         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9953     }
9954     public sealed partial class FtpCachePolicyElement : System.Configuration.ConfigurationElement
9955     {
FtpCachePolicyElement()9956         public FtpCachePolicyElement() { }
9957         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", DefaultValue=(System.Net.Cache.RequestCacheLevel)(0))]
9958         public System.Net.Cache.RequestCacheLevel PolicyLevel { get { throw null; } set { } }
9959         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9960         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Reset(System.Configuration.ConfigurationElement parentElement)9961         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9962     }
9963     public sealed partial class HttpCachePolicyElement : System.Configuration.ConfigurationElement
9964     {
HttpCachePolicyElement()9965         public HttpCachePolicyElement() { }
9966         [System.Configuration.ConfigurationPropertyAttribute("maximumAge", DefaultValue="10675199.02:48:05.4775807")]
9967         public System.TimeSpan MaximumAge { get { throw null; } set { } }
9968         [System.Configuration.ConfigurationPropertyAttribute("maximumStale", DefaultValue="-10675199.02:48:05.4775808")]
9969         public System.TimeSpan MaximumStale { get { throw null; } set { } }
9970         [System.Configuration.ConfigurationPropertyAttribute("minimumFresh", DefaultValue="-10675199.02:48:05.4775808")]
9971         public System.TimeSpan MinimumFresh { get { throw null; } set { } }
9972         [System.Configuration.ConfigurationPropertyAttribute("policyLevel", IsRequired=true, DefaultValue=(System.Net.Cache.HttpRequestCacheLevel)(0))]
9973         public System.Net.Cache.HttpRequestCacheLevel PolicyLevel { get { throw null; } set { } }
9974         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)9975         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
Reset(System.Configuration.ConfigurationElement parentElement)9976         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
9977     }
9978     public sealed partial class HttpListenerElement : System.Configuration.ConfigurationElement
9979     {
HttpListenerElement()9980         public HttpListenerElement() { }
9981         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
9982         [System.Configuration.ConfigurationPropertyAttribute("timeouts")]
9983         public System.Net.Configuration.HttpListenerTimeoutsElement Timeouts { get { throw null; } }
9984         [System.Configuration.ConfigurationPropertyAttribute("unescapeRequestUrl", DefaultValue=true, IsRequired=false)]
9985         public bool UnescapeRequestUrl { get { throw null; } }
9986     }
9987     public sealed partial class HttpListenerTimeoutsElement : System.Configuration.ConfigurationElement
9988     {
HttpListenerTimeoutsElement()9989         public HttpListenerTimeoutsElement() { }
9990         [System.Configuration.ConfigurationPropertyAttribute("drainEntityBody", DefaultValue=0, IsRequired=false)]
9991         public System.TimeSpan DrainEntityBody { get { throw null; } }
9992         [System.Configuration.ConfigurationPropertyAttribute("entityBody", DefaultValue=0, IsRequired=false)]
9993         public System.TimeSpan EntityBody { get { throw null; } }
9994         [System.Configuration.ConfigurationPropertyAttribute("headerWait", DefaultValue=0, IsRequired=false)]
9995         public System.TimeSpan HeaderWait { get { throw null; } }
9996         [System.Configuration.ConfigurationPropertyAttribute("idleConnection", DefaultValue=0, IsRequired=false)]
9997         public System.TimeSpan IdleConnection { get { throw null; } }
9998         [System.Configuration.ConfigurationPropertyAttribute("minSendBytesPerSecond", DefaultValue=(long)0, IsRequired=false)]
9999         public long MinSendBytesPerSecond { get { throw null; } }
10000         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10001         [System.Configuration.ConfigurationPropertyAttribute("requestQueue", DefaultValue=0, IsRequired=false)]
10002         public System.TimeSpan RequestQueue { get { throw null; } }
10003     }
10004     public sealed partial class HttpWebRequestElement : System.Configuration.ConfigurationElement
10005     {
HttpWebRequestElement()10006         public HttpWebRequestElement() { }
10007         [System.Configuration.ConfigurationPropertyAttribute("maximumErrorResponseLength", DefaultValue=64)]
10008         public int MaximumErrorResponseLength { get { throw null; } set { } }
10009         [System.Configuration.ConfigurationPropertyAttribute("maximumResponseHeadersLength", DefaultValue=64)]
10010         public int MaximumResponseHeadersLength { get { throw null; } set { } }
10011         [System.Configuration.ConfigurationPropertyAttribute("maximumUnauthorizedUploadLength", DefaultValue=-1)]
10012         public int MaximumUnauthorizedUploadLength { get { throw null; } set { } }
10013         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10014         [System.Configuration.ConfigurationPropertyAttribute("useUnsafeHeaderParsing", DefaultValue=false)]
10015         public bool UseUnsafeHeaderParsing { get { throw null; } set { } }
PostDeserialize()10016         protected override void PostDeserialize() { }
10017     }
10018     public sealed partial class Ipv6Element : System.Configuration.ConfigurationElement
10019     {
Ipv6Element()10020         public Ipv6Element() { }
10021         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=false)]
10022         public bool Enabled { get { throw null; } set { } }
10023         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10024     }
10025     public sealed partial class MailSettingsSectionGroup : System.Configuration.ConfigurationSectionGroup
10026     {
MailSettingsSectionGroup()10027         public MailSettingsSectionGroup() { }
10028         public System.Net.Configuration.SmtpSection Smtp { get { throw null; } }
10029     }
10030     public sealed partial class ModuleElement : System.Configuration.ConfigurationElement
10031     {
ModuleElement()10032         public ModuleElement() { }
10033         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10034         [System.Configuration.ConfigurationPropertyAttribute("type")]
10035         public string Type { get { throw null; } set { } }
10036     }
10037     public sealed partial class NetSectionGroup : System.Configuration.ConfigurationSectionGroup
10038     {
NetSectionGroup()10039         public NetSectionGroup() { }
10040         [System.Configuration.ConfigurationPropertyAttribute("authenticationModules")]
10041         public System.Net.Configuration.AuthenticationModulesSection AuthenticationModules { get { throw null; } }
10042         [System.Configuration.ConfigurationPropertyAttribute("connectionManagement")]
10043         public System.Net.Configuration.ConnectionManagementSection ConnectionManagement { get { throw null; } }
10044         [System.Configuration.ConfigurationPropertyAttribute("defaultProxy")]
10045         public System.Net.Configuration.DefaultProxySection DefaultProxy { get { throw null; } }
10046         public System.Net.Configuration.MailSettingsSectionGroup MailSettings { get { throw null; } }
10047         [System.Configuration.ConfigurationPropertyAttribute("requestCaching")]
10048         public System.Net.Configuration.RequestCachingSection RequestCaching { get { throw null; } }
10049         [System.Configuration.ConfigurationPropertyAttribute("settings")]
10050         public System.Net.Configuration.SettingsSection Settings { get { throw null; } }
10051         [System.Configuration.ConfigurationPropertyAttribute("webRequestModules")]
10052         public System.Net.Configuration.WebRequestModulesSection WebRequestModules { get { throw null; } }
GetSectionGroup(System.Configuration.Configuration config)10053         public static System.Net.Configuration.NetSectionGroup GetSectionGroup(System.Configuration.Configuration config) { throw null; }
10054     }
10055     public sealed partial class PerformanceCountersElement : System.Configuration.ConfigurationElement
10056     {
PerformanceCountersElement()10057         public PerformanceCountersElement() { }
10058         [System.Configuration.ConfigurationPropertyAttribute("enabled", DefaultValue=false)]
10059         public bool Enabled { get { throw null; } set { } }
10060         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10061     }
10062     public sealed partial class ProxyElement : System.Configuration.ConfigurationElement
10063     {
ProxyElement()10064         public ProxyElement() { }
10065         [System.Configuration.ConfigurationPropertyAttribute("autoDetect", DefaultValue=(System.Net.Configuration.ProxyElement.AutoDetectValues)(-1))]
10066         public System.Net.Configuration.ProxyElement.AutoDetectValues AutoDetect { get { throw null; } set { } }
10067         [System.Configuration.ConfigurationPropertyAttribute("bypassonlocal", DefaultValue=(System.Net.Configuration.ProxyElement.BypassOnLocalValues)(-1))]
10068         public System.Net.Configuration.ProxyElement.BypassOnLocalValues BypassOnLocal { get { throw null; } set { } }
10069         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10070         [System.Configuration.ConfigurationPropertyAttribute("proxyaddress")]
10071         public System.Uri ProxyAddress { get { throw null; } set { } }
10072         [System.Configuration.ConfigurationPropertyAttribute("scriptLocation")]
10073         public System.Uri ScriptLocation { get { throw null; } set { } }
10074         [System.Configuration.ConfigurationPropertyAttribute("usesystemdefault", DefaultValue=(System.Net.Configuration.ProxyElement.UseSystemDefaultValues)(-1))]
10075         public System.Net.Configuration.ProxyElement.UseSystemDefaultValues UseSystemDefault { get { throw null; } set { } }
10076         public enum AutoDetectValues
10077         {
10078             False = 0,
10079             True = 1,
10080             Unspecified = -1,
10081         }
10082         public enum BypassOnLocalValues
10083         {
10084             False = 0,
10085             True = 1,
10086             Unspecified = -1,
10087         }
10088         public enum UseSystemDefaultValues
10089         {
10090             False = 0,
10091             True = 1,
10092             Unspecified = -1,
10093         }
10094     }
10095     public sealed partial class RequestCachingSection : System.Configuration.ConfigurationSection
10096     {
RequestCachingSection()10097         public RequestCachingSection() { }
10098         [System.Configuration.ConfigurationPropertyAttribute("defaultFtpCachePolicy")]
10099         public System.Net.Configuration.FtpCachePolicyElement DefaultFtpCachePolicy { get { throw null; } }
10100         [System.Configuration.ConfigurationPropertyAttribute("defaultHttpCachePolicy")]
10101         public System.Net.Configuration.HttpCachePolicyElement DefaultHttpCachePolicy { get { throw null; } }
10102         [System.Configuration.ConfigurationPropertyAttribute("defaultPolicyLevel", DefaultValue=(System.Net.Cache.RequestCacheLevel)(1))]
10103         public System.Net.Cache.RequestCacheLevel DefaultPolicyLevel { get { throw null; } set { } }
10104         [System.Configuration.ConfigurationPropertyAttribute("disableAllCaching", DefaultValue=false)]
10105         public bool DisableAllCaching { get { throw null; } set { } }
10106         [System.Configuration.ConfigurationPropertyAttribute("isPrivateCache", DefaultValue=true)]
10107         public bool IsPrivateCache { get { throw null; } set { } }
10108         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10109         [System.Configuration.ConfigurationPropertyAttribute("unspecifiedMaximumAge", DefaultValue="1.00:00:00")]
10110         public System.TimeSpan UnspecifiedMaximumAge { get { throw null; } set { } }
DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey)10111         protected override void DeserializeElement(System.Xml.XmlReader reader, bool serializeCollectionKey) { }
PostDeserialize()10112         protected override void PostDeserialize() { }
10113     }
10114     public sealed partial class ServicePointManagerElement : System.Configuration.ConfigurationElement
10115     {
ServicePointManagerElement()10116         public ServicePointManagerElement() { }
10117         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateName", DefaultValue=true)]
10118         public bool CheckCertificateName { get { throw null; } set { } }
10119         [System.Configuration.ConfigurationPropertyAttribute("checkCertificateRevocationList", DefaultValue=false)]
10120         public bool CheckCertificateRevocationList { get { throw null; } set { } }
10121         [System.Configuration.ConfigurationPropertyAttribute("dnsRefreshTimeout", DefaultValue=120000)]
10122         public int DnsRefreshTimeout { get { throw null; } set { } }
10123         [System.Configuration.ConfigurationPropertyAttribute("enableDnsRoundRobin", DefaultValue=false)]
10124         public bool EnableDnsRoundRobin { get { throw null; } set { } }
10125         [System.Configuration.ConfigurationPropertyAttribute("encryptionPolicy", DefaultValue=(System.Net.Security.EncryptionPolicy)(0))]
10126         public System.Net.Security.EncryptionPolicy EncryptionPolicy { get { throw null; } set { } }
10127         [System.Configuration.ConfigurationPropertyAttribute("expect100Continue", DefaultValue=true)]
10128         public bool Expect100Continue { get { throw null; } set { } }
10129         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10130         [System.Configuration.ConfigurationPropertyAttribute("useNagleAlgorithm", DefaultValue=true)]
10131         public bool UseNagleAlgorithm { get { throw null; } set { } }
PostDeserialize()10132         protected override void PostDeserialize() { }
10133     }
10134     public sealed partial class SettingsSection : System.Configuration.ConfigurationSection
10135     {
SettingsSection()10136         public SettingsSection() { }
10137         [System.Configuration.ConfigurationPropertyAttribute("httpListener")]
10138         public System.Net.Configuration.HttpListenerElement HttpListener { get { throw null; } }
10139         [System.Configuration.ConfigurationPropertyAttribute("httpWebRequest")]
10140         public System.Net.Configuration.HttpWebRequestElement HttpWebRequest { get { throw null; } }
10141         [System.Configuration.ConfigurationPropertyAttribute("ipv6")]
10142         public System.Net.Configuration.Ipv6Element Ipv6 { get { throw null; } }
10143         [System.Configuration.ConfigurationPropertyAttribute("performanceCounters")]
10144         public System.Net.Configuration.PerformanceCountersElement PerformanceCounters { get { throw null; } }
10145         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10146         [System.Configuration.ConfigurationPropertyAttribute("servicePointManager")]
10147         public System.Net.Configuration.ServicePointManagerElement ServicePointManager { get { throw null; } }
10148         [System.Configuration.ConfigurationPropertyAttribute("socket")]
10149         public System.Net.Configuration.SocketElement Socket { get { throw null; } }
10150         [System.Configuration.ConfigurationPropertyAttribute("webProxyScript")]
10151         public System.Net.Configuration.WebProxyScriptElement WebProxyScript { get { throw null; } }
10152         [System.Configuration.ConfigurationPropertyAttribute("webUtility")]
10153         public System.Net.Configuration.WebUtilityElement WebUtility { get { throw null; } }
10154     }
10155     public sealed partial class SmtpNetworkElement : System.Configuration.ConfigurationElement
10156     {
SmtpNetworkElement()10157         public SmtpNetworkElement() { }
10158         [System.Configuration.ConfigurationPropertyAttribute("clientDomain")]
10159         public string ClientDomain { get { throw null; } set { } }
10160         [System.Configuration.ConfigurationPropertyAttribute("defaultCredentials", DefaultValue=false)]
10161         public bool DefaultCredentials { get { throw null; } set { } }
10162         [System.Configuration.ConfigurationPropertyAttribute("enableSsl", DefaultValue=false)]
10163         public bool EnableSsl { get { throw null; } set { } }
10164         [System.Configuration.ConfigurationPropertyAttribute("host")]
10165         public string Host { get { throw null; } set { } }
10166         [System.Configuration.ConfigurationPropertyAttribute("password")]
10167         public string Password { get { throw null; } set { } }
10168         [System.Configuration.ConfigurationPropertyAttribute("port", DefaultValue=25)]
10169         public int Port { get { throw null; } set { } }
10170         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10171         [System.Configuration.ConfigurationPropertyAttribute("targetName")]
10172         public string TargetName { get { throw null; } set { } }
10173         [System.Configuration.ConfigurationPropertyAttribute("userName")]
10174         public string UserName { get { throw null; } set { } }
PostDeserialize()10175         protected override void PostDeserialize() { }
10176     }
10177     public sealed partial class SmtpSection : System.Configuration.ConfigurationSection
10178     {
SmtpSection()10179         public SmtpSection() { }
10180         [System.Configuration.ConfigurationPropertyAttribute("deliveryFormat", DefaultValue=(System.Net.Mail.SmtpDeliveryFormat)(0))]
10181         public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get { throw null; } set { } }
10182         [System.Configuration.ConfigurationPropertyAttribute("deliveryMethod", DefaultValue=(System.Net.Mail.SmtpDeliveryMethod)(0))]
10183         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
10184         [System.Configuration.ConfigurationPropertyAttribute("from")]
10185         public string From { get { throw null; } set { } }
10186         [System.Configuration.ConfigurationPropertyAttribute("network")]
10187         public System.Net.Configuration.SmtpNetworkElement Network { get { throw null; } }
10188         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10189         [System.Configuration.ConfigurationPropertyAttribute("specifiedPickupDirectory")]
10190         public System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement SpecifiedPickupDirectory { get { throw null; } }
10191     }
10192     public sealed partial class SmtpSpecifiedPickupDirectoryElement : System.Configuration.ConfigurationElement
10193     {
SmtpSpecifiedPickupDirectoryElement()10194         public SmtpSpecifiedPickupDirectoryElement() { }
10195         [System.Configuration.ConfigurationPropertyAttribute("pickupDirectoryLocation")]
10196         public string PickupDirectoryLocation { get { throw null; } set { } }
10197         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10198     }
10199     public sealed partial class SocketElement : System.Configuration.ConfigurationElement
10200     {
SocketElement()10201         public SocketElement() { }
10202         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForAccept", DefaultValue=false)]
10203         public bool AlwaysUseCompletionPortsForAccept { get { throw null; } set { } }
10204         [System.Configuration.ConfigurationPropertyAttribute("alwaysUseCompletionPortsForConnect", DefaultValue=false)]
10205         public bool AlwaysUseCompletionPortsForConnect { get { throw null; } set { } }
10206         [System.Configuration.ConfigurationPropertyAttribute("ipProtectionLevel", DefaultValue=(System.Net.Sockets.IPProtectionLevel)(-1))]
10207         public System.Net.Sockets.IPProtectionLevel IPProtectionLevel { get { throw null; } set { } }
10208         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
PostDeserialize()10209         protected override void PostDeserialize() { }
10210     }
10211     public enum UnicodeDecodingConformance
10212     {
10213         Auto = 0,
10214         Compat = 2,
10215         Loose = 3,
10216         Strict = 1,
10217     }
10218     public enum UnicodeEncodingConformance
10219     {
10220         Auto = 0,
10221         Compat = 2,
10222         Strict = 1,
10223     }
10224     public sealed partial class WebProxyScriptElement : System.Configuration.ConfigurationElement
10225     {
WebProxyScriptElement()10226         public WebProxyScriptElement() { }
10227         [System.Configuration.ConfigurationPropertyAttribute("downloadTimeout", DefaultValue="00:01:00")]
10228         public System.TimeSpan DownloadTimeout { get { throw null; } set { } }
10229         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
PostDeserialize()10230         protected override void PostDeserialize() { }
10231     }
10232     public sealed partial class WebRequestModuleElement : System.Configuration.ConfigurationElement
10233     {
WebRequestModuleElement()10234         public WebRequestModuleElement() { }
WebRequestModuleElement(string prefix, string type)10235         public WebRequestModuleElement(string prefix, string type) { }
WebRequestModuleElement(string prefix, System.Type type)10236         public WebRequestModuleElement(string prefix, System.Type type) { }
10237         [System.Configuration.ConfigurationPropertyAttribute("prefix", IsRequired=true, IsKey=true)]
10238         public string Prefix { get { throw null; } set { } }
10239         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10240         [System.ComponentModel.TypeConverterAttribute("System.Net.Configuration.WebRequestModuleElement.TypeTypeConverter")]
10241         [System.Configuration.ConfigurationPropertyAttribute("type")]
10242         public System.Type Type { get { throw null; } set { } }
10243     }
10244     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Net.Configuration.WebRequestModuleElement))]
10245     public sealed partial class WebRequestModuleElementCollection : System.Configuration.ConfigurationElementCollection
10246     {
WebRequestModuleElementCollection()10247         public WebRequestModuleElementCollection() { }
10248         public System.Net.Configuration.WebRequestModuleElement this[int index] { get { throw null; } set { } }
10249         public new System.Net.Configuration.WebRequestModuleElement this[string name] { get { throw null; } set { } }
Add(System.Net.Configuration.WebRequestModuleElement element)10250         public void Add(System.Net.Configuration.WebRequestModuleElement element) { }
Clear()10251         public void Clear() { }
CreateNewElement()10252         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)10253         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Net.Configuration.WebRequestModuleElement element)10254         public int IndexOf(System.Net.Configuration.WebRequestModuleElement element) { throw null; }
Remove(System.Net.Configuration.WebRequestModuleElement element)10255         public void Remove(System.Net.Configuration.WebRequestModuleElement element) { }
Remove(string name)10256         public void Remove(string name) { }
RemoveAt(int index)10257         public void RemoveAt(int index) { }
10258     }
10259     public sealed partial class WebRequestModulesSection : System.Configuration.ConfigurationSection
10260     {
WebRequestModulesSection()10261         public WebRequestModulesSection() { }
10262         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10263         [System.Configuration.ConfigurationPropertyAttribute("", IsDefaultCollection=true)]
10264         public System.Net.Configuration.WebRequestModuleElementCollection WebRequestModules { get { throw null; } }
InitializeDefault()10265         protected override void InitializeDefault() { }
PostDeserialize()10266         protected override void PostDeserialize() { }
10267     }
10268     public sealed partial class WebUtilityElement : System.Configuration.ConfigurationElement
10269     {
WebUtilityElement()10270         public WebUtilityElement() { }
10271         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
10272         [System.Configuration.ConfigurationPropertyAttribute("unicodeDecodingConformance", DefaultValue=(System.Net.Configuration.UnicodeDecodingConformance)(0))]
10273         public System.Net.Configuration.UnicodeDecodingConformance UnicodeDecodingConformance { get { throw null; } set { } }
10274         [System.Configuration.ConfigurationPropertyAttribute("unicodeEncodingConformance", DefaultValue=(System.Net.Configuration.UnicodeEncodingConformance)(0))]
10275         public System.Net.Configuration.UnicodeEncodingConformance UnicodeEncodingConformance { get { throw null; } set { } }
10276     }
10277 }
10278 #endif
10279 namespace System.Net.Mail
10280 {
10281     public partial class AlternateView : System.Net.Mail.AttachmentBase
10282     {
AlternateView(System.IO.Stream contentStream)10283         public AlternateView(System.IO.Stream contentStream) : base (default(string)) { }
AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10284         public AlternateView(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
AlternateView(System.IO.Stream contentStream, string mediaType)10285         public AlternateView(System.IO.Stream contentStream, string mediaType) : base (default(string)) { }
AlternateView(string fileName)10286         public AlternateView(string fileName) : base (default(string)) { }
AlternateView(string fileName, System.Net.Mime.ContentType contentType)10287         public AlternateView(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
AlternateView(string fileName, string mediaType)10288         public AlternateView(string fileName, string mediaType) : base (default(string)) { }
10289         public System.Uri BaseUri { get { throw null; } set { } }
10290         public System.Net.Mail.LinkedResourceCollection LinkedResources { get { throw null; } }
CreateAlternateViewFromString(string content)10291         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content) { throw null; }
CreateAlternateViewFromString(string content, System.Net.Mime.ContentType contentType)10292         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)10293         public static System.Net.Mail.AlternateView CreateAlternateViewFromString(string content, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
Dispose(bool disposing)10294         protected override void Dispose(bool disposing) { }
10295     }
10296     public sealed partial class AlternateViewCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.AlternateView>, System.IDisposable
10297     {
AlternateViewCollection()10298         internal AlternateViewCollection() { }
ClearItems()10299         protected override void ClearItems() { }
Dispose()10300         public void Dispose() { }
InsertItem(int index, System.Net.Mail.AlternateView item)10301         protected override void InsertItem(int index, System.Net.Mail.AlternateView item) { }
RemoveItem(int index)10302         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.AlternateView item)10303         protected override void SetItem(int index, System.Net.Mail.AlternateView item) { }
10304     }
10305     public partial class Attachment : System.Net.Mail.AttachmentBase
10306     {
Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10307         public Attachment(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
Attachment(System.IO.Stream contentStream, string name)10308         public Attachment(System.IO.Stream contentStream, string name) : base (default(string)) { }
Attachment(System.IO.Stream contentStream, string name, string mediaType)10309         public Attachment(System.IO.Stream contentStream, string name, string mediaType) : base (default(string)) { }
Attachment(string fileName)10310         public Attachment(string fileName) : base (default(string)) { }
Attachment(string fileName, System.Net.Mime.ContentType contentType)10311         public Attachment(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
Attachment(string fileName, string mediaType)10312         public Attachment(string fileName, string mediaType) : base (default(string)) { }
10313         public System.Net.Mime.ContentDisposition ContentDisposition { get { throw null; } }
10314         public string Name { get { throw null; } set { } }
10315         public System.Text.Encoding NameEncoding { get { throw null; } set { } }
CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType)10316         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, System.Net.Mime.ContentType contentType) { throw null; }
CreateAttachmentFromString(string content, string name)10317         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name) { throw null; }
CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType)10318         public static System.Net.Mail.Attachment CreateAttachmentFromString(string content, string name, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
10319     }
10320     public abstract partial class AttachmentBase : System.IDisposable
10321     {
AttachmentBase(System.IO.Stream contentStream)10322         protected AttachmentBase(System.IO.Stream contentStream) { }
AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10323         protected AttachmentBase(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) { }
AttachmentBase(System.IO.Stream contentStream, string mediaType)10324         protected AttachmentBase(System.IO.Stream contentStream, string mediaType) { }
AttachmentBase(string fileName)10325         protected AttachmentBase(string fileName) { }
AttachmentBase(string fileName, System.Net.Mime.ContentType contentType)10326         protected AttachmentBase(string fileName, System.Net.Mime.ContentType contentType) { }
AttachmentBase(string fileName, string mediaType)10327         protected AttachmentBase(string fileName, string mediaType) { }
10328         public string ContentId { get { throw null; } set { } }
10329         public System.IO.Stream ContentStream { get { throw null; } }
10330         public System.Net.Mime.ContentType ContentType { get { throw null; } set { } }
10331         public System.Net.Mime.TransferEncoding TransferEncoding { get { throw null; } set { } }
Dispose()10332         public void Dispose() { }
Dispose(bool disposing)10333         protected virtual void Dispose(bool disposing) { }
10334     }
10335     public sealed partial class AttachmentCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.Attachment>, System.IDisposable
10336     {
AttachmentCollection()10337         internal AttachmentCollection() { }
ClearItems()10338         protected override void ClearItems() { }
Dispose()10339         public void Dispose() { }
InsertItem(int index, System.Net.Mail.Attachment item)10340         protected override void InsertItem(int index, System.Net.Mail.Attachment item) { }
RemoveItem(int index)10341         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.Attachment item)10342         protected override void SetItem(int index, System.Net.Mail.Attachment item) { }
10343     }
10344     [System.FlagsAttribute]
10345     public enum DeliveryNotificationOptions
10346     {
10347         Delay = 4,
10348         Never = 134217728,
10349         None = 0,
10350         OnFailure = 2,
10351         OnSuccess = 1,
10352     }
10353     public partial class LinkedResource : System.Net.Mail.AttachmentBase
10354     {
LinkedResource(System.IO.Stream contentStream)10355         public LinkedResource(System.IO.Stream contentStream) : base (default(string)) { }
LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType)10356         public LinkedResource(System.IO.Stream contentStream, System.Net.Mime.ContentType contentType) : base (default(string)) { }
LinkedResource(System.IO.Stream contentStream, string mediaType)10357         public LinkedResource(System.IO.Stream contentStream, string mediaType) : base (default(string)) { }
LinkedResource(string fileName)10358         public LinkedResource(string fileName) : base (default(string)) { }
LinkedResource(string fileName, System.Net.Mime.ContentType contentType)10359         public LinkedResource(string fileName, System.Net.Mime.ContentType contentType) : base (default(string)) { }
LinkedResource(string fileName, string mediaType)10360         public LinkedResource(string fileName, string mediaType) : base (default(string)) { }
10361         public System.Uri ContentLink { get { throw null; } set { } }
CreateLinkedResourceFromString(string content)10362         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content) { throw null; }
CreateLinkedResourceFromString(string content, System.Net.Mime.ContentType contentType)10363         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)10364         public static System.Net.Mail.LinkedResource CreateLinkedResourceFromString(string content, System.Text.Encoding contentEncoding, string mediaType) { throw null; }
10365     }
10366     public sealed partial class LinkedResourceCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.LinkedResource>, System.IDisposable
10367     {
LinkedResourceCollection()10368         internal LinkedResourceCollection() { }
ClearItems()10369         protected override void ClearItems() { }
Dispose()10370         public void Dispose() { }
InsertItem(int index, System.Net.Mail.LinkedResource item)10371         protected override void InsertItem(int index, System.Net.Mail.LinkedResource item) { }
RemoveItem(int index)10372         protected override void RemoveItem(int index) { }
SetItem(int index, System.Net.Mail.LinkedResource item)10373         protected override void SetItem(int index, System.Net.Mail.LinkedResource item) { }
10374     }
10375     public partial class MailAddress
10376     {
MailAddress(string address)10377         public MailAddress(string address) { }
MailAddress(string address, string displayName)10378         public MailAddress(string address, string displayName) { }
MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding)10379         public MailAddress(string address, string displayName, System.Text.Encoding displayNameEncoding) { }
10380         public string Address { get { throw null; } }
10381         public string DisplayName { get { throw null; } }
10382         public string Host { get { throw null; } }
10383         public string User { get { throw null; } }
Equals(object value)10384         public override bool Equals(object value) { throw null; }
GetHashCode()10385         public override int GetHashCode() { throw null; }
ToString()10386         public override string ToString() { throw null; }
10387     }
10388     public partial class MailAddressCollection : System.Collections.ObjectModel.Collection<System.Net.Mail.MailAddress>
10389     {
MailAddressCollection()10390         public MailAddressCollection() { }
Add(string addresses)10391         public void Add(string addresses) { }
InsertItem(int index, System.Net.Mail.MailAddress item)10392         protected override void InsertItem(int index, System.Net.Mail.MailAddress item) { }
SetItem(int index, System.Net.Mail.MailAddress item)10393         protected override void SetItem(int index, System.Net.Mail.MailAddress item) { }
ToString()10394         public override string ToString() { throw null; }
10395     }
10396     public partial class MailMessage : System.IDisposable
10397     {
MailMessage()10398         public MailMessage() { }
MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to)10399         public MailMessage(System.Net.Mail.MailAddress from, System.Net.Mail.MailAddress to) { }
MailMessage(string from, string to)10400         public MailMessage(string from, string to) { }
MailMessage(string from, string to, string subject, string body)10401         public MailMessage(string from, string to, string subject, string body) { }
10402         public System.Net.Mail.AlternateViewCollection AlternateViews { get { throw null; } }
10403         public System.Net.Mail.AttachmentCollection Attachments { get { throw null; } }
10404         public System.Net.Mail.MailAddressCollection Bcc { get { throw null; } }
10405         public string Body { get { throw null; } set { } }
10406         public System.Text.Encoding BodyEncoding { get { throw null; } set { } }
10407         public System.Net.Mime.TransferEncoding BodyTransferEncoding { get { throw null; } set { } }
10408         public System.Net.Mail.MailAddressCollection CC { get { throw null; } }
10409         public System.Net.Mail.DeliveryNotificationOptions DeliveryNotificationOptions { get { throw null; } set { } }
10410         public System.Net.Mail.MailAddress From { get { throw null; } set { } }
10411         public System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
10412         public System.Text.Encoding HeadersEncoding { get { throw null; } set { } }
10413         public bool IsBodyHtml { get { throw null; } set { } }
10414         public System.Net.Mail.MailPriority Priority { get { throw null; } set { } }
10415         [System.ObsoleteAttribute("ReplyTo is obsoleted for this type.  Please use ReplyToList instead which can accept multiple addresses. http://go.microsoft.com/fwlink/?linkid=14202")]
10416         public System.Net.Mail.MailAddress ReplyTo { get { throw null; } set { } }
10417         public System.Net.Mail.MailAddressCollection ReplyToList { get { throw null; } }
10418         public System.Net.Mail.MailAddress Sender { get { throw null; } set { } }
10419         public string Subject { get { throw null; } set { } }
10420         public System.Text.Encoding SubjectEncoding { get { throw null; } set { } }
10421         public System.Net.Mail.MailAddressCollection To { get { throw null; } }
Dispose()10422         public void Dispose() { }
Dispose(bool disposing)10423         protected virtual void Dispose(bool disposing) { }
10424     }
10425     public enum MailPriority
10426     {
10427         High = 2,
10428         Low = 1,
10429         Normal = 0,
10430     }
SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e)10431     public delegate void SendCompletedEventHandler(object sender, System.ComponentModel.AsyncCompletedEventArgs e);
10432     public enum SmtpAccess
10433     {
10434         Connect = 1,
10435         ConnectToUnrestrictedPort = 2,
10436         None = 0,
10437     }
10438     public partial class SmtpClient : System.IDisposable
10439     {
SmtpClient()10440         public SmtpClient() { }
SmtpClient(string host)10441         public SmtpClient(string host) { }
SmtpClient(string host, int port)10442         public SmtpClient(string host, int port) { }
10443         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } }
10444         public System.Net.ICredentialsByHost Credentials { get { throw null; } set { } }
10445         public System.Net.Mail.SmtpDeliveryFormat DeliveryFormat { get { throw null; } set { } }
10446         public System.Net.Mail.SmtpDeliveryMethod DeliveryMethod { get { throw null; } set { } }
10447         public bool EnableSsl { get { throw null; } set { } }
10448         public string Host { get { throw null; } set { } }
10449         public string PickupDirectoryLocation { get { throw null; } set { } }
10450         public int Port { get { throw null; } set { } }
10451         public System.Net.ServicePoint ServicePoint { get { throw null; } }
10452         public string TargetName { get { throw null; } set { } }
10453         public int Timeout { get { throw null; } set { } }
10454         public bool UseDefaultCredentials { get { throw null; } set { } }
10455         public event System.Net.Mail.SendCompletedEventHandler SendCompleted { add { } remove { } }
Dispose()10456         public void Dispose() { }
Dispose(bool disposing)10457         protected virtual void Dispose(bool disposing) { }
OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e)10458         protected void OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
Send(System.Net.Mail.MailMessage message)10459         public void Send(System.Net.Mail.MailMessage message) { }
Send(string from, string recipients, string subject, string body)10460         public void Send(string from, string recipients, string subject, string body) { }
10461         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(System.Net.Mail.MailMessage message, object userToken)10462         public void SendAsync(System.Net.Mail.MailMessage message, object userToken) { }
10463         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(string from, string recipients, string subject, string body, object userToken)10464         public void SendAsync(string from, string recipients, string subject, string body, object userToken) { }
SendAsyncCancel()10465         public void SendAsyncCancel() { }
10466         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendMailAsync(System.Net.Mail.MailMessage message)10467         public System.Threading.Tasks.Task SendMailAsync(System.Net.Mail.MailMessage message) { throw null; }
10468         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendMailAsync(string from, string recipients, string subject, string body)10469         public System.Threading.Tasks.Task SendMailAsync(string from, string recipients, string subject, string body) { throw null; }
10470     }
10471     public enum SmtpDeliveryFormat
10472     {
10473         International = 1,
10474         SevenBit = 0,
10475     }
10476     public enum SmtpDeliveryMethod
10477     {
10478         Network = 0,
10479         PickupDirectoryFromIis = 2,
10480         SpecifiedPickupDirectory = 1,
10481     }
10482     [System.SerializableAttribute]
10483     public partial class SmtpException : System.Exception, System.Runtime.Serialization.ISerializable
10484     {
SmtpException()10485         public SmtpException() { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode)10486         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode) { }
SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message)10487         public SmtpException(System.Net.Mail.SmtpStatusCode statusCode, string message) { }
SmtpException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10488         protected SmtpException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
SmtpException(string message)10489         public SmtpException(string message) { }
SmtpException(string message, System.Exception innerException)10490         public SmtpException(string message, System.Exception innerException) { }
10491         public System.Net.Mail.SmtpStatusCode StatusCode { get { throw null; } set { } }
10492         [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)10493         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10494         [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)10495         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10496     }
10497     [System.SerializableAttribute]
10498     public partial class SmtpFailedRecipientException : System.Net.Mail.SmtpException, System.Runtime.Serialization.ISerializable
10499     {
SmtpFailedRecipientException()10500         public SmtpFailedRecipientException() { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient)10501         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient) { }
SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse)10502         public SmtpFailedRecipientException(System.Net.Mail.SmtpStatusCode statusCode, string failedRecipient, string serverResponse) { }
SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10503         protected SmtpFailedRecipientException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpFailedRecipientException(string message)10504         public SmtpFailedRecipientException(string message) { }
SmtpFailedRecipientException(string message, System.Exception innerException)10505         public SmtpFailedRecipientException(string message, System.Exception innerException) { }
SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException)10506         public SmtpFailedRecipientException(string message, string failedRecipient, System.Exception innerException) { }
10507         public string FailedRecipient { get { throw null; } }
10508         [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)10509         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10510         [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)10511         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10512     }
10513     [System.SerializableAttribute]
10514     public partial class SmtpFailedRecipientsException : System.Net.Mail.SmtpFailedRecipientException, System.Runtime.Serialization.ISerializable
10515     {
SmtpFailedRecipientsException()10516         public SmtpFailedRecipientsException() { }
SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10517         protected SmtpFailedRecipientsException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SmtpFailedRecipientsException(string message)10518         public SmtpFailedRecipientsException(string message) { }
SmtpFailedRecipientsException(string message, System.Exception innerException)10519         public SmtpFailedRecipientsException(string message, System.Exception innerException) { }
SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions)10520         public SmtpFailedRecipientsException(string message, System.Net.Mail.SmtpFailedRecipientException[] innerExceptions) { }
10521         public System.Net.Mail.SmtpFailedRecipientException[] InnerExceptions { get { throw null; } }
10522         [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)10523         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10524         [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)10525         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10526     }
10527     [System.SerializableAttribute]
10528     public sealed partial class SmtpPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10529     {
SmtpPermission(bool unrestricted)10530         public SmtpPermission(bool unrestricted) { }
SmtpPermission(System.Net.Mail.SmtpAccess access)10531         public SmtpPermission(System.Net.Mail.SmtpAccess access) { }
SmtpPermission(System.Security.Permissions.PermissionState state)10532         public SmtpPermission(System.Security.Permissions.PermissionState state) { }
10533         public System.Net.Mail.SmtpAccess Access { get { throw null; } }
AddPermission(System.Net.Mail.SmtpAccess access)10534         public void AddPermission(System.Net.Mail.SmtpAccess access) { }
Copy()10535         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)10536         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)10537         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)10538         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()10539         public bool IsUnrestricted() { throw null; }
ToXml()10540         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)10541         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
10542     }
10543     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
10544     [System.SerializableAttribute]
10545     public sealed partial class SmtpPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
10546     {
SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action)10547         public SmtpPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
10548         public string Access { get { throw null; } set { } }
CreatePermission()10549         public override System.Security.IPermission CreatePermission() { throw null; }
10550     }
10551     public enum SmtpStatusCode
10552     {
10553         BadCommandSequence = 503,
10554         CannotVerifyUserWillAttemptDelivery = 252,
10555         ClientNotPermitted = 454,
10556         CommandNotImplemented = 502,
10557         CommandParameterNotImplemented = 504,
10558         CommandUnrecognized = 500,
10559         ExceededStorageAllocation = 552,
10560         GeneralFailure = -1,
10561         HelpMessage = 214,
10562         InsufficientStorage = 452,
10563         LocalErrorInProcessing = 451,
10564         MailboxBusy = 450,
10565         MailboxNameNotAllowed = 553,
10566         MailboxUnavailable = 550,
10567         MustIssueStartTlsFirst = 530,
10568         Ok = 250,
10569         ServiceClosingTransmissionChannel = 221,
10570         ServiceNotAvailable = 421,
10571         ServiceReady = 220,
10572         StartMailInput = 354,
10573         SyntaxError = 501,
10574         SystemStatus = 211,
10575         TransactionFailed = 554,
10576         UserNotLocalTryAlternatePath = 551,
10577         UserNotLocalWillForward = 251,
10578     }
10579 }
10580 namespace System.Net.Mime
10581 {
10582     public partial class ContentDisposition
10583     {
ContentDisposition()10584         public ContentDisposition() { }
ContentDisposition(string disposition)10585         public ContentDisposition(string disposition) { }
10586         public System.DateTime CreationDate { get { throw null; } set { } }
10587         public string DispositionType { get { throw null; } set { } }
10588         public string FileName { get { throw null; } set { } }
10589         public bool Inline { get { throw null; } set { } }
10590         public System.DateTime ModificationDate { get { throw null; } set { } }
10591         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
10592         public System.DateTime ReadDate { get { throw null; } set { } }
10593         public long Size { get { throw null; } set { } }
Equals(object rparam)10594         public override bool Equals(object rparam) { throw null; }
GetHashCode()10595         public override int GetHashCode() { throw null; }
ToString()10596         public override string ToString() { throw null; }
10597     }
10598     public partial class ContentType
10599     {
ContentType()10600         public ContentType() { }
ContentType(string contentType)10601         public ContentType(string contentType) { }
10602         public string Boundary { get { throw null; } set { } }
10603         public string CharSet { get { throw null; } set { } }
10604         public string MediaType { get { throw null; } set { } }
10605         public string Name { get { throw null; } set { } }
10606         public System.Collections.Specialized.StringDictionary Parameters { get { throw null; } }
Equals(object rparam)10607         public override bool Equals(object rparam) { throw null; }
GetHashCode()10608         public override int GetHashCode() { throw null; }
ToString()10609         public override string ToString() { throw null; }
10610     }
10611     public static partial class DispositionTypeNames
10612     {
10613         public const string Attachment = "attachment";
10614         public const string Inline = "inline";
10615     }
10616     public static partial class MediaTypeNames
10617     {
10618         public static partial class Application
10619         {
10620             public const string Octet = "application/octet-stream";
10621             public const string Pdf = "application/pdf";
10622             public const string Rtf = "application/rtf";
10623             public const string Soap = "application/soap+xml";
10624             public const string Zip = "application/zip";
10625         }
10626         public static partial class Image
10627         {
10628             public const string Gif = "image/gif";
10629             public const string Jpeg = "image/jpeg";
10630             public const string Tiff = "image/tiff";
10631         }
10632         public static partial class Text
10633         {
10634             public const string Html = "text/html";
10635             public const string Plain = "text/plain";
10636             public const string RichText = "text/richtext";
10637             public const string Xml = "text/xml";
10638         }
10639     }
10640     public enum TransferEncoding
10641     {
10642         Base64 = 1,
10643         EightBit = 3,
10644         QuotedPrintable = 0,
10645         SevenBit = 2,
10646         Unknown = -1,
10647     }
10648 }
10649 namespace System.Net.NetworkInformation
10650 {
10651     public enum DuplicateAddressDetectionState
10652     {
10653         Deprecated = 3,
10654         Duplicate = 2,
10655         Invalid = 0,
10656         Preferred = 4,
10657         Tentative = 1,
10658     }
10659     public abstract partial class GatewayIPAddressInformation
10660     {
GatewayIPAddressInformation()10661         protected GatewayIPAddressInformation() { }
10662         public abstract System.Net.IPAddress Address { get; }
10663     }
10664     public partial class GatewayIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.GatewayIPAddressInformation>, System.Collections.IEnumerable
10665     {
GatewayIPAddressInformationCollection()10666         protected internal GatewayIPAddressInformationCollection() { }
10667         public virtual int Count { get { throw null; } }
10668         public virtual bool IsReadOnly { get { throw null; } }
10669         public virtual System.Net.NetworkInformation.GatewayIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.GatewayIPAddressInformation address)10670         public virtual void Add(System.Net.NetworkInformation.GatewayIPAddressInformation address) { }
Clear()10671         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address)10672         public virtual bool Contains(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset)10673         public virtual void CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[] array, int offset) { }
GetEnumerator()10674         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.GatewayIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address)10675         public virtual bool Remove(System.Net.NetworkInformation.GatewayIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10676         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10677     }
10678     public abstract partial class IcmpV4Statistics
10679     {
IcmpV4Statistics()10680         protected IcmpV4Statistics() { }
10681         public abstract long AddressMaskRepliesReceived { get; }
10682         public abstract long AddressMaskRepliesSent { get; }
10683         public abstract long AddressMaskRequestsReceived { get; }
10684         public abstract long AddressMaskRequestsSent { get; }
10685         public abstract long DestinationUnreachableMessagesReceived { get; }
10686         public abstract long DestinationUnreachableMessagesSent { get; }
10687         public abstract long EchoRepliesReceived { get; }
10688         public abstract long EchoRepliesSent { get; }
10689         public abstract long EchoRequestsReceived { get; }
10690         public abstract long EchoRequestsSent { get; }
10691         public abstract long ErrorsReceived { get; }
10692         public abstract long ErrorsSent { get; }
10693         public abstract long MessagesReceived { get; }
10694         public abstract long MessagesSent { get; }
10695         public abstract long ParameterProblemsReceived { get; }
10696         public abstract long ParameterProblemsSent { get; }
10697         public abstract long RedirectsReceived { get; }
10698         public abstract long RedirectsSent { get; }
10699         public abstract long SourceQuenchesReceived { get; }
10700         public abstract long SourceQuenchesSent { get; }
10701         public abstract long TimeExceededMessagesReceived { get; }
10702         public abstract long TimeExceededMessagesSent { get; }
10703         public abstract long TimestampRepliesReceived { get; }
10704         public abstract long TimestampRepliesSent { get; }
10705         public abstract long TimestampRequestsReceived { get; }
10706         public abstract long TimestampRequestsSent { get; }
10707     }
10708     public abstract partial class IcmpV6Statistics
10709     {
IcmpV6Statistics()10710         protected IcmpV6Statistics() { }
10711         public abstract long DestinationUnreachableMessagesReceived { get; }
10712         public abstract long DestinationUnreachableMessagesSent { get; }
10713         public abstract long EchoRepliesReceived { get; }
10714         public abstract long EchoRepliesSent { get; }
10715         public abstract long EchoRequestsReceived { get; }
10716         public abstract long EchoRequestsSent { get; }
10717         public abstract long ErrorsReceived { get; }
10718         public abstract long ErrorsSent { get; }
10719         public abstract long MembershipQueriesReceived { get; }
10720         public abstract long MembershipQueriesSent { get; }
10721         public abstract long MembershipReductionsReceived { get; }
10722         public abstract long MembershipReductionsSent { get; }
10723         public abstract long MembershipReportsReceived { get; }
10724         public abstract long MembershipReportsSent { get; }
10725         public abstract long MessagesReceived { get; }
10726         public abstract long MessagesSent { get; }
10727         public abstract long NeighborAdvertisementsReceived { get; }
10728         public abstract long NeighborAdvertisementsSent { get; }
10729         public abstract long NeighborSolicitsReceived { get; }
10730         public abstract long NeighborSolicitsSent { get; }
10731         public abstract long PacketTooBigMessagesReceived { get; }
10732         public abstract long PacketTooBigMessagesSent { get; }
10733         public abstract long ParameterProblemsReceived { get; }
10734         public abstract long ParameterProblemsSent { get; }
10735         public abstract long RedirectsReceived { get; }
10736         public abstract long RedirectsSent { get; }
10737         public abstract long RouterAdvertisementsReceived { get; }
10738         public abstract long RouterAdvertisementsSent { get; }
10739         public abstract long RouterSolicitsReceived { get; }
10740         public abstract long RouterSolicitsSent { get; }
10741         public abstract long TimeExceededMessagesReceived { get; }
10742         public abstract long TimeExceededMessagesSent { get; }
10743     }
10744     public partial class IPAddressCollection : System.Collections.Generic.ICollection<System.Net.IPAddress>, System.Collections.Generic.IEnumerable<System.Net.IPAddress>, System.Collections.IEnumerable
10745     {
IPAddressCollection()10746         protected internal IPAddressCollection() { }
10747         public virtual int Count { get { throw null; } }
10748         public virtual bool IsReadOnly { get { throw null; } }
10749         public virtual System.Net.IPAddress this[int index] { get { throw null; } }
Add(System.Net.IPAddress address)10750         public virtual void Add(System.Net.IPAddress address) { }
Clear()10751         public virtual void Clear() { }
Contains(System.Net.IPAddress address)10752         public virtual bool Contains(System.Net.IPAddress address) { throw null; }
CopyTo(System.Net.IPAddress[] array, int offset)10753         public virtual void CopyTo(System.Net.IPAddress[] array, int offset) { }
GetEnumerator()10754         public virtual System.Collections.Generic.IEnumerator<System.Net.IPAddress> GetEnumerator() { throw null; }
Remove(System.Net.IPAddress address)10755         public virtual bool Remove(System.Net.IPAddress address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10756         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10757     }
10758     public abstract partial class IPAddressInformation
10759     {
IPAddressInformation()10760         protected IPAddressInformation() { }
10761         public abstract System.Net.IPAddress Address { get; }
10762         public abstract bool IsDnsEligible { get; }
10763         public abstract bool IsTransient { get; }
10764     }
10765     public partial class IPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.IPAddressInformation>, System.Collections.IEnumerable
10766     {
IPAddressInformationCollection()10767         internal IPAddressInformationCollection() { }
10768         public virtual int Count { get { throw null; } }
10769         public virtual bool IsReadOnly { get { throw null; } }
10770         public virtual System.Net.NetworkInformation.IPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.IPAddressInformation address)10771         public virtual void Add(System.Net.NetworkInformation.IPAddressInformation address) { }
Clear()10772         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.IPAddressInformation address)10773         public virtual bool Contains(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset)10774         public virtual void CopyTo(System.Net.NetworkInformation.IPAddressInformation[] array, int offset) { }
GetEnumerator()10775         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.IPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.IPAddressInformation address)10776         public virtual bool Remove(System.Net.NetworkInformation.IPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10777         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10778     }
10779     public abstract partial class IPGlobalProperties
10780     {
IPGlobalProperties()10781         protected IPGlobalProperties() { }
10782         public abstract string DhcpScopeName { get; }
10783         public abstract string DomainName { get; }
10784         public abstract string HostName { get; }
10785         public abstract bool IsWinsProxy { get; }
10786         public abstract System.Net.NetworkInformation.NetBiosNodeType NodeType { get; }
BeginGetUnicastAddresses(System.AsyncCallback callback, object state)10787         public virtual System.IAsyncResult BeginGetUnicastAddresses(System.AsyncCallback callback, object state) { throw null; }
EndGetUnicastAddresses(System.IAsyncResult asyncResult)10788         public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection EndGetUnicastAddresses(System.IAsyncResult asyncResult) { throw null; }
GetActiveTcpConnections()10789         public abstract System.Net.NetworkInformation.TcpConnectionInformation[] GetActiveTcpConnections();
GetActiveTcpListeners()10790         public abstract System.Net.IPEndPoint[] GetActiveTcpListeners();
GetActiveUdpListeners()10791         public abstract System.Net.IPEndPoint[] GetActiveUdpListeners();
GetIcmpV4Statistics()10792         public abstract System.Net.NetworkInformation.IcmpV4Statistics GetIcmpV4Statistics();
GetIcmpV6Statistics()10793         public abstract System.Net.NetworkInformation.IcmpV6Statistics GetIcmpV6Statistics();
GetIPGlobalProperties()10794         public static System.Net.NetworkInformation.IPGlobalProperties GetIPGlobalProperties() { throw null; }
GetIPv4GlobalStatistics()10795         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv4GlobalStatistics();
GetIPv6GlobalStatistics()10796         public abstract System.Net.NetworkInformation.IPGlobalStatistics GetIPv6GlobalStatistics();
GetTcpIPv4Statistics()10797         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv4Statistics();
GetTcpIPv6Statistics()10798         public abstract System.Net.NetworkInformation.TcpStatistics GetTcpIPv6Statistics();
GetUdpIPv4Statistics()10799         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv4Statistics();
GetUdpIPv6Statistics()10800         public abstract System.Net.NetworkInformation.UdpStatistics GetUdpIPv6Statistics();
GetUnicastAddresses()10801         public virtual System.Net.NetworkInformation.UnicastIPAddressInformationCollection GetUnicastAddresses() { throw null; }
10802         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
GetUnicastAddressesAsync()10803         public virtual System.Threading.Tasks.Task<System.Net.NetworkInformation.UnicastIPAddressInformationCollection> GetUnicastAddressesAsync() { throw null; }
10804     }
10805     public abstract partial class IPGlobalStatistics
10806     {
IPGlobalStatistics()10807         protected IPGlobalStatistics() { }
10808         public abstract int DefaultTtl { get; }
10809         public abstract bool ForwardingEnabled { get; }
10810         public abstract int NumberOfInterfaces { get; }
10811         public abstract int NumberOfIPAddresses { get; }
10812         public abstract int NumberOfRoutes { get; }
10813         public abstract long OutputPacketRequests { get; }
10814         public abstract long OutputPacketRoutingDiscards { get; }
10815         public abstract long OutputPacketsDiscarded { get; }
10816         public abstract long OutputPacketsWithNoRoute { get; }
10817         public abstract long PacketFragmentFailures { get; }
10818         public abstract long PacketReassembliesRequired { get; }
10819         public abstract long PacketReassemblyFailures { get; }
10820         public abstract long PacketReassemblyTimeout { get; }
10821         public abstract long PacketsFragmented { get; }
10822         public abstract long PacketsReassembled { get; }
10823         public abstract long ReceivedPackets { get; }
10824         public abstract long ReceivedPacketsDelivered { get; }
10825         public abstract long ReceivedPacketsDiscarded { get; }
10826         public abstract long ReceivedPacketsForwarded { get; }
10827         public abstract long ReceivedPacketsWithAddressErrors { get; }
10828         public abstract long ReceivedPacketsWithHeadersErrors { get; }
10829         public abstract long ReceivedPacketsWithUnknownProtocol { get; }
10830     }
10831     public abstract partial class IPInterfaceProperties
10832     {
IPInterfaceProperties()10833         protected IPInterfaceProperties() { }
10834         public abstract System.Net.NetworkInformation.IPAddressInformationCollection AnycastAddresses { get; }
10835         public abstract System.Net.NetworkInformation.IPAddressCollection DhcpServerAddresses { get; }
10836         public abstract System.Net.NetworkInformation.IPAddressCollection DnsAddresses { get; }
10837         public abstract string DnsSuffix { get; }
10838         public abstract System.Net.NetworkInformation.GatewayIPAddressInformationCollection GatewayAddresses { get; }
10839         public abstract bool IsDnsEnabled { get; }
10840         public abstract bool IsDynamicDnsEnabled { get; }
10841         public abstract System.Net.NetworkInformation.MulticastIPAddressInformationCollection MulticastAddresses { get; }
10842         public abstract System.Net.NetworkInformation.UnicastIPAddressInformationCollection UnicastAddresses { get; }
10843         public abstract System.Net.NetworkInformation.IPAddressCollection WinsServersAddresses { get; }
GetIPv4Properties()10844         public abstract System.Net.NetworkInformation.IPv4InterfaceProperties GetIPv4Properties();
GetIPv6Properties()10845         public abstract System.Net.NetworkInformation.IPv6InterfaceProperties GetIPv6Properties();
10846     }
10847     public abstract partial class IPInterfaceStatistics
10848     {
IPInterfaceStatistics()10849         protected IPInterfaceStatistics() { }
10850         public abstract long BytesReceived { get; }
10851         public abstract long BytesSent { get; }
10852         public abstract long IncomingPacketsDiscarded { get; }
10853         public abstract long IncomingPacketsWithErrors { get; }
10854         public abstract long IncomingUnknownProtocolPackets { get; }
10855         public abstract long NonUnicastPacketsReceived { get; }
10856         public abstract long NonUnicastPacketsSent { get; }
10857         public abstract long OutgoingPacketsDiscarded { get; }
10858         public abstract long OutgoingPacketsWithErrors { get; }
10859         public abstract long OutputQueueLength { get; }
10860         public abstract long UnicastPacketsReceived { get; }
10861         public abstract long UnicastPacketsSent { get; }
10862     }
10863     public enum IPStatus
10864     {
10865         BadDestination = 11018,
10866         BadHeader = 11042,
10867         BadOption = 11007,
10868         BadRoute = 11012,
10869         DestinationHostUnreachable = 11003,
10870         DestinationNetworkUnreachable = 11002,
10871         DestinationPortUnreachable = 11005,
10872         DestinationProhibited = 11004,
10873         DestinationProtocolUnreachable = 11004,
10874         DestinationScopeMismatch = 11045,
10875         DestinationUnreachable = 11040,
10876         HardwareError = 11008,
10877         IcmpError = 11044,
10878         NoResources = 11006,
10879         PacketTooBig = 11009,
10880         ParameterProblem = 11015,
10881         SourceQuench = 11016,
10882         Success = 0,
10883         TimedOut = 11010,
10884         TimeExceeded = 11041,
10885         TtlExpired = 11013,
10886         TtlReassemblyTimeExceeded = 11014,
10887         Unknown = -1,
10888         UnrecognizedNextHeader = 11043,
10889     }
10890     public abstract partial class IPv4InterfaceProperties
10891     {
IPv4InterfaceProperties()10892         protected IPv4InterfaceProperties() { }
10893         public abstract int Index { get; }
10894         public abstract bool IsAutomaticPrivateAddressingActive { get; }
10895         public abstract bool IsAutomaticPrivateAddressingEnabled { get; }
10896         public abstract bool IsDhcpEnabled { get; }
10897         public abstract bool IsForwardingEnabled { get; }
10898         public abstract int Mtu { get; }
10899         public abstract bool UsesWins { get; }
10900     }
10901     public abstract partial class IPv4InterfaceStatistics
10902     {
IPv4InterfaceStatistics()10903         protected IPv4InterfaceStatistics() { }
10904         public abstract long BytesReceived { get; }
10905         public abstract long BytesSent { get; }
10906         public abstract long IncomingPacketsDiscarded { get; }
10907         public abstract long IncomingPacketsWithErrors { get; }
10908         public abstract long IncomingUnknownProtocolPackets { get; }
10909         public abstract long NonUnicastPacketsReceived { get; }
10910         public abstract long NonUnicastPacketsSent { get; }
10911         public abstract long OutgoingPacketsDiscarded { get; }
10912         public abstract long OutgoingPacketsWithErrors { get; }
10913         public abstract long OutputQueueLength { get; }
10914         public abstract long UnicastPacketsReceived { get; }
10915         public abstract long UnicastPacketsSent { get; }
10916     }
10917     public abstract partial class IPv6InterfaceProperties
10918     {
IPv6InterfaceProperties()10919         protected IPv6InterfaceProperties() { }
10920         public abstract int Index { get; }
10921         public abstract int Mtu { get; }
GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel)10922         public virtual long GetScopeId(System.Net.NetworkInformation.ScopeLevel scopeLevel) { throw null; }
10923     }
10924     public abstract partial class MulticastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
10925     {
MulticastIPAddressInformation()10926         protected MulticastIPAddressInformation() { }
10927         public abstract long AddressPreferredLifetime { get; }
10928         public abstract long AddressValidLifetime { get; }
10929         public abstract long DhcpLeaseLifetime { get; }
10930         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
10931         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
10932         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
10933     }
10934     public partial class MulticastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.MulticastIPAddressInformation>, System.Collections.IEnumerable
10935     {
MulticastIPAddressInformationCollection()10936         protected internal MulticastIPAddressInformationCollection() { }
10937         public virtual int Count { get { throw null; } }
10938         public virtual bool IsReadOnly { get { throw null; } }
10939         public virtual System.Net.NetworkInformation.MulticastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.MulticastIPAddressInformation address)10940         public virtual void Add(System.Net.NetworkInformation.MulticastIPAddressInformation address) { }
Clear()10941         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address)10942         public virtual bool Contains(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset)10943         public virtual void CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[] array, int offset) { }
GetEnumerator()10944         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.MulticastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address)10945         public virtual bool Remove(System.Net.NetworkInformation.MulticastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()10946         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
10947     }
10948     public enum NetBiosNodeType
10949     {
10950         Broadcast = 1,
10951         Hybrid = 8,
10952         Mixed = 4,
10953         Peer2Peer = 2,
10954         Unknown = 0,
10955     }
NetworkAddressChangedEventHandler(object sender, System.EventArgs e)10956     public delegate void NetworkAddressChangedEventHandler(object sender, System.EventArgs e);
NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e)10957     public delegate void NetworkAvailabilityChangedEventHandler(object sender, System.Net.NetworkInformation.NetworkAvailabilityEventArgs e);
10958     public partial class NetworkAvailabilityEventArgs : System.EventArgs
10959     {
NetworkAvailabilityEventArgs()10960         internal NetworkAvailabilityEventArgs() { }
10961         public bool IsAvailable { get { throw null; } }
10962     }
10963     public partial class NetworkChange
10964     {
10965         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10966         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
NetworkChange()10967         public NetworkChange() { }
10968         public static event System.Net.NetworkInformation.NetworkAddressChangedEventHandler NetworkAddressChanged { add { } remove { } }
10969         public static event System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler NetworkAvailabilityChanged { add { } remove { } }
10970         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10971         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc)10972         public static void RegisterNetworkChange(System.Net.NetworkInformation.NetworkChange nc) { }
10973     }
10974     [System.FlagsAttribute]
10975     public enum NetworkInformationAccess
10976     {
10977         None = 0,
10978         Ping = 4,
10979         Read = 1,
10980     }
10981     [System.SerializableAttribute]
10982     public partial class NetworkInformationException : System.ComponentModel.Win32Exception
10983     {
NetworkInformationException()10984         public NetworkInformationException() { }
NetworkInformationException(int errorCode)10985         public NetworkInformationException(int errorCode) { }
NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)10986         protected NetworkInformationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
10987         public override int ErrorCode { get { throw null; } }
10988     }
10989     [System.SerializableAttribute]
10990     public sealed partial class NetworkInformationPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
10991     {
NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10992         public NetworkInformationPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
NetworkInformationPermission(System.Security.Permissions.PermissionState state)10993         public NetworkInformationPermission(System.Security.Permissions.PermissionState state) { }
10994         public System.Net.NetworkInformation.NetworkInformationAccess Access { get { throw null; } }
AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access)10995         public void AddPermission(System.Net.NetworkInformation.NetworkInformationAccess access) { }
Copy()10996         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)10997         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)10998         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)10999         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()11000         public bool IsUnrestricted() { throw null; }
ToXml()11001         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)11002         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
11003     }
11004     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
11005     [System.SerializableAttribute]
11006     public sealed partial class NetworkInformationPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
11007     {
NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action)11008         public NetworkInformationPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
11009         public string Access { get { throw null; } set { } }
CreatePermission()11010         public override System.Security.IPermission CreatePermission() { throw null; }
11011     }
11012     public abstract partial class NetworkInterface
11013     {
NetworkInterface()11014         protected NetworkInterface() { }
11015         public virtual string Description { get { throw null; } }
11016         public virtual string Id { get { throw null; } }
11017         public static int IPv6LoopbackInterfaceIndex { get { throw null; } }
11018         public virtual bool IsReceiveOnly { get { throw null; } }
11019         public static int LoopbackInterfaceIndex { get { throw null; } }
11020         public virtual string Name { get { throw null; } }
11021         public virtual System.Net.NetworkInformation.NetworkInterfaceType NetworkInterfaceType { get { throw null; } }
11022         public virtual System.Net.NetworkInformation.OperationalStatus OperationalStatus { get { throw null; } }
11023         public virtual long Speed { get { throw null; } }
11024         public virtual bool SupportsMulticast { get { throw null; } }
GetAllNetworkInterfaces()11025         public static System.Net.NetworkInformation.NetworkInterface[] GetAllNetworkInterfaces() { throw null; }
GetIPProperties()11026         public virtual System.Net.NetworkInformation.IPInterfaceProperties GetIPProperties() { throw null; }
GetIPStatistics()11027         public virtual System.Net.NetworkInformation.IPInterfaceStatistics GetIPStatistics() { throw null; }
GetIPv4Statistics()11028         public virtual System.Net.NetworkInformation.IPv4InterfaceStatistics GetIPv4Statistics() { throw null; }
GetIsNetworkAvailable()11029         public static bool GetIsNetworkAvailable() { throw null; }
GetPhysicalAddress()11030         public virtual System.Net.NetworkInformation.PhysicalAddress GetPhysicalAddress() { throw null; }
Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent)11031         public virtual bool Supports(System.Net.NetworkInformation.NetworkInterfaceComponent networkInterfaceComponent) { throw null; }
11032     }
11033     public enum NetworkInterfaceComponent
11034     {
11035         IPv4 = 0,
11036         IPv6 = 1,
11037     }
11038     public enum NetworkInterfaceType
11039     {
11040         AsymmetricDsl = 94,
11041         Atm = 37,
11042         BasicIsdn = 20,
11043         Ethernet = 6,
11044         Ethernet3Megabit = 26,
11045         FastEthernetFx = 69,
11046         FastEthernetT = 62,
11047         Fddi = 15,
11048         GenericModem = 48,
11049         GigabitEthernet = 117,
11050         HighPerformanceSerialBus = 144,
11051         IPOverAtm = 114,
11052         Isdn = 63,
11053         Loopback = 24,
11054         MultiRateSymmetricDsl = 143,
11055         Ppp = 23,
11056         PrimaryIsdn = 21,
11057         RateAdaptDsl = 95,
11058         Slip = 28,
11059         SymmetricDsl = 96,
11060         TokenRing = 9,
11061         Tunnel = 131,
11062         Unknown = 1,
11063         VeryHighSpeedDsl = 97,
11064         Wireless80211 = 71,
11065         Wman = 237,
11066         Wwanpp = 243,
11067         Wwanpp2 = 244,
11068     }
11069     public enum OperationalStatus
11070     {
11071         Dormant = 5,
11072         Down = 2,
11073         LowerLayerDown = 7,
11074         NotPresent = 6,
11075         Testing = 3,
11076         Unknown = 4,
11077         Up = 1,
11078     }
11079     public partial class PhysicalAddress
11080     {
11081         public static readonly System.Net.NetworkInformation.PhysicalAddress None;
PhysicalAddress(byte[] address)11082         public PhysicalAddress(byte[] address) { }
Equals(object comparand)11083         public override bool Equals(object comparand) { throw null; }
GetAddressBytes()11084         public byte[] GetAddressBytes() { throw null; }
GetHashCode()11085         public override int GetHashCode() { throw null; }
Parse(string address)11086         public static System.Net.NetworkInformation.PhysicalAddress Parse(string address) { throw null; }
ToString()11087         public override string ToString() { throw null; }
11088     }
11089     public partial class Ping : System.ComponentModel.Component
11090     {
Ping()11091         public Ping() { }
11092         public event System.Net.NetworkInformation.PingCompletedEventHandler PingCompleted { add { } remove { } }
Dispose(bool disposing)11093         protected override void Dispose(bool disposing) { }
OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e)11094         protected void OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs e) { }
Send(System.Net.IPAddress address)11095         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address) { throw null; }
Send(System.Net.IPAddress address, int timeout)11096         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout) { throw null; }
Send(System.Net.IPAddress address, int timeout, byte[] buffer)11097         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)11098         public System.Net.NetworkInformation.PingReply Send(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
Send(string hostNameOrAddress)11099         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress) { throw null; }
Send(string hostNameOrAddress, int timeout)11100         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout) { throw null; }
Send(string hostNameOrAddress, int timeout, byte[] buffer)11101         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)11102         public System.Net.NetworkInformation.PingReply Send(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
11103         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken)11104         public void SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken) { }
11105         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, object userToken)11106         public void SendAsync(System.Net.IPAddress address, int timeout, byte[] buffer, object userToken) { }
11107         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(System.Net.IPAddress address, int timeout, object userToken)11108         public void SendAsync(System.Net.IPAddress address, int timeout, object userToken) { }
11109         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(System.Net.IPAddress address, object userToken)11110         public void SendAsync(System.Net.IPAddress address, object userToken) { }
11111         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken)11112         public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options, object userToken) { }
11113         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, object userToken)11114         public void SendAsync(string hostNameOrAddress, int timeout, byte[] buffer, object userToken) { }
11115         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(string hostNameOrAddress, int timeout, object userToken)11116         public void SendAsync(string hostNameOrAddress, int timeout, object userToken) { }
11117         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(string hostNameOrAddress, object userToken)11118         public void SendAsync(string hostNameOrAddress, object userToken) { }
SendAsyncCancel()11119         public void SendAsyncCancel() { }
11120         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendPingAsync(System.Net.IPAddress address)11121         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(System.Net.IPAddress address) { throw null; }
11122         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendPingAsync(System.Net.IPAddress address, int timeout)11123         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(System.Net.IPAddress address, int timeout) { throw null; }
11124         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendPingAsync(System.Net.IPAddress address, int timeout, byte[] buffer)11125         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(System.Net.IPAddress address, int timeout, byte[] buffer) { throw null; }
11126         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendPingAsync(System.Net.IPAddress address, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options)11127         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; }
11128         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendPingAsync(string hostNameOrAddress)11129         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress) { throw null; }
11130         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendPingAsync(string hostNameOrAddress, int timeout)11131         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout) { throw null; }
11132         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer)11133         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer) { throw null; }
11134         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options)11135         public System.Threading.Tasks.Task<System.Net.NetworkInformation.PingReply> SendPingAsync(string hostNameOrAddress, int timeout, byte[] buffer, System.Net.NetworkInformation.PingOptions options) { throw null; }
11136     }
11137     public partial class PingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
11138     {
PingCompletedEventArgs()11139         internal PingCompletedEventArgs() : base (default(System.Exception), default(bool), default(object)) { }
11140         public System.Net.NetworkInformation.PingReply Reply { get { throw null; } }
11141     }
PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e)11142     public delegate void PingCompletedEventHandler(object sender, System.Net.NetworkInformation.PingCompletedEventArgs e);
11143     [System.SerializableAttribute]
11144     public partial class PingException : System.InvalidOperationException
11145     {
PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)11146         protected PingException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
PingException(string message)11147         public PingException(string message) { }
PingException(string message, System.Exception innerException)11148         public PingException(string message, System.Exception innerException) { }
11149     }
11150     public partial class PingOptions
11151     {
PingOptions()11152         public PingOptions() { }
PingOptions(int ttl, bool dontFragment)11153         public PingOptions(int ttl, bool dontFragment) { }
11154         public bool DontFragment { get { throw null; } set { } }
11155         public int Ttl { get { throw null; } set { } }
11156     }
11157     public partial class PingReply
11158     {
PingReply()11159         internal PingReply() { }
11160         public System.Net.IPAddress Address { get { throw null; } }
11161         public byte[] Buffer { get { throw null; } }
11162         public System.Net.NetworkInformation.PingOptions Options { get { throw null; } }
11163         public long RoundtripTime { get { throw null; } }
11164         public System.Net.NetworkInformation.IPStatus Status { get { throw null; } }
11165     }
11166     public enum PrefixOrigin
11167     {
11168         Dhcp = 3,
11169         Manual = 1,
11170         Other = 0,
11171         RouterAdvertisement = 4,
11172         WellKnown = 2,
11173     }
11174     public enum ScopeLevel
11175     {
11176         Admin = 4,
11177         Global = 14,
11178         Interface = 1,
11179         Link = 2,
11180         None = 0,
11181         Organization = 8,
11182         Site = 5,
11183         Subnet = 3,
11184     }
11185     public enum SuffixOrigin
11186     {
11187         LinkLayerAddress = 4,
11188         Manual = 1,
11189         OriginDhcp = 3,
11190         Other = 0,
11191         Random = 5,
11192         WellKnown = 2,
11193     }
11194     public abstract partial class TcpConnectionInformation
11195     {
TcpConnectionInformation()11196         protected TcpConnectionInformation() { }
11197         public abstract System.Net.IPEndPoint LocalEndPoint { get; }
11198         public abstract System.Net.IPEndPoint RemoteEndPoint { get; }
11199         public abstract System.Net.NetworkInformation.TcpState State { get; }
11200     }
11201     public enum TcpState
11202     {
11203         Closed = 1,
11204         CloseWait = 8,
11205         Closing = 9,
11206         DeleteTcb = 12,
11207         Established = 5,
11208         FinWait1 = 6,
11209         FinWait2 = 7,
11210         LastAck = 10,
11211         Listen = 2,
11212         SynReceived = 4,
11213         SynSent = 3,
11214         TimeWait = 11,
11215         Unknown = 0,
11216     }
11217     public abstract partial class TcpStatistics
11218     {
TcpStatistics()11219         protected TcpStatistics() { }
11220         public abstract long ConnectionsAccepted { get; }
11221         public abstract long ConnectionsInitiated { get; }
11222         public abstract long CumulativeConnections { get; }
11223         public abstract long CurrentConnections { get; }
11224         public abstract long ErrorsReceived { get; }
11225         public abstract long FailedConnectionAttempts { get; }
11226         public abstract long MaximumConnections { get; }
11227         public abstract long MaximumTransmissionTimeout { get; }
11228         public abstract long MinimumTransmissionTimeout { get; }
11229         public abstract long ResetConnections { get; }
11230         public abstract long ResetsSent { get; }
11231         public abstract long SegmentsReceived { get; }
11232         public abstract long SegmentsResent { get; }
11233         public abstract long SegmentsSent { get; }
11234     }
11235     public abstract partial class UdpStatistics
11236     {
UdpStatistics()11237         protected UdpStatistics() { }
11238         public abstract long DatagramsReceived { get; }
11239         public abstract long DatagramsSent { get; }
11240         public abstract long IncomingDatagramsDiscarded { get; }
11241         public abstract long IncomingDatagramsWithErrors { get; }
11242         public abstract int UdpListeners { get; }
11243     }
11244     public abstract partial class UnicastIPAddressInformation : System.Net.NetworkInformation.IPAddressInformation
11245     {
UnicastIPAddressInformation()11246         protected UnicastIPAddressInformation() { }
11247         public abstract long AddressPreferredLifetime { get; }
11248         public abstract long AddressValidLifetime { get; }
11249         public abstract long DhcpLeaseLifetime { get; }
11250         public abstract System.Net.NetworkInformation.DuplicateAddressDetectionState DuplicateAddressDetectionState { get; }
11251         public abstract System.Net.IPAddress IPv4Mask { get; }
11252         public virtual int PrefixLength { get { throw null; } }
11253         public abstract System.Net.NetworkInformation.PrefixOrigin PrefixOrigin { get; }
11254         public abstract System.Net.NetworkInformation.SuffixOrigin SuffixOrigin { get; }
11255     }
11256     public partial class UnicastIPAddressInformationCollection : System.Collections.Generic.ICollection<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.Generic.IEnumerable<System.Net.NetworkInformation.UnicastIPAddressInformation>, System.Collections.IEnumerable
11257     {
UnicastIPAddressInformationCollection()11258         protected internal UnicastIPAddressInformationCollection() { }
11259         public virtual int Count { get { throw null; } }
11260         public virtual bool IsReadOnly { get { throw null; } }
11261         public virtual System.Net.NetworkInformation.UnicastIPAddressInformation this[int index] { get { throw null; } }
Add(System.Net.NetworkInformation.UnicastIPAddressInformation address)11262         public virtual void Add(System.Net.NetworkInformation.UnicastIPAddressInformation address) { }
Clear()11263         public virtual void Clear() { }
Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address)11264         public virtual bool Contains(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset)11265         public virtual void CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[] array, int offset) { }
GetEnumerator()11266         public virtual System.Collections.Generic.IEnumerator<System.Net.NetworkInformation.UnicastIPAddressInformation> GetEnumerator() { throw null; }
Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address)11267         public virtual bool Remove(System.Net.NetworkInformation.UnicastIPAddressInformation address) { throw null; }
System.Collections.IEnumerable.GetEnumerator()11268         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
11269     }
11270 }
11271 namespace System.Net.Security
11272 {
11273     public abstract partial class AuthenticatedStream : System.IO.Stream
11274     {
AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11275         protected AuthenticatedStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) { }
11276         protected System.IO.Stream InnerStream { get { throw null; } }
11277         public abstract bool IsAuthenticated { get; }
11278         public abstract bool IsEncrypted { get; }
11279         public abstract bool IsMutuallyAuthenticated { get; }
11280         public abstract bool IsServer { get; }
11281         public abstract bool IsSigned { get; }
11282         public bool LeaveInnerStreamOpen { get { throw null; } }
Dispose(bool disposing)11283         protected override void Dispose(bool disposing) { }
11284     }
11285     public enum AuthenticationLevel
11286     {
11287         MutualAuthRequested = 1,
11288         MutualAuthRequired = 2,
11289         None = 0,
11290     }
11291     public enum EncryptionPolicy
11292     {
11293         AllowNoEncryption = 1,
11294         NoEncryption = 2,
11295         RequireEncryption = 0,
11296     }
LocalCertificateSelectionCallback(object sender, string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection localCertificates, System.Security.Cryptography.X509Certificates.X509Certificate remoteCertificate, string[] acceptableIssuers)11297     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);
11298     public partial class NegotiateStream : System.Net.Security.AuthenticatedStream
11299     {
NegotiateStream(System.IO.Stream innerStream)11300         public NegotiateStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11301         public NegotiateStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen) : base (default(System.IO.Stream), default(bool)) { }
11302         public override bool CanRead { get { throw null; } }
11303         public override bool CanSeek { get { throw null; } }
11304         public override bool CanTimeout { get { throw null; } }
11305         public override bool CanWrite { get { throw null; } }
11306         public virtual System.Security.Principal.TokenImpersonationLevel ImpersonationLevel { get { throw null; } }
11307         public override bool IsAuthenticated { get { throw null; } }
11308         public override bool IsEncrypted { get { throw null; } }
11309         public override bool IsMutuallyAuthenticated { get { throw null; } }
11310         public override bool IsServer { get { throw null; } }
11311         public override bool IsSigned { get { throw null; } }
11312         public override long Length { get { throw null; } }
11313         public override long Position { get { throw null; } set { } }
11314         public override int ReadTimeout { get { throw null; } set { } }
11315         public virtual System.Security.Principal.IIdentity RemoteIdentity { get { throw null; } }
11316         public override int WriteTimeout { get { throw null; } set { } }
AuthenticateAsClient()11317         public virtual void AuthenticateAsClient() { }
AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName)11318         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName) { }
AuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11319         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) { }
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName)11320         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName) { }
AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11321         public virtual void AuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel) { }
11322         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsClientAsync()11323         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync() { throw null; }
11324         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName)11325         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName) { throw null; }
11326         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11327         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; }
11328         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName)11329         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName) { throw null; }
11330         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsClientAsync(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel)11331         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; }
AuthenticateAsServer()11332         public virtual void AuthenticateAsServer() { }
AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11333         public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { }
AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11334         public virtual void AuthenticateAsServer(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { }
AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy)11335         public virtual void AuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) { }
11336         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsServerAsync()11337         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync() { throw null; }
11338         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11339         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel) { throw null; }
11340         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsServerAsync(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel)11341         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; }
11342         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsServerAsync(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy)11343         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy) { throw null; }
11344         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState)11345         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11346         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.AsyncCallback asyncCallback, object asyncState)11347         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, System.Security.Authentication.ExtendedProtection.ChannelBinding binding, string targetName, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11348         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
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)11349         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; }
11350         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState)11351         public virtual System.IAsyncResult BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11352         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsClient(System.Net.NetworkCredential credential, string targetName, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel allowedImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11353         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; }
11354         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState)11355         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11356         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsServer(System.Net.NetworkCredential credential, System.Net.Security.ProtectionLevel requiredProtectionLevel, System.Security.Principal.TokenImpersonationLevel requiredImpersonationLevel, System.AsyncCallback asyncCallback, object asyncState)11357         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; }
11358         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
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)11359         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; }
11360         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.AsyncCallback asyncCallback, object asyncState)11361         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy policy, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11362         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11363         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11364         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11365         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)11366         protected override void Dispose(bool disposing) { }
EndAuthenticateAsClient(System.IAsyncResult asyncResult)11367         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
EndAuthenticateAsServer(System.IAsyncResult asyncResult)11368         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
EndRead(System.IAsyncResult asyncResult)11369         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)11370         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()11371         public override void Flush() { }
Read(byte[] buffer, int offset, int count)11372         public override int Read(byte[] buffer, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)11373         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11374         public override void SetLength(long value) { }
Write(byte[] buffer, int offset, int count)11375         public override void Write(byte[] buffer, int offset, int count) { }
11376     }
11377     public enum ProtectionLevel
11378     {
11379         EncryptAndSign = 2,
11380         None = 0,
11381         Sign = 1,
11382     }
RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors)11383     public delegate bool RemoteCertificateValidationCallback(object sender, System.Security.Cryptography.X509Certificates.X509Certificate certificate, System.Security.Cryptography.X509Certificates.X509Chain chain, System.Net.Security.SslPolicyErrors sslPolicyErrors);
11384     [System.FlagsAttribute]
11385     public enum SslPolicyErrors
11386     {
11387         None = 0,
11388         RemoteCertificateChainErrors = 4,
11389         RemoteCertificateNameMismatch = 2,
11390         RemoteCertificateNotAvailable = 1,
11391     }
11392     public partial class SslStream : System.Net.Security.AuthenticatedStream
11393     {
SslStream(System.IO.Stream innerStream)11394         public SslStream(System.IO.Stream innerStream) : base (default(System.IO.Stream), default(bool)) { }
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen)11395         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)11396         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)11397         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)) { }
SslStream(System.IO.Stream innerStream, bool leaveInnerStreamOpen, System.Net.Security.RemoteCertificateValidationCallback userCertificateValidationCallback, System.Net.Security.LocalCertificateSelectionCallback userCertificateSelectionCallback, System.Net.Security.EncryptionPolicy encryptionPolicy)11398         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)) { }
11399         public override bool CanRead { get { throw null; } }
11400         public override bool CanSeek { get { throw null; } }
11401         public override bool CanTimeout { get { throw null; } }
11402         public override bool CanWrite { get { throw null; } }
11403         public virtual bool CheckCertRevocationStatus { get { throw null; } }
11404         public virtual System.Security.Authentication.CipherAlgorithmType CipherAlgorithm { get { throw null; } }
11405         public virtual int CipherStrength { get { throw null; } }
11406         public virtual System.Security.Authentication.HashAlgorithmType HashAlgorithm { get { throw null; } }
11407         public virtual int HashStrength { get { throw null; } }
11408         public override bool IsAuthenticated { get { throw null; } }
11409         public override bool IsEncrypted { get { throw null; } }
11410         public override bool IsMutuallyAuthenticated { get { throw null; } }
11411         public override bool IsServer { get { throw null; } }
11412         public override bool IsSigned { get { throw null; } }
11413         public virtual System.Security.Authentication.ExchangeAlgorithmType KeyExchangeAlgorithm { get { throw null; } }
11414         public virtual int KeyExchangeStrength { get { throw null; } }
11415         public override long Length { get { throw null; } }
11416         public virtual System.Security.Cryptography.X509Certificates.X509Certificate LocalCertificate { get { throw null; } }
11417         public override long Position { get { throw null; } set { } }
11418         public override int ReadTimeout { get { throw null; } set { } }
11419         public virtual System.Security.Cryptography.X509Certificates.X509Certificate RemoteCertificate { get { throw null; } }
11420         public virtual System.Security.Authentication.SslProtocols SslProtocol { get { throw null; } }
11421         public System.Net.TransportContext TransportContext { get { throw null; } }
11422         public override int WriteTimeout { get { throw null; } set { } }
AuthenticateAsClient(string targetHost)11423         public virtual void AuthenticateAsClient(string targetHost) { }
AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation)11424         public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) { }
AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)11425         public virtual void AuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { }
11426         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsClientAsync(string targetHost)11427         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost) { throw null; }
11428         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation)11429         public virtual System.Threading.Tasks.Task AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation) { throw null; }
11430         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsClientAsync(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)11431         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)11432         public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) { }
AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation)11433         public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { }
AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)11434         public virtual void AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { }
11435         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate)11436         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate) { throw null; }
11437         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation)11438         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation) { throw null; }
11439         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation)11440         public virtual System.Threading.Tasks.Task AuthenticateAsServerAsync(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation) { throw null; }
11441         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState)11442         public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11443         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState)11444         public virtual System.IAsyncResult BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11445         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsClient(string targetHost, System.Security.Cryptography.X509Certificates.X509CertificateCollection clientCertificates, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState)11446         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; }
11447         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState)11448         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11449         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState)11450         public virtual System.IAsyncResult BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11451         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate serverCertificate, bool clientCertificateRequired, System.Security.Authentication.SslProtocols enabledSslProtocols, bool checkCertificateRevocation, System.AsyncCallback asyncCallback, object asyncState)11452         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; }
11453         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11454         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
11455         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState)11456         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int count, System.AsyncCallback asyncCallback, object asyncState) { throw null; }
Dispose(bool disposing)11457         protected override void Dispose(bool disposing) { }
EndAuthenticateAsClient(System.IAsyncResult asyncResult)11458         public virtual void EndAuthenticateAsClient(System.IAsyncResult asyncResult) { }
EndAuthenticateAsServer(System.IAsyncResult asyncResult)11459         public virtual void EndAuthenticateAsServer(System.IAsyncResult asyncResult) { }
EndRead(System.IAsyncResult asyncResult)11460         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)11461         public override void EndWrite(System.IAsyncResult asyncResult) { }
Flush()11462         public override void Flush() { }
Read(byte[] buffer, int offset, int count)11463         public override int Read(byte[] buffer, int offset, int count) { throw null; }
Seek(long offset, System.IO.SeekOrigin origin)11464         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11465         public override void SetLength(long value) { }
11466         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ShutdownAsync()11467         public virtual System.Threading.Tasks.Task ShutdownAsync() { throw null; }
Write(byte[] buffer)11468         public void Write(byte[] buffer) { }
Write(byte[] buffer, int offset, int count)11469         public override void Write(byte[] buffer, int offset, int count) { }
11470     }
11471 }
11472 namespace System.Net.Sockets
11473 {
11474     public enum AddressFamily
11475     {
11476         AppleTalk = 16,
11477         Atm = 22,
11478         Banyan = 21,
11479         Ccitt = 10,
11480         Chaos = 5,
11481         Cluster = 24,
11482         DataKit = 9,
11483         DataLink = 13,
11484         DecNet = 12,
11485         Ecma = 8,
11486         FireFox = 19,
11487         HyperChannel = 15,
11488         Ieee12844 = 25,
11489         ImpLink = 3,
11490         InterNetwork = 2,
11491         InterNetworkV6 = 23,
11492         Ipx = 6,
11493         Irda = 26,
11494         Iso = 7,
11495         Lat = 14,
11496         Max = 29,
11497         NetBios = 17,
11498         NetworkDesigners = 28,
11499         NS = 6,
11500         Osi = 7,
11501         Pup = 4,
11502         Sna = 11,
11503         Unix = 1,
11504         Unknown = -1,
11505         Unspecified = 0,
11506         VoiceView = 18,
11507     }
11508     public enum IOControlCode : long
11509     {
11510         AbsorbRouterAlert = (long)2550136837,
11511         AddMulticastGroupOnInterface = (long)2550136842,
11512         AddressListChange = (long)671088663,
11513         AddressListQuery = (long)1207959574,
11514         AddressListSort = (long)3355443225,
11515         AssociateHandle = (long)2281701377,
11516         AsyncIO = (long)2147772029,
11517         BindToInterface = (long)2550136840,
11518         DataToRead = (long)1074030207,
11519         DeleteMulticastGroupFromInterface = (long)2550136843,
11520         EnableCircularQueuing = (long)671088642,
11521         Flush = (long)671088644,
11522         GetBroadcastAddress = (long)1207959557,
11523         GetExtensionFunctionPointer = (long)3355443206,
11524         GetGroupQos = (long)3355443208,
11525         GetQos = (long)3355443207,
11526         KeepAliveValues = (long)2550136836,
11527         LimitBroadcasts = (long)2550136839,
11528         MulticastInterface = (long)2550136841,
11529         MulticastScope = (long)2281701386,
11530         MultipointLoopback = (long)2281701385,
11531         NamespaceChange = (long)2281701401,
11532         NonBlockingIO = (long)2147772030,
11533         OobDataRead = (long)1074033415,
11534         QueryTargetPnpHandle = (long)1207959576,
11535         ReceiveAll = (long)2550136833,
11536         ReceiveAllIgmpMulticast = (long)2550136835,
11537         ReceiveAllMulticast = (long)2550136834,
11538         RoutingInterfaceChange = (long)2281701397,
11539         RoutingInterfaceQuery = (long)3355443220,
11540         SetGroupQos = (long)2281701388,
11541         SetQos = (long)2281701387,
11542         TranslateHandle = (long)3355443213,
11543         UnicastInterface = (long)2550136838,
11544     }
11545     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11546     public partial struct IPPacketInformation
11547     {
11548         public System.Net.IPAddress Address { get { throw null; } }
11549         public int Interface { get { throw null; } }
EqualsSystem.Net.Sockets.IPPacketInformation11550         public override bool Equals(object comparand) { throw null; }
GetHashCodeSystem.Net.Sockets.IPPacketInformation11551         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.IPPacketInformation11552         public static bool operator ==(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw null; }
operator !=System.Net.Sockets.IPPacketInformation11553         public static bool operator !=(System.Net.Sockets.IPPacketInformation packetInformation1, System.Net.Sockets.IPPacketInformation packetInformation2) { throw null; }
11554     }
11555     public enum IPProtectionLevel
11556     {
11557         EdgeRestricted = 20,
11558         Restricted = 30,
11559         Unrestricted = 10,
11560         Unspecified = -1,
11561     }
11562     public partial class IPv6MulticastOption
11563     {
IPv6MulticastOption(System.Net.IPAddress group)11564         public IPv6MulticastOption(System.Net.IPAddress group) { }
IPv6MulticastOption(System.Net.IPAddress group, long ifindex)11565         public IPv6MulticastOption(System.Net.IPAddress group, long ifindex) { }
11566         public System.Net.IPAddress Group { get { throw null; } set { } }
11567         public long InterfaceIndex { get { throw null; } set { } }
11568     }
11569     public partial class LingerOption
11570     {
LingerOption(bool enable, int seconds)11571         public LingerOption(bool enable, int seconds) { }
11572         public bool Enabled { get { throw null; } set { } }
11573         public int LingerTime { get { throw null; } set { } }
11574     }
11575     public partial class MulticastOption
11576     {
MulticastOption(System.Net.IPAddress group)11577         public MulticastOption(System.Net.IPAddress group) { }
MulticastOption(System.Net.IPAddress group, int interfaceIndex)11578         public MulticastOption(System.Net.IPAddress group, int interfaceIndex) { }
MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint)11579         public MulticastOption(System.Net.IPAddress group, System.Net.IPAddress mcint) { }
11580         public System.Net.IPAddress Group { get { throw null; } set { } }
11581         public int InterfaceIndex { get { throw null; } set { } }
11582         public System.Net.IPAddress LocalAddress { get { throw null; } set { } }
11583     }
11584     public partial class NetworkStream : System.IO.Stream
11585     {
NetworkStream(System.Net.Sockets.Socket socket)11586         public NetworkStream(System.Net.Sockets.Socket socket) { }
NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket)11587         public NetworkStream(System.Net.Sockets.Socket socket, bool ownsSocket) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access)11588         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access) { }
NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket)11589         public NetworkStream(System.Net.Sockets.Socket socket, System.IO.FileAccess access, bool ownsSocket) { }
11590         public override bool CanRead { get { throw null; } }
11591         public override bool CanSeek { get { throw null; } }
11592         public override bool CanTimeout { get { throw null; } }
11593         public override bool CanWrite { get { throw null; } }
11594         public virtual bool DataAvailable { get { throw null; } }
11595         public override long Length { get { throw null; } }
11596         public override long Position { get { throw null; } set { } }
11597         protected bool Readable { get { throw null; } set { } }
11598         public override int ReadTimeout { get { throw null; } set { } }
11599         protected System.Net.Sockets.Socket Socket { get { throw null; } }
11600         protected bool Writeable { get { throw null; } set { } }
11601         public override int WriteTimeout { get { throw null; } set { } }
11602         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11603         public override System.IAsyncResult BeginRead(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
11604         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state)11605         public override System.IAsyncResult BeginWrite(byte[] buffer, int offset, int size, System.AsyncCallback callback, object state) { throw null; }
Close(int timeout)11606         public void Close(int timeout) { }
Dispose(bool disposing)11607         protected override void Dispose(bool disposing) { }
EndRead(System.IAsyncResult asyncResult)11608         public override int EndRead(System.IAsyncResult asyncResult) { throw null; }
EndWrite(System.IAsyncResult asyncResult)11609         public override void EndWrite(System.IAsyncResult asyncResult) { }
~NetworkStream()11610         ~NetworkStream() { }
Flush()11611         public override void Flush() { }
FlushAsync(System.Threading.CancellationToken cancellationToken)11612         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)11613         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)11614         public override long Seek(long offset, System.IO.SeekOrigin origin) { throw null; }
SetLength(long value)11615         public override void SetLength(long value) { }
Write(byte[] buffer, int offset, int size)11616         public override void Write(byte[] buffer, int offset, int size) { }
11617     }
11618     public enum ProtocolFamily
11619     {
11620         AppleTalk = 16,
11621         Atm = 22,
11622         Banyan = 21,
11623         Ccitt = 10,
11624         Chaos = 5,
11625         Cluster = 24,
11626         DataKit = 9,
11627         DataLink = 13,
11628         DecNet = 12,
11629         Ecma = 8,
11630         FireFox = 19,
11631         HyperChannel = 15,
11632         Ieee12844 = 25,
11633         ImpLink = 3,
11634         InterNetwork = 2,
11635         InterNetworkV6 = 23,
11636         Ipx = 6,
11637         Irda = 26,
11638         Iso = 7,
11639         Lat = 14,
11640         Max = 29,
11641         NetBios = 17,
11642         NetworkDesigners = 28,
11643         NS = 6,
11644         Osi = 7,
11645         Pup = 4,
11646         Sna = 11,
11647         Unix = 1,
11648         Unknown = -1,
11649         Unspecified = 0,
11650         VoiceView = 18,
11651     }
11652     public enum ProtocolType
11653     {
11654         Ggp = 3,
11655         Icmp = 1,
11656         IcmpV6 = 58,
11657         Idp = 22,
11658         Igmp = 2,
11659         IP = 0,
11660         IPSecAuthenticationHeader = 51,
11661         IPSecEncapsulatingSecurityPayload = 50,
11662         IPv4 = 4,
11663         IPv6 = 41,
11664         IPv6DestinationOptions = 60,
11665         IPv6FragmentHeader = 44,
11666         IPv6HopByHopOptions = 0,
11667         IPv6NoNextHeader = 59,
11668         IPv6RoutingHeader = 43,
11669         Ipx = 1000,
11670         ND = 77,
11671         Pup = 12,
11672         Raw = 255,
11673         Spx = 1256,
11674         SpxII = 1257,
11675         Tcp = 6,
11676         Udp = 17,
11677         Unknown = -1,
11678         Unspecified = 0,
11679     }
11680     public enum SelectMode
11681     {
11682         SelectError = 2,
11683         SelectRead = 0,
11684         SelectWrite = 1,
11685     }
11686     public partial class SendPacketsElement
11687     {
SendPacketsElement(byte[] buffer)11688         public SendPacketsElement(byte[] buffer) { }
SendPacketsElement(byte[] buffer, int offset, int count)11689         public SendPacketsElement(byte[] buffer, int offset, int count) { }
SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket)11690         public SendPacketsElement(byte[] buffer, int offset, int count, bool endOfPacket) { }
SendPacketsElement(string filepath)11691         public SendPacketsElement(string filepath) { }
SendPacketsElement(string filepath, int offset, int count)11692         public SendPacketsElement(string filepath, int offset, int count) { }
SendPacketsElement(string filepath, int offset, int count, bool endOfPacket)11693         public SendPacketsElement(string filepath, int offset, int count, bool endOfPacket) { }
11694         public byte[] Buffer { get { throw null; } }
11695         public int Count { get { throw null; } }
11696         public bool EndOfPacket { get { throw null; } }
11697         public string FilePath { get { throw null; } }
11698         public int Offset { get { throw null; } }
11699     }
11700     public partial class Socket : System.IDisposable
11701     {
Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType)11702         public Socket(System.Net.Sockets.AddressFamily addressFamily, System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { }
Socket(System.Net.Sockets.SocketInformation socketInformation)11703         public Socket(System.Net.Sockets.SocketInformation socketInformation) { }
Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType)11704         public Socket(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType) { }
11705         public System.Net.Sockets.AddressFamily AddressFamily { get { throw null; } }
11706         public int Available { get { throw null; } }
11707         public bool Blocking { get { throw null; } set { } }
11708         public bool Connected { get { throw null; } }
11709         public bool DontFragment { get { throw null; } set { } }
11710         public bool DualMode { get { throw null; } set { } }
11711         public bool EnableBroadcast { get { throw null; } set { } }
11712         public bool ExclusiveAddressUse { get { throw null; } set { } }
11713         public System.IntPtr Handle { get { throw null; } }
11714         public bool IsBound { get { throw null; } }
11715         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
11716         public System.Net.EndPoint LocalEndPoint { get { throw null; } }
11717         public bool MulticastLoopback { get { throw null; } set { } }
11718         public bool NoDelay { get { throw null; } set { } }
11719         public static bool OSSupportsIPv4 { get { throw null; } }
11720         public static bool OSSupportsIPv6 { get { throw null; } }
11721         public System.Net.Sockets.ProtocolType ProtocolType { get { throw null; } }
11722         public int ReceiveBufferSize { get { throw null; } set { } }
11723         public int ReceiveTimeout { get { throw null; } set { } }
11724         public System.Net.EndPoint RemoteEndPoint { get { throw null; } }
11725         public int SendBufferSize { get { throw null; } set { } }
11726         public int SendTimeout { get { throw null; } set { } }
11727         public System.Net.Sockets.SocketType SocketType { get { throw null; } }
11728         [System.ObsoleteAttribute("SupportsIPv4 is obsoleted for this type, please use OSSupportsIPv4 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
11729         public static bool SupportsIPv4 { get { throw null; } }
11730         [System.ObsoleteAttribute("SupportsIPv6 is obsoleted for this type, please use OSSupportsIPv6 instead. http://go.microsoft.com/fwlink/?linkid=14202")]
11731         public static bool SupportsIPv6 { get { throw null; } }
11732         public short Ttl { get { throw null; } set { } }
11733         public bool UseOnlyOverlappedIO { get { throw null; } set { } }
Accept()11734         public System.Net.Sockets.Socket Accept() { throw null; }
AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e)11735         public bool AcceptAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
11736         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAccept(System.AsyncCallback callback, object state)11737         public System.IAsyncResult BeginAccept(System.AsyncCallback callback, object state) { throw null; }
11738         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAccept(int receiveSize, System.AsyncCallback callback, object state)11739         public System.IAsyncResult BeginAccept(int receiveSize, System.AsyncCallback callback, object state) { throw null; }
11740         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAccept(System.Net.Sockets.Socket acceptSocket, int receiveSize, System.AsyncCallback callback, object state)11741         public System.IAsyncResult BeginAccept(System.Net.Sockets.Socket acceptSocket, int receiveSize, System.AsyncCallback callback, object state) { throw null; }
11742         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11743         public System.IAsyncResult BeginConnect(System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state) { throw null; }
11744         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state)11745         public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state) { throw null; }
11746         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state)11747         public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state) { throw null; }
11748         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state)11749         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) { throw null; }
11750         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state)11751         public System.IAsyncResult BeginDisconnect(bool reuseSocket, System.AsyncCallback callback, object state) { throw null; }
11752         [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)11753         public System.IAsyncResult BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11754         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginReceive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state)11755         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; }
11756         [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)11757         public System.IAsyncResult BeginReceive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11758         [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, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state)11759         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; }
11760         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginReceiveFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11761         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; }
BeginReceiveMessageFrom(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11762         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; }
11763         [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)11764         public System.IAsyncResult BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11765         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSend(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state)11766         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; }
11767         [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)11768         public System.IAsyncResult BeginSend(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, System.AsyncCallback callback, object state) { throw null; }
11769         [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, out System.Net.Sockets.SocketError errorCode, System.AsyncCallback callback, object state)11770         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; }
11771         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSendFile(string fileName, System.AsyncCallback callback, object state)11772         public System.IAsyncResult BeginSendFile(string fileName, System.AsyncCallback callback, object state) { throw null; }
11773         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags, System.AsyncCallback callback, object state)11774         public System.IAsyncResult BeginSendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags, System.AsyncCallback callback, object state) { throw null; }
11775         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSendTo(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP, System.AsyncCallback callback, object state)11776         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)11777         public void Bind(System.Net.EndPoint localEP) { }
CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11778         public static void CancelConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { }
Close()11779         public void Close() { }
Close(int timeout)11780         public void Close(int timeout) { }
Connect(System.Net.EndPoint remoteEP)11781         public void Connect(System.Net.EndPoint remoteEP) { }
Connect(System.Net.IPAddress address, int port)11782         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] addresses, int port)11783         public void Connect(System.Net.IPAddress[] addresses, int port) { }
Connect(string host, int port)11784         public void Connect(string host, int port) { }
ConnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11785         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)11786         public static bool ConnectAsync(System.Net.Sockets.SocketType socketType, System.Net.Sockets.ProtocolType protocolType, System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Disconnect(bool reuseSocket)11787         public void Disconnect(bool reuseSocket) { }
DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e)11788         public bool DisconnectAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
Dispose()11789         public void Dispose() { }
Dispose(bool disposing)11790         protected virtual void Dispose(bool disposing) { }
DuplicateAndClose(int targetProcessId)11791         public System.Net.Sockets.SocketInformation DuplicateAndClose(int targetProcessId) { throw null; }
EndAccept(out byte[] buffer, System.IAsyncResult asyncResult)11792         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)11793         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)11794         public System.Net.Sockets.Socket EndAccept(System.IAsyncResult asyncResult) { throw null; }
EndConnect(System.IAsyncResult asyncResult)11795         public void EndConnect(System.IAsyncResult asyncResult) { }
EndDisconnect(System.IAsyncResult asyncResult)11796         public void EndDisconnect(System.IAsyncResult asyncResult) { }
EndReceive(System.IAsyncResult asyncResult)11797         public int EndReceive(System.IAsyncResult asyncResult) { throw null; }
EndReceive(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11798         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)11799         public int EndReceiveFrom(System.IAsyncResult asyncResult, ref System.Net.EndPoint endPoint) { throw null; }
EndReceiveMessageFrom(System.IAsyncResult asyncResult, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint endPoint, out System.Net.Sockets.IPPacketInformation ipPacketInformation)11800         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)11801         public int EndSend(System.IAsyncResult asyncResult) { throw null; }
EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode)11802         public int EndSend(System.IAsyncResult asyncResult, out System.Net.Sockets.SocketError errorCode) { errorCode = default(System.Net.Sockets.SocketError); throw null; }
EndSendFile(System.IAsyncResult asyncResult)11803         public void EndSendFile(System.IAsyncResult asyncResult) { }
EndSendTo(System.IAsyncResult asyncResult)11804         public int EndSendTo(System.IAsyncResult asyncResult) { throw null; }
~Socket()11805         ~Socket() { }
GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName)11806         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)11807         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)11808         public byte[] GetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, int optionLength) { throw null; }
IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue)11809         public int IOControl(int ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null; }
IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue)11810         public int IOControl(System.Net.Sockets.IOControlCode ioControlCode, byte[] optionInValue, byte[] optionOutValue) { throw null; }
Listen(int backlog)11811         public void Listen(int backlog) { }
Poll(int microSeconds, System.Net.Sockets.SelectMode mode)11812         public bool Poll(int microSeconds, System.Net.Sockets.SelectMode mode) { throw null; }
Receive(byte[] buffer)11813         public int Receive(byte[] buffer) { throw null; }
Receive(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags)11814         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)11815         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)11816         public int Receive(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags)11817         public int Receive(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11818         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)11819         public int Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Receive(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11820         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)11821         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)11822         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)11823         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)11824         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)11825         public int ReceiveFrom(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP) { throw null; }
ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11826         public bool ReceiveFromAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
ReceiveMessageFrom(byte[] buffer, int offset, int size, ref System.Net.Sockets.SocketFlags socketFlags, ref System.Net.EndPoint remoteEP, out System.Net.Sockets.IPPacketInformation ipPacketInformation)11827         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; }
ReceiveMessageFromAsync(System.Net.Sockets.SocketAsyncEventArgs e)11828         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)11829         public static void Select(System.Collections.IList checkRead, System.Collections.IList checkWrite, System.Collections.IList checkError, int microSeconds) { }
Send(byte[] buffer)11830         public int Send(byte[] buffer) { throw null; }
Send(byte[] buffer, int offset, int size, System.Net.Sockets.SocketFlags socketFlags)11831         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)11832         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)11833         public int Send(byte[] buffer, int size, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags)11834         public int Send(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers)11835         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)11836         public int Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
Send(System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags, out System.Net.Sockets.SocketError errorCode)11837         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)11838         public bool SendAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SendFile(string fileName)11839         public void SendFile(string fileName) { }
SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags)11840         public void SendFile(string fileName, byte[] preBuffer, byte[] postBuffer, System.Net.Sockets.TransmitFileOptions flags) { }
SendPacketsAsync(System.Net.Sockets.SocketAsyncEventArgs e)11841         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)11842         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)11843         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)11844         public int SendTo(byte[] buffer, System.Net.EndPoint remoteEP) { throw null; }
SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP)11845         public int SendTo(byte[] buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw null; }
SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e)11846         public bool SendToAsync(System.Net.Sockets.SocketAsyncEventArgs e) { throw null; }
SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level)11847         public void SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel level) { }
SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, bool optionValue)11848         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)11849         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)11850         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)11851         public void SetSocketOption(System.Net.Sockets.SocketOptionLevel optionLevel, System.Net.Sockets.SocketOptionName optionName, object optionValue) { }
Shutdown(System.Net.Sockets.SocketShutdown how)11852         public void Shutdown(System.Net.Sockets.SocketShutdown how) { }
11853     }
11854     public partial class SocketAsyncEventArgs : System.EventArgs, System.IDisposable
11855     {
SocketAsyncEventArgs()11856         public SocketAsyncEventArgs() { }
11857         public System.Net.Sockets.Socket AcceptSocket { get { throw null; } set { } }
11858         public byte[] Buffer { get { throw null; } }
11859         public System.Collections.Generic.IList<System.ArraySegment<byte>> BufferList { get { throw null; } set { } }
11860         public int BytesTransferred { get { throw null; } }
11861         public System.Exception ConnectByNameError { get { throw null; } }
11862         public System.Net.Sockets.Socket ConnectSocket { get { throw null; } }
11863         public int Count { get { throw null; } }
11864         public bool DisconnectReuseSocket { get { throw null; } set { } }
11865         public System.Net.Sockets.SocketAsyncOperation LastOperation { get { throw null; } }
11866         public int Offset { get { throw null; } }
11867         public System.Net.Sockets.IPPacketInformation ReceiveMessageFromPacketInfo { get { throw null; } }
11868         public System.Net.EndPoint RemoteEndPoint { get { throw null; } set { } }
11869         public System.Net.Sockets.SendPacketsElement[] SendPacketsElements { get { throw null; } set { } }
11870         public System.Net.Sockets.TransmitFileOptions SendPacketsFlags { get { throw null; } set { } }
11871         public int SendPacketsSendSize { get { throw null; } set { } }
11872         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11873         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
11874         public System.Net.Sockets.SocketClientAccessPolicyProtocol SocketClientAccessPolicyProtocol { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
11875         public System.Net.Sockets.SocketError SocketError { get { throw null; } set { } }
11876         public System.Net.Sockets.SocketFlags SocketFlags { get { throw null; } set { } }
11877         public object UserToken { get { throw null; } set { } }
11878         public event System.EventHandler<System.Net.Sockets.SocketAsyncEventArgs> Completed { add { } remove { } }
Dispose()11879         public void Dispose() { }
~SocketAsyncEventArgs()11880         ~SocketAsyncEventArgs() { }
OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e)11881         protected virtual void OnCompleted(System.Net.Sockets.SocketAsyncEventArgs e) { }
SetBuffer(byte[] buffer, int offset, int count)11882         public void SetBuffer(byte[] buffer, int offset, int count) { }
SetBuffer(int offset, int count)11883         public void SetBuffer(int offset, int count) { }
11884     }
11885     public enum SocketAsyncOperation
11886     {
11887         Accept = 1,
11888         Connect = 2,
11889         Disconnect = 3,
11890         None = 0,
11891         Receive = 4,
11892         ReceiveFrom = 5,
11893         ReceiveMessageFrom = 6,
11894         Send = 7,
11895         SendPackets = 8,
11896         SendTo = 9,
11897     }
11898     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11899     [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
11900     public enum SocketClientAccessPolicyProtocol
11901     {
11902         Http = 1,
11903         Tcp = 0,
11904     }
11905     public enum SocketError
11906     {
11907         AccessDenied = 10013,
11908         AddressAlreadyInUse = 10048,
11909         AddressFamilyNotSupported = 10047,
11910         AddressNotAvailable = 10049,
11911         AlreadyInProgress = 10037,
11912         ConnectionAborted = 10053,
11913         ConnectionRefused = 10061,
11914         ConnectionReset = 10054,
11915         DestinationAddressRequired = 10039,
11916         Disconnecting = 10101,
11917         Fault = 10014,
11918         HostDown = 10064,
11919         HostNotFound = 11001,
11920         HostUnreachable = 10065,
11921         InProgress = 10036,
11922         Interrupted = 10004,
11923         InvalidArgument = 10022,
11924         IOPending = 997,
11925         IsConnected = 10056,
11926         MessageSize = 10040,
11927         NetworkDown = 10050,
11928         NetworkReset = 10052,
11929         NetworkUnreachable = 10051,
11930         NoBufferSpaceAvailable = 10055,
11931         NoData = 11004,
11932         NoRecovery = 11003,
11933         NotConnected = 10057,
11934         NotInitialized = 10093,
11935         NotSocket = 10038,
11936         OperationAborted = 995,
11937         OperationNotSupported = 10045,
11938         ProcessLimit = 10067,
11939         ProtocolFamilyNotSupported = 10046,
11940         ProtocolNotSupported = 10043,
11941         ProtocolOption = 10042,
11942         ProtocolType = 10041,
11943         Shutdown = 10058,
11944         SocketError = -1,
11945         SocketNotSupported = 10044,
11946         Success = 0,
11947         SystemNotReady = 10091,
11948         TimedOut = 10060,
11949         TooManyOpenSockets = 10024,
11950         TryAgain = 11002,
11951         TypeNotFound = 10109,
11952         VersionNotSupported = 10092,
11953         WouldBlock = 10035,
11954     }
11955     [System.SerializableAttribute]
11956     public partial class SocketException : System.ComponentModel.Win32Exception
11957     {
SocketException()11958         public SocketException() { }
SocketException(int errorCode)11959         public SocketException(int errorCode) { }
SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)11960         protected SocketException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
11961         public override int ErrorCode { get { throw null; } }
11962         public override string Message { get { throw null; } }
11963         public System.Net.Sockets.SocketError SocketErrorCode { get { throw null; } }
11964     }
11965     [System.FlagsAttribute]
11966     public enum SocketFlags
11967     {
11968         Broadcast = 1024,
11969         ControlDataTruncated = 512,
11970         DontRoute = 4,
11971         MaxIOVectorLength = 16,
11972         Multicast = 2048,
11973         None = 0,
11974         OutOfBand = 1,
11975         Partial = 32768,
11976         Peek = 2,
11977         Truncated = 256,
11978     }
11979     [System.SerializableAttribute]
11980     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11981     public partial struct SocketInformation
11982     {
11983         public System.Net.Sockets.SocketInformationOptions Options { get { throw null; } set { } }
11984         public byte[] ProtocolInformation { get { throw null; } set { } }
11985     }
11986     [System.FlagsAttribute]
11987     public enum SocketInformationOptions
11988     {
11989         Connected = 2,
11990         Listening = 4,
11991         NonBlocking = 1,
11992         UseOnlyOverlappedIO = 8,
11993     }
11994     public enum SocketOptionLevel
11995     {
11996         IP = 0,
11997         IPv6 = 41,
11998         Socket = 65535,
11999         Tcp = 6,
12000         Udp = 17,
12001     }
12002     public enum SocketOptionName
12003     {
12004         AcceptConnection = 2,
12005         AddMembership = 12,
12006         AddSourceMembership = 15,
12007         BlockSource = 17,
12008         Broadcast = 32,
12009         BsdUrgent = 2,
12010         ChecksumCoverage = 20,
12011         Debug = 1,
12012         DontFragment = 14,
12013         DontLinger = -129,
12014         DontRoute = 16,
12015         DropMembership = 13,
12016         DropSourceMembership = 16,
12017         Error = 4103,
12018         ExclusiveAddressUse = -5,
12019         Expedited = 2,
12020         HeaderIncluded = 2,
12021         HopLimit = 21,
12022         IPOptions = 1,
12023         IPProtectionLevel = 23,
12024         IpTimeToLive = 4,
12025         IPv6Only = 27,
12026         KeepAlive = 8,
12027         Linger = 128,
12028         MaxConnections = 2147483647,
12029         MulticastInterface = 9,
12030         MulticastLoopback = 11,
12031         MulticastTimeToLive = 10,
12032         NoChecksum = 1,
12033         NoDelay = 1,
12034         OutOfBandInline = 256,
12035         PacketInformation = 19,
12036         ReceiveBuffer = 4098,
12037         ReceiveLowWater = 4100,
12038         ReceiveTimeout = 4102,
12039         ReuseAddress = 4,
12040         ReuseUnicastPort = 12295,
12041         SendBuffer = 4097,
12042         SendLowWater = 4099,
12043         SendTimeout = 4101,
12044         Type = 4104,
12045         TypeOfService = 3,
12046         UnblockSource = 18,
12047         UpdateAcceptContext = 28683,
12048         UpdateConnectContext = 28688,
12049         UseLoopback = 64,
12050     }
12051     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12052     public partial struct SocketReceiveFromResult
12053     {
12054         public int ReceivedBytes;
12055         public System.Net.EndPoint RemoteEndPoint;
12056     }
12057     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12058     public partial struct SocketReceiveMessageFromResult
12059     {
12060         public System.Net.Sockets.IPPacketInformation PacketInformation;
12061         public int ReceivedBytes;
12062         public System.Net.EndPoint RemoteEndPoint;
12063         public System.Net.Sockets.SocketFlags SocketFlags;
12064     }
12065     public enum SocketShutdown
12066     {
12067         Both = 2,
12068         Receive = 0,
12069         Send = 1,
12070     }
12071     public static partial class SocketTaskExtensions
12072     {
AcceptAsync(this System.Net.Sockets.Socket socket)12073         public static System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptAsync(this System.Net.Sockets.Socket socket) { throw null; }
AcceptAsync(this System.Net.Sockets.Socket socket, System.Net.Sockets.Socket acceptSocket)12074         public static System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptAsync(this System.Net.Sockets.Socket socket, System.Net.Sockets.Socket acceptSocket) { throw null; }
ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.EndPoint remoteEP)12075         public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.EndPoint remoteEP) { throw null; }
ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress address, int port)12076         public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress address, int port) { throw null; }
ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress[] addresses, int port)12077         public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, System.Net.IPAddress[] addresses, int port) { throw null; }
ConnectAsync(this System.Net.Sockets.Socket socket, string host, int port)12078         public static System.Threading.Tasks.Task ConnectAsync(this System.Net.Sockets.Socket socket, string host, int port) { throw null; }
ReceiveAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags)12079         public static System.Threading.Tasks.Task<int> ReceiveAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
ReceiveAsync(this System.Net.Sockets.Socket socket, System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags)12080         public static System.Threading.Tasks.Task<int> ReceiveAsync(this System.Net.Sockets.Socket socket, System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
ReceiveFromAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint)12081         public static System.Threading.Tasks.Task<System.Net.Sockets.SocketReceiveFromResult> ReceiveFromAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) { throw null; }
ReceiveMessageFromAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint)12082         public static System.Threading.Tasks.Task<System.Net.Sockets.SocketReceiveMessageFromResult> ReceiveMessageFromAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEndPoint) { throw null; }
SendAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags)12083         public static System.Threading.Tasks.Task<int> SendAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
SendAsync(this System.Net.Sockets.Socket socket, System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags)12084         public static System.Threading.Tasks.Task<int> SendAsync(this System.Net.Sockets.Socket socket, System.Collections.Generic.IList<System.ArraySegment<byte>> buffers, System.Net.Sockets.SocketFlags socketFlags) { throw null; }
SendToAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP)12085         public static System.Threading.Tasks.Task<int> SendToAsync(this System.Net.Sockets.Socket socket, System.ArraySegment<byte> buffer, System.Net.Sockets.SocketFlags socketFlags, System.Net.EndPoint remoteEP) { throw null; }
12086     }
12087     public enum SocketType
12088     {
12089         Dgram = 2,
12090         Raw = 3,
12091         Rdm = 4,
12092         Seqpacket = 5,
12093         Stream = 1,
12094         Unknown = -1,
12095     }
12096     public partial class TcpClient : System.IDisposable
12097     {
TcpClient()12098         public TcpClient() { }
TcpClient(System.Net.IPEndPoint localEP)12099         public TcpClient(System.Net.IPEndPoint localEP) { }
TcpClient(System.Net.Sockets.AddressFamily family)12100         public TcpClient(System.Net.Sockets.AddressFamily family) { }
TcpClient(string hostname, int port)12101         public TcpClient(string hostname, int port) { }
12102         protected bool Active { get { throw null; } set { } }
12103         public int Available { get { throw null; } }
12104         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
12105         public bool Connected { get { throw null; } }
12106         public bool ExclusiveAddressUse { get { throw null; } set { } }
12107         public System.Net.Sockets.LingerOption LingerState { get { throw null; } set { } }
12108         public bool NoDelay { get { throw null; } set { } }
12109         public int ReceiveBufferSize { get { throw null; } set { } }
12110         public int ReceiveTimeout { get { throw null; } set { } }
12111         public int SendBufferSize { get { throw null; } set { } }
12112         public int SendTimeout { get { throw null; } set { } }
12113         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state)12114         public System.IAsyncResult BeginConnect(System.Net.IPAddress address, int port, System.AsyncCallback requestCallback, object state) { throw null; }
12115         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state)12116         public System.IAsyncResult BeginConnect(System.Net.IPAddress[] addresses, int port, System.AsyncCallback requestCallback, object state) { throw null; }
12117         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state)12118         public System.IAsyncResult BeginConnect(string host, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()12119         public void Close() { }
Connect(System.Net.IPAddress address, int port)12120         public void Connect(System.Net.IPAddress address, int port) { }
Connect(System.Net.IPAddress[] ipAddresses, int port)12121         public void Connect(System.Net.IPAddress[] ipAddresses, int port) { }
Connect(System.Net.IPEndPoint remoteEP)12122         public void Connect(System.Net.IPEndPoint remoteEP) { }
Connect(string hostname, int port)12123         public void Connect(string hostname, int port) { }
12124         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(System.Net.IPAddress address, int port)12125         public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress address, int port) { throw null; }
12126         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(System.Net.IPAddress[] addresses, int port)12127         public System.Threading.Tasks.Task ConnectAsync(System.Net.IPAddress[] addresses, int port) { throw null; }
12128         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ConnectAsync(string host, int port)12129         public System.Threading.Tasks.Task ConnectAsync(string host, int port) { throw null; }
Dispose()12130         public void Dispose() { }
Dispose(bool disposing)12131         protected virtual void Dispose(bool disposing) { }
EndConnect(System.IAsyncResult asyncResult)12132         public void EndConnect(System.IAsyncResult asyncResult) { }
~TcpClient()12133         ~TcpClient() { }
GetStream()12134         public System.Net.Sockets.NetworkStream GetStream() { throw null; }
12135     }
12136     public partial class TcpListener
12137     {
12138         [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)12139         public TcpListener(int port) { }
TcpListener(System.Net.IPAddress localaddr, int port)12140         public TcpListener(System.Net.IPAddress localaddr, int port) { }
TcpListener(System.Net.IPEndPoint localEP)12141         public TcpListener(System.Net.IPEndPoint localEP) { }
12142         protected bool Active { get { throw null; } }
12143         public bool ExclusiveAddressUse { get { throw null; } set { } }
12144         public System.Net.EndPoint LocalEndpoint { get { throw null; } }
12145         public System.Net.Sockets.Socket Server { get { throw null; } }
AcceptSocket()12146         public System.Net.Sockets.Socket AcceptSocket() { throw null; }
12147         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AcceptSocketAsync()12148         public System.Threading.Tasks.Task<System.Net.Sockets.Socket> AcceptSocketAsync() { throw null; }
AcceptTcpClient()12149         public System.Net.Sockets.TcpClient AcceptTcpClient() { throw null; }
12150         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
AcceptTcpClientAsync()12151         public System.Threading.Tasks.Task<System.Net.Sockets.TcpClient> AcceptTcpClientAsync() { throw null; }
AllowNatTraversal(bool allowed)12152         public void AllowNatTraversal(bool allowed) { }
12153         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAcceptSocket(System.AsyncCallback callback, object state)12154         public System.IAsyncResult BeginAcceptSocket(System.AsyncCallback callback, object state) { throw null; }
12155         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginAcceptTcpClient(System.AsyncCallback callback, object state)12156         public System.IAsyncResult BeginAcceptTcpClient(System.AsyncCallback callback, object state) { throw null; }
Create(int port)12157         public static System.Net.Sockets.TcpListener Create(int port) { throw null; }
EndAcceptSocket(System.IAsyncResult asyncResult)12158         public System.Net.Sockets.Socket EndAcceptSocket(System.IAsyncResult asyncResult) { throw null; }
EndAcceptTcpClient(System.IAsyncResult asyncResult)12159         public System.Net.Sockets.TcpClient EndAcceptTcpClient(System.IAsyncResult asyncResult) { throw null; }
Pending()12160         public bool Pending() { throw null; }
Start()12161         public void Start() { }
Start(int backlog)12162         public void Start(int backlog) { }
Stop()12163         public void Stop() { }
12164     }
12165     [System.FlagsAttribute]
12166     public enum TransmitFileOptions
12167     {
12168         Disconnect = 1,
12169         ReuseSocket = 2,
12170         UseDefaultWorkerThread = 0,
12171         UseKernelApc = 32,
12172         UseSystemThread = 16,
12173         WriteBehind = 4,
12174     }
12175     public partial class UdpClient : System.IDisposable
12176     {
UdpClient()12177         public UdpClient() { }
UdpClient(int port)12178         public UdpClient(int port) { }
UdpClient(int port, System.Net.Sockets.AddressFamily family)12179         public UdpClient(int port, System.Net.Sockets.AddressFamily family) { }
UdpClient(System.Net.IPEndPoint localEP)12180         public UdpClient(System.Net.IPEndPoint localEP) { }
UdpClient(System.Net.Sockets.AddressFamily family)12181         public UdpClient(System.Net.Sockets.AddressFamily family) { }
UdpClient(string hostname, int port)12182         public UdpClient(string hostname, int port) { }
12183         protected bool Active { get { throw null; } set { } }
12184         public int Available { get { throw null; } }
12185         public System.Net.Sockets.Socket Client { get { throw null; } set { } }
12186         public bool DontFragment { get { throw null; } set { } }
12187         public bool EnableBroadcast { get { throw null; } set { } }
12188         public bool ExclusiveAddressUse { get { throw null; } set { } }
12189         public bool MulticastLoopback { get { throw null; } set { } }
12190         public short Ttl { get { throw null; } set { } }
AllowNatTraversal(bool allowed)12191         public void AllowNatTraversal(bool allowed) { }
12192         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginReceive(System.AsyncCallback requestCallback, object state)12193         public System.IAsyncResult BeginReceive(System.AsyncCallback requestCallback, object state) { throw null; }
12194         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state)12195         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.AsyncCallback requestCallback, object state) { throw null; }
12196         [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)12197         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint, System.AsyncCallback requestCallback, object state) { throw null; }
12198         [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)12199         public System.IAsyncResult BeginSend(byte[] datagram, int bytes, string hostname, int port, System.AsyncCallback requestCallback, object state) { throw null; }
Close()12200         public void Close() { }
Connect(System.Net.IPAddress addr, int port)12201         public void Connect(System.Net.IPAddress addr, int port) { }
Connect(System.Net.IPEndPoint endPoint)12202         public void Connect(System.Net.IPEndPoint endPoint) { }
Connect(string hostname, int port)12203         public void Connect(string hostname, int port) { }
Dispose()12204         public void Dispose() { }
Dispose(bool disposing)12205         protected virtual void Dispose(bool disposing) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr)12206         public void DropMulticastGroup(System.Net.IPAddress multicastAddr) { }
DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex)12207         public void DropMulticastGroup(System.Net.IPAddress multicastAddr, int ifindex) { }
EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP)12208         public byte[] EndReceive(System.IAsyncResult asyncResult, ref System.Net.IPEndPoint remoteEP) { throw null; }
EndSend(System.IAsyncResult asyncResult)12209         public int EndSend(System.IAsyncResult asyncResult) { throw null; }
JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr)12210         public void JoinMulticastGroup(int ifindex, System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr)12211         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive)12212         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, int timeToLive) { }
JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress)12213         public void JoinMulticastGroup(System.Net.IPAddress multicastAddr, System.Net.IPAddress localAddress) { }
Receive(ref System.Net.IPEndPoint remoteEP)12214         public byte[] Receive(ref System.Net.IPEndPoint remoteEP) { throw null; }
12215         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
ReceiveAsync()12216         public System.Threading.Tasks.Task<System.Net.Sockets.UdpReceiveResult> ReceiveAsync() { throw null; }
Send(byte[] dgram, int bytes)12217         public int Send(byte[] dgram, int bytes) { throw null; }
Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint)12218         public int Send(byte[] dgram, int bytes, System.Net.IPEndPoint endPoint) { throw null; }
Send(byte[] dgram, int bytes, string hostname, int port)12219         public int Send(byte[] dgram, int bytes, string hostname, int port) { throw null; }
12220         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes)12221         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes) { throw null; }
12222         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint)12223         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, System.Net.IPEndPoint endPoint) { throw null; }
12224         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
SendAsync(byte[] datagram, int bytes, string hostname, int port)12225         public System.Threading.Tasks.Task<int> SendAsync(byte[] datagram, int bytes, string hostname, int port) { throw null; }
12226     }
12227     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12228     public partial struct UdpReceiveResult : System.IEquatable<System.Net.Sockets.UdpReceiveResult>
12229     {
UdpReceiveResultSystem.Net.Sockets.UdpReceiveResult12230         public UdpReceiveResult(byte[] buffer, System.Net.IPEndPoint remoteEndPoint) { throw null;}
12231         public byte[] Buffer { get { throw null; } }
12232         public System.Net.IPEndPoint RemoteEndPoint { get { throw null; } }
EqualsSystem.Net.Sockets.UdpReceiveResult12233         public bool Equals(System.Net.Sockets.UdpReceiveResult other) { throw null; }
EqualsSystem.Net.Sockets.UdpReceiveResult12234         public override bool Equals(object obj) { throw null; }
GetHashCodeSystem.Net.Sockets.UdpReceiveResult12235         public override int GetHashCode() { throw null; }
operator ==System.Net.Sockets.UdpReceiveResult12236         public static bool operator ==(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
operator !=System.Net.Sockets.UdpReceiveResult12237         public static bool operator !=(System.Net.Sockets.UdpReceiveResult left, System.Net.Sockets.UdpReceiveResult right) { throw null; }
12238     }
12239 }
12240 namespace System.Net.WebSockets
12241 {
12242     public sealed partial class ClientWebSocket : System.Net.WebSockets.WebSocket
12243     {
ClientWebSocket()12244         public ClientWebSocket() { }
12245         public override System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { get { throw null; } }
12246         public override string CloseStatusDescription { get { throw null; } }
12247         public System.Net.WebSockets.ClientWebSocketOptions Options { get { throw null; } }
12248         public override System.Net.WebSockets.WebSocketState State { get { throw null; } }
12249         public override string SubProtocol { get { throw null; } }
Abort()12250         public override void Abort() { }
CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)12251         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)12252         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)12253         public System.Threading.Tasks.Task ConnectAsync(System.Uri uri, System.Threading.CancellationToken cancellationToken) { throw null; }
Dispose()12254         public override void Dispose() { }
ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken)12255         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)12256         public override System.Threading.Tasks.Task SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken) { throw null; }
12257     }
12258     public sealed partial class ClientWebSocketOptions
12259     {
ClientWebSocketOptions()12260         internal ClientWebSocketOptions() { }
12261         public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw null; } set { } }
12262         public System.Net.CookieContainer Cookies { get { throw null; } set { } }
12263         public System.Net.ICredentials Credentials { get { throw null; } set { } }
12264         public System.TimeSpan KeepAliveInterval { get { throw null; } set { } }
12265         public System.Net.IWebProxy Proxy { get { throw null; } set { } }
12266         public bool UseDefaultCredentials { get { throw null; } set { } }
AddSubProtocol(string subProtocol)12267         public void AddSubProtocol(string subProtocol) { }
SetBuffer(int receiveBufferSize, int sendBufferSize)12268         public void SetBuffer(int receiveBufferSize, int sendBufferSize) { }
SetBuffer(int receiveBufferSize, int sendBufferSize, System.ArraySegment<byte> buffer)12269         public void SetBuffer(int receiveBufferSize, int sendBufferSize, System.ArraySegment<byte> buffer) { }
SetRequestHeader(string headerName, string headerValue)12270         public void SetRequestHeader(string headerName, string headerValue) { }
12271     }
12272     public partial class HttpListenerWebSocketContext : System.Net.WebSockets.WebSocketContext
12273     {
HttpListenerWebSocketContext()12274         internal HttpListenerWebSocketContext() { }
12275         public override System.Net.CookieCollection CookieCollection { get { throw null; } }
12276         public override System.Collections.Specialized.NameValueCollection Headers { get { throw null; } }
12277         public override bool IsAuthenticated { get { throw null; } }
12278         public override bool IsLocal { get { throw null; } }
12279         public override bool IsSecureConnection { get { throw null; } }
12280         public override string Origin { get { throw null; } }
12281         public override System.Uri RequestUri { get { throw null; } }
12282         public override string SecWebSocketKey { get { throw null; } }
12283         public override System.Collections.Generic.IEnumerable<string> SecWebSocketProtocols { get { throw null; } }
12284         public override string SecWebSocketVersion { get { throw null; } }
12285         public override System.Security.Principal.IPrincipal User { get { throw null; } }
12286         public override System.Net.WebSockets.WebSocket WebSocket { get { throw null; } }
12287     }
12288     public abstract partial class WebSocket : System.IDisposable
12289     {
WebSocket()12290         protected WebSocket() { }
12291         public abstract System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { get; }
12292         public abstract string CloseStatusDescription { get; }
12293         public static System.TimeSpan DefaultKeepAliveInterval { get { throw null; } }
12294         public abstract System.Net.WebSockets.WebSocketState State { get; }
12295         public abstract string SubProtocol { get; }
Abort()12296         public abstract void Abort();
CloseAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken)12297         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)12298         public abstract System.Threading.Tasks.Task CloseOutputAsync(System.Net.WebSockets.WebSocketCloseStatus closeStatus, string statusDescription, System.Threading.CancellationToken cancellationToken);
CreateClientBuffer(int receiveBufferSize, int sendBufferSize)12299         public static System.ArraySegment<byte> CreateClientBuffer(int receiveBufferSize, int sendBufferSize) { throw null; }
12300         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
CreateClientWebSocket(System.IO.Stream innerStream, string subProtocol, int receiveBufferSize, int sendBufferSize, System.TimeSpan keepAliveInterval, bool useZeroMaskingKey, System.ArraySegment<byte> internalBuffer)12301         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; }
CreateServerBuffer(int receiveBufferSize)12302         public static System.ArraySegment<byte> CreateServerBuffer(int receiveBufferSize) { throw null; }
Dispose()12303         public abstract void Dispose();
12304         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12305         [System.ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.")]
IsApplicationTargeting45()12306         public static bool IsApplicationTargeting45() { throw null; }
IsStateTerminal(System.Net.WebSockets.WebSocketState state)12307         protected static bool IsStateTerminal(System.Net.WebSockets.WebSocketState state) { throw null; }
ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken)12308         public abstract System.Threading.Tasks.Task<System.Net.WebSockets.WebSocketReceiveResult> ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken);
12309         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
RegisterPrefixes()12310         public static void RegisterPrefixes() { }
SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken)12311         public abstract System.Threading.Tasks.Task SendAsync(System.ArraySegment<byte> buffer, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Threading.CancellationToken cancellationToken);
ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates)12312         protected static void ThrowOnInvalidState(System.Net.WebSockets.WebSocketState state, params System.Net.WebSockets.WebSocketState[] validStates) { }
12313     }
12314     public enum WebSocketCloseStatus
12315     {
12316         Empty = 1005,
12317         EndpointUnavailable = 1001,
12318         InternalServerError = 1011,
12319         InvalidMessageType = 1003,
12320         InvalidPayloadData = 1007,
12321         MandatoryExtension = 1010,
12322         MessageTooBig = 1009,
12323         NormalClosure = 1000,
12324         PolicyViolation = 1008,
12325         ProtocolError = 1002,
12326     }
12327     public abstract partial class WebSocketContext
12328     {
WebSocketContext()12329         protected WebSocketContext() { }
12330         public abstract System.Net.CookieCollection CookieCollection { get; }
12331         public abstract System.Collections.Specialized.NameValueCollection Headers { get; }
12332         public abstract bool IsAuthenticated { get; }
12333         public abstract bool IsLocal { get; }
12334         public abstract bool IsSecureConnection { get; }
12335         public abstract string Origin { get; }
12336         public abstract System.Uri RequestUri { get; }
12337         public abstract string SecWebSocketKey { get; }
12338         public abstract System.Collections.Generic.IEnumerable<string> SecWebSocketProtocols { get; }
12339         public abstract string SecWebSocketVersion { get; }
12340         public abstract System.Security.Principal.IPrincipal User { get; }
12341         public abstract System.Net.WebSockets.WebSocket WebSocket { get; }
12342     }
12343     public enum WebSocketError
12344     {
12345         ConnectionClosedPrematurely = 8,
12346         Faulted = 2,
12347         HeaderError = 7,
12348         InvalidMessageType = 1,
12349         InvalidState = 9,
12350         NativeError = 3,
12351         NotAWebSocket = 4,
12352         Success = 0,
12353         UnsupportedProtocol = 6,
12354         UnsupportedVersion = 5,
12355     }
12356     [System.SerializableAttribute]
12357     public sealed partial class WebSocketException : System.ComponentModel.Win32Exception
12358     {
WebSocketException()12359         public WebSocketException() { }
WebSocketException(int nativeError)12360         public WebSocketException(int nativeError) { }
WebSocketException(int nativeError, System.Exception innerException)12361         public WebSocketException(int nativeError, System.Exception innerException) { }
WebSocketException(int nativeError, string message)12362         public WebSocketException(int nativeError, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error)12363         public WebSocketException(System.Net.WebSockets.WebSocketError error) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException)12364         public WebSocketException(System.Net.WebSockets.WebSocketError error, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError)12365         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception innerException)12366         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message)12367         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message, System.Exception innerException)12368         public WebSocketException(System.Net.WebSockets.WebSocketError error, int nativeError, string message, System.Exception innerException) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, string message)12369         public WebSocketException(System.Net.WebSockets.WebSocketError error, string message) { }
WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException)12370         public WebSocketException(System.Net.WebSockets.WebSocketError error, string message, System.Exception innerException) { }
WebSocketException(string message)12371         public WebSocketException(string message) { }
WebSocketException(string message, System.Exception innerException)12372         public WebSocketException(string message, System.Exception innerException) { }
12373         public override int ErrorCode { get { throw null; } }
12374         public System.Net.WebSockets.WebSocketError WebSocketErrorCode { get { throw null; } }
12375         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, SerializationFormatter=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12376         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
12377     }
12378     public enum WebSocketMessageType
12379     {
12380         Binary = 1,
12381         Close = 2,
12382         Text = 0,
12383     }
12384     public partial class WebSocketReceiveResult
12385     {
WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage)12386         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)12387         public WebSocketReceiveResult(int count, System.Net.WebSockets.WebSocketMessageType messageType, bool endOfMessage, System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> closeStatus, string closeStatusDescription) { }
12388         public System.Nullable<System.Net.WebSockets.WebSocketCloseStatus> CloseStatus { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12389         public string CloseStatusDescription { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12390         public int Count { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12391         public bool EndOfMessage { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12392         public System.Net.WebSockets.WebSocketMessageType MessageType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
12393     }
12394     public enum WebSocketState
12395     {
12396         Aborted = 6,
12397         Closed = 5,
12398         CloseReceived = 4,
12399         CloseSent = 3,
12400         Connecting = 1,
12401         None = 0,
12402         Open = 2,
12403     }
12404 }
12405 namespace System.Reflection
12406 {
12407     public partial interface ICustomTypeProvider
12408     {
GetCustomType()12409         System.Type GetCustomType();
12410     }
12411 }
12412 namespace System.Runtime.InteropServices
12413 {
12414     [System.AttributeUsageAttribute((System.AttributeTargets)(2048))]
12415     public sealed partial class DefaultParameterValueAttribute : System.Attribute
12416     {
DefaultParameterValueAttribute(object value)12417         public DefaultParameterValueAttribute(object value) { }
12418         public object Value { get { throw null; } }
12419     }
12420     public sealed partial class HandleCollector
12421     {
HandleCollector(string name, int initialThreshold)12422         public HandleCollector(string name, int initialThreshold) { }
HandleCollector(string name, int initialThreshold, int maximumThreshold)12423         public HandleCollector(string name, int initialThreshold, int maximumThreshold) { }
12424         public int Count { get { throw null; } }
12425         public int InitialThreshold { get { throw null; } }
12426         public int MaximumThreshold { get { throw null; } }
12427         public string Name { get { throw null; } }
Add()12428         public void Add() { }
Remove()12429         public void Remove() { }
12430     }
12431     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12432     public partial class StandardOleMarshalObject : System.MarshalByRefObject
12433     {
StandardOleMarshalObject()12434         protected StandardOleMarshalObject() { }
12435     }
12436 }
12437 namespace System.Runtime.InteropServices.ComTypes
12438 {
12439     [System.FlagsAttribute]
12440     public enum ADVF
12441     {
12442         ADVFCACHE_FORCEBUILTIN = 16,
12443         ADVFCACHE_NOHANDLER = 8,
12444         ADVFCACHE_ONSAVE = 32,
12445         ADVF_DATAONSTOP = 64,
12446         ADVF_NODATA = 1,
12447         ADVF_ONLYONCE = 4,
12448         ADVF_PRIMEFIRST = 2,
12449     }
12450     public enum DATADIR
12451     {
12452         DATADIR_GET = 1,
12453         DATADIR_SET = 2,
12454     }
12455     [System.FlagsAttribute]
12456     public enum DVASPECT
12457     {
12458         DVASPECT_CONTENT = 1,
12459         DVASPECT_DOCPRINT = 8,
12460         DVASPECT_ICON = 4,
12461         DVASPECT_THUMBNAIL = 2,
12462     }
12463     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12464     public partial struct FORMATETC
12465     {
12466         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U2)]
12467         public short cfFormat;
12468         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
12469         public System.Runtime.InteropServices.ComTypes.DVASPECT dwAspect;
12470         public int lindex;
12471         public System.IntPtr ptd;
12472         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.U4)]
12473         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
12474     }
12475     [System.Runtime.InteropServices.GuidAttribute("0000010F-0000-0000-C000-000000000046")]
12476     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12477     public partial interface IAdviseSink
12478     {
OnClose()12479         [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)12480         [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)12481         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnRename(System.Runtime.InteropServices.ComTypes.IMoniker moniker);
OnSave()12482         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnSave();
OnViewChange(int aspect, int index)12483         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]void OnViewChange(int aspect, int index);
12484     }
12485     [System.Runtime.InteropServices.GuidAttribute("0000010E-0000-0000-C000-000000000046")]
12486     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12487     public partial interface IDataObject
12488     {
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)12489         [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)12490         void DUnadvise(int connection);
EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise)12491         [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)12492         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)12493         [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)12494         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)12495         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)12496         [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)12497         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);
12498     }
12499     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
12500     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12501     public partial interface IEnumFORMATETC
12502     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumFORMATETC newEnum)12503         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)12504         [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()12505         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)12506         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
12507     }
12508     [System.Runtime.InteropServices.GuidAttribute("00000103-0000-0000-C000-000000000046")]
12509     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
12510     public partial interface IEnumSTATDATA
12511     {
Clone(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA newEnum)12512         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)12513         [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()12514         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Reset();
Skip(int celt)12515         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int Skip(int celt);
12516     }
12517     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12518     public partial struct STATDATA
12519     {
12520         public System.Runtime.InteropServices.ComTypes.ADVF advf;
12521         public System.Runtime.InteropServices.ComTypes.IAdviseSink advSink;
12522         public int connection;
12523         public System.Runtime.InteropServices.ComTypes.FORMATETC formatetc;
12524     }
12525     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
12526     public partial struct STGMEDIUM
12527     {
12528         [System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.IUnknown)]
12529         public object pUnkForRelease;
12530         public System.Runtime.InteropServices.ComTypes.TYMED tymed;
12531         public System.IntPtr unionmember;
12532     }
12533     [System.FlagsAttribute]
12534     public enum TYMED
12535     {
12536         TYMED_ENHMF = 64,
12537         TYMED_FILE = 2,
12538         TYMED_GDI = 16,
12539         TYMED_HGLOBAL = 1,
12540         TYMED_ISTORAGE = 8,
12541         TYMED_ISTREAM = 4,
12542         TYMED_MFPICT = 32,
12543         TYMED_NULL = 0,
12544     }
12545 }
12546 namespace System.Runtime.Versioning
12547 {
12548     [System.SerializableAttribute]
12549     public sealed partial class FrameworkName : System.IEquatable<System.Runtime.Versioning.FrameworkName>
12550     {
FrameworkName(string frameworkName)12551         public FrameworkName(string frameworkName) { }
FrameworkName(string identifier, System.Version version)12552         public FrameworkName(string identifier, System.Version version) { }
FrameworkName(string identifier, System.Version version, string profile)12553         public FrameworkName(string identifier, System.Version version, string profile) { }
12554         public string FullName { get { throw null; } }
12555         public string Identifier { get { throw null; } }
12556         public string Profile { get { throw null; } }
12557         public System.Version Version { get { throw null; } }
Equals(object obj)12558         public override bool Equals(object obj) { throw null; }
Equals(System.Runtime.Versioning.FrameworkName other)12559         public bool Equals(System.Runtime.Versioning.FrameworkName other) { throw null; }
GetHashCode()12560         public override int GetHashCode() { throw null; }
operator ==(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right)12561         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)12562         public static bool operator !=(System.Runtime.Versioning.FrameworkName left, System.Runtime.Versioning.FrameworkName right) { throw null; }
ToString()12563         public override string ToString() { throw null; }
12564     }
12565 }
12566 namespace System.Security
12567 {
12568     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12569     public static partial class SecureStringMarshal
12570     {
12571         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12572         [System.Security.SecuritySafeCriticalAttribute]
SecureStringToCoTaskMemAnsi(System.Security.SecureString s)12573         public static System.IntPtr SecureStringToCoTaskMemAnsi(System.Security.SecureString s) { throw null; }
12574         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12575         [System.Security.SecuritySafeCriticalAttribute]
SecureStringToCoTaskMemUnicode(System.Security.SecureString s)12576         public static System.IntPtr SecureStringToCoTaskMemUnicode(System.Security.SecureString s) { throw null; }
12577         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12578         [System.Security.SecuritySafeCriticalAttribute]
SecureStringToGlobalAllocAnsi(System.Security.SecureString s)12579         public static System.IntPtr SecureStringToGlobalAllocAnsi(System.Security.SecureString s) { throw null; }
12580         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12581         [System.Security.SecuritySafeCriticalAttribute]
SecureStringToGlobalAllocUnicode(System.Security.SecureString s)12582         public static System.IntPtr SecureStringToGlobalAllocUnicode(System.Security.SecureString s) { throw null; }
12583     }
12584 }
12585 namespace System.Security.AccessControl
12586 {
12587     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12588     public sealed partial class SemaphoreAccessRule : System.Security.AccessControl.AccessRule
12589     {
SemaphoreAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AccessControlType type)12590         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)12591         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)) { }
12592         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
12593     }
12594     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12595     public sealed partial class SemaphoreAuditRule : System.Security.AccessControl.AuditRule
12596     {
SemaphoreAuditRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.SemaphoreRights eventRights, System.Security.AccessControl.AuditFlags flags)12597         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)) { }
12598         public System.Security.AccessControl.SemaphoreRights SemaphoreRights { get { throw null; } }
12599     }
12600     [System.FlagsAttribute]
12601     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12602     public enum SemaphoreRights
12603     {
12604         ChangePermissions = 262144,
12605         Delete = 65536,
12606         FullControl = 2031619,
12607         Modify = 2,
12608         ReadPermissions = 131072,
12609         Synchronize = 1048576,
12610         TakeOwnership = 524288,
12611     }
12612     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
12613     public sealed partial class SemaphoreSecurity : System.Security.AccessControl.NativeObjectSecurity
12614     {
SemaphoreSecurity()12615         public SemaphoreSecurity() : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections)12616         public SemaphoreSecurity(string name, System.Security.AccessControl.AccessControlSections includeSections) : base (default(bool), default(System.Security.AccessControl.ResourceType)) { }
12617         public override System.Type AccessRightType { get { throw null; } }
12618         public override System.Type AccessRuleType { get { throw null; } }
12619         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)12620         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)12621         public void AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12622         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)12623         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)12624         public bool RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { throw null; }
RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule)12625         public void RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule)12626         public void RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule rule) { }
RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12627         public bool RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { throw null; }
RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule)12628         public void RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule rule) { }
RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule)12629         public void RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule rule) { }
ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)12630         public void ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule)12631         public void SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule rule) { }
SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule)12632         public void SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule rule) { }
12633     }
12634 }
12635 namespace System.Security.Authentication
12636 {
12637     [System.SerializableAttribute]
12638     public partial class AuthenticationException : System.SystemException
12639     {
AuthenticationException()12640         public AuthenticationException() { }
AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)12641         protected AuthenticationException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
AuthenticationException(string message)12642         public AuthenticationException(string message) { }
AuthenticationException(string message, System.Exception innerException)12643         public AuthenticationException(string message, System.Exception innerException) { }
12644     }
12645     public enum CipherAlgorithmType
12646     {
12647         Aes = 26129,
12648         Aes128 = 26126,
12649         Aes192 = 26127,
12650         Aes256 = 26128,
12651         Des = 26113,
12652         None = 0,
12653         Null = 24576,
12654         Rc2 = 26114,
12655         Rc4 = 26625,
12656         TripleDes = 26115,
12657     }
12658     public enum ExchangeAlgorithmType
12659     {
12660         DiffieHellman = 43522,
12661         None = 0,
12662         RsaKeyX = 41984,
12663         RsaSign = 9216,
12664     }
12665     public enum HashAlgorithmType
12666     {
12667         Md5 = 32771,
12668         None = 0,
12669         Sha1 = 32772,
12670         Sha256 = 32780,
12671         Sha384 = 32781,
12672         Sha512 = 32782,
12673     }
12674     [System.SerializableAttribute]
12675     public partial class InvalidCredentialException : System.Security.Authentication.AuthenticationException
12676     {
InvalidCredentialException()12677         public InvalidCredentialException() { }
InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext)12678         protected InvalidCredentialException(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext streamingContext) { }
InvalidCredentialException(string message)12679         public InvalidCredentialException(string message) { }
InvalidCredentialException(string message, System.Exception innerException)12680         public InvalidCredentialException(string message, System.Exception innerException) { }
12681     }
12682     [System.FlagsAttribute]
12683     public enum SslProtocols
12684     {
12685         Default = 240,
12686         None = 0,
12687         Ssl2 = 12,
12688         Ssl3 = 48,
12689         Tls = 192,
12690         Tls11 = 768,
12691         Tls12 = 3072,
12692     }
12693 }
12694 namespace System.Security.Authentication.ExtendedProtection
12695 {
12696     public abstract partial class ChannelBinding : Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
12697     {
ChannelBinding()12698         protected ChannelBinding() : base (default(bool)) { }
ChannelBinding(bool ownsHandle)12699         protected ChannelBinding(bool ownsHandle) : base (default(bool)) { }
12700         public abstract int Size { get; }
12701     }
12702     public enum ChannelBindingKind
12703     {
12704         Endpoint = 26,
12705         Unique = 25,
12706         Unknown = 0,
12707     }
12708     [System.ComponentModel.TypeConverterAttribute(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicyTypeConverter))]
12709     [System.SerializableAttribute]
12710     public partial class ExtendedProtectionPolicy : System.Runtime.Serialization.ISerializable
12711     {
ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12712         protected ExtendedProtectionPolicy(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement)12713         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement) { }
ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ChannelBinding customChannelBinding)12714         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)12715         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)12716         public ExtendedProtectionPolicy(System.Security.Authentication.ExtendedProtection.PolicyEnforcement policyEnforcement, System.Security.Authentication.ExtendedProtection.ProtectionScenario protectionScenario, System.Security.Authentication.ExtendedProtection.ServiceNameCollection customServiceNames) { }
12717         public System.Security.Authentication.ExtendedProtection.ChannelBinding CustomChannelBinding { get { throw null; } }
12718         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection CustomServiceNames { get { throw null; } }
12719         public static bool OSSupportsExtendedProtection { get { throw null; } }
12720         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } }
12721         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } }
12722         [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)12723         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()12724         public override string ToString() { throw null; }
12725     }
12726     public partial class ExtendedProtectionPolicyTypeConverter : System.ComponentModel.TypeConverter
12727     {
ExtendedProtectionPolicyTypeConverter()12728         public ExtendedProtectionPolicyTypeConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)12729         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)12730         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
12731     }
12732     public enum PolicyEnforcement
12733     {
12734         Always = 2,
12735         Never = 0,
12736         WhenSupported = 1,
12737     }
12738     public enum ProtectionScenario
12739     {
12740         TransportSelected = 0,
12741         TrustedProxy = 1,
12742     }
12743     [System.SerializableAttribute]
12744     public partial class ServiceNameCollection : System.Collections.ReadOnlyCollectionBase
12745     {
ServiceNameCollection(System.Collections.ICollection items)12746         public ServiceNameCollection(System.Collections.ICollection items) { }
Contains(string searchServiceName)12747         public bool Contains(string searchServiceName) { throw null; }
Merge(System.Collections.IEnumerable serviceNames)12748         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(System.Collections.IEnumerable serviceNames) { throw null; }
Merge(string serviceName)12749         public System.Security.Authentication.ExtendedProtection.ServiceNameCollection Merge(string serviceName) { throw null; }
12750     }
12751     public partial class TokenBinding
12752     {
TokenBinding()12753         internal TokenBinding() { }
12754         public System.Security.Authentication.ExtendedProtection.TokenBindingType BindingType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
GetRawTokenBindingId()12755         public byte[] GetRawTokenBindingId() { throw null; }
12756     }
12757     public enum TokenBindingType
12758     {
12759         Provided = 0,
12760         Referred = 1,
12761     }
12762 }
12763 #if CONFIG_DEP
12764 namespace System.Security.Authentication.ExtendedProtection.Configuration
12765 {
12766     public sealed partial class ExtendedProtectionPolicyElement : System.Configuration.ConfigurationElement
12767     {
ExtendedProtectionPolicyElement()12768         public ExtendedProtectionPolicyElement() { }
12769         [System.Configuration.ConfigurationPropertyAttribute("customServiceNames")]
12770         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElementCollection CustomServiceNames { get { throw null; } }
12771         [System.Configuration.ConfigurationPropertyAttribute("policyEnforcement")]
12772         public System.Security.Authentication.ExtendedProtection.PolicyEnforcement PolicyEnforcement { get { throw null; } set { } }
12773         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
12774         [System.Configuration.ConfigurationPropertyAttribute("protectionScenario", DefaultValue=(System.Security.Authentication.ExtendedProtection.ProtectionScenario)(0))]
12775         public System.Security.Authentication.ExtendedProtection.ProtectionScenario ProtectionScenario { get { throw null; } set { } }
BuildPolicy()12776         public System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy BuildPolicy() { throw null; }
12777     }
12778     public sealed partial class ServiceNameElement : System.Configuration.ConfigurationElement
12779     {
ServiceNameElement()12780         public ServiceNameElement() { }
12781         [System.Configuration.ConfigurationPropertyAttribute("name")]
12782         public string Name { get { throw null; } set { } }
12783         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
12784     }
12785     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement))]
12786     public sealed partial class ServiceNameElementCollection : System.Configuration.ConfigurationElementCollection
12787     {
ServiceNameElementCollection()12788         public ServiceNameElementCollection() { }
12789         public System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[int index] { get { throw null; } set { } }
12790         public new System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement this[string name] { get { throw null; } set { } }
Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12791         public void Add(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Clear()12792         public void Clear() { }
CreateNewElement()12793         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)12794         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12795         public int IndexOf(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { throw null; }
Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element)12796         public void Remove(System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element) { }
Remove(string name)12797         public void Remove(string name) { }
RemoveAt(int index)12798         public void RemoveAt(int index) { }
12799     }
12800 }
12801 #endif
12802 namespace System.Security.Claims
12803 {
12804     public static partial class DynamicRoleClaimProvider
12805     {
12806         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12807         [System.ObsoleteAttribute("Use ClaimsAuthenticationManager to add claims to a ClaimsIdentity", true)]
AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims)12808         public static void AddDynamicRoleClaims(System.Security.Claims.ClaimsIdentity claimsIdentity, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims) { }
12809     }
12810 }
12811 namespace System.Security.Cryptography
12812 {
12813     public partial class AsnEncodedData
12814     {
AsnEncodedData()12815         protected AsnEncodedData() { }
AsnEncodedData(byte[] rawData)12816         public AsnEncodedData(byte[] rawData) { }
AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData)12817         public AsnEncodedData(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData)12818         public AsnEncodedData(System.Security.Cryptography.Oid oid, byte[] rawData) { }
AsnEncodedData(string oid, byte[] rawData)12819         public AsnEncodedData(string oid, byte[] rawData) { }
12820         public System.Security.Cryptography.Oid Oid { get { throw null; } set { } }
12821         public byte[] RawData { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12822         public virtual void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
Format(bool multiLine)12823         public virtual string Format(bool multiLine) { throw null; }
12824     }
12825     public sealed partial class AsnEncodedDataCollection : System.Collections.ICollection, System.Collections.IEnumerable
12826     {
AsnEncodedDataCollection()12827         public AsnEncodedDataCollection() { }
AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData)12828         public AsnEncodedDataCollection(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12829         public int Count { get { throw null; } }
12830         public bool IsSynchronized { get { throw null; } }
12831         public System.Security.Cryptography.AsnEncodedData this[int index] { get { throw null; } }
12832         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.AsnEncodedData asnEncodedData)12833         public int Add(System.Security.Cryptography.AsnEncodedData asnEncodedData) { throw null; }
CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index)12834         public void CopyTo(System.Security.Cryptography.AsnEncodedData[] array, int index) { }
GetEnumerator()12835         public System.Security.Cryptography.AsnEncodedDataEnumerator GetEnumerator() { throw null; }
Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData)12836         public void Remove(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)12837         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12838         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12839     }
12840     public sealed partial class AsnEncodedDataEnumerator : System.Collections.IEnumerator
12841     {
AsnEncodedDataEnumerator()12842         internal AsnEncodedDataEnumerator() { }
12843         public System.Security.Cryptography.AsnEncodedData Current { get { throw null; } }
12844         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12845         public bool MoveNext() { throw null; }
Reset()12846         public void Reset() { }
12847     }
12848     public sealed partial class Oid
12849     {
Oid()12850         public Oid() { }
Oid(System.Security.Cryptography.Oid oid)12851         public Oid(System.Security.Cryptography.Oid oid) { }
Oid(string oid)12852         public Oid(string oid) { }
Oid(string value, string friendlyName)12853         public Oid(string value, string friendlyName) { }
12854         public string FriendlyName { get { throw null; } set { } }
12855         public string Value { get { throw null; } set { } }
FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group)12856         public static System.Security.Cryptography.Oid FromFriendlyName(string friendlyName, System.Security.Cryptography.OidGroup group) { throw null; }
FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group)12857         public static System.Security.Cryptography.Oid FromOidValue(string oidValue, System.Security.Cryptography.OidGroup group) { throw null; }
12858     }
12859     public sealed partial class OidCollection : System.Collections.ICollection, System.Collections.IEnumerable
12860     {
OidCollection()12861         public OidCollection() { }
12862         public int Count { get { throw null; } }
12863         public bool IsSynchronized { get { throw null; } }
12864         public System.Security.Cryptography.Oid this[int index] { get { throw null; } }
12865         public System.Security.Cryptography.Oid this[string oid] { get { throw null; } }
12866         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.Oid oid)12867         public int Add(System.Security.Cryptography.Oid oid) { throw null; }
CopyTo(System.Security.Cryptography.Oid[] array, int index)12868         public void CopyTo(System.Security.Cryptography.Oid[] array, int index) { }
GetEnumerator()12869         public System.Security.Cryptography.OidEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)12870         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()12871         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
12872     }
12873     public sealed partial class OidEnumerator : System.Collections.IEnumerator
12874     {
OidEnumerator()12875         internal OidEnumerator() { }
12876         public System.Security.Cryptography.Oid Current { get { throw null; } }
12877         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()12878         public bool MoveNext() { throw null; }
Reset()12879         public void Reset() { }
12880     }
12881     public enum OidGroup
12882     {
12883         All = 0,
12884         Attribute = 5,
12885         EncryptionAlgorithm = 2,
12886         EnhancedKeyUsage = 7,
12887         ExtensionOrAttribute = 6,
12888         HashAlgorithm = 1,
12889         KeyDerivationFunction = 10,
12890         Policy = 8,
12891         PublicKeyAlgorithm = 3,
12892         SignatureAlgorithm = 4,
12893         Template = 9,
12894     }
12895 }
12896 namespace System.Security.Cryptography.X509Certificates
12897 {
12898     [System.FlagsAttribute]
12899     public enum OpenFlags
12900     {
12901         IncludeArchived = 8,
12902         MaxAllowed = 2,
12903         OpenExistingOnly = 4,
12904         ReadOnly = 0,
12905         ReadWrite = 1,
12906     }
12907     public sealed partial class PublicKey
12908     {
PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue)12909         public PublicKey(System.Security.Cryptography.Oid oid, System.Security.Cryptography.AsnEncodedData parameters, System.Security.Cryptography.AsnEncodedData keyValue) { }
12910         public System.Security.Cryptography.AsnEncodedData EncodedKeyValue { get { throw null; } }
12911         public System.Security.Cryptography.AsnEncodedData EncodedParameters { get { throw null; } }
12912         public System.Security.Cryptography.AsymmetricAlgorithm Key { get { throw null; } }
12913         public System.Security.Cryptography.Oid Oid { get { throw null; } }
12914     }
12915     public enum StoreLocation
12916     {
12917         CurrentUser = 1,
12918         LocalMachine = 2,
12919     }
12920     public enum StoreName
12921     {
12922         AddressBook = 1,
12923         AuthRoot = 2,
12924         CertificateAuthority = 3,
12925         Disallowed = 4,
12926         My = 5,
12927         Root = 6,
12928         TrustedPeople = 7,
12929         TrustedPublisher = 8,
12930     }
12931     public sealed partial class X500DistinguishedName : System.Security.Cryptography.AsnEncodedData
12932     {
X500DistinguishedName(byte[] encodedDistinguishedName)12933         public X500DistinguishedName(byte[] encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName)12934         public X500DistinguishedName(System.Security.Cryptography.AsnEncodedData encodedDistinguishedName) { }
X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName)12935         public X500DistinguishedName(System.Security.Cryptography.X509Certificates.X500DistinguishedName distinguishedName) { }
X500DistinguishedName(string distinguishedName)12936         public X500DistinguishedName(string distinguishedName) { }
X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12937         public X500DistinguishedName(string distinguishedName, System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { }
12938         public string Name { get { throw null; } }
Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag)12939         public string Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags flag) { throw null; }
Format(bool multiLine)12940         public override string Format(bool multiLine) { throw null; }
12941     }
12942     [System.FlagsAttribute]
12943     public enum X500DistinguishedNameFlags
12944     {
12945         DoNotUsePlusSign = 32,
12946         DoNotUseQuotes = 64,
12947         ForceUTF8Encoding = 16384,
12948         None = 0,
12949         Reversed = 1,
12950         UseCommas = 128,
12951         UseNewLines = 256,
12952         UseSemicolons = 16,
12953         UseT61Encoding = 8192,
12954         UseUTF8Encoding = 4096,
12955     }
12956     public sealed partial class X509BasicConstraintsExtension : System.Security.Cryptography.X509Certificates.X509Extension
12957     {
X509BasicConstraintsExtension()12958         public X509BasicConstraintsExtension() { }
X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical)12959         public X509BasicConstraintsExtension(bool certificateAuthority, bool hasPathLengthConstraint, int pathLengthConstraint, bool critical) { }
X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical)12960         public X509BasicConstraintsExtension(System.Security.Cryptography.AsnEncodedData encodedBasicConstraints, bool critical) { }
12961         public bool CertificateAuthority { get { throw null; } }
12962         public bool HasPathLengthConstraint { get { throw null; } }
12963         public int PathLengthConstraint { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)12964         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
12965     }
12966     [System.SerializableAttribute]
12967     public partial class X509Certificate2 : System.Security.Cryptography.X509Certificates.X509Certificate
12968     {
X509Certificate2()12969         public X509Certificate2() { }
X509Certificate2(byte[] rawData)12970         public X509Certificate2(byte[] rawData) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password)12971         public X509Certificate2(byte[] rawData, System.Security.SecureString password) { }
X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12972         public X509Certificate2(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(byte[] rawData, string password)12973         public X509Certificate2(byte[] rawData, string password) { }
X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12974         public X509Certificate2(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12975         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
12976         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
X509Certificate2(System.IntPtr handle)12977         public X509Certificate2(System.IntPtr handle) { }
12978         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
12979         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)12980         protected X509Certificate2(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate)12981         public X509Certificate2(System.Security.Cryptography.X509Certificates.X509Certificate certificate) { }
X509Certificate2(string fileName)12982         public X509Certificate2(string fileName) { }
X509Certificate2(string fileName, System.Security.SecureString password)12983         public X509Certificate2(string fileName, System.Security.SecureString password) { }
X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12984         public X509Certificate2(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
X509Certificate2(string fileName, string password)12985         public X509Certificate2(string fileName, string password) { }
X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)12986         public X509Certificate2(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
12987         public bool Archived { get { throw null; } set { } }
12988         public System.Security.Cryptography.X509Certificates.X509ExtensionCollection Extensions { get { throw null; } }
12989         public string FriendlyName { get { throw null; } set { } }
12990         public bool HasPrivateKey { get { throw null; } }
12991         public System.Security.Cryptography.X509Certificates.X500DistinguishedName IssuerName { get { throw null; } }
12992         public System.DateTime NotAfter { get { throw null; } }
12993         public System.DateTime NotBefore { get { throw null; } }
12994         public System.Security.Cryptography.AsymmetricAlgorithm PrivateKey { get { throw null; } set { } }
12995         public System.Security.Cryptography.X509Certificates.PublicKey PublicKey { get { throw null; } }
12996         public byte[] RawData { get { throw null; } }
12997         public string SerialNumber { get { throw null; } }
12998         public System.Security.Cryptography.Oid SignatureAlgorithm { get { throw null; } }
12999         public System.Security.Cryptography.X509Certificates.X500DistinguishedName SubjectName { get { throw null; } }
13000         public string Thumbprint { get { throw null; } }
13001         public int Version { get { throw null; } }
GetCertContentType(byte[] rawData)13002         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(byte[] rawData) { throw null; }
GetCertContentType(string fileName)13003         public static System.Security.Cryptography.X509Certificates.X509ContentType GetCertContentType(string fileName) { throw null; }
GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer)13004         public string GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType nameType, bool forIssuer) { throw null; }
13005         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
13006         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
Import(byte[] rawData)13007         public override void Import(byte[] rawData) { }
13008         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
13009         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)13010         public override void Import(byte[] rawData, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
13011         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
13012         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)13013         public override void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
13014         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
13015         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
Import(string fileName)13016         public override void Import(string fileName) { }
13017         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
13018         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)13019         public override void Import(string fileName, System.Security.SecureString password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
13020         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
13021         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)13022         public override void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
13023         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
13024         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
Reset()13025         public override void Reset() { }
ToString()13026         public override string ToString() { throw null; }
ToString(bool verbose)13027         public override string ToString(bool verbose) { throw null; }
Verify()13028         public bool Verify() { throw null; }
13029     }
13030     public partial class X509Certificate2Collection : System.Security.Cryptography.X509Certificates.X509CertificateCollection
13031     {
X509Certificate2Collection()13032         public X509Certificate2Collection() { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13033         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)13034         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)13035         public X509Certificate2Collection(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
13036         public new System.Security.Cryptography.X509Certificates.X509Certificate2 this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13037         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)13038         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)13039         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13040         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType)13041         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType) { throw null; }
Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password)13042         public byte[] Export(System.Security.Cryptography.X509Certificates.X509ContentType contentType, string password) { throw null; }
Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly)13043         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Find(System.Security.Cryptography.X509Certificates.X509FindType findType, object findValue, bool validOnly) { throw null; }
GetEnumerator()13044         public new System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator GetEnumerator() { throw null; }
Import(byte[] rawData)13045         public void Import(byte[] rawData) { }
Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)13046         public void Import(byte[] rawData, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Import(string fileName)13047         public void Import(string fileName) { }
Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags)13048         public void Import(string fileName, string password, System.Security.Cryptography.X509Certificates.X509KeyStorageFlags keyStorageFlags) { }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13049         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13050         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)13051         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)13052         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates) { }
13053     }
13054     public sealed partial class X509Certificate2Enumerator : System.Collections.IEnumerator
13055     {
X509Certificate2Enumerator()13056         internal X509Certificate2Enumerator() { }
13057         public System.Security.Cryptography.X509Certificates.X509Certificate2 Current { get { throw null; } }
13058         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()13059         public bool MoveNext() { throw null; }
Reset()13060         public void Reset() { }
System.Collections.IEnumerator.MoveNext()13061         bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()13062         void System.Collections.IEnumerator.Reset() { }
13063     }
13064     [System.SerializableAttribute]
13065     public partial class X509CertificateCollection : System.Collections.CollectionBase
13066     {
X509CertificateCollection()13067         public X509CertificateCollection() { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)13068         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value)13069         public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
13070         public System.Security.Cryptography.X509Certificates.X509Certificate this[int index] { get { throw null; } set { } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate value)13071         public int Add(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value)13072         public void AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection value) { }
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value)13073         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[] value) { }
Contains(System.Security.Cryptography.X509Certificates.X509Certificate value)13074         public bool Contains(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index)13075         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[] array, int index) { }
GetEnumerator()13076         public new System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator GetEnumerator() { throw null; }
GetHashCode()13077         public override int GetHashCode() { throw null; }
IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value)13078         public int IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate value) { throw null; }
Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value)13079         public void Insert(int index, System.Security.Cryptography.X509Certificates.X509Certificate value) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate value)13080         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate value) { }
13081         public partial class X509CertificateEnumerator : System.Collections.IEnumerator
13082         {
X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings)13083             public X509CertificateEnumerator(System.Security.Cryptography.X509Certificates.X509CertificateCollection mappings) { }
13084             public System.Security.Cryptography.X509Certificates.X509Certificate Current { get { throw null; } }
13085             object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()13086             public bool MoveNext() { throw null; }
Reset()13087             public void Reset() { }
System.Collections.IEnumerator.MoveNext()13088             bool System.Collections.IEnumerator.MoveNext() { throw null; }
System.Collections.IEnumerator.Reset()13089             void System.Collections.IEnumerator.Reset() { }
13090         }
13091     }
13092     public partial class X509Chain : System.IDisposable
13093     {
13094         [System.Security.SecurityCriticalAttribute]
X509Chain()13095         public X509Chain() { }
13096         [System.Security.SecurityCriticalAttribute]
X509Chain(bool useMachineContext)13097         public X509Chain(bool useMachineContext) { }
13098         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
13099         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
X509Chain(System.IntPtr chainContext)13100         public X509Chain(System.IntPtr chainContext) { }
13101         public System.IntPtr ChainContext { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
13102         public System.Security.Cryptography.X509Certificates.X509ChainElementCollection ChainElements { get { throw null; } }
13103         public System.Security.Cryptography.X509Certificates.X509ChainPolicy ChainPolicy { get { throw null; } set { } }
13104         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainStatus { get { throw null; } }
13105         public Microsoft.Win32.SafeHandles.SafeX509ChainHandle SafeHandle { [System.Security.SecurityCriticalAttribute][System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
13106         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
13107         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13108         public bool Build(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { throw null; }
Create()13109         public static System.Security.Cryptography.X509Certificates.X509Chain Create() { throw null; }
13110         [System.Security.SecuritySafeCriticalAttribute]
Dispose()13111         public void Dispose() { }
13112         [System.Security.SecuritySafeCriticalAttribute]
Dispose(bool disposing)13113         protected virtual void Dispose(bool disposing) { }
13114         [System.Security.SecurityCriticalAttribute]
13115         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Unrestricted=true)]
13116         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
Reset()13117         public void Reset() { }
13118     }
13119     public partial class X509ChainElement
13120     {
X509ChainElement()13121         internal X509ChainElement() { }
13122         public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get { throw null; } }
13123         public System.Security.Cryptography.X509Certificates.X509ChainStatus[] ChainElementStatus { get { throw null; } }
13124         public string Information { get { throw null; } }
13125     }
13126     public sealed partial class X509ChainElementCollection : System.Collections.ICollection, System.Collections.IEnumerable
13127     {
X509ChainElementCollection()13128         internal X509ChainElementCollection() { }
13129         public int Count { get { throw null; } }
13130         public bool IsSynchronized { get { throw null; } }
13131         public System.Security.Cryptography.X509Certificates.X509ChainElement this[int index] { get { throw null; } }
13132         public object SyncRoot { get { throw null; } }
CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index)13133         public void CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[] array, int index) { }
GetEnumerator()13134         public System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)13135         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()13136         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
13137     }
13138     public sealed partial class X509ChainElementEnumerator : System.Collections.IEnumerator
13139     {
X509ChainElementEnumerator()13140         internal X509ChainElementEnumerator() { }
13141         public System.Security.Cryptography.X509Certificates.X509ChainElement Current { get { throw null; } }
13142         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()13143         public bool MoveNext() { throw null; }
Reset()13144         public void Reset() { }
13145     }
13146     public sealed partial class X509ChainPolicy
13147     {
X509ChainPolicy()13148         public X509ChainPolicy() { }
13149         public System.Security.Cryptography.OidCollection ApplicationPolicy { get { throw null; } }
13150         public System.Security.Cryptography.OidCollection CertificatePolicy { get { throw null; } }
13151         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection ExtraStore { get { throw null; } }
13152         public System.Security.Cryptography.X509Certificates.X509RevocationFlag RevocationFlag { get { throw null; } set { } }
13153         public System.Security.Cryptography.X509Certificates.X509RevocationMode RevocationMode { get { throw null; } set { } }
13154         public System.TimeSpan UrlRetrievalTimeout { get { throw null; } set { } }
13155         public System.Security.Cryptography.X509Certificates.X509VerificationFlags VerificationFlags { get { throw null; } set { } }
13156         public System.DateTime VerificationTime { get { throw null; } set { } }
Reset()13157         public void Reset() { }
13158     }
13159     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
13160     public partial struct X509ChainStatus
13161     {
13162         public System.Security.Cryptography.X509Certificates.X509ChainStatusFlags Status { get { throw null; } set { } }
13163         public string StatusInformation { get { throw null; } set { } }
13164     }
13165     [System.FlagsAttribute]
13166     public enum X509ChainStatusFlags
13167     {
13168         CtlNotSignatureValid = 262144,
13169         CtlNotTimeValid = 131072,
13170         CtlNotValidForUsage = 524288,
13171         Cyclic = 128,
13172         ExplicitDistrust = 67108864,
13173         HasExcludedNameConstraint = 32768,
13174         HasNotDefinedNameConstraint = 8192,
13175         HasNotPermittedNameConstraint = 16384,
13176         HasNotSupportedCriticalExtension = 134217728,
13177         HasNotSupportedNameConstraint = 4096,
13178         HasWeakSignature = 1048576,
13179         InvalidBasicConstraints = 1024,
13180         InvalidExtension = 256,
13181         InvalidNameConstraints = 2048,
13182         InvalidPolicyConstraints = 512,
13183         NoError = 0,
13184         NoIssuanceChainPolicy = 33554432,
13185         NotSignatureValid = 8,
13186         NotTimeNested = 2,
13187         NotTimeValid = 1,
13188         NotValidForUsage = 16,
13189         OfflineRevocation = 16777216,
13190         PartialChain = 65536,
13191         RevocationStatusUnknown = 64,
13192         Revoked = 4,
13193         UntrustedRoot = 32,
13194     }
13195     public sealed partial class X509EnhancedKeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
13196     {
X509EnhancedKeyUsageExtension()13197         public X509EnhancedKeyUsageExtension() { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical)13198         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedEnhancedKeyUsages, bool critical) { }
X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical)13199         public X509EnhancedKeyUsageExtension(System.Security.Cryptography.OidCollection enhancedKeyUsages, bool critical) { }
13200         public System.Security.Cryptography.OidCollection EnhancedKeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)13201         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
13202     }
13203     public partial class X509Extension : System.Security.Cryptography.AsnEncodedData
13204     {
X509Extension()13205         protected X509Extension() { }
X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical)13206         public X509Extension(System.Security.Cryptography.AsnEncodedData encodedExtension, bool critical) { }
X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical)13207         public X509Extension(System.Security.Cryptography.Oid oid, byte[] rawData, bool critical) { }
X509Extension(string oid, byte[] rawData, bool critical)13208         public X509Extension(string oid, byte[] rawData, bool critical) { }
13209         public bool Critical { get { throw null; } set { } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)13210         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
13211     }
13212     public sealed partial class X509ExtensionCollection : System.Collections.ICollection, System.Collections.IEnumerable
13213     {
X509ExtensionCollection()13214         public X509ExtensionCollection() { }
13215         public int Count { get { throw null; } }
13216         public bool IsSynchronized { get { throw null; } }
13217         public System.Security.Cryptography.X509Certificates.X509Extension this[int index] { get { throw null; } }
13218         public System.Security.Cryptography.X509Certificates.X509Extension this[string oid] { get { throw null; } }
13219         public object SyncRoot { get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Extension extension)13220         public int Add(System.Security.Cryptography.X509Certificates.X509Extension extension) { throw null; }
CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index)13221         public void CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[] array, int index) { }
GetEnumerator()13222         public System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)13223         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()13224         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
13225     }
13226     public sealed partial class X509ExtensionEnumerator : System.Collections.IEnumerator
13227     {
X509ExtensionEnumerator()13228         internal X509ExtensionEnumerator() { }
13229         public System.Security.Cryptography.X509Certificates.X509Extension Current { get { throw null; } }
13230         object System.Collections.IEnumerator.Current { get { throw null; } }
MoveNext()13231         public bool MoveNext() { throw null; }
Reset()13232         public void Reset() { }
13233     }
13234     public enum X509FindType
13235     {
13236         FindByApplicationPolicy = 10,
13237         FindByCertificatePolicy = 11,
13238         FindByExtension = 12,
13239         FindByIssuerDistinguishedName = 4,
13240         FindByIssuerName = 3,
13241         FindByKeyUsage = 13,
13242         FindBySerialNumber = 5,
13243         FindBySubjectDistinguishedName = 2,
13244         FindBySubjectKeyIdentifier = 14,
13245         FindBySubjectName = 1,
13246         FindByTemplateName = 9,
13247         FindByThumbprint = 0,
13248         FindByTimeExpired = 8,
13249         FindByTimeNotYetValid = 7,
13250         FindByTimeValid = 6,
13251     }
13252     public enum X509IncludeOption
13253     {
13254         EndCertOnly = 2,
13255         ExcludeRoot = 1,
13256         None = 0,
13257         WholeChain = 3,
13258     }
13259     public sealed partial class X509KeyUsageExtension : System.Security.Cryptography.X509Certificates.X509Extension
13260     {
X509KeyUsageExtension()13261         public X509KeyUsageExtension() { }
X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical)13262         public X509KeyUsageExtension(System.Security.Cryptography.AsnEncodedData encodedKeyUsage, bool critical) { }
X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical)13263         public X509KeyUsageExtension(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags keyUsages, bool critical) { }
13264         public System.Security.Cryptography.X509Certificates.X509KeyUsageFlags KeyUsages { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)13265         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
13266     }
13267     [System.FlagsAttribute]
13268     public enum X509KeyUsageFlags
13269     {
13270         CrlSign = 2,
13271         DataEncipherment = 16,
13272         DecipherOnly = 32768,
13273         DigitalSignature = 128,
13274         EncipherOnly = 1,
13275         KeyAgreement = 8,
13276         KeyCertSign = 4,
13277         KeyEncipherment = 32,
13278         None = 0,
13279         NonRepudiation = 64,
13280     }
13281     public enum X509NameType
13282     {
13283         DnsFromAlternativeName = 4,
13284         DnsName = 3,
13285         EmailName = 1,
13286         SimpleName = 0,
13287         UpnName = 2,
13288         UrlName = 5,
13289     }
13290     public enum X509RevocationFlag
13291     {
13292         EndCertificateOnly = 0,
13293         EntireChain = 1,
13294         ExcludeRoot = 2,
13295     }
13296     public enum X509RevocationMode
13297     {
13298         NoCheck = 0,
13299         Offline = 2,
13300         Online = 1,
13301     }
13302     public sealed partial class X509Store : System.IDisposable
13303     {
X509Store()13304         public X509Store() { }
13305         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
13306         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
X509Store(System.IntPtr storeHandle)13307         public X509Store(System.IntPtr storeHandle) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)13308         public X509Store(System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName)13309         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName) { }
X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)13310         public X509Store(System.Security.Cryptography.X509Certificates.StoreName storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
X509Store(string storeName)13311         public X509Store(string storeName) { }
X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation)13312         public X509Store(string storeName, System.Security.Cryptography.X509Certificates.StoreLocation storeLocation) { }
13313         public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get { throw null; } }
13314         public System.Security.Cryptography.X509Certificates.StoreLocation Location { get { throw null; } }
13315         public string Name { get { throw null; } }
13316         public System.IntPtr StoreHandle { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13317         public void Add(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)13318         public void AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
Close()13319         public void Close() { }
Dispose()13320         public void Dispose() { }
Open(System.Security.Cryptography.X509Certificates.OpenFlags flags)13321         public void Open(System.Security.Cryptography.X509Certificates.OpenFlags flags) { }
Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate)13322         public void Remove(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates)13323         public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection certificates) { }
13324     }
13325     public sealed partial class X509SubjectKeyIdentifierExtension : System.Security.Cryptography.X509Certificates.X509Extension
13326     {
X509SubjectKeyIdentifierExtension()13327         public X509SubjectKeyIdentifierExtension() { }
X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical)13328         public X509SubjectKeyIdentifierExtension(byte[] subjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical)13329         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.AsnEncodedData encodedSubjectKeyIdentifier, bool critical) { }
X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, bool critical)13330         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)13331         public X509SubjectKeyIdentifierExtension(System.Security.Cryptography.X509Certificates.PublicKey key, System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm algorithm, bool critical) { }
X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical)13332         public X509SubjectKeyIdentifierExtension(string subjectKeyIdentifier, bool critical) { }
13333         public string SubjectKeyIdentifier { get { throw null; } }
CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData)13334         public override void CopyFrom(System.Security.Cryptography.AsnEncodedData asnEncodedData) { }
13335     }
13336     public enum X509SubjectKeyIdentifierHashAlgorithm
13337     {
13338         CapiSha1 = 2,
13339         Sha1 = 0,
13340         ShortSha1 = 1,
13341     }
13342     [System.FlagsAttribute]
13343     public enum X509VerificationFlags
13344     {
13345         AllFlags = 4095,
13346         AllowUnknownCertificateAuthority = 16,
13347         IgnoreCertificateAuthorityRevocationUnknown = 1024,
13348         IgnoreCtlNotTimeValid = 2,
13349         IgnoreCtlSignerRevocationUnknown = 512,
13350         IgnoreEndRevocationUnknown = 256,
13351         IgnoreInvalidBasicConstraints = 8,
13352         IgnoreInvalidName = 64,
13353         IgnoreInvalidPolicy = 128,
13354         IgnoreNotTimeNested = 4,
13355         IgnoreNotTimeValid = 1,
13356         IgnoreRootRevocationUnknown = 2048,
13357         IgnoreWrongUsage = 32,
13358         NoFlag = 0,
13359     }
13360 }
13361 namespace System.Security.Permissions
13362 {
13363     [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, ControlEvidence=true, ControlPolicy=true)]
13364     [System.SerializableAttribute]
13365     public abstract partial class ResourcePermissionBase : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13366     {
13367         public const string Any = "*";
13368         public const string Local = ".";
ResourcePermissionBase()13369         protected ResourcePermissionBase() { }
ResourcePermissionBase(System.Security.Permissions.PermissionState state)13370         protected ResourcePermissionBase(System.Security.Permissions.PermissionState state) { }
13371         protected System.Type PermissionAccessType { get { throw null; } set { } }
13372         protected string[] TagNames { get { throw null; } set { } }
AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)13373         protected void AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
Clear()13374         protected void Clear() { }
Copy()13375         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13376         public override void FromXml(System.Security.SecurityElement securityElement) { }
GetPermissionEntries()13377         protected System.Security.Permissions.ResourcePermissionBaseEntry[] GetPermissionEntries() { throw null; }
Intersect(System.Security.IPermission target)13378         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13379         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13380         public bool IsUnrestricted() { throw null; }
RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry)13381         protected void RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry entry) { }
ToXml()13382         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13383         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13384     }
13385     [System.SerializableAttribute]
13386     public partial class ResourcePermissionBaseEntry
13387     {
ResourcePermissionBaseEntry()13388         public ResourcePermissionBaseEntry() { }
ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath)13389         public ResourcePermissionBaseEntry(int permissionAccess, string[] permissionAccessPath) { }
13390         public int PermissionAccess { get { throw null; } }
13391         public string[] PermissionAccessPath { get { throw null; } }
13392     }
13393     [System.SerializableAttribute]
13394     public sealed partial class StorePermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13395     {
StorePermission(System.Security.Permissions.PermissionState state)13396         public StorePermission(System.Security.Permissions.PermissionState state) { }
StorePermission(System.Security.Permissions.StorePermissionFlags flag)13397         public StorePermission(System.Security.Permissions.StorePermissionFlags flag) { }
13398         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
Copy()13399         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13400         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13401         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13402         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13403         public bool IsUnrestricted() { throw null; }
ToXml()13404         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13405         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13406     }
13407     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
13408     [System.SerializableAttribute]
13409     public sealed partial class StorePermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13410     {
StorePermissionAttribute(System.Security.Permissions.SecurityAction action)13411         public StorePermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13412         public bool AddToStore { get { throw null; } set { } }
13413         public bool CreateStore { get { throw null; } set { } }
13414         public bool DeleteStore { get { throw null; } set { } }
13415         public bool EnumerateCertificates { get { throw null; } set { } }
13416         public bool EnumerateStores { get { throw null; } set { } }
13417         public System.Security.Permissions.StorePermissionFlags Flags { get { throw null; } set { } }
13418         public bool OpenStore { get { throw null; } set { } }
13419         public bool RemoveFromStore { get { throw null; } set { } }
CreatePermission()13420         public override System.Security.IPermission CreatePermission() { throw null; }
13421     }
13422     [System.FlagsAttribute]
13423     [System.SerializableAttribute]
13424     public enum StorePermissionFlags
13425     {
13426         AddToStore = 32,
13427         AllFlags = 247,
13428         CreateStore = 1,
13429         DeleteStore = 2,
13430         EnumerateCertificates = 128,
13431         EnumerateStores = 4,
13432         NoFlags = 0,
13433         OpenStore = 16,
13434         RemoveFromStore = 64,
13435     }
13436     [System.SerializableAttribute]
13437     public sealed partial class TypeDescriptorPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13438     {
TypeDescriptorPermission(System.Security.Permissions.PermissionState state)13439         public TypeDescriptorPermission(System.Security.Permissions.PermissionState state) { }
TypeDescriptorPermission(System.Security.Permissions.TypeDescriptorPermissionFlags flag)13440         public TypeDescriptorPermission(System.Security.Permissions.TypeDescriptorPermissionFlags flag) { }
13441         public System.Security.Permissions.TypeDescriptorPermissionFlags Flags { get { throw null; } set { } }
Copy()13442         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13443         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13444         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13445         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13446         public bool IsUnrestricted() { throw null; }
ToXml()13447         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13448         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13449     }
13450     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
13451     [System.SerializableAttribute]
13452     public sealed partial class TypeDescriptorPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13453     {
TypeDescriptorPermissionAttribute(System.Security.Permissions.SecurityAction action)13454         public TypeDescriptorPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13455         public System.Security.Permissions.TypeDescriptorPermissionFlags Flags { get { throw null; } set { } }
13456         public bool RestrictedRegistrationAccess { get { throw null; } set { } }
CreatePermission()13457         public override System.Security.IPermission CreatePermission() { throw null; }
13458     }
13459     [System.FlagsAttribute]
13460     [System.SerializableAttribute]
13461     public enum TypeDescriptorPermissionFlags
13462     {
13463         NoFlags = 0,
13464         RestrictedRegistrationAccess = 1,
13465     }
13466 }
13467 namespace System.Text.RegularExpressions
13468 {
13469     [System.SerializableAttribute]
13470     public partial class Capture
13471     {
Capture()13472         internal Capture() { }
13473         public int Index { get { throw null; } }
13474         public int Length { get { throw null; } }
13475         public string Value { get { throw null; } }
ToString()13476         public override string ToString() { throw null; }
13477     }
13478     [System.SerializableAttribute]
13479     public partial class CaptureCollection : System.Collections.ICollection, System.Collections.IEnumerable
13480     {
CaptureCollection()13481         internal CaptureCollection() { }
13482         public int Count { get { throw null; } }
13483         public bool IsReadOnly { get { throw null; } }
13484         public bool IsSynchronized { get { throw null; } }
13485         public System.Text.RegularExpressions.Capture this[int i] { get { throw null; } }
13486         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13487         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13488         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13489     }
13490     [System.SerializableAttribute]
13491     public partial class Group : System.Text.RegularExpressions.Capture
13492     {
Group()13493         internal Group() { }
13494         public System.Text.RegularExpressions.CaptureCollection Captures { get { throw null; } }
13495         public string Name { get { throw null; } }
13496         public bool Success { get { throw null; } }
13497         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
Synchronized(System.Text.RegularExpressions.Group inner)13498         public static System.Text.RegularExpressions.Group Synchronized(System.Text.RegularExpressions.Group inner) { throw null; }
13499     }
13500     [System.SerializableAttribute]
13501     public partial class GroupCollection : System.Collections.ICollection, System.Collections.IEnumerable
13502     {
GroupCollection()13503         internal GroupCollection() { }
13504         public int Count { get { throw null; } }
13505         public bool IsReadOnly { get { throw null; } }
13506         public bool IsSynchronized { get { throw null; } }
13507         public System.Text.RegularExpressions.Group this[int groupnum] { get { throw null; } }
13508         public System.Text.RegularExpressions.Group this[string groupname] { get { throw null; } }
13509         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13510         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13511         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13512     }
13513     [System.SerializableAttribute]
13514     public partial class Match : System.Text.RegularExpressions.Group
13515     {
Match()13516         internal Match() { }
13517         public static System.Text.RegularExpressions.Match Empty { get { throw null; } }
13518         public virtual System.Text.RegularExpressions.GroupCollection Groups { get { throw null; } }
NextMatch()13519         public System.Text.RegularExpressions.Match NextMatch() { throw null; }
Result(string replacement)13520         public virtual string Result(string replacement) { throw null; }
13521         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]
Synchronized(System.Text.RegularExpressions.Match inner)13522         public static System.Text.RegularExpressions.Match Synchronized(System.Text.RegularExpressions.Match inner) { throw null; }
13523     }
13524     [System.SerializableAttribute]
13525     public partial class MatchCollection : System.Collections.ICollection, System.Collections.IEnumerable
13526     {
MatchCollection()13527         internal MatchCollection() { }
13528         public int Count { get { throw null; } }
13529         public bool IsReadOnly { get { throw null; } }
13530         public bool IsSynchronized { get { throw null; } }
13531         public virtual System.Text.RegularExpressions.Match this[int i] { get { throw null; } }
13532         public object SyncRoot { get { throw null; } }
CopyTo(System.Array array, int arrayIndex)13533         public void CopyTo(System.Array array, int arrayIndex) { }
GetEnumerator()13534         public System.Collections.IEnumerator GetEnumerator() { throw null; }
13535     }
13536     [System.SerializableAttribute]
MatchEvaluator(System.Text.RegularExpressions.Match match)13537     public delegate string MatchEvaluator(System.Text.RegularExpressions.Match match);
13538     [System.SerializableAttribute]
13539     public partial class Regex : System.Runtime.Serialization.ISerializable
13540     {
13541         protected internal System.Collections.Hashtable capnames;
13542         protected internal System.Collections.Hashtable caps;
13543         protected internal int capsize;
13544         protected internal string[] capslist;
13545         protected internal System.Text.RegularExpressions.RegexRunnerFactory factory;
13546         [System.NonSerializedAttribute]
13547         public static readonly System.TimeSpan InfiniteMatchTimeout;
13548         [System.Runtime.Serialization.OptionalFieldAttribute(VersionAdded=2)]
13549         protected internal System.TimeSpan internalMatchTimeout;
13550         protected internal string pattern;
13551         protected internal System.Text.RegularExpressions.RegexOptions roptions;
Regex()13552         protected Regex() { }
Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13553         protected Regex(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Regex(string pattern)13554         public Regex(string pattern) { }
Regex(string pattern, System.Text.RegularExpressions.RegexOptions options)13555         public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options) { }
Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout)13556         public Regex(string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { }
13557         public static int CacheSize { get { throw null; } set { } }
13558         [System.CLSCompliantAttribute(false)]
13559         protected System.Collections.IDictionary CapNames { get { throw null; } set { } }
13560         [System.CLSCompliantAttribute(false)]
13561         protected System.Collections.IDictionary Caps { get { throw null; } set { } }
13562         public System.TimeSpan MatchTimeout { get { throw null; } }
13563         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } }
13564         public bool RightToLeft { get { throw null; } }
13565         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname)13566         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname) { }
13567         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes)13568         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes) { }
13569         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, MayLeakOnAbort=true)]
CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes, string resourceFile)13570         public static void CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[] regexinfos, System.Reflection.AssemblyName assemblyname, System.Reflection.Emit.CustomAttributeBuilder[] attributes, string resourceFile) { }
Escape(string str)13571         public static string Escape(string str) { throw null; }
GetGroupNames()13572         public string[] GetGroupNames() { throw null; }
GetGroupNumbers()13573         public int[] GetGroupNumbers() { throw null; }
GroupNameFromNumber(int i)13574         public string GroupNameFromNumber(int i) { throw null; }
GroupNumberFromName(string name)13575         public int GroupNumberFromName(string name) { throw null; }
InitializeReferences()13576         protected void InitializeReferences() { }
IsMatch(string input)13577         public bool IsMatch(string input) { throw null; }
IsMatch(string input, int startat)13578         public bool IsMatch(string input, int startat) { throw null; }
IsMatch(string input, string pattern)13579         public static bool IsMatch(string input, string pattern) { throw null; }
IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13580         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)13581         public static bool IsMatch(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Match(string input)13582         public System.Text.RegularExpressions.Match Match(string input) { throw null; }
Match(string input, int startat)13583         public System.Text.RegularExpressions.Match Match(string input, int startat) { throw null; }
Match(string input, int beginning, int length)13584         public System.Text.RegularExpressions.Match Match(string input, int beginning, int length) { throw null; }
Match(string input, string pattern)13585         public static System.Text.RegularExpressions.Match Match(string input, string pattern) { throw null; }
Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13586         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)13587         public static System.Text.RegularExpressions.Match Match(string input, string pattern, System.Text.RegularExpressions.RegexOptions options, System.TimeSpan matchTimeout) { throw null; }
Matches(string input)13588         public System.Text.RegularExpressions.MatchCollection Matches(string input) { throw null; }
Matches(string input, int startat)13589         public System.Text.RegularExpressions.MatchCollection Matches(string input, int startat) { throw null; }
Matches(string input, string pattern)13590         public static System.Text.RegularExpressions.MatchCollection Matches(string input, string pattern) { throw null; }
Matches(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13591         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)13592         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)13593         public string Replace(string input, string replacement) { throw null; }
Replace(string input, string replacement, int count)13594         public string Replace(string input, string replacement, int count) { throw null; }
Replace(string input, string replacement, int count, int startat)13595         public string Replace(string input, string replacement, int count, int startat) { throw null; }
Replace(string input, string pattern, string replacement)13596         public static string Replace(string input, string pattern, string replacement) { throw null; }
Replace(string input, string pattern, string replacement, System.Text.RegularExpressions.RegexOptions options)13597         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)13598         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)13599         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)13600         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)13601         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)13602         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator) { throw null; }
Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count)13603         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)13604         public string Replace(string input, System.Text.RegularExpressions.MatchEvaluator evaluator, int count, int startat) { throw null; }
Split(string input)13605         public string[] Split(string input) { throw null; }
Split(string input, int count)13606         public string[] Split(string input, int count) { throw null; }
Split(string input, int count, int startat)13607         public string[] Split(string input, int count, int startat) { throw null; }
Split(string input, string pattern)13608         public static string[] Split(string input, string pattern) { throw null; }
Split(string input, string pattern, System.Text.RegularExpressions.RegexOptions options)13609         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)13610         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)13611         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
ToString()13612         public override string ToString() { throw null; }
Unescape(string str)13613         public static string Unescape(string str) { throw null; }
UseOptionC()13614         protected bool UseOptionC() { throw null; }
UseOptionR()13615         protected bool UseOptionR() { throw null; }
ValidateMatchTimeout(System.TimeSpan matchTimeout)13616         protected internal static void ValidateMatchTimeout(System.TimeSpan matchTimeout) { }
13617     }
13618     [System.SerializableAttribute]
13619     public partial class RegexCompilationInfo
13620     {
RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic)13621         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)13622         public RegexCompilationInfo(string pattern, System.Text.RegularExpressions.RegexOptions options, string name, string fullnamespace, bool ispublic, System.TimeSpan matchTimeout) { }
13623         public bool IsPublic { get { throw null; } set { } }
13624         public System.TimeSpan MatchTimeout { get { throw null; } set { } }
13625         public string Name { get { throw null; } set { } }
13626         public string Namespace { get { throw null; } set { } }
13627         public System.Text.RegularExpressions.RegexOptions Options { get { throw null; } set { } }
13628         public string Pattern { get { throw null; } set { } }
13629     }
13630     [System.SerializableAttribute]
13631     public partial class RegexMatchTimeoutException : System.TimeoutException, System.Runtime.Serialization.ISerializable
13632     {
RegexMatchTimeoutException()13633         public RegexMatchTimeoutException() { }
13634         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SerializationFormatter=true)]
RegexMatchTimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13635         protected RegexMatchTimeoutException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
RegexMatchTimeoutException(string message)13636         public RegexMatchTimeoutException(string message) { }
RegexMatchTimeoutException(string message, System.Exception inner)13637         public RegexMatchTimeoutException(string message, System.Exception inner) { }
RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout)13638         public RegexMatchTimeoutException(string regexInput, string regexPattern, System.TimeSpan matchTimeout) { }
13639         public string Input { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13640         public System.TimeSpan MatchTimeout { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13641         public string Pattern { [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]get { throw null; } }
13642         [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)13643         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
13644     }
13645     [System.FlagsAttribute]
13646     public enum RegexOptions
13647     {
13648         Compiled = 8,
13649         CultureInvariant = 512,
13650         ECMAScript = 256,
13651         ExplicitCapture = 4,
13652         IgnoreCase = 1,
13653         IgnorePatternWhitespace = 32,
13654         Multiline = 2,
13655         None = 0,
13656         RightToLeft = 64,
13657         Singleline = 16,
13658     }
13659     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13660     public abstract partial class RegexRunner
13661     {
13662         protected internal int[] runcrawl;
13663         protected internal int runcrawlpos;
13664         protected internal System.Text.RegularExpressions.Match runmatch;
13665         protected internal System.Text.RegularExpressions.Regex runregex;
13666         protected internal int[] runstack;
13667         protected internal int runstackpos;
13668         protected internal string runtext;
13669         protected internal int runtextbeg;
13670         protected internal int runtextend;
13671         protected internal int runtextpos;
13672         protected internal int runtextstart;
13673         protected internal int[] runtrack;
13674         protected internal int runtrackcount;
13675         protected internal int runtrackpos;
RegexRunner()13676         protected internal RegexRunner() { }
Capture(int capnum, int start, int end)13677         protected void Capture(int capnum, int start, int end) { }
CharInClass(char ch, string charClass)13678         protected static bool CharInClass(char ch, string charClass) { throw null; }
CharInSet(char ch, string @set, string category)13679         protected static bool CharInSet(char ch, string @set, string category) { throw null; }
CheckTimeout()13680         protected void CheckTimeout() { }
Crawl(int i)13681         protected void Crawl(int i) { }
Crawlpos()13682         protected int Crawlpos() { throw null; }
DoubleCrawl()13683         protected void DoubleCrawl() { }
DoubleStack()13684         protected void DoubleStack() { }
DoubleTrack()13685         protected void DoubleTrack() { }
EnsureStorage()13686         protected void EnsureStorage() { }
FindFirstChar()13687         protected abstract bool FindFirstChar();
Go()13688         protected abstract void Go();
InitTrackCount()13689         protected abstract void InitTrackCount();
IsBoundary(int index, int startpos, int endpos)13690         protected bool IsBoundary(int index, int startpos, int endpos) { throw null; }
IsECMABoundary(int index, int startpos, int endpos)13691         protected bool IsECMABoundary(int index, int startpos, int endpos) { throw null; }
IsMatched(int cap)13692         protected bool IsMatched(int cap) { throw null; }
MatchIndex(int cap)13693         protected int MatchIndex(int cap) { throw null; }
MatchLength(int cap)13694         protected int MatchLength(int cap) { throw null; }
Popcrawl()13695         protected int Popcrawl() { throw null; }
Scan(System.Text.RegularExpressions.Regex regex, string text, int textbeg, int textend, int textstart, int prevlen, bool quick)13696         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)13697         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)13698         protected void TransferCapture(int capnum, int uncapnum, int start, int end) { }
Uncapture()13699         protected void Uncapture() { }
13700     }
13701     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13702     public abstract partial class RegexRunnerFactory
13703     {
RegexRunnerFactory()13704         protected RegexRunnerFactory() { }
CreateInstance()13705         protected internal abstract System.Text.RegularExpressions.RegexRunner CreateInstance();
13706     }
13707 }
13708 namespace System.Threading
13709 {
13710     [System.Diagnostics.DebuggerDisplayAttribute("Participant Count={ParticipantCount},Participants Remaining={ParticipantsRemaining}")]
13711     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
13712     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13713     public partial class Barrier : System.IDisposable
13714     {
Barrier(int participantCount)13715         public Barrier(int participantCount) { }
Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction)13716         public Barrier(int participantCount, System.Action<System.Threading.Barrier> postPhaseAction) { }
13717         public long CurrentPhaseNumber { get { throw null; } }
13718         public int ParticipantCount { get { throw null; } }
13719         public int ParticipantsRemaining { get { throw null; } }
AddParticipant()13720         public long AddParticipant() { throw null; }
AddParticipants(int participantCount)13721         public long AddParticipants(int participantCount) { throw null; }
Dispose()13722         public void Dispose() { }
Dispose(bool disposing)13723         protected virtual void Dispose(bool disposing) { }
RemoveParticipant()13724         public void RemoveParticipant() { }
RemoveParticipants(int participantCount)13725         public void RemoveParticipants(int participantCount) { }
SignalAndWait()13726         public void SignalAndWait() { }
SignalAndWait(int millisecondsTimeout)13727         public bool SignalAndWait(int millisecondsTimeout) { throw null; }
SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken)13728         public bool SignalAndWait(int millisecondsTimeout, System.Threading.CancellationToken cancellationToken) { throw null; }
SignalAndWait(System.Threading.CancellationToken cancellationToken)13729         public void SignalAndWait(System.Threading.CancellationToken cancellationToken) { }
SignalAndWait(System.TimeSpan timeout)13730         public bool SignalAndWait(System.TimeSpan timeout) { throw null; }
SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken)13731         public bool SignalAndWait(System.TimeSpan timeout, System.Threading.CancellationToken cancellationToken) { throw null; }
13732     }
13733     [System.SerializableAttribute]
13734     public partial class BarrierPostPhaseException : System.Exception
13735     {
BarrierPostPhaseException()13736         public BarrierPostPhaseException() { }
BarrierPostPhaseException(System.Exception innerException)13737         public BarrierPostPhaseException(System.Exception innerException) { }
13738         [System.Security.SecurityCriticalAttribute]
BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)13739         protected BarrierPostPhaseException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
BarrierPostPhaseException(string message)13740         public BarrierPostPhaseException(string message) { }
BarrierPostPhaseException(string message, System.Exception innerException)13741         public BarrierPostPhaseException(string message, System.Exception innerException) { }
13742     }
13743     [System.Runtime.InteropServices.ComVisibleAttribute(false)]
13744     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13745     public sealed partial class Semaphore : System.Threading.WaitHandle
13746     {
13747         [System.Security.SecuritySafeCriticalAttribute]
Semaphore(int initialCount, int maximumCount)13748         public Semaphore(int initialCount, int maximumCount) { }
13749         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Semaphore(int initialCount, int maximumCount, string name)13750         public Semaphore(int initialCount, int maximumCount, string name) { }
13751         [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)13752         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew) { createdNew = default(bool); }
13753         [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)13754         public Semaphore(int initialCount, int maximumCount, string name, out bool createdNew, System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { createdNew = default(bool); }
GetAccessControl()13755         public System.Security.AccessControl.SemaphoreSecurity GetAccessControl() { throw null; }
13756         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OpenExisting(string name)13757         public static System.Threading.Semaphore OpenExisting(string name) { throw null; }
13758         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights)13759         public static System.Threading.Semaphore OpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights) { throw null; }
13760         [System.Runtime.ConstrainedExecution.PrePrepareMethodAttribute]
13761         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release()13762         public int Release() { throw null; }
13763         [System.Runtime.ConstrainedExecution.ReliabilityContractAttribute((System.Runtime.ConstrainedExecution.Consistency)(3), (System.Runtime.ConstrainedExecution.Cer)(2))]
Release(int releaseCount)13764         public int Release(int releaseCount) { throw null; }
SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity)13765         public void SetAccessControl(System.Security.AccessControl.SemaphoreSecurity semaphoreSecurity) { }
13766         [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)13767         public static bool TryOpenExisting(string name, System.Security.AccessControl.SemaphoreRights rights, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
13768         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
TryOpenExisting(string name, out System.Threading.Semaphore result)13769         public static bool TryOpenExisting(string name, out System.Threading.Semaphore result) { result = default(System.Threading.Semaphore); throw null; }
13770     }
13771     public partial class ThreadExceptionEventArgs : System.EventArgs
13772     {
ThreadExceptionEventArgs(System.Exception t)13773         public ThreadExceptionEventArgs(System.Exception t) { }
13774         public System.Exception Exception { get { throw null; } }
13775     }
ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e)13776     public delegate void ThreadExceptionEventHandler(object sender, System.Threading.ThreadExceptionEventArgs e);
13777 }
13778 namespace System.Timers
13779 {
13780     public partial class ElapsedEventArgs : System.EventArgs
13781     {
ElapsedEventArgs()13782         internal ElapsedEventArgs() { }
13783         public System.DateTime SignalTime { get { throw null; } }
13784     }
ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e)13785     public delegate void ElapsedEventHandler(object sender, System.Timers.ElapsedEventArgs e);
13786     [System.ComponentModel.DefaultEventAttribute("Elapsed")]
13787     [System.ComponentModel.DefaultPropertyAttribute("Interval")]
13788     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true, ExternalThreading=true)]
13789     public partial class Timer : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
13790     {
Timer()13791         public Timer() { }
Timer(double interval)13792         public Timer(double interval) { }
13793         [System.ComponentModel.CategoryAttribute("Behavior")]
13794         [System.ComponentModel.DefaultValueAttribute(true)]
13795         [System.Timers.TimersDescriptionAttribute("TimerAutoReset")]
13796         public bool AutoReset { get { throw null; } set { } }
13797         [System.ComponentModel.CategoryAttribute("Behavior")]
13798         [System.ComponentModel.DefaultValueAttribute(false)]
13799         [System.Timers.TimersDescriptionAttribute("TimerEnabled")]
13800         public bool Enabled { get { throw null; } set { } }
13801         [System.ComponentModel.CategoryAttribute("Behavior")]
13802         [System.ComponentModel.DefaultValueAttribute(100)]
13803         [System.ComponentModel.SettingsBindableAttribute(true)]
13804         [System.Timers.TimersDescriptionAttribute("TimerInterval")]
13805         public double Interval { get { throw null; } set { } }
13806         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
13807         [System.ComponentModel.BrowsableAttribute(false)]
13808         [System.ComponentModel.DefaultValueAttribute(null)]
13809         [System.Timers.TimersDescriptionAttribute("TimerSynchronizingObject")]
13810         public System.ComponentModel.ISynchronizeInvoke SynchronizingObject { get { throw null; } set { } }
13811         [System.ComponentModel.CategoryAttribute("Behavior")]
13812         [System.Timers.TimersDescriptionAttribute("TimerIntervalElapsed")]
13813         public event System.Timers.ElapsedEventHandler Elapsed { add { } remove { } }
BeginInit()13814         public void BeginInit() { }
Close()13815         public void Close() { }
Dispose(bool disposing)13816         protected override void Dispose(bool disposing) { }
EndInit()13817         public void EndInit() { }
Start()13818         public void Start() { }
Stop()13819         public void Stop() { }
13820     }
13821     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
13822     public partial class TimersDescriptionAttribute : System.ComponentModel.DescriptionAttribute
13823     {
TimersDescriptionAttribute(string description)13824         public TimersDescriptionAttribute(string description) { }
13825         public override string Description { get { throw null; } }
13826     }
13827 }
13828 namespace System.Web
13829 {
13830     [System.SerializableAttribute]
13831     public sealed partial class AspNetHostingPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
13832     {
AspNetHostingPermission(System.Security.Permissions.PermissionState state)13833         public AspNetHostingPermission(System.Security.Permissions.PermissionState state) { }
AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level)13834         public AspNetHostingPermission(System.Web.AspNetHostingPermissionLevel level) { }
13835         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
Copy()13836         public override System.Security.IPermission Copy() { throw null; }
FromXml(System.Security.SecurityElement securityElement)13837         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)13838         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)13839         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()13840         public bool IsUnrestricted() { throw null; }
ToXml()13841         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)13842         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
13843     }
13844     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true, Inherited=false)]
13845     [System.SerializableAttribute]
13846     public sealed partial class AspNetHostingPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
13847     {
AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action)13848         public AspNetHostingPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
13849         public System.Web.AspNetHostingPermissionLevel Level { get { throw null; } set { } }
CreatePermission()13850         public override System.Security.IPermission CreatePermission() { throw null; }
13851     }
13852     [System.SerializableAttribute]
13853     public enum AspNetHostingPermissionLevel
13854     {
13855         High = 500,
13856         Low = 300,
13857         Medium = 400,
13858         Minimal = 200,
13859         None = 100,
13860         Unrestricted = 600,
13861     }
13862 }
13863 namespace System.Windows.Input
13864 {
13865     [System.ComponentModel.TypeConverterAttribute("System.Windows.Input.CommandConverter, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
13866     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
13867     [System.Windows.Markup.ValueSerializerAttribute("System.Windows.Input.CommandValueSerializer, PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, Custom=null")]
13868     public partial interface ICommand
13869     {
13870         event System.EventHandler CanExecuteChanged;
CanExecute(object parameter)13871         bool CanExecute(object parameter);
Execute(object parameter)13872         void Execute(object parameter);
13873     }
13874 }
13875 namespace System.Windows.Markup
13876 {
13877     [System.AttributeUsageAttribute((System.AttributeTargets)(1244), AllowMultiple=false, Inherited=true)]
13878     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
13879     public sealed partial class ValueSerializerAttribute : System.Attribute
13880     {
ValueSerializerAttribute(string valueSerializerTypeName)13881         public ValueSerializerAttribute(string valueSerializerTypeName) { }
ValueSerializerAttribute(System.Type valueSerializerType)13882         public ValueSerializerAttribute(System.Type valueSerializerType) { }
13883         public System.Type ValueSerializerType { get { throw null; } }
13884         public string ValueSerializerTypeName { get { throw null; } }
13885     }
13886 }
13887