home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / FL_System_xml_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-05-23  |  4MB  |  39,360 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>System</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="T:Microsoft.CSharp.CSharpCodeProvider">
  8.             <summary>Provides access to instances of the C# code generator and code compiler.</summary>
  9.         </member>
  10.         <member name="M:Microsoft.CSharp.CSharpCodeProvider.#ctor">
  11.             <summary>Initializes a new instance of the <see cref="T:Microsoft.CSharp.CSharpCodeProvider"></see> class. </summary>
  12.         </member>
  13.         <member name="M:Microsoft.CSharp.CSharpCodeProvider.CreateCompiler">
  14.             <summary>Gets an instance of the C# code compiler.</summary>
  15.             <returns>An instance of the C# <see cref="T:System.CodeDom.Compiler.ICodeCompiler"></see> implementation.</returns>
  16.         </member>
  17.         <member name="M:Microsoft.CSharp.CSharpCodeProvider.CreateGenerator">
  18.             <summary>Gets an instance of the C# code generator.</summary>
  19.             <returns>An instance of the C# <see cref="T:System.CodeDom.Compiler.ICodeGenerator"></see> implementation.</returns>
  20.         </member>
  21.         <member name="M:Microsoft.CSharp.CSharpCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  22.             <summary>Generates code for the specified class member using the specified text writer and code generator options.</summary>
  23.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to write to.</param>
  24.             <param name="member">A <see cref="T:System.CodeDom.CodeTypeMember"></see> to generate code for.</param>
  25.             <param name="options">The <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> to use when generating the code.</param>
  26.         </member>
  27.         <member name="M:Microsoft.CSharp.CSharpCodeProvider.GetConverter(System.Type)">
  28.             <summary>Gets a <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified type of object.</summary>
  29.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified type.</returns>
  30.             <param name="type">The type of object to retrieve a type converter for. </param>
  31.         </member>
  32.         <member name="P:Microsoft.CSharp.CSharpCodeProvider.FileExtension">
  33.             <summary>Gets the file name extension to use when creating source code files.</summary>
  34.             <returns>The file name extension to use for generated source code files.</returns>
  35.         </member>
  36.         <member name="T:Microsoft.VisualBasic.VBCodeProvider">
  37.             <summary>Provides access to instances of the Visual Basic code generator and code compiler.</summary>
  38.             <filterpriority>2</filterpriority>
  39.         </member>
  40.         <member name="M:Microsoft.VisualBasic.VBCodeProvider.#ctor">
  41.             <summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.VBCodeProvider"></see> class. </summary>
  42.         </member>
  43.         <member name="M:Microsoft.VisualBasic.VBCodeProvider.CreateCompiler">
  44.             <summary>Gets an instance of the Visual Basic code compiler.</summary>
  45.             <returns>An instance of the Visual Basic <see cref="T:System.CodeDom.Compiler.ICodeCompiler"></see> implementation.</returns>
  46.             <filterpriority>2</filterpriority>
  47.         </member>
  48.         <member name="M:Microsoft.VisualBasic.VBCodeProvider.CreateGenerator">
  49.             <summary>Gets an instance of the Visual Basic code generator.</summary>
  50.             <returns>An instance of the Visual Basic <see cref="T:System.CodeDom.Compiler.ICodeGenerator"></see> implementation.</returns>
  51.             <filterpriority>2</filterpriority>
  52.         </member>
  53.         <member name="M:Microsoft.VisualBasic.VBCodeProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  54.             <summary>Generates code for the specified class member using the specified text writer and code generator options.</summary>
  55.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to write to.</param>
  56.             <param name="member">A <see cref="T:System.CodeDom.CodeTypeMember"></see> to generate code for.</param>
  57.             <param name="options">The <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> to use when generating the code.</param>
  58.             <filterpriority>1</filterpriority>
  59.         </member>
  60.         <member name="M:Microsoft.VisualBasic.VBCodeProvider.GetConverter(System.Type)">
  61.             <summary>Gets a <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified type of object.</summary>
  62.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified type.</returns>
  63.             <param name="type">The type of object to retrieve a type converter for. </param>
  64.             <filterpriority>2</filterpriority>
  65.         </member>
  66.         <member name="P:Microsoft.VisualBasic.VBCodeProvider.FileExtension">
  67.             <summary>Gets the file name extension to use when creating source code files.</summary>
  68.             <returns>The file name extension to use for generated source code files.</returns>
  69.             <filterpriority>2</filterpriority>
  70.         </member>
  71.         <member name="P:Microsoft.VisualBasic.VBCodeProvider.LanguageOptions">
  72.             <summary>Gets a language features identifier.</summary>
  73.             <returns>A <see cref="T:System.CodeDom.Compiler.LanguageOptions"></see> that indicates special features of the language.</returns>
  74.             <filterpriority>2</filterpriority>
  75.         </member>
  76.         <member name="N:Microsoft.Win32">
  77.             <summary>The <see cref="N:Microsoft.Win32"></see> namespace provides two types of classes: those that handle events raised by the operating system and those that manipulate the system registry.</summary>
  78.         </member>
  79.         <member name="T:Microsoft.Win32.IntranetZoneCredentialPolicy">
  80.             <summary>Defines a credential policy to be used for resource requests that are made using <see cref="T:System.Net.WebRequest"></see> and its derived classes.</summary>
  81.         </member>
  82.         <member name="M:Microsoft.Win32.IntranetZoneCredentialPolicy.#ctor">
  83.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.IntranetZoneCredentialPolicy"></see> class.</summary>
  84.         </member>
  85.         <member name="M:Microsoft.Win32.IntranetZoneCredentialPolicy.ShouldSendCredential(System.Uri,System.Net.WebRequest,System.Net.NetworkCredential,System.Net.IAuthenticationModule)">
  86.             <summary>Returns a <see cref="T:System.Boolean"></see> that indicates whether the client's credentials are sent with a request for a resource that was made using <see cref="T:System.Net.WebRequest"></see>.</summary>
  87.             <returns>true if the requested resource is in the same domain as the client making the request; otherwise, false.</returns>
  88.             <param name="authModule">The <see cref="T:System.Net.IAuthenticationModule"></see> that will conduct the authentication, if authentication is required.</param>
  89.             <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> that will be sent with the request if this method returns true.</param>
  90.             <param name="request">The <see cref="T:System.Net.WebRequest"></see> that represents the resource being requested.</param>
  91.             <param name="challengeUri">The <see cref="T:System.Uri"></see> that will receive the request.</param>
  92.         </member>
  93.         <member name="T:Microsoft.Win32.PowerModeChangedEventArgs">
  94.             <summary>Provides data for the <see cref="E:Microsoft.Win32.SystemEvents.PowerModeChanged"></see> event.</summary>
  95.         </member>
  96.         <member name="M:Microsoft.Win32.PowerModeChangedEventArgs.#ctor(Microsoft.Win32.PowerModes)">
  97.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.PowerModeChangedEventArgs"></see> class using the specified power mode event type.</summary>
  98.             <param name="mode">One of the <see cref="T:Microsoft.Win32.PowerModes"></see> values that represents the type of power mode event. </param>
  99.         </member>
  100.         <member name="P:Microsoft.Win32.PowerModeChangedEventArgs.Mode">
  101.             <summary>Gets an identifier that indicates the type of the power mode event that has occurred.</summary>
  102.             <returns>One of the <see cref="T:Microsoft.Win32.PowerModes"></see> values.</returns>
  103.         </member>
  104.         <member name="T:Microsoft.Win32.PowerModeChangedEventHandler">
  105.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Win32.SystemEvents.PowerModeChanged"></see> event.</summary>
  106.         </member>
  107.         <member name="T:Microsoft.Win32.PowerModes">
  108.             <summary>Defines identifiers for power mode events reported by the operating system.</summary>
  109.         </member>
  110.         <member name="F:Microsoft.Win32.PowerModes.Resume">
  111.             <summary>The operating system is about to resume from a suspended state.</summary>
  112.         </member>
  113.         <member name="F:Microsoft.Win32.PowerModes.StatusChange">
  114.             <summary>A power mode status notification event has been raised by the operating system. This might indicate a weak or charging battery, a transition between AC power and battery, or another change in the status of the system power supply.</summary>
  115.         </member>
  116.         <member name="F:Microsoft.Win32.PowerModes.Suspend">
  117.             <summary>The operating system is about to be suspended.</summary>
  118.         </member>
  119.         <member name="T:Microsoft.Win32.SessionEndedEventArgs">
  120.             <summary>Provides data for the <see cref="E:Microsoft.Win32.SystemEvents.SessionEnded"></see> event.</summary>
  121.         </member>
  122.         <member name="M:Microsoft.Win32.SessionEndedEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)">
  123.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SessionEndedEventArgs"></see> class.</summary>
  124.             <param name="reason">One of the <see cref="T:Microsoft.Win32.SessionEndReasons"></see> values indicating how the session ended. </param>
  125.         </member>
  126.         <member name="P:Microsoft.Win32.SessionEndedEventArgs.Reason">
  127.             <summary>Gets an identifier that indicates how the session ended.</summary>
  128.             <returns>One of the <see cref="T:Microsoft.Win32.SessionEndReasons"></see> values that indicates how the session ended.</returns>
  129.         </member>
  130.         <member name="T:Microsoft.Win32.SessionEndedEventHandler">
  131.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Win32.SystemEvents.SessionEnded"></see> event.</summary>
  132.         </member>
  133.         <member name="T:Microsoft.Win32.SessionEndingEventArgs">
  134.             <summary>Provides data for the <see cref="E:Microsoft.Win32.SystemEvents.SessionEnding"></see> event.</summary>
  135.         </member>
  136.         <member name="M:Microsoft.Win32.SessionEndingEventArgs.#ctor(Microsoft.Win32.SessionEndReasons)">
  137.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SessionEndingEventArgs"></see> class using the specified value indicating the type of session close event that is occurring.</summary>
  138.             <param name="reason">One of the <see cref="T:Microsoft.Win32.SessionEndReasons"></see> that specifies how the session ends. </param>
  139.         </member>
  140.         <member name="P:Microsoft.Win32.SessionEndingEventArgs.Cancel">
  141.             <summary>Gets or sets a value indicating whether to cancel the user request to end the session.</summary>
  142.             <returns>true to cancel the user request to end the session; otherwise, false.</returns>
  143.         </member>
  144.         <member name="P:Microsoft.Win32.SessionEndingEventArgs.Reason">
  145.             <summary>Gets the reason the session is ending.</summary>
  146.             <returns>One of the <see cref="T:Microsoft.Win32.SessionEndReasons"></see> values that specifies how the session is ending.</returns>
  147.         </member>
  148.         <member name="T:Microsoft.Win32.SessionEndingEventHandler">
  149.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Win32.SystemEvents.SessionEnding"></see> event from the operating system.</summary>
  150.         </member>
  151.         <member name="T:Microsoft.Win32.SessionEndReasons">
  152.             <summary>Defines identifiers that represent how the current logon session is ending.</summary>
  153.         </member>
  154.         <member name="F:Microsoft.Win32.SessionEndReasons.Logoff">
  155.             <summary>The user is logging off and ending the current user session. The operating system continues to run.</summary>
  156.         </member>
  157.         <member name="F:Microsoft.Win32.SessionEndReasons.SystemShutdown">
  158.             <summary>The operating system is shutting down.</summary>
  159.         </member>
  160.         <member name="T:Microsoft.Win32.SessionSwitchEventArgs">
  161.             <summary>Provides data for the <see cref="E:Microsoft.Win32.SystemEvents.SessionSwitch"></see> event.</summary>
  162.         </member>
  163.         <member name="M:Microsoft.Win32.SessionSwitchEventArgs.#ctor(Microsoft.Win32.SessionSwitchReason)">
  164.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.SessionSwitchEventArgs"></see> class using the specified session change event type identifer.</summary>
  165.             <param name="reason">A <see cref="T:Microsoft.Win32.SessionSwitchReason"></see> that indicates the type of session change event. </param>
  166.         </member>
  167.         <member name="P:Microsoft.Win32.SessionSwitchEventArgs.Reason">
  168.             <summary>Gets an identifier that indicates the type of session change event.</summary>
  169.             <returns>A <see cref="T:Microsoft.Win32.SessionSwitchReason"></see> indicating the type of the session change event.</returns>
  170.         </member>
  171.         <member name="T:Microsoft.Win32.SessionSwitchEventHandler">
  172.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Win32.SystemEvents.SessionSwitch"></see> event.</summary>
  173.         </member>
  174.         <member name="T:Microsoft.Win32.SessionSwitchReason">
  175.             <summary>Defines identifiers used to represent the type of a session switch event.</summary>
  176.         </member>
  177.         <member name="F:Microsoft.Win32.SessionSwitchReason.ConsoleConnect">
  178.             <summary>A session has been connected from the console.</summary>
  179.         </member>
  180.         <member name="F:Microsoft.Win32.SessionSwitchReason.ConsoleDisconnect">
  181.             <summary>A session has been disconnected from the console.</summary>
  182.         </member>
  183.         <member name="F:Microsoft.Win32.SessionSwitchReason.RemoteConnect">
  184.             <summary>A session has been connected from a remote connection.</summary>
  185.         </member>
  186.         <member name="F:Microsoft.Win32.SessionSwitchReason.RemoteDisconnect">
  187.             <summary>A session has been disconnected from a remote connection.</summary>
  188.         </member>
  189.         <member name="F:Microsoft.Win32.SessionSwitchReason.SessionLock">
  190.             <summary>A session has been locked.</summary>
  191.         </member>
  192.         <member name="F:Microsoft.Win32.SessionSwitchReason.SessionLogoff">
  193.             <summary>A user has logged off from a session.</summary>
  194.         </member>
  195.         <member name="F:Microsoft.Win32.SessionSwitchReason.SessionLogon">
  196.             <summary>A user has logged on to a session.</summary>
  197.         </member>
  198.         <member name="F:Microsoft.Win32.SessionSwitchReason.SessionRemoteControl">
  199.             <summary>A session has changed its status to or from remote controlled mode.</summary>
  200.         </member>
  201.         <member name="F:Microsoft.Win32.SessionSwitchReason.SessionUnlock">
  202.             <summary>A session has been unlocked.</summary>
  203.         </member>
  204.         <member name="T:Microsoft.Win32.SystemEvents">
  205.             <summary>Provides access to system event notifications. This class cannot be inherited.</summary>
  206.         </member>
  207.         <member name="E:Microsoft.Win32.SystemEvents.DisplaySettingsChanged">
  208.             <summary>Occurs when the user changes the display settings.</summary>
  209.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  210.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  211.         </member>
  212.         <member name="E:Microsoft.Win32.SystemEvents.DisplaySettingsChanging">
  213.             <summary>Occurs when the display settings are changing.</summary>
  214.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  215.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  216.         </member>
  217.         <member name="E:Microsoft.Win32.SystemEvents.EventsThreadShutdown">
  218.             <summary>Occurs before the thread that listens for system events is terminated.</summary>
  219.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  220.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  221.         </member>
  222.         <member name="E:Microsoft.Win32.SystemEvents.InstalledFontsChanged">
  223.             <summary>Occurs when the user adds fonts to or removes fonts from the system.</summary>
  224.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  225.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  226.         </member>
  227.         <member name="E:Microsoft.Win32.SystemEvents.LowMemory">
  228.             <summary>Occurs when the system is running out of available RAM.</summary>
  229.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  230.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  231.         </member>
  232.         <member name="E:Microsoft.Win32.SystemEvents.PaletteChanged">
  233.             <summary>Occurs when the user switches to an application that uses a different palette.</summary>
  234.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  235.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  236.         </member>
  237.         <member name="E:Microsoft.Win32.SystemEvents.PowerModeChanged">
  238.             <summary>Occurs when the user suspends or resumes the system.</summary>
  239.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  240.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  241.         </member>
  242.         <member name="E:Microsoft.Win32.SystemEvents.SessionEnded">
  243.             <summary>Occurs when the user is logging off or shutting down the system.</summary>
  244.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  245.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  246.         </member>
  247.         <member name="E:Microsoft.Win32.SystemEvents.SessionEnding">
  248.             <summary>Occurs when the user is trying to log off or shut down the system.</summary>
  249.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  250.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  251.         </member>
  252.         <member name="E:Microsoft.Win32.SystemEvents.SessionSwitch">
  253.             <summary>Occurs when the currently logged-in user has changed.</summary>
  254.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  255.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  256.         </member>
  257.         <member name="E:Microsoft.Win32.SystemEvents.TimeChanged">
  258.             <summary>Occurs when the user changes the time on the system clock.</summary>
  259.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  260.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  261.         </member>
  262.         <member name="E:Microsoft.Win32.SystemEvents.TimerElapsed">
  263.             <summary>Occurs when a windows timer interval has expired.</summary>
  264.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  265.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  266.         </member>
  267.         <member name="E:Microsoft.Win32.SystemEvents.UserPreferenceChanged">
  268.             <summary>Occurs when a user preference has changed.</summary>
  269.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  270.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  271.         </member>
  272.         <member name="E:Microsoft.Win32.SystemEvents.UserPreferenceChanging">
  273.             <summary>Occurs when a user preference is changing.</summary>
  274.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  275.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  276.         </member>
  277.         <member name="M:Microsoft.Win32.SystemEvents.CreateTimer(System.Int32)">
  278.             <summary>Creates a new window timer associated with the system events window.</summary>
  279.             <returns>The ID of the new timer.</returns>
  280.             <param name="interval">Specifies the interval between timer notifications, in milliseconds.</param>
  281.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  282.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed, or the attempt to create the timer did not succeed.</exception>
  283.             <exception cref="T:System.ArgumentException">The interval is less than or equal to zero. </exception>
  284.         </member>
  285.         <member name="M:Microsoft.Win32.SystemEvents.InvokeOnEventsThread(System.Delegate)">
  286.             <summary>Invokes the specified delegate using the thread that listens for system events.</summary>
  287.             <param name="method">A delegate to invoke using the thread that listens for system events. </param>
  288.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  289.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed.</exception>
  290.         </member>
  291.         <member name="M:Microsoft.Win32.SystemEvents.KillTimer(System.IntPtr)">
  292.             <summary>Terminates the timer specified by the given id.</summary>
  293.             <param name="timerId">The ID of the timer to terminate. </param>
  294.             <exception cref="T:System.Runtime.InteropServices.ExternalException">The attempt to create a system events window thread did not succeed, or the attempt to terminate the timer did not succeed. </exception>
  295.             <exception cref="T:System.InvalidOperationException">System event notifications are not supported under the current context. Server processes, for example, might not support global system event notifications.</exception>
  296.         </member>
  297.         <member name="T:Microsoft.Win32.TimerElapsedEventArgs">
  298.             <summary>Provides data for the <see cref="E:Microsoft.Win32.SystemEvents.TimerElapsed"></see> event.</summary>
  299.         </member>
  300.         <member name="M:Microsoft.Win32.TimerElapsedEventArgs.#ctor(System.IntPtr)">
  301.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.TimerElapsedEventArgs"></see> class.</summary>
  302.             <param name="timerId">The ID number for the timer. </param>
  303.         </member>
  304.         <member name="P:Microsoft.Win32.TimerElapsedEventArgs.TimerId">
  305.             <summary>Gets the ID number for the timer.</summary>
  306.             <returns>The ID number for the timer.</returns>
  307.         </member>
  308.         <member name="T:Microsoft.Win32.TimerElapsedEventHandler">
  309.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Win32.SystemEvents.TimerElapsed"></see> event.</summary>
  310.         </member>
  311.         <member name="T:Microsoft.Win32.UserPreferenceCategory">
  312.             <summary>Defines identifiers that represent categories of user preferences.</summary>
  313.         </member>
  314.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Accessibility">
  315.             <summary>Indicates user preferences associated with accessibility features of the system for users with disabilities.</summary>
  316.         </member>
  317.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Color">
  318.             <summary>Indicates user preferences associated with system colors. This category includes such as the default color of windows or menus.</summary>
  319.         </member>
  320.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Desktop">
  321.             <summary>Indicates user preferences associated with the system desktop. This category includes the background image or background image layout of the desktop.</summary>
  322.         </member>
  323.         <member name="F:Microsoft.Win32.UserPreferenceCategory.General">
  324.             <summary>Indicates user preferences that are not associated with any other category.</summary>
  325.         </member>
  326.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Icon">
  327.             <summary>Indicates user preferences for icon settings, including icon height and spacing.</summary>
  328.         </member>
  329.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Keyboard">
  330.             <summary>Indicates user preferences for keyboard settings, such as the key down repeat rate and delay.</summary>
  331.         </member>
  332.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Locale">
  333.             <summary>Indicates changes in user preferences for regional settings, such as the character encoding and culture strings.</summary>
  334.         </member>
  335.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Menu">
  336.             <summary>Indicates user preferences for menu settings, such as menu delays and text alignment.</summary>
  337.         </member>
  338.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Mouse">
  339.             <summary>Indicates user preferences for mouse settings, such as double-click time and mouse sensitivity.</summary>
  340.         </member>
  341.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Policy">
  342.             <summary>Indicates user preferences for policy settings, such as user rights and access levels.</summary>
  343.         </member>
  344.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Power">
  345.             <summary>Indicates the user preferences for system power settings. This category includes power feature settings, such as the idle time before the system automatically enters low power mode.</summary>
  346.         </member>
  347.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Screensaver">
  348.             <summary>Indicates user preferences associated with the screensaver.</summary>
  349.         </member>
  350.         <member name="F:Microsoft.Win32.UserPreferenceCategory.VisualStyle">
  351.             <summary>Indicates user preferences associated with visual styles, such as enabling or disabling visual styles and switching from one visual style to another.</summary>
  352.         </member>
  353.         <member name="F:Microsoft.Win32.UserPreferenceCategory.Window">
  354.             <summary>Indicates user preferences associated with the dimensions and characteristics of windows on the system.</summary>
  355.         </member>
  356.         <member name="T:Microsoft.Win32.UserPreferenceChangedEventArgs">
  357.             <summary>Provides data for the <see cref="E:Microsoft.Win32.SystemEvents.UserPreferenceChanged"></see> event.</summary>
  358.         </member>
  359.         <member name="M:Microsoft.Win32.UserPreferenceChangedEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)">
  360.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.UserPreferenceChangedEventArgs"></see> class using the specified user preference category identifier.</summary>
  361.             <param name="category">One of the <see cref="T:Microsoft.Win32.UserPreferenceCategory"></see> values that indicates the user preference category that has changed. </param>
  362.         </member>
  363.         <member name="P:Microsoft.Win32.UserPreferenceChangedEventArgs.Category">
  364.             <summary>Gets the category of user preferences that has changed.</summary>
  365.             <returns>One of the <see cref="T:Microsoft.Win32.UserPreferenceCategory"></see> values that indicates the category of user preferences that has changed.</returns>
  366.         </member>
  367.         <member name="T:Microsoft.Win32.UserPreferenceChangedEventHandler">
  368.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Win32.SystemEvents.UserPreferenceChanged"></see> event.</summary>
  369.         </member>
  370.         <member name="T:Microsoft.Win32.UserPreferenceChangingEventArgs">
  371.             <summary>Provides data for the <see cref="E:Microsoft.Win32.SystemEvents.UserPreferenceChanging"></see> event.</summary>
  372.         </member>
  373.         <member name="M:Microsoft.Win32.UserPreferenceChangingEventArgs.#ctor(Microsoft.Win32.UserPreferenceCategory)">
  374.             <summary>Initializes a new instance of the <see cref="T:Microsoft.Win32.UserPreferenceChangingEventArgs"></see> class using the specified user preference category identifier.</summary>
  375.             <param name="category">One of the <see cref="T:Microsoft.Win32.UserPreferenceCategory"></see> values that indicates the user preference category that is changing. </param>
  376.         </member>
  377.         <member name="P:Microsoft.Win32.UserPreferenceChangingEventArgs.Category">
  378.             <summary>Gets the category of user preferences that is changing.</summary>
  379.             <returns>One of the <see cref="T:Microsoft.Win32.UserPreferenceCategory"></see> values that indciates the category of user preferences that is changing.</returns>
  380.         </member>
  381.         <member name="T:Microsoft.Win32.UserPreferenceChangingEventHandler">
  382.             <summary>Represents the method that will handle the <see cref="E:Microsoft.Win32.SystemEvents.UserPreferenceChanging"></see> event.</summary>
  383.         </member>
  384.         <member name="T:System.FileStyleUriParser">
  385.             <summary>A customizable parser based on the File scheme.</summary>
  386.         </member>
  387.         <member name="M:System.FileStyleUriParser.#ctor">
  388.             <summary>Creates a customizable parser based on the File scheme.</summary>
  389.         </member>
  390.         <member name="T:System.FtpStyleUriParser">
  391.             <summary>A customizable parser based on the File Transfer Protocol (FTP) scheme.</summary>
  392.         </member>
  393.         <member name="M:System.FtpStyleUriParser.#ctor">
  394.             <summary>Creates a customizable parser based on the File Transfer Protocol (FTP) scheme.</summary>
  395.         </member>
  396.         <member name="T:System.GenericUriParser">
  397.             <summary>A customizable parser for a hierarchical URI.</summary>
  398.         </member>
  399.         <member name="M:System.GenericUriParser.#ctor(System.GenericUriParserOptions)">
  400.             <summary>Create a customizable parser for a hierarchical URI.</summary>
  401.             <param name="options">Specify the options for this <see cref="T:System.GenericUriParser"></see>.</param>
  402.         </member>
  403.         <member name="T:System.GenericUriParserOptions">
  404.             <summary>Specifies options for a <see cref="T:System.UriParser"></see>.</summary>
  405.         </member>
  406.         <member name="F:System.GenericUriParserOptions.AllowEmptyAuthority">
  407.             <summary>The parser allows a URI with no authority.</summary>
  408.         </member>
  409.         <member name="F:System.GenericUriParserOptions.Default">
  410.             <summary>The parser:</summary>
  411.         </member>
  412.         <member name="F:System.GenericUriParserOptions.DontCompressPath">
  413.             <summary>The parser does not canonicalize the URI.</summary>
  414.         </member>
  415.         <member name="F:System.GenericUriParserOptions.DontConvertPathBackslashes">
  416.             <summary>The parser does not convert back slashes into forward slashes.</summary>
  417.         </member>
  418.         <member name="F:System.GenericUriParserOptions.DontUnescapePathDotsAndSlashes">
  419.             <summary>The parser does not unescape path dots, forward slashes, or back slashes.</summary>
  420.         </member>
  421.         <member name="F:System.GenericUriParserOptions.GenericAuthority">
  422.             <summary>The parser allows a registry-based authority.</summary>
  423.         </member>
  424.         <member name="F:System.GenericUriParserOptions.NoFragment">
  425.             <summary>The scheme does not define a fragment part.</summary>
  426.         </member>
  427.         <member name="F:System.GenericUriParserOptions.NoPort">
  428.             <summary>The scheme does not define a port.</summary>
  429.         </member>
  430.         <member name="F:System.GenericUriParserOptions.NoQuery">
  431.             <summary>The scheme does not define a query part.</summary>
  432.         </member>
  433.         <member name="F:System.GenericUriParserOptions.NoUserInfo">
  434.             <summary>The scheme does not define a user information part.</summary>
  435.         </member>
  436.         <member name="T:System.GopherStyleUriParser">
  437.             <summary>A customizable parser based on the Gopher scheme.</summary>
  438.         </member>
  439.         <member name="M:System.GopherStyleUriParser.#ctor">
  440.             <summary>Creates a customizable parser based on the Gopher scheme.</summary>
  441.         </member>
  442.         <member name="T:System.HttpStyleUriParser">
  443.             <summary>A customizable parser based on the HTTP scheme.</summary>
  444.         </member>
  445.         <member name="M:System.HttpStyleUriParser.#ctor">
  446.             <summary>Create a customizable parser based on the HTTP scheme.</summary>
  447.         </member>
  448.         <member name="T:System.LdapStyleUriParser">
  449.             <summary>A customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme.</summary>
  450.         </member>
  451.         <member name="M:System.LdapStyleUriParser.#ctor">
  452.             <summary>Creates a customizable parser based on the Lightweight Directory Access Protocol (LDAP) scheme.</summary>
  453.         </member>
  454.         <member name="T:System.NetPipeStyleUriParser">
  455.             <summary>A parser based on the NetPipe scheme for the "Indigo" system.</summary>
  456.         </member>
  457.         <member name="M:System.NetPipeStyleUriParser.#ctor">
  458.             <summary>Create a parser based on the NetPipe scheme for the "Indigo" system.</summary>
  459.         </member>
  460.         <member name="T:System.NetTcpStyleUriParser">
  461.             <summary>A parser based on the NetTcp scheme for the "Indigo" system.</summary>
  462.         </member>
  463.         <member name="M:System.NetTcpStyleUriParser.#ctor">
  464.             <summary>Create a parser based on the NetTcp scheme for the "Indigo" system.</summary>
  465.         </member>
  466.         <member name="T:System.NewsStyleUriParser">
  467.             <summary>A customizable parser based on the news scheme using the Network News Transfer Protocol (NNTP).</summary>
  468.         </member>
  469.         <member name="M:System.NewsStyleUriParser.#ctor">
  470.             <summary>Create a customizable parser based on the news scheme using the Network News Transfer Protocol (NNTP).</summary>
  471.         </member>
  472.         <member name="T:System.Uri">
  473.             <summary>Provides an object representation of a uniform resource identifier (URI) and easy access to the parts of the URI.</summary>
  474.             <filterpriority>1</filterpriority>
  475.         </member>
  476.         <member name="M:System.Uri.#ctor(System.String)">
  477.             <summary>Initializes a new instance of the <see cref="T:System.Uri"></see> class with the specified URI.</summary>
  478.             <param name="uriString">A URI. </param>
  479.             <exception cref="T:System.ArgumentNullException">uriString is null. </exception>
  480.             <exception cref="T:System.UriFormatException">uriString is empty.-or- The scheme specified in uriString is not correctly formed. See <see cref="M:System.Uri.CheckSchemeName(System.String)"></see>.-or- uriString contains too many slashes.-or- The password specified in uriString is not valid.-or- The host name specified in uriString is not valid.-or- The file name specified in uriString is not valid. -or- The user name specified in uriString is not valid.-or- The host or authority name specified in uriString cannot be terminated by backslashes.-or- The port number specified in uriString is not valid or cannot be parsed.-or- The length of uriString exceeds 65534 characters.-or- The length of the scheme specified in uriString exceeds 1023 characters.-or- There is an invalid character sequence in uriString.-or- The MS-DOS path specified in uriString must start with c:\\.</exception>
  481.         </member>
  482.         <member name="M:System.Uri.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  483.             <summary>Initializes a new instance of the <see cref="T:System.Uri"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  484.             <param name="serializationInfo">An instance of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> class containing the information required to serialize the new <see cref="T:System.Uri"></see> instance. </param>
  485.             <param name="streamingContext">An instance of the <see cref="T:System.Runtime.Serialization.StreamingContext"></see> class containing the source of the serialized stream associated with the new <see cref="T:System.Uri"></see> instance. </param>
  486.         </member>
  487.         <member name="M:System.Uri.#ctor(System.String,System.Boolean)">
  488.             <summary>Initializes a new instance of the <see cref="T:System.Uri"></see> class with the specified URI, with explicit control of character escaping.</summary>
  489.             <param name="dontEscape">true if uriString is completely escaped; otherwise, false. See Remarks. </param>
  490.             <param name="uriString">The URI. </param>
  491.             <exception cref="T:System.UriFormatException">uriString is empty or contains only spaces.-or- The scheme specified in uriString is not valid.-or- uriString contains too many slashes.-or- The password specified in uriString is not valid.-or- The host name specified in uriString is not valid.-or- The file name specified in uriString is not valid. -or- The user name specified in uriString is not valid.-or- The host or authority name specified in uriString cannot be terminated by backslashes.-or- The port number specified in uriString is not valid or cannot be parsed.-or- The length of uriString exceeds 65534 characters.-or- The length of the scheme specified in uriString exceeds 1023 characters.-or- There is an invalid character sequence in uriString.-or- The MS-DOS path specified in uriString must start with c:\\.</exception>
  492.             <exception cref="T:System.ArgumentNullException">uriString is null. </exception>
  493.         </member>
  494.         <member name="M:System.Uri.#ctor(System.String,System.UriKind)">
  495.             <summary>Initializes a new instance of the <see cref="T:System.Uri"></see> class with the specified URI. This constructor allows you to specify if the URI string is a relative URI, absolute URI, or is indeterminate.</summary>
  496.             <param name="uriString">A string that identifies the resource to be represented by the <see cref="T:System.Uri"></see> instance.</param>
  497.             <param name="uriKind">Specifies whether the URI string is a relative URI, absolute URI, or is indeterminate.</param>
  498.             <exception cref="T:System.UriFormatException">uriString contains a relative URI and uriKind is <see cref="F:System.UriKind.Absolute"></see>.oruriString contains an absolute URI and uriKind is <see cref="F:System.UriKind.Relative"></see>.</exception>
  499.         </member>
  500.         <member name="M:System.Uri.#ctor(System.Uri,System.String)">
  501.             <summary>Initializes a new instance of the <see cref="T:System.Uri"></see> class based on the specified base URI and relative URI string.</summary>
  502.             <param name="relativeUri">The relative URI to add to the base URI. </param>
  503.             <param name="baseUri">The base URI. </param>
  504.             <exception cref="T:System.ArgumentNullException">uriString is null. </exception>
  505.             <exception cref="T:System.UriFormatException">The URI formed by combining baseUri and relativeUri is empty or contains only spaces.-or- The scheme specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The URI formed by combining baseUri and relativeUri contains too many slashes.-or- The password specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The host name specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The file name specified in the URI formed by combining baseUri and relativeUri is not valid. -or- The user name specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The host or authority name specified in the URI formed by combining baseUri and relativeUri cannot be terminated by backslashes.-or- The port number specified in the URI formed by combining baseUri and relativeUri is not valid or cannot be parsed.-or- The length of the URI formed by combining baseUri and relativeUri exceeds 65534 characters.-or- The length of the scheme specified in the URI formed by combining baseUri and relativeUri exceeds 1023 characters.-or- There is an invalid character sequence in the URI formed by combining baseUri and relativeUri.-or- The MS-DOS path specified in uriString must start with c:\\.</exception>
  506.         </member>
  507.         <member name="M:System.Uri.#ctor(System.Uri,System.Uri)">
  508.             <summary>Initializes a new instance of the <see cref="T:System.Uri"></see> class based on the combination of a specified base <see cref="T:System.Uri"></see> instance and a relative <see cref="T:System.Uri"></see> instance.</summary>
  509.             <param name="relativeUri">A relative <see cref="T:System.Uri"></see> instance that is combined with baseUri.</param>
  510.             <param name="baseUri">An absolute <see cref="T:System.Uri"></see> that is the base for the new <see cref="T:System.Uri"></see> instance. </param>
  511.             <exception cref="T:System.ArgumentException">baseUri is null.-or- baseUri is not an absolute <see cref="T:System.Uri"></see> instance. </exception>
  512.             <exception cref="T:System.UriFormatException">The URI formed by combining baseUri and relativeUri is empty or contains only spaces.-or- The scheme specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The URI formed by combining baseUri and relativeUri contains too many slashes.-or- The password specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The host name specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The file name specified in the URI formed by combining baseUri and relativeUri is not valid. -or- The user name specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The host or authority name specified in the URI formed by combining baseUri and relativeUri cannot be terminated by backslashes.-or- The port number specified in the URI formed by combining baseUri and relativeUri is not valid or cannot be parsed.-or- The length of the URI formed by combining baseUri and relativeUri exceeds 65534 characters.-or- The length of the scheme specified in the URI formed by combining baseUri and relativeUri exceeds 1023 characters.-or- There is an invalid character sequence in the URI formed by combining baseUri and relativeUri.-or- The MS-DOS path specified in uriString must start with c:\\.</exception>
  513.         </member>
  514.         <member name="M:System.Uri.#ctor(System.Uri,System.String,System.Boolean)">
  515.             <summary>Initializes a new instance of the <see cref="T:System.Uri"></see> class based on the specified base and relative URIs, with explicit control of character escaping.</summary>
  516.             <param name="relativeUri">The relative URI to add to the base URI. </param>
  517.             <param name="baseUri">The base URI. </param>
  518.             <param name="dontEscape">true if uriString is completely escaped; otherwise, false. See Remarks. </param>
  519.             <exception cref="T:System.ArgumentNullException">uriString is null. </exception>
  520.             <exception cref="T:System.UriFormatException">The URI formed by combining baseUri and relativeUri is empty or contains only spaces.-or- The scheme specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The URI formed by combining baseUri and relativeUri contains too many slashes.-or- The password specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The host name specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The file name specified in the URI formed by combining baseUri and relativeUri is not valid. -or- The user name specified in the URI formed by combining baseUri and relativeUri is not valid.-or- The host or authority name specified in the URI formed by combining baseUri and relativeUri cannot be terminated by backslashes.-or- The port number specified in the URI formed by combining baseUri and relativeUri is not valid or cannot be parsed.-or- The length of the URI formed by combining baseUri and relativeUri exceeds 65534 characters.-or- The length of the scheme specified in the URI formed by combining baseUri and relativeUri exceeds 1023 characters.-or- There is an invalid character sequence in the URI formed by combining baseUri and relativeUri.-or- The MS-DOS path specified in uriString must start with c:\\.</exception>
  521.         </member>
  522.         <member name="F:System.Uri.SchemeDelimiter">
  523.             <summary>Specifies the characters that separate the communication protocol scheme from the address portion of the URI. This field is read-only.</summary>
  524.             <filterpriority>1</filterpriority>
  525.         </member>
  526.         <member name="F:System.Uri.UriSchemeFile">
  527.             <summary>Specifies that the URI is a pointer to a file. This field is read-only.</summary>
  528.             <filterpriority>1</filterpriority>
  529.         </member>
  530.         <member name="F:System.Uri.UriSchemeFtp">
  531.             <summary>Specifies that the URI is accessed through the File Transfer Protocol (FTP). This field is read-only.</summary>
  532.             <filterpriority>1</filterpriority>
  533.         </member>
  534.         <member name="F:System.Uri.UriSchemeGopher">
  535.             <summary>Specifies that the URI is accessed through the Gopher protocol. This field is read-only.</summary>
  536.             <filterpriority>1</filterpriority>
  537.         </member>
  538.         <member name="F:System.Uri.UriSchemeHttp">
  539.             <summary>Specifies that the URI is accessed through the Hypertext Transfer Protocol (HTTP). This field is read-only.</summary>
  540.             <filterpriority>1</filterpriority>
  541.         </member>
  542.         <member name="F:System.Uri.UriSchemeHttps">
  543.             <summary>Specifies that the URI is accessed through the Secure Hypertext Transfer Protocol (HTTPS). This field is read-only.</summary>
  544.             <filterpriority>1</filterpriority>
  545.         </member>
  546.         <member name="F:System.Uri.UriSchemeMailto">
  547.             <summary>Specifies that the URI is an e-mail address and is accessed through the Simple Mail Transport Protocol (SMTP). This field is read-only.</summary>
  548.             <filterpriority>1</filterpriority>
  549.         </member>
  550.         <member name="F:System.Uri.UriSchemeNetPipe">
  551.             <summary>Specifies that the URI is accessed through the NetPipe scheme of the "Indigo" system. This field is read-only.</summary>
  552.         </member>
  553.         <member name="F:System.Uri.UriSchemeNetTcp">
  554.             <summary>Specifies that the URI is accessed through the NetTcp scheme of the "Indigo" system. This field is read-only.</summary>
  555.         </member>
  556.         <member name="F:System.Uri.UriSchemeNews">
  557.             <summary>Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP). This field is read-only.</summary>
  558.             <filterpriority>1</filterpriority>
  559.         </member>
  560.         <member name="F:System.Uri.UriSchemeNntp">
  561.             <summary>Specifies that the URI is an Internet news group and is accessed through the Network News Transport Protocol (NNTP). This field is read-only.</summary>
  562.             <filterpriority>1</filterpriority>
  563.         </member>
  564.         <member name="M:System.Uri.Canonicalize">
  565.             <summary>Converts the internally stored URI to canonical form.</summary>
  566.             <exception cref="T:System.UriFormatException">The URI is incorrectly formed.</exception>
  567.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this method is valid only for absolute URIs. </exception>
  568.         </member>
  569.         <member name="M:System.Uri.CheckHostName(System.String)">
  570.             <summary>Determines whether the specified host name is a valid DNS name.</summary>
  571.             <returns>A <see cref="T:System.UriHostNameType"></see> that indicates the type of the host name. If the type of the host name cannot be determined or if the host name is null or a zero-length string, this method returns <see cref="F:System.UriHostNameType.Unknown"></see>.</returns>
  572.             <param name="name">The host name to validate. This can be an IPv4 or IPv6 address or an Internet host name. </param>
  573.             <filterpriority>1</filterpriority>
  574.         </member>
  575.         <member name="M:System.Uri.CheckSchemeName(System.String)">
  576.             <summary>Determines whether the specified scheme name is valid.</summary>
  577.             <returns>true if the scheme name is valid; otherwise, false.</returns>
  578.             <param name="schemeName">The scheme name to validate. </param>
  579.             <filterpriority>1</filterpriority>
  580.         </member>
  581.         <member name="M:System.Uri.CheckSecurity">
  582.             <summary>Calling this method has no effect.</summary>
  583.         </member>
  584.         <member name="M:System.Uri.Compare(System.Uri,System.Uri,System.UriComponents,System.UriFormat,System.StringComparison)">
  585.             <summary>Compares the specified parts of two URIs using the specified comparison rules.</summary>
  586.             <returns>A 32-bit signed integer indicating the lexical relationship between the compared <see cref="T:System.Uri"></see> components.ValueMeaningLess than zerouri1 is less than uri2.Zerouri1 equals uri2.Greater than zerouri1 is greater than uri2.</returns>
  587.             <param name="uri1">The first <see cref="T:System.Uri"></see>.</param>
  588.             <param name="uri2">The second <see cref="T:System.Uri"></see>.</param>
  589.             <param name="compareFormat">One of the <see cref="T:System.UriFormat"></see> values that specifies the character escaping used when the URI components are compared.</param>
  590.             <param name="partsToCompare">A bitwise combination of the <see cref="T:System.UriComponents"></see> values that specifies the parts of uri1 and uri2 to compare.</param>
  591.             <param name="comparisonType">One of the <see cref="T:System.StringComparison"></see> values.</param>
  592.             <exception cref="T:System.ArgumentException">comparisonType is not a valid <see cref="T:System.StringComparison"></see> value.</exception>
  593.             <filterpriority>1</filterpriority>
  594.         </member>
  595.         <member name="M:System.Uri.Equals(System.Object)">
  596.             <summary>Compares two <see cref="T:System.Uri"></see> instances for equality.</summary>
  597.             <returns>true if the two instances represent the same URI; otherwise, false.</returns>
  598.             <param name="comparand">The <see cref="T:System.Uri"></see> instance or a URI identifier to compare with the current instance. </param>
  599.             <filterpriority>2</filterpriority>
  600.         </member>
  601.         <member name="M:System.Uri.Escape">
  602.             <summary>Converts any unsafe or reserved characters in the path component to their hexadecimal character representations.</summary>
  603.             <exception cref="T:System.UriFormatException">The URI passed from the constructor is invalid. This exception can occur if a URI has too many characters or the URI is relative.</exception>
  604.         </member>
  605.         <member name="M:System.Uri.EscapeDataString(System.String)">
  606.             <summary>Converts a string to its escaped representation.</summary>
  607.             <returns>The escaped representation of stringToEscape.</returns>
  608.             <param name="stringToEscape">The string to escape.</param>
  609.             <exception cref="T:System.UriFormatException">The length of stringToEscape exceeds 32766 characters.</exception>
  610.             <exception cref="T:System.ArgumentNullException">stringToEscape is null. </exception>
  611.         </member>
  612.         <member name="M:System.Uri.EscapeString(System.String)">
  613.             <summary>Converts a string to its escaped representation.</summary>
  614.             <returns>The escaped representation of the string.</returns>
  615.             <param name="str">The string to transform to its escaped representation. </param>
  616.         </member>
  617.         <member name="M:System.Uri.EscapeUriString(System.String)">
  618.             <summary>Converts a URI string to its escaped representation.</summary>
  619.             <returns>The escaped representation of stringToEscape.</returns>
  620.             <param name="stringToEscape">The string to escape.</param>
  621.             <exception cref="T:System.UriFormatException">The length of stringToEscape exceeds 32766 characters.</exception>
  622.             <exception cref="T:System.ArgumentNullException">stringToEscape is null. </exception>
  623.         </member>
  624.         <member name="M:System.Uri.FromHex(System.Char)">
  625.             <summary>Returns the decimal value of a hexadecimal digit.</summary>
  626.             <returns>A number from 0 to 15 that corresponds to the specified hexadecimal digit.</returns>
  627.             <param name="digit">The hexadecimal digit (0-9, a-f, A-F) to convert. </param>
  628.             <exception cref="T:System.ArgumentException">digit is not a valid hexadecimal digit (0-9, a-f, A-F). </exception>
  629.             <filterpriority>1</filterpriority>
  630.         </member>
  631.         <member name="M:System.Uri.GetComponents(System.UriComponents,System.UriFormat)">
  632.             <summary>Gets the specified components of the current instance using the specified escaping for special characters.</summary>
  633.             <returns>A string containing the components.</returns>
  634.             <param name="format">One of the <see cref="T:System.UriFormat"></see> values that controls how special characters are escaped. </param>
  635.             <param name="components">A bitwise combination of the <see cref="T:System.UriComponents"></see> values that specifies which parts of the current instance to return to the caller.</param>
  636.             <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Uri"></see> is not an absolute URI. Relative URIs cannot be used with this method.</exception>
  637.             <exception cref="T:System.ArgumentOutOfRangeException">uriComponents is not a combination of valid <see cref="T:System.UriComponents"></see> values.</exception>
  638.             <filterpriority>1</filterpriority>
  639.         </member>
  640.         <member name="M:System.Uri.GetHashCode">
  641.             <summary>Returns the hash code for the URI.</summary>
  642.             <returns>An <see cref="T:System.Int32"></see> containing the hash value generated for this URI.</returns>
  643.             <filterpriority>2</filterpriority>
  644.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  645.         </member>
  646.         <member name="M:System.Uri.GetLeftPart(System.UriPartial)">
  647.             <summary>Returns the specified portion of a <see cref="T:System.Uri"></see> instance.</summary>
  648.             <returns>A <see cref="T:System.String"></see> that contains the specified portion of the <see cref="T:System.Uri"></see> instance.</returns>
  649.             <param name="part">One of the <see cref="T:System.UriPartial"></see> values that specifies the end of the URI portion to return. </param>
  650.             <exception cref="T:System.ArgumentException">The specified part is not valid. </exception>
  651.             <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Uri"></see> instance is not an absolute instance. </exception>
  652.             <filterpriority>2</filterpriority>
  653.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  654.         </member>
  655.         <member name="M:System.Uri.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  656.             <summary>Returns the data needed to serialize the current instance.</summary>
  657.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object containing the information required to serialize the <see cref="T:System.Uri"></see>.</param>
  658.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object containing the source and destination of the serialized stream associated with the <see cref="T:System.Uri"></see>.</param>
  659.         </member>
  660.         <member name="M:System.Uri.HexEscape(System.Char)">
  661.             <summary>Converts a specified character into its hexadecimal equivalent.</summary>
  662.             <returns>The hexadecimal representation of the specified character.</returns>
  663.             <param name="character">The character to convert to hexadecimal representation. </param>
  664.             <exception cref="T:System.ArgumentOutOfRangeException">character is greater than 255. </exception>
  665.             <filterpriority>1</filterpriority>
  666.         </member>
  667.         <member name="M:System.Uri.HexUnescape(System.String,System.Int32@)">
  668.             <summary>Converts a specified hexadecimal representation of a character to the character.</summary>
  669.             <returns>The character represented by the hexadecimal encoding at position index. If the character at index is not hexadecimal encoded, the character at index is returned. The value of index is incremented to point to the character following the one returned.</returns>
  670.             <param name="pattern">The hexadecimal representation of a character. </param>
  671.             <param name="index">The location in pattern where the hexadecimal representation of a character begins. </param>
  672.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0 or greater than or equal to the number of characters in pattern. </exception>
  673.             <filterpriority>1</filterpriority>
  674.         </member>
  675.         <member name="M:System.Uri.IsBadFileSystemCharacter(System.Char)">
  676.             <summary>Returns a <see cref="T:System.Boolean"></see> value that indicates whether a character is invalid in a file system name.</summary>
  677.             <returns>true if the specified character is invalid; otherwise false.</returns>
  678.             <param name="character">The <see cref="T:System.Char"></see> to test. </param>
  679.         </member>
  680.         <member name="M:System.Uri.IsBaseOf(System.Uri)">
  681.             <summary>Determines whether the current <see cref="T:System.Uri"></see> instance is a base of the specified <see cref="T:System.Uri"></see> instance.</summary>
  682.             <returns>true if the current <see cref="T:System.Uri"></see> instance is a base of uri; otherwise, false.</returns>
  683.             <param name="uri">The specified <see cref="T:System.Uri"></see> instance to test. </param>
  684.             <filterpriority>2</filterpriority>
  685.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  686.         </member>
  687.         <member name="M:System.Uri.IsExcludedCharacter(System.Char)">
  688.             <summary>Returns a <see cref="T:System.Boolean"></see> that indicates whether the specified character should be escaped.</summary>
  689.             <returns>true if the specified character should be escaped; otherwise, false.</returns>
  690.             <param name="character">The <see cref="T:System.Char"></see> to test. </param>
  691.         </member>
  692.         <member name="M:System.Uri.IsHexDigit(System.Char)">
  693.             <summary>Determines whether a specified character is a valid hexadecimal digit.</summary>
  694.             <returns>true if the character is a valid hexadecimal digit; otherwise false.</returns>
  695.             <param name="character">The character to validate. </param>
  696.             <filterpriority>1</filterpriority>
  697.         </member>
  698.         <member name="M:System.Uri.IsHexEncoding(System.String,System.Int32)">
  699.             <summary>Determines whether a character in a string is hexadecimal encoded.</summary>
  700.             <returns>true if pattern is hexadecimal encoded at the specified location; otherwise, false.</returns>
  701.             <param name="pattern">The string to check. </param>
  702.             <param name="index">The location in pattern to check for hexadecimal encoding. </param>
  703.             <filterpriority>1</filterpriority>
  704.         </member>
  705.         <member name="M:System.Uri.IsReservedCharacter(System.Char)">
  706.             <summary>Returns a <see cref="T:System.Boolean"></see> that indicates whether the specified character is a reserved character.</summary>
  707.             <returns>true if the specified character is a reserved character otherwise, false.</returns>
  708.             <param name="character">The <see cref="T:System.Char"></see> to test. </param>
  709.         </member>
  710.         <member name="M:System.Uri.IsWellFormedOriginalString">
  711.             <summary>Indicates whether the string used to construct this <see cref="T:System.Uri"></see> was well-formed.</summary>
  712.             <returns>true if the string was well-formed in accordance with RFC 2396 and RFC 2732; else false. </returns>
  713.         </member>
  714.         <member name="M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)">
  715.             <summary>Indicates whether the string is well-formed by attempting to construct a URI with the string.</summary>
  716.             <returns>true if the string was well-formed in accordance with RFC 2396 and RFC 2732; else false.</returns>
  717.             <param name="uriString">A URI.</param>
  718.             <param name="uriKind">The type of the URI in uriString.</param>
  719.         </member>
  720.         <member name="M:System.Uri.MakeRelative(System.Uri)">
  721.             <summary>Determines the difference between two <see cref="T:System.Uri"></see> instances.</summary>
  722.             <returns>If the hostname and scheme of this URI instance and toUri are the same, then this method returns a relative URI that, when appended to the current URI instance, yields toUri.If the hostname or scheme is different, then this method returns toUri.</returns>
  723.             <param name="toUri">The URI to compare to the current URI. </param>
  724.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs. </exception>
  725.             <filterpriority>2</filterpriority>
  726.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  727.         </member>
  728.         <member name="M:System.Uri.MakeRelativeUri(System.Uri)">
  729.             <summary>Determines the difference between two <see cref="T:System.Uri"></see> instances.</summary>
  730.             <returns>If the hostname and scheme of this URI instance and toUri are the same, then this method returns a relative URI that, when appended to the current URI instance, yields toUri.If the hostname or scheme is different, then this method returns toUri.</returns>
  731.             <param name="uri">The URI to compare to the current URI.</param>
  732.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs. </exception>
  733.         </member>
  734.         <member name="M:System.Uri.op_Equality(System.Uri,System.Uri)">
  735.             <summary>Determines whether two <see cref="T:System.Uri"></see> instances have the same value.</summary>
  736.             <returns>true if the <see cref="T:System.Uri"></see> instances are equivalent; otherwise, false.</returns>
  737.             <param name="uri1">A <see cref="T:System.Uri"></see> instance to compare with uri2. </param>
  738.             <param name="uri2">A <see cref="T:System.Uri"></see> instance to compare with uri1. </param>
  739.             <filterpriority>3</filterpriority>
  740.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  741.         </member>
  742.         <member name="M:System.Uri.op_Inequality(System.Uri,System.Uri)">
  743.             <summary>Determines whether two <see cref="T:System.Uri"></see> instances do not have the same value.</summary>
  744.             <returns>true if the two <see cref="T:System.Uri"></see> instances are not equal; otherwise, false. If either parameter is null, this method returns true.</returns>
  745.             <param name="uri1">A <see cref="T:System.Uri"></see> instance to compare with uri2. </param>
  746.             <param name="uri2">A <see cref="T:System.Uri"></see> instance to compare with uri1. </param>
  747.             <filterpriority>3</filterpriority>
  748.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  749.         </member>
  750.         <member name="M:System.Uri.Parse">
  751.             <summary>Parses the URI of the current instance to ensure it contains all the parts required for a valid URI.</summary>
  752.             <exception cref="T:System.UriFormatException">The Uri passed from the constructor is invalid. </exception>
  753.         </member>
  754.         <member name="M:System.Uri.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  755.             <summary>Returns the data needed to serialize the current instance.</summary>
  756.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object containing the information required to serialize the <see cref="T:System.Uri"></see>.</param>
  757.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object containing the source and destination of the serialized stream associated with the <see cref="T:System.Uri"></see>.</param>
  758.         </member>
  759.         <member name="M:System.Uri.ToString">
  760.             <summary>Returns a canonical string representation for the specified <see cref="T:System.Uri"></see> instance.</summary>
  761.             <returns>A <see cref="T:System.String"></see> instance that contains the unescaped canonical representation of the <see cref="T:System.Uri"></see> instance. All characters are unescaped except #, ?, and %.</returns>
  762.             <filterpriority>2</filterpriority>
  763.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  764.         </member>
  765.         <member name="M:System.Uri.TryCreate(System.String,System.UriKind,System.Uri@)">
  766.             <summary>Creates a new <see cref="T:System.Uri"></see> using the specified <see cref="T:System.String"></see> instance and a <see cref="T:System.UriKind"></see>.</summary>
  767.             <returns>true if the <see cref="T:System.Uri"></see> was successfully created; otherwise, false.</returns>
  768.             <param name="result">When this method returns, contains the constructed <see cref="T:System.Uri"></see>.</param>
  769.             <param name="uriString">The <see cref="T:System.String"></see> representing the <see cref="T:System.Uri"></see>.</param>
  770.             <param name="uriKind">The type of the Uri.</param>
  771.         </member>
  772.         <member name="M:System.Uri.TryCreate(System.Uri,System.String,System.Uri@)">
  773.             <summary>Creates a new <see cref="T:System.Uri"></see> using the specified base and relative <see cref="T:System.String"></see> instances.</summary>
  774.             <returns>true if the <see cref="T:System.Uri"></see> was successfully created; otherwise, false.</returns>
  775.             <param name="relativeUri">The relative <see cref="T:System.Uri"></see>, represented as a <see cref="T:System.String"></see>, to add to the base <see cref="T:System.Uri"></see>.</param>
  776.             <param name="baseUri">The base <see cref="T:System.Uri"></see>.</param>
  777.             <param name="result">When this method returns, contains a <see cref="T:System.Uri"></see> constructed from baseUri and relativeUri. This parameter is passed uninitialized.</param>
  778.         </member>
  779.         <member name="M:System.Uri.TryCreate(System.Uri,System.Uri,System.Uri@)">
  780.             <summary>Creates a new <see cref="T:System.Uri"></see> using the specified base and relative <see cref="T:System.Uri"></see> instances.</summary>
  781.             <returns>true if the <see cref="T:System.Uri"></see> was successfully created; otherwise, false.</returns>
  782.             <param name="relativeUri">The relative <see cref="T:System.Uri"></see> to add to the base <see cref="T:System.Uri"></see>. </param>
  783.             <param name="baseUri">The base <see cref="T:System.Uri"></see>. </param>
  784.             <param name="result">When this method returns, contains a <see cref="T:System.Uri"></see> constructed from baseUri and relativeUri. This parameter is passed uninitialized.</param>
  785.             <filterpriority>1</filterpriority>
  786.         </member>
  787.         <member name="M:System.Uri.Unescape(System.String)">
  788.             <summary>Converts the specified string by replacing any escape sequences with their unescaped representation.</summary>
  789.             <returns>A <see cref="T:System.String"></see> containing the unescaped value of the path parameter.</returns>
  790.             <param name="path">The <see cref="T:System.String"></see> to convert. </param>
  791.         </member>
  792.         <member name="M:System.Uri.UnescapeDataString(System.String)">
  793.             <summary>Converts a string to its unescaped representation.</summary>
  794.             <returns>The unescaped representation of stringToUnescape. </returns>
  795.             <param name="stringToUnescape">The string to unescape.</param>
  796.             <exception cref="T:System.ArgumentNullException">stringToUnescape is null. </exception>
  797.         </member>
  798.         <member name="P:System.Uri.AbsolutePath">
  799.             <summary>Gets the absolute path of the URI.</summary>
  800.             <returns>A <see cref="T:System.String"></see> containing the absolute path to the resource.</returns>
  801.             <filterpriority>1</filterpriority>
  802.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  803.         </member>
  804.         <member name="P:System.Uri.AbsoluteUri">
  805.             <summary>Gets the absolute URI.</summary>
  806.             <returns>A <see cref="T:System.String"></see> containing the entire URI.</returns>
  807.             <filterpriority>1</filterpriority>
  808.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  809.         </member>
  810.         <member name="P:System.Uri.Authority">
  811.             <summary>Gets the Domain Name System (DNS) host name or IP address and the port number for a server.</summary>
  812.             <returns>A <see cref="T:System.String"></see> containing the authority component of the URI represented by this instance.</returns>
  813.             <filterpriority>1</filterpriority>
  814.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  815.         </member>
  816.         <member name="P:System.Uri.DnsSafeHost">
  817.             <summary>Gets an unescaped host name that is safe to use for DNS resolution.</summary>
  818.             <returns>A <see cref="T:System.String"></see> that contains the unescaped host part of the URI that is suitable for DNS resolution; or the original unescaped host string, if it is already suitable for resolution.</returns>
  819.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs. </exception>
  820.             <filterpriority>2</filterpriority>
  821.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  822.         </member>
  823.         <member name="P:System.Uri.Fragment">
  824.             <summary>Gets the escaped fragment.</summary>
  825.             <returns>A <see cref="T:System.String"></see> containing any URI fragment information.</returns>
  826.             <filterpriority>2</filterpriority>
  827.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  828.         </member>
  829.         <member name="P:System.Uri.Host">
  830.             <summary>Gets the host component of this instance.</summary>
  831.             <returns>A <see cref="T:System.String"></see> containing the host name. This is usually the DNS host name or IP address of the server.</returns>
  832.             <filterpriority>1</filterpriority>
  833.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  834.         </member>
  835.         <member name="P:System.Uri.HostNameType">
  836.             <summary>Returns the type of the host name specified in the URI.</summary>
  837.             <returns>A member of the <see cref="T:System.UriHostNameType"></see> enumeration.</returns>
  838.             <filterpriority>1</filterpriority>
  839.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  840.         </member>
  841.         <member name="P:System.Uri.IsAbsoluteUri">
  842.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the <see cref="T:System.Uri"></see> instance is absolute.</summary>
  843.             <returns>true if the <see cref="T:System.Uri"></see> instance is absolute; otherwise, false.</returns>
  844.             <filterpriority>1</filterpriority>
  845.         </member>
  846.         <member name="P:System.Uri.IsDefaultPort">
  847.             <summary>Gets a value indicating whether the port value of the URI is the default for this scheme.</summary>
  848.             <returns>true if the value in the <see cref="P:System.Uri.Port"></see> property is the default port for this scheme; otherwise, false.</returns>
  849.             <filterpriority>1</filterpriority>
  850.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  851.         </member>
  852.         <member name="P:System.Uri.IsFile">
  853.             <summary>Gets a value indicating whether the specified <see cref="T:System.Uri"></see> is a file URI.</summary>
  854.             <returns>true if the <see cref="T:System.Uri"></see> is a file URI; otherwise, false.</returns>
  855.             <filterpriority>1</filterpriority>
  856.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  857.         </member>
  858.         <member name="P:System.Uri.IsLoopback">
  859.             <summary>Gets a <see cref="T:System.Boolean"></see> value indicating whether the specified <see cref="T:System.Uri"></see> references the local host.</summary>
  860.             <returns>true if this <see cref="T:System.Uri"></see> references the local host; otherwise, false.</returns>
  861.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs. </exception>
  862.             <filterpriority>2</filterpriority>
  863.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  864.         </member>
  865.         <member name="P:System.Uri.IsUnc">
  866.             <summary>Gets a <see cref="T:System.Boolean"></see> value indicating whether the specified <see cref="T:System.Uri"></see> is a universal naming convention (UNC) path.</summary>
  867.             <returns>true if the <see cref="T:System.Uri"></see> is a UNC path; otherwise, false.</returns>
  868.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs. </exception>
  869.             <filterpriority>2</filterpriority>
  870.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  871.         </member>
  872.         <member name="P:System.Uri.LocalPath">
  873.             <summary>Gets a local operating-system representation of a file name.</summary>
  874.             <returns>A <see cref="T:System.String"></see> containing the local operating-system representation of a file name.</returns>
  875.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs. </exception>
  876.             <filterpriority>2</filterpriority>
  877.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  878.         </member>
  879.         <member name="P:System.Uri.OriginalString">
  880.             <summary>Gets the original URI string that was passed to the <see cref="T:System.Uri"></see> constructor.</summary>
  881.             <returns>A <see cref="T:System.String"></see> containing the exact URI specified when this instance was constructed; otherwise, <see cref="F:System.String.Empty"></see>.</returns>
  882.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs. </exception>
  883.             <filterpriority>1</filterpriority>
  884.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  885.         </member>
  886.         <member name="P:System.Uri.PathAndQuery">
  887.             <summary>Gets the <see cref="P:System.Uri.AbsolutePath"></see> and <see cref="P:System.Uri.Query"></see> properties separated by a question mark (?).</summary>
  888.             <returns>A <see cref="T:System.String"></see> that contains the <see cref="P:System.Uri.AbsolutePath"></see> and <see cref="P:System.Uri.Query"></see> properties separated by a question mark (?).</returns>
  889.             <filterpriority>2</filterpriority>
  890.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  891.         </member>
  892.         <member name="P:System.Uri.Port">
  893.             <summary>Gets the port number of this URI.</summary>
  894.             <returns>An <see cref="T:System.Int32"></see> value containing the port number for this URI.</returns>
  895.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs. </exception>
  896.             <filterpriority>2</filterpriority>
  897.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  898.         </member>
  899.         <member name="P:System.Uri.Query">
  900.             <summary>Gets any query information included in the specified URI.</summary>
  901.             <returns>A <see cref="T:System.String"></see> containing any query information included in the specified URI.</returns>
  902.             <filterpriority>2</filterpriority>
  903.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  904.         </member>
  905.         <member name="P:System.Uri.Scheme">
  906.             <summary>Gets the scheme name for this URI.</summary>
  907.             <returns>A <see cref="T:System.String"></see> containing the scheme for this URI, converted to lowercase.</returns>
  908.             <exception cref="T:System.InvalidOperationException">This instance represents a relative URI, and this property is valid only for absolute URIs. </exception>
  909.             <filterpriority>2</filterpriority>
  910.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  911.         </member>
  912.         <member name="P:System.Uri.Segments">
  913.             <summary>Gets an array containing the path segments that make up the specified URI.</summary>
  914.             <returns>A <see cref="T:System.String"></see> array containing the path segments that make up the specified URI.</returns>
  915.             <filterpriority>2</filterpriority>
  916.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  917.         </member>
  918.         <member name="P:System.Uri.UserEscaped">
  919.             <summary>Indicates that the URI string was completely escaped before the <see cref="T:System.Uri"></see> instance was created.</summary>
  920.             <returns>true if the dontEscape parameter was set to true when the <see cref="T:System.Uri"></see> instance was created; otherwise, false.</returns>
  921.             <filterpriority>2</filterpriority>
  922.         </member>
  923.         <member name="P:System.Uri.UserInfo">
  924.             <summary>Gets the user name, password, or other user-specific information associated with the specified URI.</summary>
  925.             <returns>A <see cref="T:System.String"></see> containing the user information associated with the URI. The returned value does not include the '@' character reserved for delimiting the user information part of the URI.</returns>
  926.             <filterpriority>1</filterpriority>
  927.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  928.         </member>
  929.         <member name="T:System.UriBuilder">
  930.             <summary>Provides a custom constructor for uniform resource identifiers (URIs) and modifies URIs for the <see cref="T:System.Uri"></see> class.</summary>
  931.             <filterpriority>2</filterpriority>
  932.         </member>
  933.         <member name="M:System.UriBuilder.#ctor">
  934.             <summary>Initializes a new instance of the <see cref="T:System.UriBuilder"></see> class.</summary>
  935.         </member>
  936.         <member name="M:System.UriBuilder.#ctor(System.String)">
  937.             <summary>Initializes a new instance of the <see cref="T:System.UriBuilder"></see> class with the specified URI.</summary>
  938.             <param name="uri">A URI string. </param>
  939.             <exception cref="T:System.ArgumentNullException">uri is null. </exception>
  940.             <exception cref="T:System.UriFormatException">uri is a zero length string or contains only spaces.-or- The parsing routine detected a scheme in an invalid form.-or- The parser detected more than two consecutive slashes in a URI that does not use the "file" scheme.-or- uri is not a valid URI. </exception>
  941.         </member>
  942.         <member name="M:System.UriBuilder.#ctor(System.Uri)">
  943.             <summary>Initializes a new instance of the <see cref="T:System.UriBuilder"></see> class with the specified <see cref="T:System.Uri"></see> instance.</summary>
  944.             <param name="uri">An instance of the <see cref="T:System.Uri"></see> class. </param>
  945.             <exception cref="T:System.NullReferenceException">uri is null. </exception>
  946.         </member>
  947.         <member name="M:System.UriBuilder.#ctor(System.String,System.String)">
  948.             <summary>Initializes a new instance of the <see cref="T:System.UriBuilder"></see> class with the specified scheme and host.</summary>
  949.             <param name="schemeName">An Internet access protocol. </param>
  950.             <param name="hostName">A DNS-style domain name or IP address. </param>
  951.         </member>
  952.         <member name="M:System.UriBuilder.#ctor(System.String,System.String,System.Int32)">
  953.             <summary>Initializes a new instance of the <see cref="T:System.UriBuilder"></see> class with the specified scheme, host, and port.</summary>
  954.             <param name="scheme">An Internet access protocol. </param>
  955.             <param name="portNumber">An IP port number for the service. </param>
  956.             <param name="host">A DNS-style domain name or IP address. </param>
  957.             <exception cref="T:System.ArgumentOutOfRangeException">portNumber is less than 0. </exception>
  958.         </member>
  959.         <member name="M:System.UriBuilder.#ctor(System.String,System.String,System.Int32,System.String)">
  960.             <summary>Initializes a new instance of the <see cref="T:System.UriBuilder"></see> class with the specified scheme, host, port number, and path.</summary>
  961.             <param name="pathValue">The path to the Internet resource. </param>
  962.             <param name="scheme">An Internet access protocol. </param>
  963.             <param name="port">An IP port number for the service. </param>
  964.             <param name="host">A DNS-style domain name or IP address. </param>
  965.             <exception cref="T:System.ArgumentOutOfRangeException">port is less than 0. </exception>
  966.         </member>
  967.         <member name="M:System.UriBuilder.#ctor(System.String,System.String,System.Int32,System.String,System.String)">
  968.             <summary>Initializes a new instance of the <see cref="T:System.UriBuilder"></see> class with the specified scheme, host, port number, path and query string or fragment identifier.</summary>
  969.             <param name="scheme">An Internet access protocol. </param>
  970.             <param name="port">An IP port number for the service. </param>
  971.             <param name="host">A DNS-style domain name or IP address. </param>
  972.             <param name="path">The path to the Internet resource. </param>
  973.             <param name="extraValue">A query string or fragment identifier. </param>
  974.             <exception cref="T:System.ArgumentException">extraValue is neither null nor <see cref="F:System.String.Empty"></see>, nor does a valid fragment identifier begin with a number sign (#), nor a valid query string begin with a question mark (?). </exception>
  975.             <exception cref="T:System.ArgumentOutOfRangeException">port is less than 0. </exception>
  976.         </member>
  977.         <member name="M:System.UriBuilder.Equals(System.Object)">
  978.             <summary>Compares an existing <see cref="T:System.Uri"></see> instance with the contents of the <see cref="T:System.UriBuilder"></see> for equality.</summary>
  979.             <returns>true if rparam represents the same <see cref="T:System.Uri"></see> as the <see cref="T:System.Uri"></see> constructed by this <see cref="T:System.UriBuilder"></see> instance; otherwise, false.</returns>
  980.             <param name="rparam">The object to compare with the current instance. </param>
  981.             <filterpriority>2</filterpriority>
  982.         </member>
  983.         <member name="M:System.UriBuilder.GetHashCode">
  984.             <summary>Returns the hash code for the URI.</summary>
  985.             <returns>The hash code generated for the URI.</returns>
  986.             <filterpriority>2</filterpriority>
  987.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  988.         </member>
  989.         <member name="M:System.UriBuilder.ToString">
  990.             <summary>Returns the display string for the specified <see cref="T:System.UriBuilder"></see> instance.</summary>
  991.             <returns>The string that contains the unescaped display string of the <see cref="T:System.UriBuilder"></see>.</returns>
  992.             <filterpriority>1</filterpriority>
  993.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  994.         </member>
  995.         <member name="P:System.UriBuilder.Fragment">
  996.             <summary>Gets or sets the fragment portion of the URI.</summary>
  997.             <returns>The fragment portion of the URI. The fragment identifier ("#") is added to the beginning of the fragment.</returns>
  998.             <filterpriority>2</filterpriority>
  999.         </member>
  1000.         <member name="P:System.UriBuilder.Host">
  1001.             <summary>Gets or sets the Domain Name System (DNS) host name or IP address of a server.</summary>
  1002.             <returns>The DNS host name or IP address of the server.</returns>
  1003.             <filterpriority>1</filterpriority>
  1004.         </member>
  1005.         <member name="P:System.UriBuilder.Password">
  1006.             <summary>Gets or sets the password associated with the user that accesses the URI.</summary>
  1007.             <returns>The password of the user that accesses the URI.</returns>
  1008.             <filterpriority>1</filterpriority>
  1009.         </member>
  1010.         <member name="P:System.UriBuilder.Path">
  1011.             <summary>Gets or sets the path to the resource referenced by the URI.</summary>
  1012.             <returns>The path to the resource referenced by the URI.</returns>
  1013.             <filterpriority>1</filterpriority>
  1014.         </member>
  1015.         <member name="P:System.UriBuilder.Port">
  1016.             <summary>Gets or sets the port number of the URI.</summary>
  1017.             <returns>The port number of the URI.</returns>
  1018.             <filterpriority>1</filterpriority>
  1019.         </member>
  1020.         <member name="P:System.UriBuilder.Query">
  1021.             <summary>Gets or sets any query information included in the URI.</summary>
  1022.             <returns>The query information included in the URI.</returns>
  1023.             <filterpriority>1</filterpriority>
  1024.         </member>
  1025.         <member name="P:System.UriBuilder.Scheme">
  1026.             <summary>Gets or sets the scheme name of the URI.</summary>
  1027.             <returns>The scheme of the URI.</returns>
  1028.             <filterpriority>1</filterpriority>
  1029.         </member>
  1030.         <member name="P:System.UriBuilder.Uri">
  1031.             <summary>Gets the <see cref="T:System.Uri"></see> instance constructed by the specified <see cref="T:System.UriBuilder"></see> instance.</summary>
  1032.             <returns>A <see cref="T:System.Uri"></see> that contains the URI constructed by the <see cref="T:System.UriBuilder"></see>.</returns>
  1033.             <exception cref="T:System.UriFormatException">The URI constructed by the <see cref="T:System.UriBuilder"></see> properties is invalid. </exception>
  1034.             <filterpriority>1</filterpriority>
  1035.         </member>
  1036.         <member name="P:System.UriBuilder.UserName">
  1037.             <summary>The user name associated with the user that accesses the URI.</summary>
  1038.             <returns>The user name of the user that accesses the URI.</returns>
  1039.             <filterpriority>1</filterpriority>
  1040.         </member>
  1041.         <member name="T:System.UriComponents">
  1042.             <summary>Specifies the parts of a <see cref="T:System.Uri"></see>.</summary>
  1043.             <filterpriority>1</filterpriority>
  1044.         </member>
  1045.         <member name="F:System.UriComponents.AbsoluteUri">
  1046.             <summary>The <see cref="P:System.Uri.Scheme"></see>, <see cref="P:System.Uri.UserInfo"></see>, <see cref="P:System.Uri.Host"></see>, <see cref="P:System.Uri.Port"></see>, <see cref="P:System.Uri.LocalPath"></see>, <see cref="P:System.Uri.Query"></see>, and <see cref="P:System.Uri.Fragment"></see> data.</summary>
  1047.             <filterpriority>1</filterpriority>
  1048.         </member>
  1049.         <member name="F:System.UriComponents.Fragment">
  1050.             <summary>The <see cref="P:System.Uri.Fragment"></see> data.</summary>
  1051.             <filterpriority>1</filterpriority>
  1052.         </member>
  1053.         <member name="F:System.UriComponents.Host">
  1054.             <summary>The <see cref="P:System.Uri.Host"></see> data.</summary>
  1055.             <filterpriority>1</filterpriority>
  1056.         </member>
  1057.         <member name="F:System.UriComponents.HostAndPort">
  1058.             <summary>The <see cref="P:System.Uri.Host"></see> and <see cref="P:System.Uri.Port"></see> data. If no port data is in the Uri and a default port has been assigned to the <see cref="P:System.Uri.Scheme"></see>, the default port is returned. If there is no default port, -1 is returned.</summary>
  1059.             <filterpriority>1</filterpriority>
  1060.         </member>
  1061.         <member name="F:System.UriComponents.HttpRequestUrl">
  1062.             <summary>The <see cref="P:System.Uri.Scheme"></see>, <see cref="P:System.Uri.Host"></see>, <see cref="P:System.Uri.Port"></see>, <see cref="P:System.Uri.LocalPath"></see>, and <see cref="P:System.Uri.Query"></see> data.</summary>
  1063.             <filterpriority>1</filterpriority>
  1064.         </member>
  1065.         <member name="F:System.UriComponents.KeepDelimiter">
  1066.             <summary>Specifies that the delimiter should be included.</summary>
  1067.             <filterpriority>1</filterpriority>
  1068.         </member>
  1069.         <member name="F:System.UriComponents.Path">
  1070.             <summary>The <see cref="P:System.Uri.LocalPath"></see> data.</summary>
  1071.             <filterpriority>1</filterpriority>
  1072.         </member>
  1073.         <member name="F:System.UriComponents.PathAndQuery">
  1074.             <summary>The <see cref="P:System.Uri.LocalPath"></see> and <see cref="P:System.Uri.Query"></see> data. Also see <see cref="P:System.Uri.PathAndQuery"></see>. </summary>
  1075.             <filterpriority>1</filterpriority>
  1076.         </member>
  1077.         <member name="F:System.UriComponents.Port">
  1078.             <summary>The <see cref="P:System.Uri.Port"></see> data.</summary>
  1079.             <filterpriority>1</filterpriority>
  1080.         </member>
  1081.         <member name="F:System.UriComponents.Query">
  1082.             <summary>The <see cref="P:System.Uri.Query"></see> data.</summary>
  1083.             <filterpriority>1</filterpriority>
  1084.         </member>
  1085.         <member name="F:System.UriComponents.Scheme">
  1086.             <summary>The <see cref="P:System.Uri.Scheme"></see> data.</summary>
  1087.             <filterpriority>1</filterpriority>
  1088.         </member>
  1089.         <member name="F:System.UriComponents.SchemeAndServer">
  1090.             <summary>The <see cref="P:System.Uri.Scheme"></see>, <see cref="P:System.Uri.Host"></see>, and <see cref="P:System.Uri.Port"></see> data.</summary>
  1091.             <filterpriority>1</filterpriority>
  1092.         </member>
  1093.         <member name="F:System.UriComponents.SerializationInfoString">
  1094.             <summary>The complete <see cref="T:System.Uri"></see> context that is needed for Uri Serializers. The context includes the IPv6 scope.</summary>
  1095.         </member>
  1096.         <member name="F:System.UriComponents.StrongAuthority">
  1097.             <summary>The <see cref="P:System.Uri.UserInfo"></see>, <see cref="P:System.Uri.Host"></see>, and <see cref="P:System.Uri.Port"></see> data. If no port data is in the <see cref="T:System.Uri"></see> and a default port has been assigned to the <see cref="P:System.Uri.Scheme"></see>, the default port is returned. If there is no default port, -1 is returned.</summary>
  1098.             <filterpriority>1</filterpriority>
  1099.         </member>
  1100.         <member name="F:System.UriComponents.StrongPort">
  1101.             <summary>The <see cref="P:System.Uri.Port"></see> data. If no port data is in the <see cref="T:System.Uri"></see> and a default port has been assigned to the <see cref="P:System.Uri.Scheme"></see>, the default port is returned. If there is no default port, -1 is returned.</summary>
  1102.             <filterpriority>1</filterpriority>
  1103.         </member>
  1104.         <member name="F:System.UriComponents.UserInfo">
  1105.             <summary>The <see cref="P:System.Uri.UserInfo"></see> data.</summary>
  1106.             <filterpriority>1</filterpriority>
  1107.         </member>
  1108.         <member name="T:System.UriFormat">
  1109.             <summary>Controls how URI information is escaped.</summary>
  1110.             <filterpriority>1</filterpriority>
  1111.         </member>
  1112.         <member name="F:System.UriFormat.SafeUnescaped">
  1113.             <summary>Characters that have a reserved meaning in the requested URI components remain escaped. All others are not escaped. See Remarks.</summary>
  1114.             <filterpriority>1</filterpriority>
  1115.         </member>
  1116.         <member name="F:System.UriFormat.Unescaped">
  1117.             <summary>No escaping is performed.</summary>
  1118.             <filterpriority>1</filterpriority>
  1119.         </member>
  1120.         <member name="F:System.UriFormat.UriEscaped">
  1121.             <summary>Escaping is performed according to the rules in RFC 2396.</summary>
  1122.             <filterpriority>1</filterpriority>
  1123.         </member>
  1124.         <member name="T:System.UriFormatException">
  1125.             <summary>The exception that is thrown when an invalid Uniform Resource Identifier (URI) is detected.</summary>
  1126.             <filterpriority>2</filterpriority>
  1127.         </member>
  1128.         <member name="M:System.UriFormatException.#ctor">
  1129.             <summary>Initializes a new instance of the <see cref="T:System.UriFormatException"></see> class.</summary>
  1130.         </member>
  1131.         <member name="M:System.UriFormatException.#ctor(System.String)">
  1132.             <summary>Initializes a new instance of the <see cref="T:System.UriFormatException"></see> class with the specified message.</summary>
  1133.             <param name="textString">The error message string. </param>
  1134.         </member>
  1135.         <member name="M:System.UriFormatException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1136.             <summary>Initializes a new instance of the <see cref="T:System.UriFormatException"></see> class from the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instances.</summary>
  1137.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information that is required to serialize the new <see cref="T:System.UriFormatException"></see>. </param>
  1138.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source of the serialized stream that is associated with the new <see cref="T:System.UriFormatException"></see>. </param>
  1139.         </member>
  1140.         <member name="M:System.UriFormatException.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  1141.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data that is needed to serialize the <see cref="T:System.UriFormatException"></see>.</summary>
  1142.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that will hold the serialized data for the <see cref="T:System.UriFormatException"></see>.</param>
  1143.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the destination of the serialized stream that is associated with the new <see cref="T:System.UriFormatException"></see>. </param>
  1144.         </member>
  1145.         <member name="T:System.UriHostNameType">
  1146.             <summary>Defines host name types for the <see cref="M:System.Uri.CheckHostName(System.String)"></see> method.</summary>
  1147.             <filterpriority>2</filterpriority>
  1148.         </member>
  1149.         <member name="F:System.UriHostNameType.Basic">
  1150.             <summary>The host is set, but the type cannot be determined.</summary>
  1151.             <filterpriority>1</filterpriority>
  1152.         </member>
  1153.         <member name="F:System.UriHostNameType.Dns">
  1154.             <summary>The host name is a domain name system (DNS) style host name.</summary>
  1155.             <filterpriority>1</filterpriority>
  1156.         </member>
  1157.         <member name="F:System.UriHostNameType.IPv4">
  1158.             <summary>The host name is an Internet Protocol (IP) version 4 host address.</summary>
  1159.             <filterpriority>1</filterpriority>
  1160.         </member>
  1161.         <member name="F:System.UriHostNameType.IPv6">
  1162.             <summary>The host name is an Internet Protocol (IP) version 6 host address.</summary>
  1163.             <filterpriority>1</filterpriority>
  1164.         </member>
  1165.         <member name="F:System.UriHostNameType.Unknown">
  1166.             <summary>The type of the host name is not supplied.</summary>
  1167.             <filterpriority>1</filterpriority>
  1168.         </member>
  1169.         <member name="T:System.UriKind">
  1170.             <summary>Defines the kinds of <see cref="T:System.Uri"></see>s for the <see cref="M:System.Uri.IsWellFormedUriString(System.String,System.UriKind)"></see> and several <see cref="Overload:System.Uri.#ctor"></see> methods.</summary>
  1171.         </member>
  1172.         <member name="F:System.UriKind.Absolute">
  1173.             <summary>The Uri is an absolute Uri.</summary>
  1174.         </member>
  1175.         <member name="F:System.UriKind.Relative">
  1176.             <summary>The Uri is a relative Uri.</summary>
  1177.         </member>
  1178.         <member name="F:System.UriKind.RelativeOrAbsolute">
  1179.             <summary>The kind of the Uri is indeterminate.</summary>
  1180.         </member>
  1181.         <member name="T:System.UriParser">
  1182.             <summary>Parses a new URI scheme. This is an abstract class.</summary>
  1183.         </member>
  1184.         <member name="M:System.UriParser.#ctor">
  1185.             <summary>Constructs a default URI parser.</summary>
  1186.         </member>
  1187.         <member name="M:System.UriParser.GetComponents(System.Uri,System.UriComponents,System.UriFormat)">
  1188.             <summary>Gets the components from a URI.</summary>
  1189.             <returns>A string that contains the components.</returns>
  1190.             <param name="uri">The URI to parse.</param>
  1191.             <param name="format">One of the <see cref="T:System.UriFormat"></see> values that controls how special characters are escaped.</param>
  1192.             <param name="components">The <see cref="T:System.UriComponents"></see> to retrieve from uri.</param>
  1193.             <exception cref="T:System.ArgumentOutOfRangeException">uriFormat is invalid.- or -uriComponents is not a combination of valid <see cref="T:System.UriComponents"></see> values. </exception>
  1194.             <exception cref="T:System.InvalidOperationException">uri is not an absolute URI. Relative URIs cannot be used with this method.</exception>
  1195.         </member>
  1196.         <member name="M:System.UriParser.InitializeAndValidate(System.Uri,System.UriFormatException@)">
  1197.             <summary>Initialize the state of the parser and validate the URI.</summary>
  1198.             <param name="uri">The T:System.Uri to validate.</param>
  1199.             <param name="parsingError">Validation errors, if any.</param>
  1200.         </member>
  1201.         <member name="M:System.UriParser.IsBaseOf(System.Uri,System.Uri)">
  1202.             <summary>Determines whether baseUri is a base URI for relativeUri.</summary>
  1203.             <returns>true if baseUri is a base URI for relativeUri; otherwise, false.</returns>
  1204.             <param name="relativeUri">The URI to test.</param>
  1205.             <param name="baseUri">The base URI.</param>
  1206.         </member>
  1207.         <member name="M:System.UriParser.IsKnownScheme(System.String)">
  1208.             <summary>Indicates whether the parser for a scheme is registered.</summary>
  1209.             <returns>true if schemeName has been registered; otherwise, false.</returns>
  1210.             <param name="schemeName">The scheme name to check.</param>
  1211.         </member>
  1212.         <member name="M:System.UriParser.IsWellFormedOriginalString(System.Uri)">
  1213.             <summary>Indicates whether a URI is well-formed.</summary>
  1214.             <returns>true if uri is well-formed; otherwise, false.</returns>
  1215.             <param name="uri">The URI to check.</param>
  1216.         </member>
  1217.         <member name="M:System.UriParser.OnNewUri">
  1218.             <summary>Invoked by a <see cref="T:System.Uri"></see> constructor to get a <see cref="T:System.UriParser"></see> instance</summary>
  1219.             <returns>A <see cref="T:System.UriParser"></see> for the constructed <see cref="T:System.Uri"></see>.</returns>
  1220.         </member>
  1221.         <member name="M:System.UriParser.OnRegister(System.String,System.Int32)">
  1222.             <summary>Invoked by the Framework when a <see cref="T:System.UriParser"></see> method is registered.</summary>
  1223.             <param name="defaultPort">The port number of the scheme.</param>
  1224.             <param name="schemeName">The scheme that is associated with this <see cref="T:System.UriParser"></see>.</param>
  1225.         </member>
  1226.         <member name="M:System.UriParser.Register(System.UriParser,System.String,System.Int32)">
  1227.             <summary>Associates a scheme and port number with a <see cref="T:System.UriParser"></see>.</summary>
  1228.             <param name="defaultPort">The default port number for the specified scheme.</param>
  1229.             <param name="schemeName">The name of the scheme that is associated with this parser.</param>
  1230.             <param name="uriParser">The URI parser to register.</param>
  1231.         </member>
  1232.         <member name="M:System.UriParser.Resolve(System.Uri,System.Uri,System.UriFormatException@)">
  1233.             <summary>Called by <see cref="T:System.Uri"></see> constructors and <see cref="Overload:System.Uri.TryCreate"></see> to resolve a relative URI.</summary>
  1234.             <returns>The resolved URI string.</returns>
  1235.             <param name="relativeUri">A relative URI.</param>
  1236.             <param name="baseUri">A base URI.</param>
  1237.             <param name="parsingError">Errors during the resolve process, if any.</param>
  1238.         </member>
  1239.         <member name="T:System.UriPartial">
  1240.             <summary>Defines the parts of a URI for the <see cref="M:System.Uri.GetLeftPart(System.UriPartial)"></see> method.</summary>
  1241.             <filterpriority>2</filterpriority>
  1242.         </member>
  1243.         <member name="F:System.UriPartial.Authority">
  1244.             <summary>The scheme and authority segments of the URI.</summary>
  1245.             <filterpriority>1</filterpriority>
  1246.         </member>
  1247.         <member name="F:System.UriPartial.Path">
  1248.             <summary>The scheme, authority, and path segments of the URI.</summary>
  1249.             <filterpriority>1</filterpriority>
  1250.         </member>
  1251.         <member name="F:System.UriPartial.Query">
  1252.             <summary>The scheme, authority, path, and query segments of the URI.</summary>
  1253.             <filterpriority>1</filterpriority>
  1254.         </member>
  1255.         <member name="F:System.UriPartial.Scheme">
  1256.             <summary>The scheme segment of the URI.</summary>
  1257.             <filterpriority>1</filterpriority>
  1258.         </member>
  1259.         <member name="T:System.UriTypeConverter">
  1260.             <summary>Converts a <see cref="T:System.String"></see> type to a <see cref="T:System.Uri"></see> type, and vice versa.</summary>
  1261.         </member>
  1262.         <member name="M:System.UriTypeConverter.#ctor">
  1263.             <summary>Initializes a new instance of the <see cref="T:System.UriTypeConverter"></see> class.</summary>
  1264.         </member>
  1265.         <member name="M:System.UriTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  1266.             <summary>Returns whether this converter can convert an object of the given type to the type of this converter.</summary>
  1267.             <returns>true if sourceType is a <see cref="T:System.String"></see> type or a <see cref="T:System.Uri"></see> type can be assigned from sourceType; otherwise, false.</returns>
  1268.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see>  that provides a format context.</param>
  1269.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type that you want to convert from.</param>
  1270.             <exception cref="ArgumentNullException">sourceType is null.</exception>
  1271.         </member>
  1272.         <member name="M:System.UriTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  1273.             <summary>Returns whether this converter can convert the object to the specified type, using the specified context.</summary>
  1274.             <returns>true if destinationType is of type <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor,"></see><see cref="T:System.String"></see>, or <see cref="T:System.Uri"></see>; otherwise, false.</returns>
  1275.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see>  that provides a format context.</param>
  1276.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type that you want to convert to.</param>
  1277.         </member>
  1278.         <member name="M:System.UriTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  1279.             <summary>Converts the given object to the type of this converter, using the specified context and culture information.</summary>
  1280.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  1281.             <param name="culture">The <see cref="T:System.Globalization.CultureInfo"></see> to use as the current culture.</param>
  1282.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see>  that provides a format context.</param>
  1283.             <param name="value">The <see cref="T:System.Object"></see> to convert.</param>
  1284.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
  1285.         </member>
  1286.         <member name="M:System.UriTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  1287.             <summary>Converts a given value object to the specified type, using the specified context and culture information.</summary>
  1288.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  1289.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see>. If null is passed, the current culture is assumed.</param>
  1290.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see>  that provides a format context.</param>
  1291.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value parameter to.</param>
  1292.             <param name="value">The <see cref="T:System.Object"></see> to convert.</param>
  1293.             <exception cref="T:System.ArgumentNullException">The destinationType parameter is null.</exception>
  1294.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed.</exception>
  1295.         </member>
  1296.         <member name="M:System.UriTypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  1297.             <summary>Returns whether the given value object is a <see cref="T:System.Uri"></see> or a <see cref="T:System.Uri"></see> can be created from it.</summary>
  1298.             <returns>true if value is a <see cref="T:System.Uri"></see> or a <see cref="T:System.String"></see> from which a <see cref="T:System.Uri"></see> can be created; otherwise, false.</returns>
  1299.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see>  that provides a format context.</param>
  1300.             <param name="value">The <see cref="T:System.Object"></see> to test for validity.</param>
  1301.         </member>
  1302.         <member name="N:System.CodeDom">
  1303.             <summary>The <see cref="N:System.CodeDom"></see> namespace contains classes that can be used to represent the elements and structure of a source code document. The classes in this namespace can be used to model the structure of a source code document that can be output as source code in a supported language using the functionality provided by the <see cref="N:System.CodeDom.Compiler"></see> namespace.</summary>
  1304.         </member>
  1305.         <member name="T:System.CodeDom.CodeArgumentReferenceExpression">
  1306.             <summary>Represents a reference to the value of an argument passed to a method.</summary>
  1307.         </member>
  1308.         <member name="M:System.CodeDom.CodeArgumentReferenceExpression.#ctor">
  1309.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArgumentReferenceExpression"></see> class.</summary>
  1310.         </member>
  1311.         <member name="M:System.CodeDom.CodeArgumentReferenceExpression.#ctor(System.String)">
  1312.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArgumentReferenceExpression"></see> class using the specified parameter name.</summary>
  1313.             <param name="parameterName">The name of the parameter to reference. </param>
  1314.         </member>
  1315.         <member name="P:System.CodeDom.CodeArgumentReferenceExpression.ParameterName">
  1316.             <summary>Gets or sets the name of the parameter this expression references.</summary>
  1317.             <returns>The name of the parameter to reference.</returns>
  1318.         </member>
  1319.         <member name="T:System.CodeDom.CodeArrayCreateExpression">
  1320.             <summary>Represents an expression that creates an array.</summary>
  1321.         </member>
  1322.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor">
  1323.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class.</summary>
  1324.         </member>
  1325.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)">
  1326.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class using the specified array data type and code expression indicating the number of indexes for the array.</summary>
  1327.             <param name="createType">A <see cref="T:System.CodeDom.CodeTypeReference"></see> indicating the data type of the array to create. </param>
  1328.             <param name="size">An expression that indicates the number of indexes of the array to create. </param>
  1329.         </member>
  1330.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])">
  1331.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class using the specified array data type and initialization expressions.</summary>
  1332.             <param name="createType">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the array to create. </param>
  1333.             <param name="initializers">An array of expressions to use to initialize the array. </param>
  1334.         </member>
  1335.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.Int32)">
  1336.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class using the specified array data type and number of indexes for the array.</summary>
  1337.             <param name="createType">A <see cref="T:System.CodeDom.CodeTypeReference"></see> indicating the data type of the array to create. </param>
  1338.             <param name="size">The number of indexes of the array to create. </param>
  1339.         </member>
  1340.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression)">
  1341.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class using the specified array data type name and code expression indicating the number of indexes for the array.</summary>
  1342.             <param name="createType">The name of the data type of the array to create. </param>
  1343.             <param name="size">An expression that indicates the number of indexes of the array to create. </param>
  1344.         </member>
  1345.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])">
  1346.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class using the specified array data type name and initializers.</summary>
  1347.             <param name="createType">The name of the data type of the array to create. </param>
  1348.             <param name="initializers">An array of expressions to use to initialize the array. </param>
  1349.         </member>
  1350.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.String,System.Int32)">
  1351.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class using the specified array data type name and number of indexes for the array.</summary>
  1352.             <param name="createType">The name of the data type of the array to create. </param>
  1353.             <param name="size">The number of indexes of the array to create. </param>
  1354.         </member>
  1355.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression)">
  1356.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class using the specified array data type and code expression indicating the number of indexes for the array.</summary>
  1357.             <param name="createType">The data type of the array to create. </param>
  1358.             <param name="size">An expression that indicates the number of indexes of the array to create. </param>
  1359.         </member>
  1360.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])">
  1361.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class using the specified array data type and initializers.</summary>
  1362.             <param name="createType">The data type of the array to create. </param>
  1363.             <param name="initializers">An array of expressions to use to initialize the array. </param>
  1364.         </member>
  1365.         <member name="M:System.CodeDom.CodeArrayCreateExpression.#ctor(System.Type,System.Int32)">
  1366.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> class using the specified array data type and number of indexes for the array.</summary>
  1367.             <param name="createType">The data type of the array to create. </param>
  1368.             <param name="size">The number of indexes of the array to create. </param>
  1369.         </member>
  1370.         <member name="P:System.CodeDom.CodeArrayCreateExpression.CreateType">
  1371.             <summary>Gets or sets the type of array to create.</summary>
  1372.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type of the array.</returns>
  1373.         </member>
  1374.         <member name="P:System.CodeDom.CodeArrayCreateExpression.Initializers">
  1375.             <summary>Gets the initializers with which to initialize the array.</summary>
  1376.             <returns>A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> that indicates the initialization values.</returns>
  1377.         </member>
  1378.         <member name="P:System.CodeDom.CodeArrayCreateExpression.Size">
  1379.             <summary>Gets or sets the number of indexes in the array.</summary>
  1380.             <returns>The number of indexes in the array.</returns>
  1381.         </member>
  1382.         <member name="P:System.CodeDom.CodeArrayCreateExpression.SizeExpression">
  1383.             <summary>Gets or sets the expression that indicates the size of the array.</summary>
  1384.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the size of the array.</returns>
  1385.         </member>
  1386.         <member name="T:System.CodeDom.CodeArrayIndexerExpression">
  1387.             <summary>Represents a reference to an index of an array.</summary>
  1388.         </member>
  1389.         <member name="M:System.CodeDom.CodeArrayIndexerExpression.#ctor">
  1390.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayIndexerExpression"></see> class.</summary>
  1391.         </member>
  1392.         <member name="M:System.CodeDom.CodeArrayIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])">
  1393.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeArrayIndexerExpression"></see> class using the specified target object and indexes.</summary>
  1394.             <param name="indices">The index or indexes to reference. </param>
  1395.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the array the indexer targets. </param>
  1396.         </member>
  1397.         <member name="P:System.CodeDom.CodeArrayIndexerExpression.Indices">
  1398.             <summary>Gets or sets the index or indexes of the indexer expression.</summary>
  1399.             <returns>A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> that indicates the index or indexes of the indexer expression.</returns>
  1400.         </member>
  1401.         <member name="P:System.CodeDom.CodeArrayIndexerExpression.TargetObject">
  1402.             <summary>Gets or sets the target object of the array indexer.</summary>
  1403.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that represents the array being indexed.</returns>
  1404.         </member>
  1405.         <member name="T:System.CodeDom.CodeAssignStatement">
  1406.             <summary>Represents a simple assignment statement.</summary>
  1407.         </member>
  1408.         <member name="M:System.CodeDom.CodeAssignStatement.#ctor">
  1409.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAssignStatement"></see> class.</summary>
  1410.         </member>
  1411.         <member name="M:System.CodeDom.CodeAssignStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression)">
  1412.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAssignStatement"></see> class using the specified expressions.</summary>
  1413.             <param name="right">The value to assign. </param>
  1414.             <param name="left">The variable to assign to. </param>
  1415.         </member>
  1416.         <member name="P:System.CodeDom.CodeAssignStatement.Left">
  1417.             <summary>Gets or sets the expression representing the object or reference to assign to.</summary>
  1418.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object or reference to assign to.</returns>
  1419.         </member>
  1420.         <member name="P:System.CodeDom.CodeAssignStatement.Right">
  1421.             <summary>Gets or sets the expression representing the object or reference to assign.</summary>
  1422.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object or reference to assign.</returns>
  1423.         </member>
  1424.         <member name="T:System.CodeDom.CodeAttachEventStatement">
  1425.             <summary>Represents a statement that attaches an event-handler delegate to an event.</summary>
  1426.         </member>
  1427.         <member name="M:System.CodeDom.CodeAttachEventStatement.#ctor">
  1428.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttachEventStatement"></see> class.</summary>
  1429.         </member>
  1430.         <member name="M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)">
  1431.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttachEventStatement"></see> class using the specified event and delegate.</summary>
  1432.             <param name="eventRef">A <see cref="T:System.CodeDom.CodeEventReferenceExpression"></see> that indicates the event to attach an event handler to. </param>
  1433.             <param name="listener">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the new event handler. </param>
  1434.         </member>
  1435.         <member name="M:System.CodeDom.CodeAttachEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)">
  1436.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttachEventStatement"></see> class using the specified object containing the event, event name, and event-handler delegate.</summary>
  1437.             <param name="eventName">The name of the event to attach an event handler to. </param>
  1438.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object that contains the event. </param>
  1439.             <param name="listener">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the new event handler. </param>
  1440.         </member>
  1441.         <member name="P:System.CodeDom.CodeAttachEventStatement.Event">
  1442.             <summary>Gets or sets the event to attach an event-handler delegate to.</summary>
  1443.             <returns>A <see cref="T:System.CodeDom.CodeEventReferenceExpression"></see> that indicates the event to attach an event handler to.</returns>
  1444.         </member>
  1445.         <member name="P:System.CodeDom.CodeAttachEventStatement.Listener">
  1446.             <summary>Gets or sets the new event-handler delegate to attach to the event.</summary>
  1447.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the new event handler to attach.</returns>
  1448.         </member>
  1449.         <member name="T:System.CodeDom.CodeAttributeArgument">
  1450.             <summary>Represents an argument used in a metadata attribute declaration.</summary>
  1451.         </member>
  1452.         <member name="M:System.CodeDom.CodeAttributeArgument.#ctor">
  1453.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeArgument"></see> class.</summary>
  1454.         </member>
  1455.         <member name="M:System.CodeDom.CodeAttributeArgument.#ctor(System.CodeDom.CodeExpression)">
  1456.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeArgument"></see> class using the specified value.</summary>
  1457.             <param name="value">A <see cref="T:System.CodeDom.CodeExpression"></see> that represents the value of the argument. </param>
  1458.         </member>
  1459.         <member name="M:System.CodeDom.CodeAttributeArgument.#ctor(System.String,System.CodeDom.CodeExpression)">
  1460.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeArgument"></see> class using the specified name and value.</summary>
  1461.             <param name="name">The name of the attribute property the argument applies to. </param>
  1462.             <param name="value">A <see cref="T:System.CodeDom.CodeExpression"></see> that represents the value of the argument. </param>
  1463.         </member>
  1464.         <member name="P:System.CodeDom.CodeAttributeArgument.Name">
  1465.             <summary>Gets or sets the name of the attribute.</summary>
  1466.             <returns>The name of the attribute property the argument is for.</returns>
  1467.         </member>
  1468.         <member name="P:System.CodeDom.CodeAttributeArgument.Value">
  1469.             <summary>Gets or sets the value for the attribute argument.</summary>
  1470.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the value for the attribute argument.</returns>
  1471.         </member>
  1472.         <member name="T:System.CodeDom.CodeAttributeArgumentCollection">
  1473.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeAttributeArgument"></see> objects.</summary>
  1474.         </member>
  1475.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.#ctor">
  1476.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeArgumentCollection"></see> class.</summary>
  1477.         </member>
  1478.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgument[])">
  1479.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeArgumentCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeAttributeArgument"></see> objects.</summary>
  1480.             <param name="value">An array of <see cref="T:System.CodeDom.CodeAttributeArgument"></see> objects with which to initialize the collection. </param>
  1481.         </member>
  1482.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.#ctor(System.CodeDom.CodeAttributeArgumentCollection)">
  1483.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeArgumentCollection"></see> class containing the elements of the specified source collection.</summary>
  1484.             <param name="value">A <see cref="T:System.CodeDom.CodeAttributeArgumentCollection"></see> with which to initialize the collection. </param>
  1485.         </member>
  1486.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.Add(System.CodeDom.CodeAttributeArgument)">
  1487.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeAttributeArgument"></see> to the collection.</summary>
  1488.             <returns>The index at which the new element was inserted.</returns>
  1489.             <param name="value">The <see cref="T:System.CodeDom.CodeAttributeArgument"></see> to add. </param>
  1490.         </member>
  1491.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgument[])">
  1492.             <summary>Copies the elements of the specified <see cref="T:System.CodeDom.CodeAttributeArgument"></see> array to the end of the collection.</summary>
  1493.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeAttributeArgument"></see> containing the objects to add to the collection. </param>
  1494.         </member>
  1495.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.AddRange(System.CodeDom.CodeAttributeArgumentCollection)">
  1496.             <summary>Adds the contents of another <see cref="T:System.CodeDom.CodeAttributeArgumentCollection"></see> to the end of the collection.</summary>
  1497.             <param name="value">A <see cref="T:System.CodeDom.CodeAttributeArgumentCollection"></see> containing the objects to add to the collection. </param>
  1498.         </member>
  1499.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.Contains(System.CodeDom.CodeAttributeArgument)">
  1500.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeAttributeArgument"></see>.</summary>
  1501.             <returns>true if the collection contains the specified object; otherwise, false.</returns>
  1502.             <param name="value">A <see cref="T:System.CodeDom.CodeAttributeArgument"></see> to search for in the collection. </param>
  1503.         </member>
  1504.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.CopyTo(System.CodeDom.CodeAttributeArgument[],System.Int32)">
  1505.             <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance beginning at the specified index.</summary>
  1506.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  1507.             <param name="index">The index of the array at which to begin inserting. </param>
  1508.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  1509.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  1510.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeAttributeArgumentCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  1511.         </member>
  1512.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.IndexOf(System.CodeDom.CodeAttributeArgument)">
  1513.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeAttributeArgument"></see>, if it exists in the collection.</summary>
  1514.             <returns>The index in the collection of the specified object, if found; otherwise, -1.</returns>
  1515.             <param name="value">The <see cref="T:System.CodeDom.CodeAttributeArgument"></see> to locate in the collection. </param>
  1516.         </member>
  1517.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.Insert(System.Int32,System.CodeDom.CodeAttributeArgument)">
  1518.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeAttributeArgument"></see> into the collection at the specified index.</summary>
  1519.             <param name="value">The <see cref="T:System.CodeDom.CodeAttributeArgument"></see> to insert. </param>
  1520.             <param name="index">The zero-based index where the specified object should be inserted. </param>
  1521.         </member>
  1522.         <member name="M:System.CodeDom.CodeAttributeArgumentCollection.Remove(System.CodeDom.CodeAttributeArgument)">
  1523.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeAttributeArgument"></see> from the collection.</summary>
  1524.             <param name="value">The <see cref="T:System.CodeDom.CodeAttributeArgument"></see> to remove from the collection. </param>
  1525.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  1526.         </member>
  1527.         <member name="P:System.CodeDom.CodeAttributeArgumentCollection.Item(System.Int32)">
  1528.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeAttributeArgument"></see> at the specified index in the collection.</summary>
  1529.             <returns>A <see cref="T:System.CodeDom.CodeAttributeArgument"></see> at each valid index.</returns>
  1530.             <param name="index">The index of the collection to access. </param>
  1531.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  1532.         </member>
  1533.         <member name="T:System.CodeDom.CodeAttributeDeclaration">
  1534.             <summary>Represents an attribute declaration.</summary>
  1535.         </member>
  1536.         <member name="M:System.CodeDom.CodeAttributeDeclaration.#ctor">
  1537.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> class.</summary>
  1538.         </member>
  1539.         <member name="M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference)">
  1540.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> class using the specified code type reference.</summary>
  1541.             <param name="attributeType">The <see cref="T:System.CodeDom.CodeTypeReference"></see> that identifies the attribute.</param>
  1542.         </member>
  1543.         <member name="M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String)">
  1544.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> class using the specified name.</summary>
  1545.             <param name="name">The name of the attribute. </param>
  1546.         </member>
  1547.         <member name="M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeAttributeArgument[])">
  1548.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> class using the specified code type reference and arguments.</summary>
  1549.             <param name="arguments">An array of type <see cref="T:System.CodeDom.CodeAttributeArgument"></see> that contains the arguments for the attribute.</param>
  1550.             <param name="attributeType">The <see cref="T:System.CodeDom.CodeTypeReference"></see> that identifies the attribute.</param>
  1551.         </member>
  1552.         <member name="M:System.CodeDom.CodeAttributeDeclaration.#ctor(System.String,System.CodeDom.CodeAttributeArgument[])">
  1553.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> class using the specified name and arguments.</summary>
  1554.             <param name="name">The name of the attribute. </param>
  1555.             <param name="arguments">An array of type <see cref="T:System.CodeDom.CodeAttributeArgument"></see>  that contains the arguments for the attribute. </param>
  1556.         </member>
  1557.         <member name="P:System.CodeDom.CodeAttributeDeclaration.Arguments">
  1558.             <summary>Gets the arguments for the attribute.</summary>
  1559.             <returns>A <see cref="T:System.CodeDom.CodeAttributeArgumentCollection"></see> that contains the arguments for the attribute.</returns>
  1560.         </member>
  1561.         <member name="P:System.CodeDom.CodeAttributeDeclaration.AttributeType">
  1562.             <summary>Gets the code type reference for the code attribute declaration.</summary>
  1563.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that identifies the <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see>.</returns>
  1564.         </member>
  1565.         <member name="P:System.CodeDom.CodeAttributeDeclaration.Name">
  1566.             <summary>Gets or sets the name of the attribute being declared.</summary>
  1567.             <returns>The name of the attribute.</returns>
  1568.         </member>
  1569.         <member name="T:System.CodeDom.CodeAttributeDeclarationCollection">
  1570.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> objects.</summary>
  1571.         </member>
  1572.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor">
  1573.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> class.</summary>
  1574.         </member>
  1575.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclaration[])">
  1576.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> class using the specified array of <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> objects.</summary>
  1577.             <param name="value">An array of <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> objects with which to initialize the collection. </param>
  1578.         </member>
  1579.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.#ctor(System.CodeDom.CodeAttributeDeclarationCollection)">
  1580.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> class containing the elements of the specified source collection.</summary>
  1581.             <param name="value">A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> with which to initialize the collection. </param>
  1582.         </member>
  1583.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.Add(System.CodeDom.CodeAttributeDeclaration)">
  1584.             <summary>Adds a <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> with the specified value to the collection.</summary>
  1585.             <returns>The index at which the new element was inserted.</returns>
  1586.             <param name="value">The <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> to add. </param>
  1587.         </member>
  1588.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclaration[])">
  1589.             <summary>Copies the elements of the specified <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> array to the end of the collection.</summary>
  1590.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> containing the objects to add to the collection. </param>
  1591.         </member>
  1592.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.AddRange(System.CodeDom.CodeAttributeDeclarationCollection)">
  1593.             <summary>Adds the contents of another <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> to the end of the collection.</summary>
  1594.             <param name="value">A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> containing the objects to add to the collection. </param>
  1595.         </member>
  1596.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.Contains(System.CodeDom.CodeAttributeDeclaration)">
  1597.             <summary>Gets or sets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see>.</summary>
  1598.             <returns>true if the collection contains the specified object; otherwise, false.</returns>
  1599.             <param name="value">The <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> to locate. </param>
  1600.         </member>
  1601.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.CopyTo(System.CodeDom.CodeAttributeDeclaration[],System.Int32)">
  1602.             <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance beginning at the specified index.</summary>
  1603.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  1604.             <param name="index">The index of the array at which to begin inserting. </param>
  1605.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  1606.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  1607.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  1608.         </member>
  1609.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.IndexOf(System.CodeDom.CodeAttributeDeclaration)">
  1610.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see>, if it exists in the collection.</summary>
  1611.             <returns>The index in the collection of the specified object, if found; otherwise, -1.</returns>
  1612.             <param name="value">The <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> to locate in the collection. </param>
  1613.         </member>
  1614.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeAttributeDeclaration)">
  1615.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> into the collection at the specified index.</summary>
  1616.             <param name="value">The <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> to insert. </param>
  1617.             <param name="index">The zero-based index where the specified object should be inserted. </param>
  1618.         </member>
  1619.         <member name="M:System.CodeDom.CodeAttributeDeclarationCollection.Remove(System.CodeDom.CodeAttributeDeclaration)">
  1620.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> from the collection.</summary>
  1621.             <param name="value">The <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> to remove from the collection. </param>
  1622.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  1623.         </member>
  1624.         <member name="P:System.CodeDom.CodeAttributeDeclarationCollection.Item(System.Int32)">
  1625.             <summary>Indicates the <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> at the specified index.</summary>
  1626.             <returns>A <see cref="T:System.CodeDom.CodeAttributeDeclaration"></see> at each valid index.</returns>
  1627.             <param name="index">The index of the collection to access. </param>
  1628.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  1629.         </member>
  1630.         <member name="T:System.CodeDom.CodeBaseReferenceExpression">
  1631.             <summary>Represents a reference to the base class.</summary>
  1632.         </member>
  1633.         <member name="M:System.CodeDom.CodeBaseReferenceExpression.#ctor">
  1634.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeBaseReferenceExpression"></see> class. </summary>
  1635.         </member>
  1636.         <member name="T:System.CodeDom.CodeBinaryOperatorExpression">
  1637.             <summary>Represents an expression that consists of a binary operation between two expressions.</summary>
  1638.         </member>
  1639.         <member name="M:System.CodeDom.CodeBinaryOperatorExpression.#ctor">
  1640.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeBinaryOperatorExpression"></see> class.</summary>
  1641.         </member>
  1642.         <member name="M:System.CodeDom.CodeBinaryOperatorExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeBinaryOperatorType,System.CodeDom.CodeExpression)">
  1643.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeBinaryOperatorExpression"></see> class using the specified parameters.</summary>
  1644.             <param name="right">The <see cref="T:System.CodeDom.CodeExpression"></see> on the right of the operator. </param>
  1645.             <param name="left">The <see cref="T:System.CodeDom.CodeExpression"></see> on the left of the operator. </param>
  1646.             <param name="op">A <see cref="T:System.CodeDom.CodeBinaryOperatorType"></see> indicating the type of operator. </param>
  1647.         </member>
  1648.         <member name="P:System.CodeDom.CodeBinaryOperatorExpression.Left">
  1649.             <summary>Gets or sets the code expression on the left of the operator.</summary>
  1650.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the left operand.</returns>
  1651.         </member>
  1652.         <member name="P:System.CodeDom.CodeBinaryOperatorExpression.Operator">
  1653.             <summary>Gets or sets the operator in the binary operator expression.</summary>
  1654.             <returns>A <see cref="T:System.CodeDom.CodeBinaryOperatorType"></see> that indicates the type of operator in the expression.</returns>
  1655.         </member>
  1656.         <member name="P:System.CodeDom.CodeBinaryOperatorExpression.Right">
  1657.             <summary>Gets or sets the code expression on the right of the operator.</summary>
  1658.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the right operand.</returns>
  1659.         </member>
  1660.         <member name="T:System.CodeDom.CodeBinaryOperatorType">
  1661.             <summary>Defines identifiers for supported binary operators.</summary>
  1662.         </member>
  1663.         <member name="F:System.CodeDom.CodeBinaryOperatorType.Add">
  1664.             <summary>Addition operator.</summary>
  1665.         </member>
  1666.         <member name="F:System.CodeDom.CodeBinaryOperatorType.Assign">
  1667.             <summary>Assignment operator.</summary>
  1668.         </member>
  1669.         <member name="F:System.CodeDom.CodeBinaryOperatorType.BitwiseAnd">
  1670.             <summary>Bitwise and operator.</summary>
  1671.         </member>
  1672.         <member name="F:System.CodeDom.CodeBinaryOperatorType.BitwiseOr">
  1673.             <summary>Bitwise or operator.</summary>
  1674.         </member>
  1675.         <member name="F:System.CodeDom.CodeBinaryOperatorType.BooleanAnd">
  1676.             <summary>Boolean and operator. This represents a short circuiting operator. A short circuiting operator will evaluate only as many expressions as necessary before returning a correct value.</summary>
  1677.         </member>
  1678.         <member name="F:System.CodeDom.CodeBinaryOperatorType.BooleanOr">
  1679.             <summary>Boolean or operator. This represents a short circuiting operator. A short circuiting operator will evaluate only as many expressions as necessary before returning a correct value.</summary>
  1680.         </member>
  1681.         <member name="F:System.CodeDom.CodeBinaryOperatorType.Divide">
  1682.             <summary>Division operator.</summary>
  1683.         </member>
  1684.         <member name="F:System.CodeDom.CodeBinaryOperatorType.GreaterThan">
  1685.             <summary>Greater than operator.</summary>
  1686.         </member>
  1687.         <member name="F:System.CodeDom.CodeBinaryOperatorType.GreaterThanOrEqual">
  1688.             <summary>Greater than or equal operator.</summary>
  1689.         </member>
  1690.         <member name="F:System.CodeDom.CodeBinaryOperatorType.IdentityEquality">
  1691.             <summary>Identity equal operator.</summary>
  1692.         </member>
  1693.         <member name="F:System.CodeDom.CodeBinaryOperatorType.IdentityInequality">
  1694.             <summary>Identity not equal operator.</summary>
  1695.         </member>
  1696.         <member name="F:System.CodeDom.CodeBinaryOperatorType.LessThan">
  1697.             <summary>Less than operator.</summary>
  1698.         </member>
  1699.         <member name="F:System.CodeDom.CodeBinaryOperatorType.LessThanOrEqual">
  1700.             <summary>Less than or equal operator.</summary>
  1701.         </member>
  1702.         <member name="F:System.CodeDom.CodeBinaryOperatorType.Modulus">
  1703.             <summary>Modulus operator.</summary>
  1704.         </member>
  1705.         <member name="F:System.CodeDom.CodeBinaryOperatorType.Multiply">
  1706.             <summary>Multiplication operator.</summary>
  1707.         </member>
  1708.         <member name="F:System.CodeDom.CodeBinaryOperatorType.Subtract">
  1709.             <summary>Subtraction operator.</summary>
  1710.         </member>
  1711.         <member name="F:System.CodeDom.CodeBinaryOperatorType.ValueEquality">
  1712.             <summary>Value equal operator.</summary>
  1713.         </member>
  1714.         <member name="T:System.CodeDom.CodeCastExpression">
  1715.             <summary>Represents an expression cast to a data type or interface.</summary>
  1716.         </member>
  1717.         <member name="M:System.CodeDom.CodeCastExpression.#ctor">
  1718.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCastExpression"></see> class.</summary>
  1719.         </member>
  1720.         <member name="M:System.CodeDom.CodeCastExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression)">
  1721.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCastExpression"></see> class using the specified destination type and expression.</summary>
  1722.             <param name="targetType">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the destination type of the cast. </param>
  1723.             <param name="expression">The <see cref="T:System.CodeDom.CodeExpression"></see> to cast. </param>
  1724.         </member>
  1725.         <member name="M:System.CodeDom.CodeCastExpression.#ctor(System.String,System.CodeDom.CodeExpression)">
  1726.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCastExpression"></see> class using the specified destination type and expression.</summary>
  1727.             <param name="targetType">The name of the destination type of the cast. </param>
  1728.             <param name="expression">The <see cref="T:System.CodeDom.CodeExpression"></see> to cast. </param>
  1729.         </member>
  1730.         <member name="M:System.CodeDom.CodeCastExpression.#ctor(System.Type,System.CodeDom.CodeExpression)">
  1731.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCastExpression"></see> class using the specified destination type and expression.</summary>
  1732.             <param name="targetType">The destination data type of the cast. </param>
  1733.             <param name="expression">The <see cref="T:System.CodeDom.CodeExpression"></see> to cast. </param>
  1734.         </member>
  1735.         <member name="P:System.CodeDom.CodeCastExpression.Expression">
  1736.             <summary>Gets or sets the expression to cast.</summary>
  1737.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the code to cast.</returns>
  1738.         </member>
  1739.         <member name="P:System.CodeDom.CodeCastExpression.TargetType">
  1740.             <summary>Gets or sets the destination type of the cast.</summary>
  1741.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the destination type to cast to.</returns>
  1742.         </member>
  1743.         <member name="T:System.CodeDom.CodeCatchClause">
  1744.             <summary>Represents a catch exception block of a try/catch statement.</summary>
  1745.         </member>
  1746.         <member name="M:System.CodeDom.CodeCatchClause.#ctor">
  1747.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCatchClause"></see> class.</summary>
  1748.         </member>
  1749.         <member name="M:System.CodeDom.CodeCatchClause.#ctor(System.String)">
  1750.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCatchClause"></see> class using the specified local variable name for the exception.</summary>
  1751.             <param name="localName">The name of the local variable declared in the catch clause for the exception. This is optional. </param>
  1752.         </member>
  1753.         <member name="M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference)">
  1754.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCatchClause"></see> class using the specified local variable name for the exception and exception type.</summary>
  1755.             <param name="localName">The name of the local variable declared in the catch clause for the exception. This is optional. </param>
  1756.             <param name="catchExceptionType">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type of exception to catch. </param>
  1757.         </member>
  1758.         <member name="M:System.CodeDom.CodeCatchClause.#ctor(System.String,System.CodeDom.CodeTypeReference,System.CodeDom.CodeStatement[])">
  1759.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCatchClause"></see> class using the specified local variable name for the exception, exception type and statement collection.</summary>
  1760.             <param name="localName">The name of the local variable declared in the catch clause for the exception. This is optional. </param>
  1761.             <param name="statements">An array of <see cref="T:System.CodeDom.CodeStatement"></see> objects that represent the contents of the catch block. </param>
  1762.             <param name="catchExceptionType">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type of exception to catch. </param>
  1763.         </member>
  1764.         <member name="P:System.CodeDom.CodeCatchClause.CatchExceptionType">
  1765.             <summary>Gets or sets the type of the exception to handle with the catch block.</summary>
  1766.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type of the exception to handle.</returns>
  1767.         </member>
  1768.         <member name="P:System.CodeDom.CodeCatchClause.LocalName">
  1769.             <summary>Gets or sets the variable name of the exception that the catch clause handles.</summary>
  1770.             <returns>The name for the exception variable that the catch clause handles.</returns>
  1771.         </member>
  1772.         <member name="P:System.CodeDom.CodeCatchClause.Statements">
  1773.             <summary>Gets the statements within the catch block.</summary>
  1774.             <returns>A <see cref="T:System.CodeDom.CodeStatementCollection"></see> containing the statements within the catch block.</returns>
  1775.         </member>
  1776.         <member name="T:System.CodeDom.CodeCatchClauseCollection">
  1777.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeCatchClause"></see> objects.</summary>
  1778.         </member>
  1779.         <member name="M:System.CodeDom.CodeCatchClauseCollection.#ctor">
  1780.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCatchClauseCollection"></see> class.</summary>
  1781.         </member>
  1782.         <member name="M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClause[])">
  1783.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCatchClauseCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeCatchClause"></see> objects.</summary>
  1784.             <param name="value">An array of <see cref="T:System.CodeDom.CodeCatchClause"></see> objects with which to intialize the collection. </param>
  1785.         </member>
  1786.         <member name="M:System.CodeDom.CodeCatchClauseCollection.#ctor(System.CodeDom.CodeCatchClauseCollection)">
  1787.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCatchClauseCollection"></see> class containing the elements of the specified source collection.</summary>
  1788.             <param name="value">A <see cref="T:System.CodeDom.CodeCatchClauseCollection"></see> with which to initialize the collection. </param>
  1789.         </member>
  1790.         <member name="M:System.CodeDom.CodeCatchClauseCollection.Add(System.CodeDom.CodeCatchClause)">
  1791.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeCatchClause"></see> to the collection.</summary>
  1792.             <returns>The index at which the new element was inserted.</returns>
  1793.             <param name="value">The <see cref="T:System.CodeDom.CodeCatchClause"></see> to add. </param>
  1794.         </member>
  1795.         <member name="M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClause[])">
  1796.             <summary>Copies the elements of the specified <see cref="T:System.CodeDom.CodeCatchClause"></see> array to the end of the collection.</summary>
  1797.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeCatchClause"></see> containing the objects to add to the collection. </param>
  1798.         </member>
  1799.         <member name="M:System.CodeDom.CodeCatchClauseCollection.AddRange(System.CodeDom.CodeCatchClauseCollection)">
  1800.             <summary>Adds the contents of another <see cref="T:System.CodeDom.CodeCatchClauseCollection"></see> to the end of the collection.</summary>
  1801.             <param name="value">A <see cref="T:System.CodeDom.CodeCatchClauseCollection"></see> containing the objects to add to the collection. </param>
  1802.         </member>
  1803.         <member name="M:System.CodeDom.CodeCatchClauseCollection.Contains(System.CodeDom.CodeCatchClause)">
  1804.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeCatchClause"></see>.</summary>
  1805.             <returns>true if the <see cref="T:System.CodeDom.CodeCatchClause"></see> is contained in the collection; otherwise, false.</returns>
  1806.             <param name="value">The <see cref="T:System.CodeDom.CodeCatchClause"></see> to search for in the collection. </param>
  1807.         </member>
  1808.         <member name="M:System.CodeDom.CodeCatchClauseCollection.CopyTo(System.CodeDom.CodeCatchClause[],System.Int32)">
  1809.             <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance beginning at the specified index.</summary>
  1810.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  1811.             <param name="index">The index of the array at which to begin inserting. </param>
  1812.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeCatchClauseCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  1813.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  1814.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  1815.         </member>
  1816.         <member name="M:System.CodeDom.CodeCatchClauseCollection.IndexOf(System.CodeDom.CodeCatchClause)">
  1817.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeCatchClause"></see>, if it exists in the collection.</summary>
  1818.             <returns>The index in the collection of the specified object, if found; otherwise, -1.</returns>
  1819.             <param name="value">The <see cref="T:System.CodeDom.CodeCatchClause"></see> to locate in the collection. </param>
  1820.         </member>
  1821.         <member name="M:System.CodeDom.CodeCatchClauseCollection.Insert(System.Int32,System.CodeDom.CodeCatchClause)">
  1822.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeCatchClause"></see> into the collection at the specified index.</summary>
  1823.             <param name="value">The <see cref="T:System.CodeDom.CodeCatchClause"></see> to insert. </param>
  1824.             <param name="index">The zero-based index where the specified object should be inserted. </param>
  1825.         </member>
  1826.         <member name="M:System.CodeDom.CodeCatchClauseCollection.Remove(System.CodeDom.CodeCatchClause)">
  1827.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeCatchClause"></see> from the collection.</summary>
  1828.             <param name="value">The <see cref="T:System.CodeDom.CodeCatchClause"></see> to remove from the collection. </param>
  1829.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  1830.         </member>
  1831.         <member name="P:System.CodeDom.CodeCatchClauseCollection.Item(System.Int32)">
  1832.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeCatchClause"></see> at the specified index in the collection.</summary>
  1833.             <returns>A <see cref="T:System.CodeDom.CodeCatchClause"></see> at each valid index.</returns>
  1834.             <param name="index">The index of the collection to access. </param>
  1835.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  1836.         </member>
  1837.         <member name="T:System.CodeDom.CodeChecksumPragma">
  1838.             <summary>Represents a code checksum pragma code entity.  </summary>
  1839.         </member>
  1840.         <member name="M:System.CodeDom.CodeChecksumPragma.#ctor">
  1841.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeChecksumPragma"></see> class. </summary>
  1842.         </member>
  1843.         <member name="M:System.CodeDom.CodeChecksumPragma.#ctor(System.String,System.Guid,System.Byte[])">
  1844.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeChecksumPragma"></see> class using a file name, a GUID representing the checksum algorithm, and a byte stream representing the checksum data.</summary>
  1845.             <param name="fileName">The path to the checksum file.</param>
  1846.             <param name="checksumAlgorithmId">A <see cref="T:System.Guid"></see> that identifies the checksum algorithm to use.</param>
  1847.             <param name="checksumData">A byte array that contains the checksum data.</param>
  1848.         </member>
  1849.         <member name="P:System.CodeDom.CodeChecksumPragma.ChecksumAlgorithmId">
  1850.             <summary>Gets or sets a GUID that identifies the checksum algorithm to use.</summary>
  1851.             <returns>A <see cref="T:System.Guid"></see> that identifies the checksum algorithm to use.</returns>
  1852.         </member>
  1853.         <member name="P:System.CodeDom.CodeChecksumPragma.ChecksumData">
  1854.             <summary>Gets or sets the value of the data for the checksum calculation.</summary>
  1855.             <returns>A byte array that contains the data for the checksum calculation.</returns>
  1856.         </member>
  1857.         <member name="P:System.CodeDom.CodeChecksumPragma.FileName">
  1858.             <summary>Gets or sets the path to the checksum file.</summary>
  1859.             <returns>The path to the checksum file.</returns>
  1860.         </member>
  1861.         <member name="T:System.CodeDom.CodeComment">
  1862.             <summary>Represents a comment.</summary>
  1863.         </member>
  1864.         <member name="M:System.CodeDom.CodeComment.#ctor">
  1865.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeComment"></see> class.</summary>
  1866.         </member>
  1867.         <member name="M:System.CodeDom.CodeComment.#ctor(System.String)">
  1868.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeComment"></see> class with the specified text as contents.</summary>
  1869.             <param name="text">The contents of the comment. </param>
  1870.         </member>
  1871.         <member name="M:System.CodeDom.CodeComment.#ctor(System.String,System.Boolean)">
  1872.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeComment"></see> class using the specified text and documentation comment flag.</summary>
  1873.             <param name="docComment">true if the comment is a documentation comment; otherwise, false. </param>
  1874.             <param name="text">The contents of the comment. </param>
  1875.         </member>
  1876.         <member name="P:System.CodeDom.CodeComment.DocComment">
  1877.             <summary>Gets or sets a value that indicates whether the comment is a documentation comment.</summary>
  1878.             <returns>true if the comment is a documentation comment; otherwise, false.</returns>
  1879.         </member>
  1880.         <member name="P:System.CodeDom.CodeComment.Text">
  1881.             <summary>Gets or sets the text of the comment.</summary>
  1882.             <returns>A string containing the comment text.</returns>
  1883.         </member>
  1884.         <member name="T:System.CodeDom.CodeCommentStatement">
  1885.             <summary>Represents a statement consisting of a single comment.</summary>
  1886.         </member>
  1887.         <member name="M:System.CodeDom.CodeCommentStatement.#ctor">
  1888.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCommentStatement"></see> class.</summary>
  1889.         </member>
  1890.         <member name="M:System.CodeDom.CodeCommentStatement.#ctor(System.CodeDom.CodeComment)">
  1891.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCommentStatement"></see> class using the specified comment.</summary>
  1892.             <param name="comment">A <see cref="T:System.CodeDom.CodeComment"></see> that indicates the comment. </param>
  1893.         </member>
  1894.         <member name="M:System.CodeDom.CodeCommentStatement.#ctor(System.String)">
  1895.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCommentStatement"></see> class using the specified text as contents.</summary>
  1896.             <param name="text">The contents of the comment. </param>
  1897.         </member>
  1898.         <member name="M:System.CodeDom.CodeCommentStatement.#ctor(System.String,System.Boolean)">
  1899.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCommentStatement"></see> class using the specified text and documentation comment flag.</summary>
  1900.             <param name="docComment">true if the comment is a documentation comment; otherwise, false. </param>
  1901.             <param name="text">The contents of the comment. </param>
  1902.         </member>
  1903.         <member name="P:System.CodeDom.CodeCommentStatement.Comment">
  1904.             <summary>Gets or sets the contents of the comment.</summary>
  1905.             <returns>A <see cref="T:System.CodeDom.CodeComment"></see> that indicates the comment.</returns>
  1906.         </member>
  1907.         <member name="T:System.CodeDom.CodeCommentStatementCollection">
  1908.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeCommentStatement"></see> objects.</summary>
  1909.         </member>
  1910.         <member name="M:System.CodeDom.CodeCommentStatementCollection.#ctor">
  1911.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> class.</summary>
  1912.         </member>
  1913.         <member name="M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatement[])">
  1914.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeCommentStatement"></see> objects.</summary>
  1915.             <param name="value">An array of <see cref="T:System.CodeDom.CodeCommentStatement"></see> objects with which to initialize the collection. </param>
  1916.         </member>
  1917.         <member name="M:System.CodeDom.CodeCommentStatementCollection.#ctor(System.CodeDom.CodeCommentStatementCollection)">
  1918.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> class using the elements of the specified source collection.</summary>
  1919.             <param name="value">A <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> with which to initialize the collection. </param>
  1920.         </member>
  1921.         <member name="M:System.CodeDom.CodeCommentStatementCollection.Add(System.CodeDom.CodeCommentStatement)">
  1922.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeCommentStatement"></see> to the collection.</summary>
  1923.             <returns>The index at which the new element was inserted.</returns>
  1924.             <param name="value">The <see cref="T:System.CodeDom.CodeCommentStatement"></see> to add. </param>
  1925.         </member>
  1926.         <member name="M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatement[])">
  1927.             <summary>Adds the elements of the specified <see cref="T:System.CodeDom.CodeCommentStatement"></see> array to the end of the collection.</summary>
  1928.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeCommentStatement"></see> containing the objects to add to the collection. </param>
  1929.         </member>
  1930.         <member name="M:System.CodeDom.CodeCommentStatementCollection.AddRange(System.CodeDom.CodeCommentStatementCollection)">
  1931.             <summary>Adds the contents of the specified <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> to the end of the collection.</summary>
  1932.             <param name="value">A <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> containing the objects to add to the collection. </param>
  1933.         </member>
  1934.         <member name="M:System.CodeDom.CodeCommentStatementCollection.Contains(System.CodeDom.CodeCommentStatement)">
  1935.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeCommentStatement"></see>.</summary>
  1936.             <returns>true if the <see cref="T:System.CodeDom.CodeCommentStatement"></see> is contained in the collection; otherwise, false.</returns>
  1937.             <param name="value">The <see cref="T:System.CodeDom.CodeCommentStatement"></see> to search for in the collection. </param>
  1938.         </member>
  1939.         <member name="M:System.CodeDom.CodeCommentStatementCollection.CopyTo(System.CodeDom.CodeCommentStatement[],System.Int32)">
  1940.             <summary>Copies the collection objects to the specified one-dimensional <see cref="T:System.Array"></see> beginning at the specified index.</summary>
  1941.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  1942.             <param name="index">The index of the array at which to begin inserting. </param>
  1943.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  1944.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  1945.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  1946.         </member>
  1947.         <member name="M:System.CodeDom.CodeCommentStatementCollection.IndexOf(System.CodeDom.CodeCommentStatement)">
  1948.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeCommentStatement"></see>, if it exists in the collection.</summary>
  1949.             <returns>The index of the specified <see cref="T:System.CodeDom.CodeCommentStatement"></see> in the collection if found; otherwise, -1.</returns>
  1950.             <param name="value">The <see cref="T:System.CodeDom.CodeCommentStatement"></see> to locate. </param>
  1951.         </member>
  1952.         <member name="M:System.CodeDom.CodeCommentStatementCollection.Insert(System.Int32,System.CodeDom.CodeCommentStatement)">
  1953.             <summary>Inserts a <see cref="T:System.CodeDom.CodeCommentStatement"></see> into the collection at the specified index.</summary>
  1954.             <param name="value">The <see cref="T:System.CodeDom.CodeCommentStatement"></see> to insert. </param>
  1955.             <param name="index">The zero-based index where the item should be inserted. </param>
  1956.         </member>
  1957.         <member name="M:System.CodeDom.CodeCommentStatementCollection.Remove(System.CodeDom.CodeCommentStatement)">
  1958.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeCommentStatement"></see> from the collection.</summary>
  1959.             <param name="value">The <see cref="T:System.CodeDom.CodeCommentStatement"></see> to remove from the collection. </param>
  1960.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  1961.         </member>
  1962.         <member name="P:System.CodeDom.CodeCommentStatementCollection.Item(System.Int32)">
  1963.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeCommentStatement"></see> at the specified index in the collection.</summary>
  1964.             <returns>A <see cref="T:System.CodeDom.CodeCommentStatement"></see> at each valid index.</returns>
  1965.             <param name="index">The index of the collection to access. </param>
  1966.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  1967.         </member>
  1968.         <member name="T:System.CodeDom.CodeCompileUnit">
  1969.             <summary>Provides a container for a CodeDOM program graph.</summary>
  1970.         </member>
  1971.         <member name="M:System.CodeDom.CodeCompileUnit.#ctor">
  1972.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeCompileUnit"></see> class.</summary>
  1973.         </member>
  1974.         <member name="P:System.CodeDom.CodeCompileUnit.AssemblyCustomAttributes">
  1975.             <summary>Gets a collection of custom attributes for the generated assembly.</summary>
  1976.             <returns>A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> that indicates the custom attributes for the generated assembly.</returns>
  1977.         </member>
  1978.         <member name="P:System.CodeDom.CodeCompileUnit.EndDirectives">
  1979.             <summary>Gets a <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object containing end directives.</summary>
  1980.             <returns>A <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object containing end directives.</returns>
  1981.         </member>
  1982.         <member name="P:System.CodeDom.CodeCompileUnit.Namespaces">
  1983.             <summary>Gets the collection of namespaces.</summary>
  1984.             <returns>A <see cref="T:System.CodeDom.CodeNamespaceCollection"></see> that indicates the namespaces that the compile unit uses.</returns>
  1985.         </member>
  1986.         <member name="P:System.CodeDom.CodeCompileUnit.ReferencedAssemblies">
  1987.             <summary>Gets the referenced assemblies.</summary>
  1988.             <returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> that contains the file names of the referenced assemblies.</returns>
  1989.         </member>
  1990.         <member name="P:System.CodeDom.CodeCompileUnit.StartDirectives">
  1991.             <summary>Gets a <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object containing start directives.</summary>
  1992.             <returns>A <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object containing start directives.</returns>
  1993.         </member>
  1994.         <member name="T:System.CodeDom.CodeConditionStatement">
  1995.             <summary>Represents a conditional branch statement, typically represented as an if statement.</summary>
  1996.         </member>
  1997.         <member name="M:System.CodeDom.CodeConditionStatement.#ctor">
  1998.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeConditionStatement"></see> class.</summary>
  1999.         </member>
  2000.         <member name="M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[])">
  2001.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeConditionStatement"></see> class using the specified condition and statements.</summary>
  2002.             <param name="trueStatements">An array of type <see cref="T:System.CodeDom.CodeStatement"></see> containing the statements to execute if the condition is true. </param>
  2003.             <param name="condition">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the expression to evaluate. </param>
  2004.         </member>
  2005.         <member name="M:System.CodeDom.CodeConditionStatement.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeStatement[],System.CodeDom.CodeStatement[])">
  2006.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeConditionStatement"></see> class using the specified condition and statements.</summary>
  2007.             <param name="trueStatements">An array of type <see cref="T:System.CodeDom.CodeStatement"></see> containing the statements to execute if the condition is true. </param>
  2008.             <param name="falseStatements">An array of type <see cref="T:System.CodeDom.CodeStatement"></see> containing the statements to execute if the condition is false. </param>
  2009.             <param name="condition">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the condition to evaluate. </param>
  2010.         </member>
  2011.         <member name="P:System.CodeDom.CodeConditionStatement.Condition">
  2012.             <summary>Gets or sets the expression to evaluate true or false.</summary>
  2013.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> to evaluate true or false.</returns>
  2014.         </member>
  2015.         <member name="P:System.CodeDom.CodeConditionStatement.FalseStatements">
  2016.             <summary>Gets the collection of statements to execute if the conditional expression evaluates to false.</summary>
  2017.             <returns>A <see cref="T:System.CodeDom.CodeStatementCollection"></see> containing the statements to execute if the conditional expression evaluates to false.</returns>
  2018.         </member>
  2019.         <member name="P:System.CodeDom.CodeConditionStatement.TrueStatements">
  2020.             <summary>Gets the collection of statements to execute if the conditional expression evaluates to true.</summary>
  2021.             <returns>A <see cref="T:System.CodeDom.CodeStatementCollection"></see> containing the statements to execute if the conditional expression evaluates to true.</returns>
  2022.         </member>
  2023.         <member name="T:System.CodeDom.CodeConstructor">
  2024.             <summary>Represents a declaration for an instance constructor of a type.</summary>
  2025.         </member>
  2026.         <member name="M:System.CodeDom.CodeConstructor.#ctor">
  2027.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeConstructor"></see> class.</summary>
  2028.         </member>
  2029.         <member name="P:System.CodeDom.CodeConstructor.BaseConstructorArgs">
  2030.             <summary>Gets the collection of base constructor arguments.</summary>
  2031.             <returns>A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> that contains the base constructor arguments.</returns>
  2032.         </member>
  2033.         <member name="P:System.CodeDom.CodeConstructor.ChainedConstructorArgs">
  2034.             <summary>Gets the collection of chained constructor arguments.</summary>
  2035.             <returns>A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> that contains the chained constructor arguments.</returns>
  2036.         </member>
  2037.         <member name="T:System.CodeDom.CodeDefaultValueExpression">
  2038.             <summary>Represents a reference to a default value.</summary>
  2039.         </member>
  2040.         <member name="M:System.CodeDom.CodeDefaultValueExpression.#ctor">
  2041.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDefaultValueExpression"></see> class. </summary>
  2042.         </member>
  2043.         <member name="M:System.CodeDom.CodeDefaultValueExpression.#ctor(System.CodeDom.CodeTypeReference)">
  2044.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDefaultValueExpression"></see> class using the specified code type reference.</summary>
  2045.             <param name="type">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that specifies the reference to a value type.</param>
  2046.         </member>
  2047.         <member name="P:System.CodeDom.CodeDefaultValueExpression.Type">
  2048.             <summary>Gets or sets the data type reference for a default value.</summary>
  2049.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> object representing a data type that has a default value.</returns>
  2050.         </member>
  2051.         <member name="T:System.CodeDom.CodeDelegateCreateExpression">
  2052.             <summary>Represents an expression that creates a delegate.</summary>
  2053.         </member>
  2054.         <member name="M:System.CodeDom.CodeDelegateCreateExpression.#ctor">
  2055.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDelegateCreateExpression"></see> class.</summary>
  2056.         </member>
  2057.         <member name="M:System.CodeDom.CodeDelegateCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression,System.String)">
  2058.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDelegateCreateExpression"></see> class.</summary>
  2059.             <param name="delegateType">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the delegate. </param>
  2060.             <param name="methodName">The name of the event-handler method. </param>
  2061.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object containing the event-handler method. </param>
  2062.         </member>
  2063.         <member name="P:System.CodeDom.CodeDelegateCreateExpression.DelegateType">
  2064.             <summary>Gets or sets the data type of the delegate.</summary>
  2065.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the delegate.</returns>
  2066.         </member>
  2067.         <member name="P:System.CodeDom.CodeDelegateCreateExpression.MethodName">
  2068.             <summary>Gets or sets the name of the event handler method.</summary>
  2069.             <returns>The name of the event handler method.</returns>
  2070.         </member>
  2071.         <member name="P:System.CodeDom.CodeDelegateCreateExpression.TargetObject">
  2072.             <summary>Gets or sets the object that contains the event-handler method.</summary>
  2073.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object containing the event-handler method.</returns>
  2074.         </member>
  2075.         <member name="T:System.CodeDom.CodeDelegateInvokeExpression">
  2076.             <summary>Represents an expression that raises an event.</summary>
  2077.         </member>
  2078.         <member name="M:System.CodeDom.CodeDelegateInvokeExpression.#ctor">
  2079.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDelegateInvokeExpression"></see> class.</summary>
  2080.         </member>
  2081.         <member name="M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression)">
  2082.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDelegateInvokeExpression"></see> class using the specified target object.</summary>
  2083.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the target object. </param>
  2084.         </member>
  2085.         <member name="M:System.CodeDom.CodeDelegateInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])">
  2086.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDelegateInvokeExpression"></see> class using the specified target object and parameters.</summary>
  2087.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the target object. </param>
  2088.             <param name="parameters">An array of <see cref="T:System.CodeDom.CodeExpression"></see> objects that indicate the parameters. </param>
  2089.         </member>
  2090.         <member name="P:System.CodeDom.CodeDelegateInvokeExpression.Parameters">
  2091.             <summary>Gets or sets the parameters to pass to the event handling methods attached to the event.</summary>
  2092.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the parameters to pass to the event handling methods attached to the event.</returns>
  2093.         </member>
  2094.         <member name="P:System.CodeDom.CodeDelegateInvokeExpression.TargetObject">
  2095.             <summary>Gets or sets the event to invoke.</summary>
  2096.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the event to invoke.</returns>
  2097.         </member>
  2098.         <member name="T:System.CodeDom.CodeDirectionExpression">
  2099.             <summary>Represents an expression used as a method invoke parameter along with a reference direction indicator.</summary>
  2100.         </member>
  2101.         <member name="M:System.CodeDom.CodeDirectionExpression.#ctor">
  2102.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDirectionExpression"></see> class.</summary>
  2103.         </member>
  2104.         <member name="M:System.CodeDom.CodeDirectionExpression.#ctor(System.CodeDom.FieldDirection,System.CodeDom.CodeExpression)">
  2105.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDirectionExpression"></see> class using the specified field direction and expression.</summary>
  2106.             <param name="direction">A <see cref="T:System.CodeDom.FieldDirection"></see> that indicates the field direction of the expression. </param>
  2107.             <param name="expression">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the code expression to represent. </param>
  2108.         </member>
  2109.         <member name="P:System.CodeDom.CodeDirectionExpression.Direction">
  2110.             <summary>Gets or sets the field direction for this direction expression.</summary>
  2111.             <returns>A <see cref="T:System.CodeDom.FieldDirection"></see> that indicates the field direction for this direction expression.</returns>
  2112.         </member>
  2113.         <member name="P:System.CodeDom.CodeDirectionExpression.Expression">
  2114.             <summary>Gets or sets the code expression to represent.</summary>
  2115.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the expression to represent.</returns>
  2116.         </member>
  2117.         <member name="T:System.CodeDom.CodeDirective">
  2118.             <summary>Serves as the base class for code directive classes.</summary>
  2119.         </member>
  2120.         <member name="M:System.CodeDom.CodeDirective.#ctor">
  2121.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDirective"></see> class. </summary>
  2122.         </member>
  2123.         <member name="T:System.CodeDom.CodeDirectiveCollection">
  2124.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeDirective"></see> objects.</summary>
  2125.         </member>
  2126.         <member name="M:System.CodeDom.CodeDirectiveCollection.#ctor">
  2127.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> class. </summary>
  2128.         </member>
  2129.         <member name="M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirective[])">
  2130.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> class with the code directive objects in the specified array. </summary>
  2131.             <param name="value">An array of <see cref="T:System.CodeDom.CodeDirective"></see> objects with which to initialize the collection.</param>
  2132.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  2133.         </member>
  2134.         <member name="M:System.CodeDom.CodeDirectiveCollection.#ctor(System.CodeDom.CodeDirectiveCollection)">
  2135.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> class with the elements in the specified code directive collection.</summary>
  2136.             <param name="value">A <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object with which to initialize the collection.</param>
  2137.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  2138.         </member>
  2139.         <member name="M:System.CodeDom.CodeDirectiveCollection.Add(System.CodeDom.CodeDirective)">
  2140.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeDirective"></see> object to the collection.</summary>
  2141.             <returns>The index position at which the new element was inserted.</returns>
  2142.             <param name="value">The <see cref="T:System.CodeDom.CodeDirective"></see> object to add.</param>
  2143.         </member>
  2144.         <member name="M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirective[])">
  2145.             <summary>Adds an array of <see cref="T:System.CodeDom.CodeDirective"></see> objects to the end of the collection.</summary>
  2146.             <param name="value">An array of <see cref="T:System.CodeDom.CodeDirective"></see> objects to add to the collection.</param>
  2147.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  2148.         </member>
  2149.         <member name="M:System.CodeDom.CodeDirectiveCollection.AddRange(System.CodeDom.CodeDirectiveCollection)">
  2150.             <summary>Adds the contents of the specified <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object to the end of the collection.</summary>
  2151.             <param name="value">A <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object containing the <see cref="T:System.CodeDom.CodeDirective"></see> objects to add to the collection.</param>
  2152.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  2153.         </member>
  2154.         <member name="M:System.CodeDom.CodeDirectiveCollection.Contains(System.CodeDom.CodeDirective)">
  2155.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeDirective"></see> object.</summary>
  2156.             <returns>true if the collection contains the specified object; otherwise, false.</returns>
  2157.             <param name="value">The <see cref="T:System.CodeDom.CodeDirective"></see> object to search for in the collection.</param>
  2158.         </member>
  2159.         <member name="M:System.CodeDom.CodeDirectiveCollection.CopyTo(System.CodeDom.CodeDirective[],System.Int32)">
  2160.             <summary>Copies the contents of the collection to a one-dimensional array beginning at the specified index.</summary>
  2161.             <param name="array">An array of type <see cref="T:System.CodeDom.CodeDirective"></see> that is the destination of the values copied from the collection. </param>
  2162.             <param name="index">The index in the array at which to begin inserting collection objects. </param>
  2163.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  2164.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than the target array's minimum index. </exception>
  2165.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> is greater than the available space between the index of the target array specified by index and the end of the target array. </exception>
  2166.         </member>
  2167.         <member name="M:System.CodeDom.CodeDirectiveCollection.IndexOf(System.CodeDom.CodeDirective)">
  2168.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeDirective"></see> object, if it exists in the collection.</summary>
  2169.             <returns>The index position in the collection of the specified object, if found; otherwise, -1.</returns>
  2170.             <param name="value">The <see cref="T:System.CodeDom.CodeDirective"></see> object to locate in the collection.</param>
  2171.         </member>
  2172.         <member name="M:System.CodeDom.CodeDirectiveCollection.Insert(System.Int32,System.CodeDom.CodeDirective)">
  2173.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeDirective"></see> object into the collection at the specified index.</summary>
  2174.             <param name="value">The <see cref="T:System.CodeDom.CodeDirective"></see> object to insert. </param>
  2175.             <param name="index">The zero-based index position where the specified object should be inserted. </param>
  2176.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0. -or-index is greater than <see cref="P:System.Collections.CollectionBase.Count"></see>.</exception>
  2177.         </member>
  2178.         <member name="M:System.CodeDom.CodeDirectiveCollection.Remove(System.CodeDom.CodeDirective)">
  2179.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeDirective"></see> object from the collection.</summary>
  2180.             <param name="value">The <see cref="T:System.CodeDom.CodeDirective"></see> object to remove from the collection.</param>
  2181.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  2182.         </member>
  2183.         <member name="P:System.CodeDom.CodeDirectiveCollection.Item(System.Int32)">
  2184.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeDirective"></see> object at the specified index in the collection.</summary>
  2185.             <returns>The <see cref="T:System.CodeDom.CodeDirective"></see> at the index position.</returns>
  2186.             <param name="index">The index position to access.</param>
  2187.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of index positions for the collection. </exception>
  2188.         </member>
  2189.         <member name="T:System.CodeDom.CodeEntryPointMethod">
  2190.             <summary>Represents the entry point method of an executable.</summary>
  2191.         </member>
  2192.         <member name="M:System.CodeDom.CodeEntryPointMethod.#ctor">
  2193.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeEntryPointMethod"></see> class.</summary>
  2194.         </member>
  2195.         <member name="T:System.CodeDom.CodeEventReferenceExpression">
  2196.             <summary>Represents a reference to an event.</summary>
  2197.         </member>
  2198.         <member name="M:System.CodeDom.CodeEventReferenceExpression.#ctor">
  2199.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeEventReferenceExpression"></see> class.</summary>
  2200.         </member>
  2201.         <member name="M:System.CodeDom.CodeEventReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)">
  2202.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeEventReferenceExpression"></see> class using the specified target object and event name.</summary>
  2203.             <param name="eventName">The name of the event to reference. </param>
  2204.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object that contains the event. </param>
  2205.         </member>
  2206.         <member name="P:System.CodeDom.CodeEventReferenceExpression.EventName">
  2207.             <summary>Gets or sets the name of the event.</summary>
  2208.             <returns>The name of the event.</returns>
  2209.         </member>
  2210.         <member name="P:System.CodeDom.CodeEventReferenceExpression.TargetObject">
  2211.             <summary>Gets or sets the object that contains the event.</summary>
  2212.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object that contains the event.</returns>
  2213.         </member>
  2214.         <member name="T:System.CodeDom.CodeExpression">
  2215.             <summary>Represents a code expression. This is a base class for other code expression objects that is never instantiated.</summary>
  2216.         </member>
  2217.         <member name="M:System.CodeDom.CodeExpression.#ctor">
  2218.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeExpression"></see> class. </summary>
  2219.         </member>
  2220.         <member name="T:System.CodeDom.CodeExpressionCollection">
  2221.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeExpression"></see> objects.</summary>
  2222.         </member>
  2223.         <member name="M:System.CodeDom.CodeExpressionCollection.#ctor">
  2224.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeExpressionCollection"></see> class.</summary>
  2225.         </member>
  2226.         <member name="M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpression[])">
  2227.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeExpressionCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeExpression"></see> objects.</summary>
  2228.             <param name="value">An array of <see cref="T:System.CodeDom.CodeExpression"></see> objects with which to initialize the collection. </param>
  2229.         </member>
  2230.         <member name="M:System.CodeDom.CodeExpressionCollection.#ctor(System.CodeDom.CodeExpressionCollection)">
  2231.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeExpressionCollection"></see> class containing the elements of the specified source collection.</summary>
  2232.             <param name="value">A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> with which to initialize the collection. </param>
  2233.         </member>
  2234.         <member name="M:System.CodeDom.CodeExpressionCollection.Add(System.CodeDom.CodeExpression)">
  2235.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeExpression"></see> to the collection.</summary>
  2236.             <returns>The index at which the new element was inserted.</returns>
  2237.             <param name="value">The <see cref="T:System.CodeDom.CodeExpression"></see> to add. </param>
  2238.         </member>
  2239.         <member name="M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpression[])">
  2240.             <summary>Copies the elements of the specified array to the end of the collection.</summary>
  2241.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeExpression"></see> containing the objects to add to the collection. </param>
  2242.         </member>
  2243.         <member name="M:System.CodeDom.CodeExpressionCollection.AddRange(System.CodeDom.CodeExpressionCollection)">
  2244.             <summary>Adds the contents of another <see cref="T:System.CodeDom.CodeExpressionCollection"></see> to the end of the collection.</summary>
  2245.             <param name="value">A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> containing the objects to add to the collection. </param>
  2246.         </member>
  2247.         <member name="M:System.CodeDom.CodeExpressionCollection.Contains(System.CodeDom.CodeExpression)">
  2248.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeExpression"></see>.</summary>
  2249.             <returns>true if the collection contains the specified object; otherwise, false.</returns>
  2250.             <param name="value">The <see cref="T:System.CodeDom.CodeExpression"></see> to search for in the collection. </param>
  2251.         </member>
  2252.         <member name="M:System.CodeDom.CodeExpressionCollection.CopyTo(System.CodeDom.CodeExpression[],System.Int32)">
  2253.             <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance beginning at the specified index.</summary>
  2254.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  2255.             <param name="index">The index of the array at which to begin inserting. </param>
  2256.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  2257.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  2258.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeExpressionCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  2259.         </member>
  2260.         <member name="M:System.CodeDom.CodeExpressionCollection.IndexOf(System.CodeDom.CodeExpression)">
  2261.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeExpression"></see>, if it exists in the collection.</summary>
  2262.             <returns>The index in the collection of the specified object, if found; otherwise, -1.</returns>
  2263.             <param name="value">The <see cref="T:System.CodeDom.CodeExpression"></see> to locate in the collection. </param>
  2264.         </member>
  2265.         <member name="M:System.CodeDom.CodeExpressionCollection.Insert(System.Int32,System.CodeDom.CodeExpression)">
  2266.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeExpression"></see> into the collection at the specified index.</summary>
  2267.             <param name="value">The <see cref="T:System.CodeDom.CodeExpression"></see> to insert. </param>
  2268.             <param name="index">The zero-based index where the specified object should be inserted. </param>
  2269.         </member>
  2270.         <member name="M:System.CodeDom.CodeExpressionCollection.Remove(System.CodeDom.CodeExpression)">
  2271.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeExpression"></see> from the collection.</summary>
  2272.             <param name="value">The <see cref="T:System.CodeDom.CodeExpression"></see> to remove from the collection. </param>
  2273.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  2274.         </member>
  2275.         <member name="P:System.CodeDom.CodeExpressionCollection.Item(System.Int32)">
  2276.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeExpression"></see> at the specified index in the collection.</summary>
  2277.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> at each valid index.</returns>
  2278.             <param name="index">The zero-based index of the collection to access. </param>
  2279.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  2280.         </member>
  2281.         <member name="T:System.CodeDom.CodeExpressionStatement">
  2282.             <summary>Represents a statement that consists of a single expression.</summary>
  2283.         </member>
  2284.         <member name="M:System.CodeDom.CodeExpressionStatement.#ctor">
  2285.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeExpressionStatement"></see> class.</summary>
  2286.         </member>
  2287.         <member name="M:System.CodeDom.CodeExpressionStatement.#ctor(System.CodeDom.CodeExpression)">
  2288.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeExpressionStatement"></see> class using the specified expression.</summary>
  2289.             <param name="expression">A <see cref="T:System.CodeDom.CodeExpression"></see> for the statement. </param>
  2290.         </member>
  2291.         <member name="P:System.CodeDom.CodeExpressionStatement.Expression">
  2292.             <summary>Gets or sets the expression for the statement.</summary>
  2293.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the expression for the statement.</returns>
  2294.         </member>
  2295.         <member name="T:System.CodeDom.CodeFieldReferenceExpression">
  2296.             <summary>Represents a reference to a field.</summary>
  2297.         </member>
  2298.         <member name="M:System.CodeDom.CodeFieldReferenceExpression.#ctor">
  2299.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeFieldReferenceExpression"></see> class.</summary>
  2300.         </member>
  2301.         <member name="M:System.CodeDom.CodeFieldReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)">
  2302.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeFieldReferenceExpression"></see> class using the specified target object and field name.</summary>
  2303.             <param name="fieldName">The name of the field. </param>
  2304.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object that contains the field. </param>
  2305.         </member>
  2306.         <member name="P:System.CodeDom.CodeFieldReferenceExpression.FieldName">
  2307.             <summary>Gets or sets the name of the field to reference.</summary>
  2308.             <returns>A string containing the field name.</returns>
  2309.         </member>
  2310.         <member name="P:System.CodeDom.CodeFieldReferenceExpression.TargetObject">
  2311.             <summary>Gets or sets the object that contains the field to reference.</summary>
  2312.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object that contains the field to reference.</returns>
  2313.         </member>
  2314.         <member name="T:System.CodeDom.CodeGotoStatement">
  2315.             <summary>Represents a goto statement.</summary>
  2316.         </member>
  2317.         <member name="M:System.CodeDom.CodeGotoStatement.#ctor">
  2318.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeGotoStatement"></see> class. </summary>
  2319.         </member>
  2320.         <member name="M:System.CodeDom.CodeGotoStatement.#ctor(System.String)">
  2321.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeGotoStatement"></see> class using the specified label name.</summary>
  2322.             <param name="label">The name of the label at which to continue program execution. </param>
  2323.             <exception cref="T:System.ArgumentNullException">Label is null.</exception>
  2324.         </member>
  2325.         <member name="P:System.CodeDom.CodeGotoStatement.Label">
  2326.             <summary>Gets or sets the name of the label at which to continue program execution.</summary>
  2327.             <returns>A string that indicates the name of the label at which to continue program execution.</returns>
  2328.         </member>
  2329.         <member name="T:System.CodeDom.CodeIndexerExpression">
  2330.             <summary>Represents a reference to an indexer property of an object.</summary>
  2331.         </member>
  2332.         <member name="M:System.CodeDom.CodeIndexerExpression.#ctor">
  2333.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeIndexerExpression"></see> class.</summary>
  2334.         </member>
  2335.         <member name="M:System.CodeDom.CodeIndexerExpression.#ctor(System.CodeDom.CodeExpression,System.CodeDom.CodeExpression[])">
  2336.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeIndexerExpression"></see> class using the specified target object and index.</summary>
  2337.             <param name="indices">The index or indexes of the indexer expression. </param>
  2338.             <param name="targetObject">The target object. </param>
  2339.         </member>
  2340.         <member name="P:System.CodeDom.CodeIndexerExpression.Indices">
  2341.             <summary>Gets the collection of indexes of the indexer expression.</summary>
  2342.             <returns>A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> that indicates the index or indexes of the indexer expression.</returns>
  2343.         </member>
  2344.         <member name="P:System.CodeDom.CodeIndexerExpression.TargetObject">
  2345.             <summary>Gets or sets the target object that can be indexed.</summary>
  2346.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the indexer object.</returns>
  2347.         </member>
  2348.         <member name="T:System.CodeDom.CodeIterationStatement">
  2349.             <summary>Represents a for statement, or a loop through a block of statements, using a test expression as a condition for continuing to loop.</summary>
  2350.         </member>
  2351.         <member name="M:System.CodeDom.CodeIterationStatement.#ctor">
  2352.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeIterationStatement"></see> class.</summary>
  2353.         </member>
  2354.         <member name="M:System.CodeDom.CodeIterationStatement.#ctor(System.CodeDom.CodeStatement,System.CodeDom.CodeExpression,System.CodeDom.CodeStatement,System.CodeDom.CodeStatement[])">
  2355.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeIterationStatement"></see> class using the specified parameters.</summary>
  2356.             <param name="testExpression">A <see cref="T:System.CodeDom.CodeExpression"></see> containing the expression to test for exit condition. </param>
  2357.             <param name="statements">An array of type <see cref="T:System.CodeDom.CodeStatement"></see> containing the statements within the loop. </param>
  2358.             <param name="incrementStatement">A <see cref="T:System.CodeDom.CodeStatement"></see> containing the per-cycle increment statement. </param>
  2359.             <param name="initStatement">A <see cref="T:System.CodeDom.CodeStatement"></see> containing the loop initialization statement. </param>
  2360.         </member>
  2361.         <member name="P:System.CodeDom.CodeIterationStatement.IncrementStatement">
  2362.             <summary>Gets or sets the statement that is called after each loop cycle.</summary>
  2363.             <returns>A <see cref="T:System.CodeDom.CodeStatement"></see> that indicates the per cycle increment statement.</returns>
  2364.         </member>
  2365.         <member name="P:System.CodeDom.CodeIterationStatement.InitStatement">
  2366.             <summary>Gets or sets the loop initialization statement.</summary>
  2367.             <returns>A <see cref="T:System.CodeDom.CodeStatement"></see> that indicates the loop initialization statement.</returns>
  2368.         </member>
  2369.         <member name="P:System.CodeDom.CodeIterationStatement.Statements">
  2370.             <summary>Gets the collection of statements to be executed within the loop.</summary>
  2371.             <returns>An array of type <see cref="T:System.CodeDom.CodeStatement"></see> that indicates the statements within the loop.</returns>
  2372.         </member>
  2373.         <member name="P:System.CodeDom.CodeIterationStatement.TestExpression">
  2374.             <summary>Gets or sets the expression to test as the condition that continues the loop.</summary>
  2375.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the expression to test.</returns>
  2376.         </member>
  2377.         <member name="T:System.CodeDom.CodeLabeledStatement">
  2378.             <summary>Represents a labeled statement or a stand-alone label.</summary>
  2379.         </member>
  2380.         <member name="M:System.CodeDom.CodeLabeledStatement.#ctor">
  2381.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeLabeledStatement"></see> class.</summary>
  2382.         </member>
  2383.         <member name="M:System.CodeDom.CodeLabeledStatement.#ctor(System.String)">
  2384.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeLabeledStatement"></see> class using the specified label name.</summary>
  2385.             <param name="label">The name of the label. </param>
  2386.         </member>
  2387.         <member name="M:System.CodeDom.CodeLabeledStatement.#ctor(System.String,System.CodeDom.CodeStatement)">
  2388.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeLabeledStatement"></see> class using the specified label name and statement.</summary>
  2389.             <param name="statement">The <see cref="T:System.CodeDom.CodeStatement"></see> to associate with the label. </param>
  2390.             <param name="label">The name of the label. </param>
  2391.         </member>
  2392.         <member name="P:System.CodeDom.CodeLabeledStatement.Label">
  2393.             <summary>Gets or sets the name of the label.</summary>
  2394.             <returns>The name of the label.</returns>
  2395.         </member>
  2396.         <member name="P:System.CodeDom.CodeLabeledStatement.Statement">
  2397.             <summary>Gets or sets the optional associated statement.</summary>
  2398.             <returns>A <see cref="T:System.CodeDom.CodeStatement"></see> that indicates the statement associated with the label.</returns>
  2399.         </member>
  2400.         <member name="T:System.CodeDom.CodeLinePragma">
  2401.             <summary>Represents a specific location within a specific file.</summary>
  2402.         </member>
  2403.         <member name="M:System.CodeDom.CodeLinePragma.#ctor">
  2404.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeLinePragma"></see> class. </summary>
  2405.         </member>
  2406.         <member name="M:System.CodeDom.CodeLinePragma.#ctor(System.String,System.Int32)">
  2407.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeLinePragma"></see> class.</summary>
  2408.             <param name="fileName">The file name of the associated file. </param>
  2409.             <param name="lineNumber">The line number to store a reference to. </param>
  2410.         </member>
  2411.         <member name="P:System.CodeDom.CodeLinePragma.FileName">
  2412.             <summary>Gets or sets the name of the associated file.</summary>
  2413.             <returns>The file name of the associated file.</returns>
  2414.         </member>
  2415.         <member name="P:System.CodeDom.CodeLinePragma.LineNumber">
  2416.             <summary>Gets or sets the line number of the associated reference.</summary>
  2417.             <returns>The line number.</returns>
  2418.         </member>
  2419.         <member name="T:System.CodeDom.CodeMemberEvent">
  2420.             <summary>Represents a declaration for an event of a type.</summary>
  2421.         </member>
  2422.         <member name="M:System.CodeDom.CodeMemberEvent.#ctor">
  2423.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMemberEvent"></see> class.</summary>
  2424.         </member>
  2425.         <member name="P:System.CodeDom.CodeMemberEvent.ImplementationTypes">
  2426.             <summary>Gets or sets the data type that the member event implements.</summary>
  2427.             <returns>A <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> that indicates the data type or types that the member event implements.</returns>
  2428.         </member>
  2429.         <member name="P:System.CodeDom.CodeMemberEvent.PrivateImplementationType">
  2430.             <summary>Gets or sets the privately implemented data type, if any.</summary>
  2431.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type that the event privately implements.</returns>
  2432.         </member>
  2433.         <member name="P:System.CodeDom.CodeMemberEvent.Type">
  2434.             <summary>Gets or sets the data type of the delegate type that handles the event.</summary>
  2435.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the delegate type that handles the event.</returns>
  2436.         </member>
  2437.         <member name="T:System.CodeDom.CodeMemberField">
  2438.             <summary>Represents a declaration for a field of a type.</summary>
  2439.         </member>
  2440.         <member name="M:System.CodeDom.CodeMemberField.#ctor">
  2441.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMemberField"></see> class.</summary>
  2442.         </member>
  2443.         <member name="M:System.CodeDom.CodeMemberField.#ctor(System.CodeDom.CodeTypeReference,System.String)">
  2444.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMemberField"></see> class using the specified field type and field name.</summary>
  2445.             <param name="type">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type of the field. </param>
  2446.             <param name="name">The name of the field. </param>
  2447.         </member>
  2448.         <member name="M:System.CodeDom.CodeMemberField.#ctor(System.String,System.String)">
  2449.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMemberField"></see> class using the specified field type and field name.</summary>
  2450.             <param name="type">The data type of the field. </param>
  2451.             <param name="name">The name of the field. </param>
  2452.         </member>
  2453.         <member name="M:System.CodeDom.CodeMemberField.#ctor(System.Type,System.String)">
  2454.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMemberField"></see> class using the specified field type and field name.</summary>
  2455.             <param name="type">The data type of the field. </param>
  2456.             <param name="name">The name of the field. </param>
  2457.         </member>
  2458.         <member name="P:System.CodeDom.CodeMemberField.InitExpression">
  2459.             <summary>Gets or sets the initialization expression for the field.</summary>
  2460.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the initialization expression for the field.</returns>
  2461.         </member>
  2462.         <member name="P:System.CodeDom.CodeMemberField.Type">
  2463.             <summary>Gets or sets the data type of the field.</summary>
  2464.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the field.</returns>
  2465.         </member>
  2466.         <member name="T:System.CodeDom.CodeMemberMethod">
  2467.             <summary>Represents a declaration for a method of a type.</summary>
  2468.         </member>
  2469.         <member name="M:System.CodeDom.CodeMemberMethod.#ctor">
  2470.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMemberMethod"></see> class. </summary>
  2471.         </member>
  2472.         <member name="E:System.CodeDom.CodeMemberMethod.PopulateImplementationTypes">
  2473.             <summary>An event that will be raised the first time the <see cref="P:System.CodeDom.CodeMemberMethod.ImplementationTypes"></see> collection is accessed.</summary>
  2474.         </member>
  2475.         <member name="E:System.CodeDom.CodeMemberMethod.PopulateParameters">
  2476.             <summary>An event that will be raised the first time the <see cref="P:System.CodeDom.CodeMemberMethod.Parameters"></see> collection is accessed.</summary>
  2477.         </member>
  2478.         <member name="E:System.CodeDom.CodeMemberMethod.PopulateStatements">
  2479.             <summary>An event that will be raised the first time the <see cref="P:System.CodeDom.CodeMemberMethod.Statements"></see> collection is accessed.</summary>
  2480.         </member>
  2481.         <member name="P:System.CodeDom.CodeMemberMethod.ImplementationTypes">
  2482.             <summary>Gets the data types of the interfaces implemented by this method, unless it is a private method implementation, which is indicated by the <see cref="P:System.CodeDom.CodeMemberMethod.PrivateImplementationType"></see> property.</summary>
  2483.             <returns>A <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> that indicates the interfaces implemented by this method.</returns>
  2484.         </member>
  2485.         <member name="P:System.CodeDom.CodeMemberMethod.Parameters">
  2486.             <summary>Gets the parameter declarations for the method.</summary>
  2487.             <returns>A <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> that indicates the method parameters.</returns>
  2488.         </member>
  2489.         <member name="P:System.CodeDom.CodeMemberMethod.PrivateImplementationType">
  2490.             <summary>Gets or sets the data type of the interface this method, if private, implements a method of, if any.</summary>
  2491.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the interface with the method that the private method whose declaration is represented by this <see cref="T:System.CodeDom.CodeMemberMethod"></see> implements.</returns>
  2492.         </member>
  2493.         <member name="P:System.CodeDom.CodeMemberMethod.ReturnType">
  2494.             <summary>Gets or sets the data type of the return value of the method.</summary>
  2495.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the value returned by the method.</returns>
  2496.         </member>
  2497.         <member name="P:System.CodeDom.CodeMemberMethod.ReturnTypeCustomAttributes">
  2498.             <summary>Gets the custom attributes of the return type of the method.</summary>
  2499.             <returns>A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> that indicates the custom attributes.</returns>
  2500.         </member>
  2501.         <member name="P:System.CodeDom.CodeMemberMethod.Statements">
  2502.             <summary>Gets the statements within the method.</summary>
  2503.             <returns>A <see cref="T:System.CodeDom.CodeStatementCollection"></see> that indicates the statements within the method.</returns>
  2504.         </member>
  2505.         <member name="P:System.CodeDom.CodeMemberMethod.TypeParameters">
  2506.             <summary>Gets the type parameters for the current generic method.</summary>
  2507.             <returns>A <see cref="T:System.CodeDom.CodeTypeParameterCollection"></see> that contains the type parameters for the generic method.</returns>
  2508.         </member>
  2509.         <member name="T:System.CodeDom.CodeMemberProperty">
  2510.             <summary>Represents a declaration for a property of a type.</summary>
  2511.         </member>
  2512.         <member name="P:System.CodeDom.CodeMemberProperty.GetStatements">
  2513.             <summary>Gets the collection of get statements for the property.</summary>
  2514.             <returns>A <see cref="T:System.CodeDom.CodeStatementCollection"></see> that contains the get statements for the member property.</returns>
  2515.         </member>
  2516.         <member name="P:System.CodeDom.CodeMemberProperty.HasGet">
  2517.             <summary>Gets or sets a value indicating whether the property has a get method accessor.</summary>
  2518.             <returns>true if the Count property of the <see cref="P:System.CodeDom.CodeMemberProperty.GetStatements"></see> collection is non-zero, or if the value of this property has been set to true; otherwise, false.</returns>
  2519.         </member>
  2520.         <member name="P:System.CodeDom.CodeMemberProperty.HasSet">
  2521.             <summary>Gets or sets a value indicating whether the property has a set method accessor.</summary>
  2522.             <returns>true if the <see cref="P:System.Collections.CollectionBase.Count"></see> property of the <see cref="P:System.CodeDom.CodeMemberProperty.SetStatements"></see> collection is non-zero; otherwise, false.</returns>
  2523.         </member>
  2524.         <member name="P:System.CodeDom.CodeMemberProperty.ImplementationTypes">
  2525.             <summary>Gets the data types of any interfaces that the property implements.</summary>
  2526.             <returns>A <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> that indicates the data types the property implements.</returns>
  2527.         </member>
  2528.         <member name="P:System.CodeDom.CodeMemberProperty.Parameters">
  2529.             <summary>Gets the collection of declaration expressions for the property.</summary>
  2530.             <returns>A <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> that indicates the declaration expressions for the property.</returns>
  2531.         </member>
  2532.         <member name="P:System.CodeDom.CodeMemberProperty.PrivateImplementationType">
  2533.             <summary>Gets or sets the data type of the interface, if any, this property, if private, implements.</summary>
  2534.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the interface, if any, the property, if private, implements.</returns>
  2535.         </member>
  2536.         <member name="P:System.CodeDom.CodeMemberProperty.SetStatements">
  2537.             <summary>Gets the collection of set statements for the property.</summary>
  2538.             <returns>A <see cref="T:System.CodeDom.CodeStatementCollection"></see> that contains the set statements for the member property.</returns>
  2539.         </member>
  2540.         <member name="P:System.CodeDom.CodeMemberProperty.Type">
  2541.             <summary>Gets or sets the data type of the property.</summary>
  2542.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the property.</returns>
  2543.         </member>
  2544.         <member name="T:System.CodeDom.CodeMethodInvokeExpression">
  2545.             <summary>Represents an expression that invokes a method.</summary>
  2546.         </member>
  2547.         <member name="M:System.CodeDom.CodeMethodInvokeExpression.#ctor">
  2548.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMethodInvokeExpression"></see> class.</summary>
  2549.         </member>
  2550.         <member name="M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeMethodReferenceExpression,System.CodeDom.CodeExpression[])">
  2551.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMethodInvokeExpression"></see> class using the specified method and parameters.</summary>
  2552.             <param name="method">A <see cref="T:System.CodeDom.CodeMethodReferenceExpression"></see> that indicates the method to invoke. </param>
  2553.             <param name="parameters">An array of <see cref="T:System.CodeDom.CodeExpression"></see> objects that indicate the parameters with which to invoke the method. </param>
  2554.         </member>
  2555.         <member name="M:System.CodeDom.CodeMethodInvokeExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression[])">
  2556.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMethodInvokeExpression"></see> class using the specified target object, method name, and parameters.</summary>
  2557.             <param name="methodName">The name of the method to invoke. </param>
  2558.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the target object with the method to invoke. </param>
  2559.             <param name="parameters">An array of <see cref="T:System.CodeDom.CodeExpression"></see> objects that indicate the parameters to call the method with. </param>
  2560.         </member>
  2561.         <member name="P:System.CodeDom.CodeMethodInvokeExpression.Method">
  2562.             <summary>Gets or sets the method to invoke.</summary>
  2563.             <returns>A <see cref="T:System.CodeDom.CodeMethodReferenceExpression"></see> that indicates the method to invoke.</returns>
  2564.         </member>
  2565.         <member name="P:System.CodeDom.CodeMethodInvokeExpression.Parameters">
  2566.             <summary>Gets the parameters to invoke the method with.</summary>
  2567.             <returns>A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> that indicates the parameters to invoke the method with.</returns>
  2568.         </member>
  2569.         <member name="T:System.CodeDom.CodeMethodReferenceExpression">
  2570.             <summary>Represents a reference to a method.</summary>
  2571.         </member>
  2572.         <member name="M:System.CodeDom.CodeMethodReferenceExpression.#ctor">
  2573.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMethodReferenceExpression"></see> class.</summary>
  2574.         </member>
  2575.         <member name="M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)">
  2576.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMethodReferenceExpression"></see> class using the specified target object and method name.</summary>
  2577.             <param name="methodName">The name of the method to call. </param>
  2578.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object to target. </param>
  2579.         </member>
  2580.         <member name="M:System.CodeDom.CodeMethodReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeTypeReference[])">
  2581.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMethodReferenceExpression"></see> class using the specified target object, method name, and generic type arguments.</summary>
  2582.             <param name="methodName">The name of the method to call. </param>
  2583.             <param name="typeParameters">An array of <see cref="T:System.CodeDom.CodeTypeReference"></see> values that specify the <see cref="P:System.CodeDom.CodeMethodReferenceExpression.TypeArguments"></see> for this <see cref="T:System.CodeDom.CodeMethodReferenceExpression"></see>.</param>
  2584.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object to target. </param>
  2585.         </member>
  2586.         <member name="P:System.CodeDom.CodeMethodReferenceExpression.MethodName">
  2587.             <summary>Gets or sets the name of the method to reference.</summary>
  2588.             <returns>The name of the method to reference.</returns>
  2589.         </member>
  2590.         <member name="P:System.CodeDom.CodeMethodReferenceExpression.TargetObject">
  2591.             <summary>Gets or sets the expression that indicates the method to reference.</summary>
  2592.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that represents the method to reference.</returns>
  2593.         </member>
  2594.         <member name="P:System.CodeDom.CodeMethodReferenceExpression.TypeArguments">
  2595.             <summary>Gets the type arguments for the current generic method reference expression.</summary>
  2596.             <returns>A <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> containing the type arguments for the current code <see cref="T:System.CodeDom.CodeMethodReferenceExpression"></see>.</returns>
  2597.         </member>
  2598.         <member name="T:System.CodeDom.CodeMethodReturnStatement">
  2599.             <summary>Represents a return value statement.</summary>
  2600.         </member>
  2601.         <member name="M:System.CodeDom.CodeMethodReturnStatement.#ctor">
  2602.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMethodReturnStatement"></see> class.</summary>
  2603.         </member>
  2604.         <member name="M:System.CodeDom.CodeMethodReturnStatement.#ctor(System.CodeDom.CodeExpression)">
  2605.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeMethodReturnStatement"></see> class using the specified expression.</summary>
  2606.             <param name="expression">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the return value. </param>
  2607.         </member>
  2608.         <member name="P:System.CodeDom.CodeMethodReturnStatement.Expression">
  2609.             <summary>Gets or sets the return value.</summary>
  2610.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the value to return for the return statement, or null if the statement is part of a subroutine.</returns>
  2611.         </member>
  2612.         <member name="T:System.CodeDom.CodeNamespace">
  2613.             <summary>Represents a namespace declaration.</summary>
  2614.         </member>
  2615.         <member name="M:System.CodeDom.CodeNamespace.#ctor">
  2616.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeNamespace"></see> class.</summary>
  2617.         </member>
  2618.         <member name="M:System.CodeDom.CodeNamespace.#ctor(System.String)">
  2619.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeNamespace"></see> class using the specified name.</summary>
  2620.             <param name="name">The name of the namespace being declared. </param>
  2621.         </member>
  2622.         <member name="E:System.CodeDom.CodeNamespace.PopulateComments">
  2623.             <summary>An event that will be raised the first time the <see cref="P:System.CodeDom.CodeNamespace.Comments"></see> collection is accessed.</summary>
  2624.         </member>
  2625.         <member name="E:System.CodeDom.CodeNamespace.PopulateImports">
  2626.             <summary>An event that will be raised the first time the <see cref="P:System.CodeDom.CodeNamespace.Imports"></see> collection is accessed.</summary>
  2627.         </member>
  2628.         <member name="E:System.CodeDom.CodeNamespace.PopulateTypes">
  2629.             <summary>An event that will be raised the first time the <see cref="P:System.CodeDom.CodeNamespace.Types"></see> collection is accessed.</summary>
  2630.         </member>
  2631.         <member name="P:System.CodeDom.CodeNamespace.Comments">
  2632.             <summary>Gets the comments for the namespace.</summary>
  2633.             <returns>A <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> that indicates the comments for the namespace.</returns>
  2634.         </member>
  2635.         <member name="P:System.CodeDom.CodeNamespace.Imports">
  2636.             <summary>Gets the collection of namespace import directives used by the namespace.</summary>
  2637.             <returns>A <see cref="T:System.CodeDom.CodeNamespaceImportCollection"></see> that indicates the namespace import directives used by the namespace.</returns>
  2638.         </member>
  2639.         <member name="P:System.CodeDom.CodeNamespace.Name">
  2640.             <summary>Gets or sets the name of the namespace.</summary>
  2641.             <returns>The name of the namespace.</returns>
  2642.         </member>
  2643.         <member name="P:System.CodeDom.CodeNamespace.Types">
  2644.             <summary>Gets the collection of types that the namespace contains.</summary>
  2645.             <returns>A <see cref="T:System.CodeDom.CodeTypeDeclarationCollection"></see> that indicates the types contained in the namespace.</returns>
  2646.         </member>
  2647.         <member name="T:System.CodeDom.CodeNamespaceCollection">
  2648.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeNamespace"></see> objects.</summary>
  2649.         </member>
  2650.         <member name="M:System.CodeDom.CodeNamespaceCollection.#ctor">
  2651.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeNamespaceCollection"></see> class.</summary>
  2652.         </member>
  2653.         <member name="M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespace[])">
  2654.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeNamespaceCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeNamespace"></see> objects.</summary>
  2655.             <param name="value">An array of <see cref="T:System.CodeDom.CodeNamespace"></see> objects with which to initialize the collection. </param>
  2656.         </member>
  2657.         <member name="M:System.CodeDom.CodeNamespaceCollection.#ctor(System.CodeDom.CodeNamespaceCollection)">
  2658.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeNamespaceCollection"></see> class containing the elements of the specified source collection.</summary>
  2659.             <param name="value">The <see cref="T:System.CodeDom.CodeNamespaceCollection"></see> with which to initialize the collection. </param>
  2660.         </member>
  2661.         <member name="M:System.CodeDom.CodeNamespaceCollection.Add(System.CodeDom.CodeNamespace)">
  2662.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeNamespace"></see> to the collection.</summary>
  2663.             <returns>The index at which the new element was inserted.</returns>
  2664.             <param name="value">The <see cref="T:System.CodeDom.CodeNamespace"></see> to add. </param>
  2665.         </member>
  2666.         <member name="M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespace[])">
  2667.             <summary>Copies the elements of the specified <see cref="T:System.CodeDom.CodeNamespace"></see> array to the end of the collection.</summary>
  2668.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeNamespace"></see> containing the objects to add to the collection. </param>
  2669.         </member>
  2670.         <member name="M:System.CodeDom.CodeNamespaceCollection.AddRange(System.CodeDom.CodeNamespaceCollection)">
  2671.             <summary>Adds the contents of the specified <see cref="T:System.CodeDom.CodeNamespaceCollection"></see> to the end of the collection.</summary>
  2672.             <param name="value">A <see cref="T:System.CodeDom.CodeNamespaceCollection"></see> containing the objects to add to the collection. </param>
  2673.         </member>
  2674.         <member name="M:System.CodeDom.CodeNamespaceCollection.Contains(System.CodeDom.CodeNamespace)">
  2675.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeNamespace"></see>.</summary>
  2676.             <returns>true if the <see cref="T:System.CodeDom.CodeNamespace"></see> is contained in the collection; otherwise, false.</returns>
  2677.             <param name="value">The <see cref="T:System.CodeDom.CodeNamespace"></see> to search for in the collection. </param>
  2678.         </member>
  2679.         <member name="M:System.CodeDom.CodeNamespaceCollection.CopyTo(System.CodeDom.CodeNamespace[],System.Int32)">
  2680.             <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance beginning at the specified index.</summary>
  2681.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  2682.             <param name="index">The index of the array at which to begin inserting. </param>
  2683.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  2684.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  2685.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeNamespaceCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  2686.         </member>
  2687.         <member name="M:System.CodeDom.CodeNamespaceCollection.IndexOf(System.CodeDom.CodeNamespace)">
  2688.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeNamespace"></see>, if it exists in the collection.</summary>
  2689.             <returns>The index of the specified <see cref="T:System.CodeDom.CodeNamespace"></see> in the collection if found; otherwise, -1.</returns>
  2690.             <param name="value">The <see cref="T:System.CodeDom.CodeNamespace"></see> to locate. </param>
  2691.         </member>
  2692.         <member name="M:System.CodeDom.CodeNamespaceCollection.Insert(System.Int32,System.CodeDom.CodeNamespace)">
  2693.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeNamespace"></see> into the collection at the specified index.</summary>
  2694.             <param name="value">The <see cref="T:System.CodeDom.CodeNamespace"></see> to insert. </param>
  2695.             <param name="index">The zero-based index where the new item should be inserted. </param>
  2696.         </member>
  2697.         <member name="M:System.CodeDom.CodeNamespaceCollection.Remove(System.CodeDom.CodeNamespace)">
  2698.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeNamespace"></see> from the collection.</summary>
  2699.             <param name="value">The <see cref="T:System.CodeDom.CodeNamespace"></see> to remove from the collection. </param>
  2700.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  2701.         </member>
  2702.         <member name="P:System.CodeDom.CodeNamespaceCollection.Item(System.Int32)">
  2703.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeNamespaceCollection"></see> at the specified index in the collection.</summary>
  2704.             <returns>A <see cref="T:System.CodeDom.CodeNamespace"></see> at each valid index.</returns>
  2705.             <param name="index">The index of the collection to access. </param>
  2706.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  2707.         </member>
  2708.         <member name="T:System.CodeDom.CodeNamespaceImport">
  2709.             <summary>Represents a namespace import directive that indicates a namespace to use.</summary>
  2710.         </member>
  2711.         <member name="M:System.CodeDom.CodeNamespaceImport.#ctor">
  2712.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeNamespaceImport"></see> class.</summary>
  2713.         </member>
  2714.         <member name="M:System.CodeDom.CodeNamespaceImport.#ctor(System.String)">
  2715.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeNamespaceImport"></see> class using the specified namespace to import.</summary>
  2716.             <param name="nameSpace">The name of the namespace to import. </param>
  2717.         </member>
  2718.         <member name="P:System.CodeDom.CodeNamespaceImport.LinePragma">
  2719.             <summary>Gets or sets the line and file the statement occurs on.</summary>
  2720.             <returns>A <see cref="T:System.CodeDom.CodeLinePragma"></see> that indicates the context of the statement.</returns>
  2721.         </member>
  2722.         <member name="P:System.CodeDom.CodeNamespaceImport.Namespace">
  2723.             <summary>Gets or sets the namespace to import.</summary>
  2724.             <returns>The name of the namespace to import.</returns>
  2725.         </member>
  2726.         <member name="T:System.CodeDom.CodeNamespaceImportCollection">
  2727.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeNamespaceImport"></see> objects.</summary>
  2728.         </member>
  2729.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.#ctor">
  2730.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeNamespaceImportCollection"></see> class. </summary>
  2731.         </member>
  2732.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.Add(System.CodeDom.CodeNamespaceImport)">
  2733.             <summary>Adds a <see cref="T:System.CodeDom.CodeNamespaceImport"></see> to the collection.</summary>
  2734.             <param name="value">The <see cref="T:System.CodeDom.CodeNamespaceImport"></see> to add to the collection. </param>
  2735.         </member>
  2736.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.AddRange(System.CodeDom.CodeNamespaceImport[])">
  2737.             <summary>Adds a set of <see cref="T:System.CodeDom.CodeNamespaceImport"></see> objects to the collection.</summary>
  2738.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeNamespaceImport"></see> objects to add to the collection. </param>
  2739.         </member>
  2740.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.Clear">
  2741.             <summary>Clears the collection of members.</summary>
  2742.         </member>
  2743.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.GetEnumerator">
  2744.             <summary>Gets an enumerator that enumerates the collection members.</summary>
  2745.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that indicates the collection members.</returns>
  2746.         </member>
  2747.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  2748.             <summary>Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.</summary>
  2749.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from the <see cref="T:System.Collections.ICollection"></see>. The Array must have zero-based indexing</param>
  2750.             <param name="index">The zero-based index in array at which copying begins.</param>
  2751.         </member>
  2752.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IEnumerable.GetEnumerator">
  2753.             <summary>Returns an enumerator that can iterate through a collection.</summary>
  2754.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  2755.         </member>
  2756.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.Add(System.Object)">
  2757.             <summary>Adds an object to the <see cref="T:System.Collections.IList"></see>.</summary>
  2758.             <returns>The position into which the new element was inserted.</returns>
  2759.             <param name="value">The <see cref="T:System.Object"></see> to add to the <see cref="T:System.Collections.IList"></see>.</param>
  2760.         </member>
  2761.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.Clear">
  2762.             <summary>Removes all items from the <see cref="T:System.Collections.IList"></see>.</summary>
  2763.         </member>
  2764.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.Contains(System.Object)">
  2765.             <summary>Determines whether the <see cref="T:System.Collections.IList"></see> contains a specific value.</summary>
  2766.             <param name="value">The <see cref="T:System.Object"></see> to locate in the <see cref="T:System.Collections.IList"></see>.</param>
  2767.         </member>
  2768.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.IndexOf(System.Object)">
  2769.             <summary>Determines the index of a specific item in the <see cref="T:System.Collections.IList"></see>. </summary>
  2770.             <param name="value">The <see cref="T:System.Object"></see> to locate in the <see cref="T:System.Collections.IList"></see>.</param>
  2771.         </member>
  2772.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.Insert(System.Int32,System.Object)">
  2773.             <summary>Inserts an item in the <see cref="T:System.Collections.IList"></see> at the specified position. </summary>
  2774.             <param name="value">The <see cref="T:System.Object"></see> to insert into the <see cref="T:System.Collections.IList"></see>.</param>
  2775.             <param name="index">The zero-based index at which value should be inserted.</param>
  2776.         </member>
  2777.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.Remove(System.Object)">
  2778.             <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList"></see>. </summary>
  2779.             <param name="value">The <see cref="T:System.Object"></see> to remove from the <see cref="T:System.Collections.IList"></see>.</param>
  2780.         </member>
  2781.         <member name="M:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.RemoveAt(System.Int32)">
  2782.             <summary>Removes the element at the specified index of the <see cref="T:System.Collections.IList"></see>. </summary>
  2783.             <param name="index">The zero-based index of the element to remove.</param>
  2784.         </member>
  2785.         <member name="P:System.CodeDom.CodeNamespaceImportCollection.Count">
  2786.             <summary>Gets the number of namespaces in the collection.</summary>
  2787.             <returns>The number of namespaces in the collection.</returns>
  2788.         </member>
  2789.         <member name="P:System.CodeDom.CodeNamespaceImportCollection.Item(System.Int32)">
  2790.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeNamespaceImport"></see> at the specified index in the collection.</summary>
  2791.             <returns>A <see cref="T:System.CodeDom.CodeNamespaceImport"></see> at each valid index.</returns>
  2792.             <param name="index">The index of the collection to access. </param>
  2793.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  2794.         </member>
  2795.         <member name="P:System.CodeDom.CodeNamespaceImportCollection.System.Collections.ICollection.Count">
  2796.             <summary>Gets the number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.</summary>
  2797.             <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.</returns>
  2798.         </member>
  2799.         <member name="P:System.CodeDom.CodeNamespaceImportCollection.System.Collections.ICollection.IsSynchronized">
  2800.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).</summary>
  2801.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false. This property always returns false. </returns>
  2802.         </member>
  2803.         <member name="P:System.CodeDom.CodeNamespaceImportCollection.System.Collections.ICollection.SyncRoot">
  2804.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</summary>
  2805.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.  This property always returns null.</returns>
  2806.         </member>
  2807.         <member name="P:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.IsFixedSize">
  2808.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList"></see> has a fixed size.</summary>
  2809.             <returns>true if the <see cref="T:System.Collections.IList"></see> has a fixed size; otherwise, false.  This property always returns false.</returns>
  2810.         </member>
  2811.         <member name="P:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.IsReadOnly">
  2812.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.IList"></see> is read-only.</summary>
  2813.             <returns>true if the <see cref="T:System.Collections.IList"></see> is read-only; otherwise, false.  This property always returns false.</returns>
  2814.         </member>
  2815.         <member name="P:System.CodeDom.CodeNamespaceImportCollection.System.Collections.IList.Item(System.Int32)">
  2816.             <summary>Gets or sets the element at the specified index.</summary>
  2817.             <returns>The element at the specified index.</returns>
  2818.             <param name="index">The zero-based index of the element to get or set.</param>
  2819.         </member>
  2820.         <member name="T:System.CodeDom.CodeObject">
  2821.             <summary>Provides a common base class for most Code Document Object Model (CodeDOM) objects.</summary>
  2822.         </member>
  2823.         <member name="M:System.CodeDom.CodeObject.#ctor">
  2824.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeObject"></see> class.</summary>
  2825.         </member>
  2826.         <member name="P:System.CodeDom.CodeObject.UserData">
  2827.             <summary>Gets or sets the user-definable data for the current object.</summary>
  2828.             <returns>An <see cref="T:System.Collections.IDictionary"></see> containing user data for the current object.</returns>
  2829.         </member>
  2830.         <member name="T:System.CodeDom.CodeObjectCreateExpression">
  2831.             <summary>Represents an expression that creates a new instance of a type.</summary>
  2832.         </member>
  2833.         <member name="M:System.CodeDom.CodeObjectCreateExpression.#ctor">
  2834.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeObjectCreateExpression"></see> class.</summary>
  2835.         </member>
  2836.         <member name="M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.CodeDom.CodeTypeReference,System.CodeDom.CodeExpression[])">
  2837.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeObjectCreateExpression"></see> class using the specified type and parameters.</summary>
  2838.             <param name="createType">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the object to create. </param>
  2839.             <param name="parameters">An array of <see cref="T:System.CodeDom.CodeExpression"></see> objects that indicates the parameters to use to create the object. </param>
  2840.         </member>
  2841.         <member name="M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.String,System.CodeDom.CodeExpression[])">
  2842.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeObjectCreateExpression"></see> class using the specified type and parameters.</summary>
  2843.             <param name="createType">The name of the data type of object to create. </param>
  2844.             <param name="parameters">An array of <see cref="T:System.CodeDom.CodeExpression"></see> objects that indicates the parameters to use to create the object. </param>
  2845.         </member>
  2846.         <member name="M:System.CodeDom.CodeObjectCreateExpression.#ctor(System.Type,System.CodeDom.CodeExpression[])">
  2847.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeObjectCreateExpression"></see> class using the specified type and parameters.</summary>
  2848.             <param name="createType">The data type of the object to create. </param>
  2849.             <param name="parameters">An array of <see cref="T:System.CodeDom.CodeExpression"></see> objects that indicates the parameters to use to create the object. </param>
  2850.         </member>
  2851.         <member name="P:System.CodeDom.CodeObjectCreateExpression.CreateType">
  2852.             <summary>Gets or sets the data type of the object to create.</summary>
  2853.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> to the data type of the object to create.</returns>
  2854.         </member>
  2855.         <member name="P:System.CodeDom.CodeObjectCreateExpression.Parameters">
  2856.             <summary>Gets or sets the parameters to use in creating the object.</summary>
  2857.             <returns>A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> that indicates the parameters to use when creating the object.</returns>
  2858.         </member>
  2859.         <member name="T:System.CodeDom.CodeParameterDeclarationExpression">
  2860.             <summary>Represents a parameter declaration for a method, property, or constructor.</summary>
  2861.         </member>
  2862.         <member name="M:System.CodeDom.CodeParameterDeclarationExpression.#ctor">
  2863.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> class.</summary>
  2864.         </member>
  2865.         <member name="M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.CodeDom.CodeTypeReference,System.String)">
  2866.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> class using the specified parameter type and name.</summary>
  2867.             <param name="type">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type of the parameter to declare. </param>
  2868.             <param name="name">The name of the parameter to declare. </param>
  2869.         </member>
  2870.         <member name="M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.String,System.String)">
  2871.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> class using the specified parameter type and name.</summary>
  2872.             <param name="type">The name of the type of the parameter to declare. </param>
  2873.             <param name="name">The name of the parameter to declare. </param>
  2874.         </member>
  2875.         <member name="M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.Type,System.String)">
  2876.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> class using the specified parameter type and name.</summary>
  2877.             <param name="type">The data type of the parameter to declare. </param>
  2878.             <param name="name">The name of the parameter to declare. </param>
  2879.         </member>
  2880.         <member name="P:System.CodeDom.CodeParameterDeclarationExpression.CustomAttributes">
  2881.             <summary>Gets or sets the custom attributes for the parameter declaration.</summary>
  2882.             <returns>A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> that indicates the custom attributes.</returns>
  2883.         </member>
  2884.         <member name="P:System.CodeDom.CodeParameterDeclarationExpression.Direction">
  2885.             <summary>Gets or sets the direction of the field.</summary>
  2886.             <returns>A <see cref="T:System.CodeDom.FieldDirection"></see> that indicates the direction of the field.</returns>
  2887.         </member>
  2888.         <member name="P:System.CodeDom.CodeParameterDeclarationExpression.Name">
  2889.             <summary>Gets or sets the name of the parameter.</summary>
  2890.             <returns>The name of the parameter.</returns>
  2891.         </member>
  2892.         <member name="P:System.CodeDom.CodeParameterDeclarationExpression.Type">
  2893.             <summary>Gets or sets the type of the parameter.</summary>
  2894.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the parameter.</returns>
  2895.         </member>
  2896.         <member name="T:System.CodeDom.CodeParameterDeclarationExpressionCollection">
  2897.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> objects.</summary>
  2898.         </member>
  2899.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor">
  2900.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> class.</summary>
  2901.         </member>
  2902.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpression[])">
  2903.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> objects.</summary>
  2904.             <param name="value">An array of <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> objects with which to intialize the collection. </param>
  2905.         </member>
  2906.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.#ctor(System.CodeDom.CodeParameterDeclarationExpressionCollection)">
  2907.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> class containing the elements of the specified source collection.</summary>
  2908.             <param name="value">A <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> with which to initialize the collection. </param>
  2909.         </member>
  2910.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Add(System.CodeDom.CodeParameterDeclarationExpression)">
  2911.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> to the collection.</summary>
  2912.             <returns>The index at which the new element was inserted.</returns>
  2913.             <param name="value">The <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> to add. </param>
  2914.         </member>
  2915.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpression[])">
  2916.             <summary>Copies the elements of the specified array to the end of the collection.</summary>
  2917.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> containing the objects to add to the collection. </param>
  2918.         </member>
  2919.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection)">
  2920.             <summary>Adds the contents of another <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> to the end of the collection.</summary>
  2921.             <param name="value">A <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> containing the objects to add to the collection. </param>
  2922.         </member>
  2923.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Contains(System.CodeDom.CodeParameterDeclarationExpression)">
  2924.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see>.</summary>
  2925.             <returns>true if the collection contains the specified object; otherwise, false.</returns>
  2926.             <param name="value">A <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> to search for in the collection. </param>
  2927.         </member>
  2928.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.CopyTo(System.CodeDom.CodeParameterDeclarationExpression[],System.Int32)">
  2929.             <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance beginning at the specified index.</summary>
  2930.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  2931.             <param name="index">The index of the array at which to begin inserting. </param>
  2932.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  2933.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  2934.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  2935.         </member>
  2936.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.IndexOf(System.CodeDom.CodeParameterDeclarationExpression)">
  2937.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see>, if it exists in the collection.</summary>
  2938.             <returns>The index in the collection of the specified object, if found; otherwise, -1.</returns>
  2939.             <param name="value">The <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> to locate in the collection. </param>
  2940.         </member>
  2941.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Insert(System.Int32,System.CodeDom.CodeParameterDeclarationExpression)">
  2942.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> into the collection at the specified index.</summary>
  2943.             <param name="value">The <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> to insert. </param>
  2944.             <param name="index">The zero-based index where the specified object should be inserted. </param>
  2945.         </member>
  2946.         <member name="M:System.CodeDom.CodeParameterDeclarationExpressionCollection.Remove(System.CodeDom.CodeParameterDeclarationExpression)">
  2947.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> from the collection.</summary>
  2948.             <param name="value">The <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> to remove from the collection. </param>
  2949.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  2950.         </member>
  2951.         <member name="P:System.CodeDom.CodeParameterDeclarationExpressionCollection.Item(System.Int32)">
  2952.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> at the specified index in the collection.</summary>
  2953.             <returns>A <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> at each valid index.</returns>
  2954.             <param name="index">The index of the collection to access. </param>
  2955.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  2956.         </member>
  2957.         <member name="T:System.CodeDom.CodePrimitiveExpression">
  2958.             <summary>Represents a primitive data type value.</summary>
  2959.         </member>
  2960.         <member name="M:System.CodeDom.CodePrimitiveExpression.#ctor">
  2961.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodePrimitiveExpression"></see> class.</summary>
  2962.         </member>
  2963.         <member name="M:System.CodeDom.CodePrimitiveExpression.#ctor(System.Object)">
  2964.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodePrimitiveExpression"></see> class using the specified object.</summary>
  2965.             <param name="value">The object to represent. </param>
  2966.         </member>
  2967.         <member name="P:System.CodeDom.CodePrimitiveExpression.Value">
  2968.             <summary>Gets or sets the primitive data type to represent.</summary>
  2969.             <returns>The primitive data type instance to represent the value of.</returns>
  2970.         </member>
  2971.         <member name="T:System.CodeDom.CodePropertyReferenceExpression">
  2972.             <summary>Represents a reference to the value of a property.</summary>
  2973.         </member>
  2974.         <member name="M:System.CodeDom.CodePropertyReferenceExpression.#ctor">
  2975.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodePropertyReferenceExpression"></see> class.</summary>
  2976.         </member>
  2977.         <member name="M:System.CodeDom.CodePropertyReferenceExpression.#ctor(System.CodeDom.CodeExpression,System.String)">
  2978.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodePropertyReferenceExpression"></see> class using the specified target object and property name.</summary>
  2979.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object that contains the property to reference. </param>
  2980.             <param name="propertyName">The name of the property to reference. </param>
  2981.         </member>
  2982.         <member name="P:System.CodeDom.CodePropertyReferenceExpression.PropertyName">
  2983.             <summary>Gets or sets the name of the property to reference.</summary>
  2984.             <returns>The name of the property to reference.</returns>
  2985.         </member>
  2986.         <member name="P:System.CodeDom.CodePropertyReferenceExpression.TargetObject">
  2987.             <summary>Gets or sets the object that contains the property to reference.</summary>
  2988.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object that contains the property to reference.</returns>
  2989.         </member>
  2990.         <member name="T:System.CodeDom.CodePropertySetValueReferenceExpression">
  2991.             <summary>Represents the value argument of a property set method call within a property set method.</summary>
  2992.         </member>
  2993.         <member name="T:System.CodeDom.CodeRegionDirective">
  2994.             <summary>Specifies the name and mode for a code region.</summary>
  2995.         </member>
  2996.         <member name="M:System.CodeDom.CodeRegionDirective.#ctor">
  2997.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeRegionDirective"></see> class with default values. </summary>
  2998.         </member>
  2999.         <member name="M:System.CodeDom.CodeRegionDirective.#ctor(System.CodeDom.CodeRegionMode,System.String)">
  3000.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeRegionDirective"></see> class, specifying its mode and name. </summary>
  3001.             <param name="regionMode">One of the <see cref="T:System.CodeDom.CodeRegionMode"></see> values.</param>
  3002.             <param name="regionText">The name for the region.</param>
  3003.         </member>
  3004.         <member name="P:System.CodeDom.CodeRegionDirective.RegionMode">
  3005.             <summary>Gets or sets the mode for the region directive.</summary>
  3006.             <returns>One of the <see cref="T:System.CodeDom.CodeRegionMode"></see> values. The default is <see cref="F:System.CodeDom.CodeRegionMode.None"></see>.</returns>
  3007.         </member>
  3008.         <member name="P:System.CodeDom.CodeRegionDirective.RegionText">
  3009.             <summary>Gets or sets the name of the region.</summary>
  3010.             <returns>The name of the region.</returns>
  3011.         </member>
  3012.         <member name="T:System.CodeDom.CodeRegionMode">
  3013.             <summary>Specifies the start or end of a code region.</summary>
  3014.         </member>
  3015.         <member name="F:System.CodeDom.CodeRegionMode.End">
  3016.             <summary>End of the region.</summary>
  3017.         </member>
  3018.         <member name="F:System.CodeDom.CodeRegionMode.None">
  3019.             <summary>Not used.</summary>
  3020.         </member>
  3021.         <member name="F:System.CodeDom.CodeRegionMode.Start">
  3022.             <summary>Start of the region.</summary>
  3023.         </member>
  3024.         <member name="T:System.CodeDom.CodeRemoveEventStatement">
  3025.             <summary>Represents a statement that removes an event handler.</summary>
  3026.         </member>
  3027.         <member name="M:System.CodeDom.CodeRemoveEventStatement.#ctor">
  3028.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeRemoveEventStatement"></see> class.</summary>
  3029.         </member>
  3030.         <member name="M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeEventReferenceExpression,System.CodeDom.CodeExpression)">
  3031.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeRemoveEventStatement"></see> class with the specified event and event handler.</summary>
  3032.             <param name="eventRef">A <see cref="T:System.CodeDom.CodeEventReferenceExpression"></see> that indicates the event to detach the event handler from. </param>
  3033.             <param name="listener">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the event handler to remove. </param>
  3034.         </member>
  3035.         <member name="M:System.CodeDom.CodeRemoveEventStatement.#ctor(System.CodeDom.CodeExpression,System.String,System.CodeDom.CodeExpression)">
  3036.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeRemoveEventStatement"></see> class using the specified target object, event name, and event handler.</summary>
  3037.             <param name="eventName">The name of the event. </param>
  3038.             <param name="targetObject">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the object that contains the event. </param>
  3039.             <param name="listener">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the event handler to remove. </param>
  3040.         </member>
  3041.         <member name="P:System.CodeDom.CodeRemoveEventStatement.Event">
  3042.             <summary>Gets or sets the event to remove a listener from.</summary>
  3043.             <returns>A <see cref="T:System.CodeDom.CodeEventReferenceExpression"></see> that indicates the event to remove a listener from.</returns>
  3044.         </member>
  3045.         <member name="P:System.CodeDom.CodeRemoveEventStatement.Listener">
  3046.             <summary>Gets or sets the event handler to remove.</summary>
  3047.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the event handler to remove.</returns>
  3048.         </member>
  3049.         <member name="T:System.CodeDom.CodeSnippetCompileUnit">
  3050.             <summary>Represents a literal code fragment that can be compiled.</summary>
  3051.         </member>
  3052.         <member name="M:System.CodeDom.CodeSnippetCompileUnit.#ctor">
  3053.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeSnippetCompileUnit"></see> class. </summary>
  3054.         </member>
  3055.         <member name="M:System.CodeDom.CodeSnippetCompileUnit.#ctor(System.String)">
  3056.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeSnippetCompileUnit"></see> class.</summary>
  3057.             <param name="value">The literal code fragment to represent. </param>
  3058.         </member>
  3059.         <member name="P:System.CodeDom.CodeSnippetCompileUnit.LinePragma">
  3060.             <summary>Gets or sets the line and file information about where the code is located in a source code document.</summary>
  3061.             <returns>A <see cref="T:System.CodeDom.CodeLinePragma"></see> that indicates the position of the code fragment.</returns>
  3062.         </member>
  3063.         <member name="P:System.CodeDom.CodeSnippetCompileUnit.Value">
  3064.             <summary>Gets or sets the literal code fragment to represent.</summary>
  3065.             <returns>The literal code fragment.</returns>
  3066.         </member>
  3067.         <member name="T:System.CodeDom.CodeSnippetExpression">
  3068.             <summary>Represents a literal expression.</summary>
  3069.         </member>
  3070.         <member name="M:System.CodeDom.CodeSnippetExpression.#ctor">
  3071.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeSnippetExpression"></see> class.</summary>
  3072.         </member>
  3073.         <member name="M:System.CodeDom.CodeSnippetExpression.#ctor(System.String)">
  3074.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeSnippetExpression"></see> class using the specified literal expression.</summary>
  3075.             <param name="value">The literal expression to represent. </param>
  3076.         </member>
  3077.         <member name="P:System.CodeDom.CodeSnippetExpression.Value">
  3078.             <summary>Gets or sets the literal string of code.</summary>
  3079.             <returns>The literal string.</returns>
  3080.         </member>
  3081.         <member name="T:System.CodeDom.CodeSnippetStatement">
  3082.             <summary>Represents a statement using a literal code fragment.</summary>
  3083.         </member>
  3084.         <member name="M:System.CodeDom.CodeSnippetStatement.#ctor">
  3085.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeSnippetStatement"></see> class.</summary>
  3086.         </member>
  3087.         <member name="M:System.CodeDom.CodeSnippetStatement.#ctor(System.String)">
  3088.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeSnippetStatement"></see> class using the specified code fragment.</summary>
  3089.             <param name="value">The literal code fragment of the statement to represent. </param>
  3090.         </member>
  3091.         <member name="P:System.CodeDom.CodeSnippetStatement.Value">
  3092.             <summary>Gets or sets the literal code fragment statement.</summary>
  3093.             <returns>The literal code fragment statement.</returns>
  3094.         </member>
  3095.         <member name="T:System.CodeDom.CodeSnippetTypeMember">
  3096.             <summary>Represents a member of a type using a literal code fragment.</summary>
  3097.         </member>
  3098.         <member name="M:System.CodeDom.CodeSnippetTypeMember.#ctor">
  3099.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeSnippetTypeMember"></see> class.</summary>
  3100.         </member>
  3101.         <member name="M:System.CodeDom.CodeSnippetTypeMember.#ctor(System.String)">
  3102.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeSnippetTypeMember"></see> class using the specified text.</summary>
  3103.             <param name="text">The literal code fragment for the type member. </param>
  3104.         </member>
  3105.         <member name="P:System.CodeDom.CodeSnippetTypeMember.Text">
  3106.             <summary>Gets or sets the literal code fragment for the type member.</summary>
  3107.             <returns>The literal code fragment for the type member.</returns>
  3108.         </member>
  3109.         <member name="T:System.CodeDom.CodeStatement">
  3110.             <summary>Represents the abstract base class from which all code statements derive.</summary>
  3111.         </member>
  3112.         <member name="M:System.CodeDom.CodeStatement.#ctor">
  3113.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeStatement"></see> class. </summary>
  3114.         </member>
  3115.         <member name="P:System.CodeDom.CodeStatement.EndDirectives">
  3116.             <summary>Gets a <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object that contains end directives.</summary>
  3117.             <returns>A <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object containing end directives.</returns>
  3118.         </member>
  3119.         <member name="P:System.CodeDom.CodeStatement.LinePragma">
  3120.             <summary>Gets or sets the line on which the code statement.</summary>
  3121.             <returns>A <see cref="T:System.CodeDom.CodeLinePragma"></see> object that indicates the context of the code statement.</returns>
  3122.         </member>
  3123.         <member name="P:System.CodeDom.CodeStatement.StartDirectives">
  3124.             <summary>Gets a <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object that contains start directives.</summary>
  3125.             <returns>A <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object containing start directives.</returns>
  3126.         </member>
  3127.         <member name="T:System.CodeDom.CodeStatementCollection">
  3128.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeStatement"></see> objects.</summary>
  3129.         </member>
  3130.         <member name="M:System.CodeDom.CodeStatementCollection.#ctor">
  3131.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeStatementCollection"></see> class.</summary>
  3132.         </member>
  3133.         <member name="M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatement[])">
  3134.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeStatementCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeStatement"></see> objects.</summary>
  3135.             <param name="value">An array of <see cref="T:System.CodeDom.CodeStatement"></see> objects with which to initialize the collection. </param>
  3136.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  3137.         </member>
  3138.         <member name="M:System.CodeDom.CodeStatementCollection.#ctor(System.CodeDom.CodeStatementCollection)">
  3139.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeStatementCollection"></see> class containing the elements of the specified source collection.</summary>
  3140.             <param name="value">A <see cref="T:System.CodeDom.CodeStatementCollection"></see> with which to initialize the collection. </param>
  3141.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  3142.         </member>
  3143.         <member name="M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeExpression)">
  3144.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeExpression"></see> to the collection.</summary>
  3145.             <returns>The index at which the new element was inserted.</returns>
  3146.             <param name="value">The <see cref="T:System.CodeDom.CodeExpression"></see> to add. </param>
  3147.         </member>
  3148.         <member name="M:System.CodeDom.CodeStatementCollection.Add(System.CodeDom.CodeStatement)">
  3149.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeStatement"></see> to the collection.</summary>
  3150.             <returns>The index at which the new element was inserted.</returns>
  3151.             <param name="value">A <see cref="T:System.CodeDom.CodeStatement"></see> to add. </param>
  3152.         </member>
  3153.         <member name="M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatement[])">
  3154.             <summary>Adds a set of <see cref="T:System.CodeDom.CodeStatement"></see> objects to the collection.</summary>
  3155.             <param name="value">An array of <see cref="T:System.CodeDom.CodeStatement"></see> objects to add to the collection. </param>
  3156.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  3157.         </member>
  3158.         <member name="M:System.CodeDom.CodeStatementCollection.AddRange(System.CodeDom.CodeStatementCollection)">
  3159.             <summary>Adds the contents of another <see cref="T:System.CodeDom.CodeStatementCollection"></see> to the end of the collection.</summary>
  3160.             <param name="value">A <see cref="T:System.CodeDom.CodeStatementCollection"></see> containing the objects to add to the collection. </param>
  3161.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  3162.         </member>
  3163.         <member name="M:System.CodeDom.CodeStatementCollection.Contains(System.CodeDom.CodeStatement)">
  3164.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeStatement"></see>.</summary>
  3165.             <returns>true if the collection contains the specified object; otherwise, false.</returns>
  3166.             <param name="value">The <see cref="T:System.CodeDom.CodeStatement"></see> to search for in the collection. </param>
  3167.         </member>
  3168.         <member name="M:System.CodeDom.CodeStatementCollection.CopyTo(System.CodeDom.CodeStatement[],System.Int32)">
  3169.             <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance beginning at the specified index.</summary>
  3170.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  3171.             <param name="index">The index of the array at which to begin inserting. </param>
  3172.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  3173.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  3174.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeStatementCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  3175.         </member>
  3176.         <member name="M:System.CodeDom.CodeStatementCollection.IndexOf(System.CodeDom.CodeStatement)">
  3177.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeStatement"></see>, if it exists in the collection.</summary>
  3178.             <returns>The index in the collection of the specified object, if found; otherwise, -1.</returns>
  3179.             <param name="value">The <see cref="T:System.CodeDom.CodeStatement"></see> to locate in the collection. </param>
  3180.         </member>
  3181.         <member name="M:System.CodeDom.CodeStatementCollection.Insert(System.Int32,System.CodeDom.CodeStatement)">
  3182.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeStatement"></see> into the collection at the specified index.</summary>
  3183.             <param name="value">The <see cref="T:System.CodeDom.CodeStatement"></see> to insert. </param>
  3184.             <param name="index">The zero-based index where the specified object should be inserted. </param>
  3185.         </member>
  3186.         <member name="M:System.CodeDom.CodeStatementCollection.Remove(System.CodeDom.CodeStatement)">
  3187.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeStatement"></see> from the collection.</summary>
  3188.             <param name="value">The <see cref="T:System.CodeDom.CodeStatement"></see> to remove from the collection. </param>
  3189.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  3190.         </member>
  3191.         <member name="P:System.CodeDom.CodeStatementCollection.Item(System.Int32)">
  3192.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeStatement"></see> at the specified index in the collection.</summary>
  3193.             <returns>A <see cref="T:System.CodeDom.CodeStatement"></see> at each valid index.</returns>
  3194.             <param name="index">The index of the collection to access. </param>
  3195.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  3196.         </member>
  3197.         <member name="T:System.CodeDom.CodeThisReferenceExpression">
  3198.             <summary>Represents a reference to the current local class instance.</summary>
  3199.         </member>
  3200.         <member name="M:System.CodeDom.CodeThisReferenceExpression.#ctor">
  3201.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeThisReferenceExpression"></see> class. </summary>
  3202.         </member>
  3203.         <member name="T:System.CodeDom.CodeThrowExceptionStatement">
  3204.             <summary>Represents a statement that throws an exception.</summary>
  3205.         </member>
  3206.         <member name="M:System.CodeDom.CodeThrowExceptionStatement.#ctor">
  3207.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeThrowExceptionStatement"></see> class.</summary>
  3208.         </member>
  3209.         <member name="M:System.CodeDom.CodeThrowExceptionStatement.#ctor(System.CodeDom.CodeExpression)">
  3210.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeThrowExceptionStatement"></see> class with the specified exception type instance.</summary>
  3211.             <param name="toThrow">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the exception to throw. </param>
  3212.         </member>
  3213.         <member name="P:System.CodeDom.CodeThrowExceptionStatement.ToThrow">
  3214.             <summary>Gets or sets the exception to throw.</summary>
  3215.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> representing an instance of the exception to throw.</returns>
  3216.         </member>
  3217.         <member name="T:System.CodeDom.CodeTryCatchFinallyStatement">
  3218.             <summary>Represents a try block with any number of catch clauses and, optionally, a finally block.</summary>
  3219.         </member>
  3220.         <member name="M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor">
  3221.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTryCatchFinallyStatement"></see> class.</summary>
  3222.         </member>
  3223.         <member name="M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[])">
  3224.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTryCatchFinallyStatement"></see> class using the specified statements for try and catch clauses.</summary>
  3225.             <param name="tryStatements">An array of <see cref="T:System.CodeDom.CodeStatement"></see> objects that indicate the statements to try. </param>
  3226.             <param name="catchClauses">An array of <see cref="T:System.CodeDom.CodeCatchClause"></see> objects that indicate the clauses to catch. </param>
  3227.         </member>
  3228.         <member name="M:System.CodeDom.CodeTryCatchFinallyStatement.#ctor(System.CodeDom.CodeStatement[],System.CodeDom.CodeCatchClause[],System.CodeDom.CodeStatement[])">
  3229.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTryCatchFinallyStatement"></see> class using the specified statements for try, catch clauses, and finally statements.</summary>
  3230.             <param name="tryStatements">An array of <see cref="T:System.CodeDom.CodeStatement"></see> objects that indicate the statements to try. </param>
  3231.             <param name="finallyStatements">An array of <see cref="T:System.CodeDom.CodeStatement"></see> objects that indicate the finally statements to use. </param>
  3232.             <param name="catchClauses">An array of <see cref="T:System.CodeDom.CodeCatchClause"></see> objects that indicate the clauses to catch. </param>
  3233.         </member>
  3234.         <member name="P:System.CodeDom.CodeTryCatchFinallyStatement.CatchClauses">
  3235.             <summary>Gets the catch clauses to use.</summary>
  3236.             <returns>A <see cref="T:System.CodeDom.CodeCatchClauseCollection"></see> that indicates the catch clauses to use.</returns>
  3237.         </member>
  3238.         <member name="P:System.CodeDom.CodeTryCatchFinallyStatement.FinallyStatements">
  3239.             <summary>Gets the finally statements to use.</summary>
  3240.             <returns>A <see cref="T:System.CodeDom.CodeStatementCollection"></see> that indicates the finally statements.</returns>
  3241.         </member>
  3242.         <member name="P:System.CodeDom.CodeTryCatchFinallyStatement.TryStatements">
  3243.             <summary>Gets the statements to try.</summary>
  3244.             <returns>A <see cref="T:System.CodeDom.CodeStatementCollection"></see> that indicates the statements to try.</returns>
  3245.         </member>
  3246.         <member name="T:System.CodeDom.CodeTypeConstructor">
  3247.             <summary>Represents a static constructor for a class.</summary>
  3248.         </member>
  3249.         <member name="M:System.CodeDom.CodeTypeConstructor.#ctor">
  3250.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeConstructor"></see> class.</summary>
  3251.         </member>
  3252.         <member name="T:System.CodeDom.CodeTypeDeclaration">
  3253.             <summary>Represents a type declaration for a class, structure, interface, or enumeration.</summary>
  3254.         </member>
  3255.         <member name="M:System.CodeDom.CodeTypeDeclaration.#ctor">
  3256.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> class.</summary>
  3257.         </member>
  3258.         <member name="M:System.CodeDom.CodeTypeDeclaration.#ctor(System.String)">
  3259.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> class with the specified name.</summary>
  3260.             <param name="name">The name for the new type. </param>
  3261.         </member>
  3262.         <member name="E:System.CodeDom.CodeTypeDeclaration.PopulateBaseTypes">
  3263.             <summary>Occurs when the <see cref="P:System.CodeDom.CodeTypeDeclaration.BaseTypes"></see> collection is accessed for the first time.</summary>
  3264.         </member>
  3265.         <member name="E:System.CodeDom.CodeTypeDeclaration.PopulateMembers">
  3266.             <summary>Occurs when the <see cref="P:System.CodeDom.CodeTypeDeclaration.Members"></see> collection is accessed for the first time.</summary>
  3267.         </member>
  3268.         <member name="P:System.CodeDom.CodeTypeDeclaration.BaseTypes">
  3269.             <summary>Gets the base types of the type.</summary>
  3270.             <returns>A <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> object that indicates the base types of the type.</returns>
  3271.         </member>
  3272.         <member name="P:System.CodeDom.CodeTypeDeclaration.IsClass">
  3273.             <summary>Gets or sets a value indicating whether the type is a class or reference type.</summary>
  3274.             <returns>true if the type is a class or reference type; otherwise, false.</returns>
  3275.         </member>
  3276.         <member name="P:System.CodeDom.CodeTypeDeclaration.IsEnum">
  3277.             <summary>Gets or sets a value indicating whether the type is an enumeration.</summary>
  3278.             <returns>true if the type is an enumeration; otherwise, false.</returns>
  3279.         </member>
  3280.         <member name="P:System.CodeDom.CodeTypeDeclaration.IsInterface">
  3281.             <summary>Gets or sets a value indicating whether the type is an interface.</summary>
  3282.             <returns>true if the type is an interface; otherwise, false.</returns>
  3283.         </member>
  3284.         <member name="P:System.CodeDom.CodeTypeDeclaration.IsPartial">
  3285.             <summary>Gets or sets a value indicating whether the type declaration is complete or partial.</summary>
  3286.             <returns>true if the class or structure declaration is a partial representation of the implementation; false if the declaration is a complete implementation of the class or structure. The default is false.</returns>
  3287.         </member>
  3288.         <member name="P:System.CodeDom.CodeTypeDeclaration.IsStruct">
  3289.             <summary>Gets or sets a value indicating whether the type is a value type (struct).</summary>
  3290.             <returns>true if the type is a value type; otherwise, false.</returns>
  3291.         </member>
  3292.         <member name="P:System.CodeDom.CodeTypeDeclaration.Members">
  3293.             <summary>Gets the collection of class members for the represented type.</summary>
  3294.             <returns>A <see cref="T:System.CodeDom.CodeTypeMemberCollection"></see> object that indicates the class members.</returns>
  3295.         </member>
  3296.         <member name="P:System.CodeDom.CodeTypeDeclaration.TypeAttributes">
  3297.             <summary>Gets or sets the attributes of the type.</summary>
  3298.             <returns>A <see cref="T:System.Reflection.TypeAttributes"></see> object that indicates the attributes of the type.</returns>
  3299.         </member>
  3300.         <member name="P:System.CodeDom.CodeTypeDeclaration.TypeParameters">
  3301.             <summary>Gets the type parameters for the type declaration.</summary>
  3302.             <returns>A <see cref="T:System.CodeDom.CodeTypeParameterCollection"></see> that contains the type parameters for the type declaration.</returns>
  3303.         </member>
  3304.         <member name="T:System.CodeDom.CodeTypeDeclarationCollection">
  3305.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> objects.</summary>
  3306.         </member>
  3307.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.#ctor">
  3308.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeDeclarationCollection"></see> class.</summary>
  3309.         </member>
  3310.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclaration[])">
  3311.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeDeclarationCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> objects.</summary>
  3312.             <param name="value">An array of <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> objects with which to intialize the collection. </param>
  3313.         </member>
  3314.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.#ctor(System.CodeDom.CodeTypeDeclarationCollection)">
  3315.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeDeclarationCollection"></see> class containing the elements of the specified source collection.</summary>
  3316.             <param name="value">A <see cref="T:System.CodeDom.CodeTypeDeclarationCollection"></see> with which to initialize the collection. </param>
  3317.         </member>
  3318.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.Add(System.CodeDom.CodeTypeDeclaration)">
  3319.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> to the collection.</summary>
  3320.             <returns>The index at which the new element was inserted.</returns>
  3321.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> to add. </param>
  3322.         </member>
  3323.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclaration[])">
  3324.             <summary>Copies the elements of the specified array to the end of the collection.</summary>
  3325.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> containing the objects to add to the collection. </param>
  3326.         </member>
  3327.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.AddRange(System.CodeDom.CodeTypeDeclarationCollection)">
  3328.             <summary>Adds the contents of another <see cref="T:System.CodeDom.CodeTypeDeclarationCollection"></see> to the end of the collection.</summary>
  3329.             <param name="value">A <see cref="T:System.CodeDom.CodeTypeDeclarationCollection"></see> containing the objects to add to the collection. </param>
  3330.         </member>
  3331.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.Contains(System.CodeDom.CodeTypeDeclaration)">
  3332.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeTypeDeclaration"></see>.</summary>
  3333.             <returns>true if collection contains the specified object; otherwise, false.</returns>
  3334.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> to search for in the collection. </param>
  3335.         </member>
  3336.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.CopyTo(System.CodeDom.CodeTypeDeclaration[],System.Int32)">
  3337.             <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance beginning at the specified index.</summary>
  3338.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  3339.             <param name="index">The index of the array at which to begin inserting. </param>
  3340.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeTypeDeclarationCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  3341.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  3342.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  3343.         </member>
  3344.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.IndexOf(System.CodeDom.CodeTypeDeclaration)">
  3345.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeTypeDeclaration"></see>, if it exists in the collection.</summary>
  3346.             <returns>The index in the collection of the specified object, if found; otherwise, -1.</returns>
  3347.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> to locate in the collection. </param>
  3348.         </member>
  3349.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.Insert(System.Int32,System.CodeDom.CodeTypeDeclaration)">
  3350.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> into the collection at the specified index.</summary>
  3351.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> to insert. </param>
  3352.             <param name="index">The zero-based index where the specified object should be inserted. </param>
  3353.         </member>
  3354.         <member name="M:System.CodeDom.CodeTypeDeclarationCollection.Remove(System.CodeDom.CodeTypeDeclaration)">
  3355.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> from the collection.</summary>
  3356.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> to remove from the collection. </param>
  3357.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  3358.         </member>
  3359.         <member name="P:System.CodeDom.CodeTypeDeclarationCollection.Item(System.Int32)">
  3360.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> at the specified index in the collection.</summary>
  3361.             <returns>A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> at each valid index.</returns>
  3362.             <param name="index">The index of the collection to access. </param>
  3363.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  3364.         </member>
  3365.         <member name="T:System.CodeDom.CodeTypeDelegate">
  3366.             <summary>Represents a delegate declaration.</summary>
  3367.         </member>
  3368.         <member name="M:System.CodeDom.CodeTypeDelegate.#ctor">
  3369.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeDelegate"></see> class.</summary>
  3370.         </member>
  3371.         <member name="M:System.CodeDom.CodeTypeDelegate.#ctor(System.String)">
  3372.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeDelegate"></see> class.</summary>
  3373.             <param name="name">The name of the delegate. </param>
  3374.         </member>
  3375.         <member name="P:System.CodeDom.CodeTypeDelegate.Parameters">
  3376.             <summary>Gets the parameters of the delegate.</summary>
  3377.             <returns>A <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> that indicates the parameters of the delegate.</returns>
  3378.         </member>
  3379.         <member name="P:System.CodeDom.CodeTypeDelegate.ReturnType">
  3380.             <summary>Gets or sets the return type of the delegate.</summary>
  3381.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the return type of the delegate.</returns>
  3382.         </member>
  3383.         <member name="T:System.CodeDom.CodeTypeMember">
  3384.             <summary>Provides a base class for a member of a type. Type members include fields, methods, properties, constructors and nested types.</summary>
  3385.         </member>
  3386.         <member name="M:System.CodeDom.CodeTypeMember.#ctor">
  3387.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeMember"></see> class. </summary>
  3388.         </member>
  3389.         <member name="P:System.CodeDom.CodeTypeMember.Attributes">
  3390.             <summary>Gets or sets the attributes of the member.</summary>
  3391.             <returns>A bitwise combination of the <see cref="T:System.CodeDom.MemberAttributes"></see> values used to indicate the attributes of the member. The default value is <see cref="F:System.CodeDom.MemberAttributes.Private"></see> | <see cref="F:System.CodeDom.MemberAttributes.Final"></see>. </returns>
  3392.         </member>
  3393.         <member name="P:System.CodeDom.CodeTypeMember.Comments">
  3394.             <summary>Gets the collection of comments for the type member.</summary>
  3395.             <returns>A <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> that indicates the comments for the member.</returns>
  3396.         </member>
  3397.         <member name="P:System.CodeDom.CodeTypeMember.CustomAttributes">
  3398.             <summary>Gets or sets the custom attributes of the member.</summary>
  3399.             <returns>A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> that indicates the custom attributes of the member.</returns>
  3400.         </member>
  3401.         <member name="P:System.CodeDom.CodeTypeMember.EndDirectives">
  3402.             <summary>Gets the end directives for the member.</summary>
  3403.             <returns>A <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object containing end directives.</returns>
  3404.         </member>
  3405.         <member name="P:System.CodeDom.CodeTypeMember.LinePragma">
  3406.             <summary>Gets or sets the line on which the type member statement occurs.</summary>
  3407.             <returns>A <see cref="T:System.CodeDom.CodeLinePragma"></see> object that indicates the location of the type member declaration.</returns>
  3408.         </member>
  3409.         <member name="P:System.CodeDom.CodeTypeMember.Name">
  3410.             <summary>Gets or sets the name of the member.</summary>
  3411.             <returns>The name of the member.</returns>
  3412.         </member>
  3413.         <member name="P:System.CodeDom.CodeTypeMember.StartDirectives">
  3414.             <summary>Gets the start directives for the member.</summary>
  3415.             <returns>A <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> object containing start directives.</returns>
  3416.         </member>
  3417.         <member name="T:System.CodeDom.CodeTypeMemberCollection">
  3418.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeTypeMember"></see> objects.</summary>
  3419.         </member>
  3420.         <member name="M:System.CodeDom.CodeTypeMemberCollection.#ctor">
  3421.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeMemberCollection"></see> class.</summary>
  3422.         </member>
  3423.         <member name="M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMember[])">
  3424.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeMemberCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeTypeMember"></see> objects.</summary>
  3425.             <param name="value">An array of <see cref="T:System.CodeDom.CodeTypeMember"></see> objects with which to intialize the collection. </param>
  3426.         </member>
  3427.         <member name="M:System.CodeDom.CodeTypeMemberCollection.#ctor(System.CodeDom.CodeTypeMemberCollection)">
  3428.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeMemberCollection"></see> class containing the elements of the specified source collection.</summary>
  3429.             <param name="value">A <see cref="T:System.CodeDom.CodeTypeMemberCollection"></see> with which to initialize the collection. </param>
  3430.         </member>
  3431.         <member name="M:System.CodeDom.CodeTypeMemberCollection.Add(System.CodeDom.CodeTypeMember)">
  3432.             <summary>Adds a <see cref="T:System.CodeDom.CodeTypeMember"></see> with the specified value to the collection.</summary>
  3433.             <returns>The index at which the new element was inserted.</returns>
  3434.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeMember"></see> to add. </param>
  3435.         </member>
  3436.         <member name="M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMember[])">
  3437.             <summary>Copies the elements of the specified <see cref="T:System.CodeDom.CodeTypeMember"></see> array to the end of the collection.</summary>
  3438.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeTypeMember"></see> containing the objects to add to the collection. </param>
  3439.         </member>
  3440.         <member name="M:System.CodeDom.CodeTypeMemberCollection.AddRange(System.CodeDom.CodeTypeMemberCollection)">
  3441.             <summary>Adds the contents of another <see cref="T:System.CodeDom.CodeTypeMemberCollection"></see> to the end of the collection.</summary>
  3442.             <param name="value">A <see cref="T:System.CodeDom.CodeTypeMemberCollection"></see> containing the objects to add to the collection. </param>
  3443.         </member>
  3444.         <member name="M:System.CodeDom.CodeTypeMemberCollection.Contains(System.CodeDom.CodeTypeMember)">
  3445.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeTypeMember"></see>.</summary>
  3446.             <returns>true if the collection contains the specified object; otherwise, false.</returns>
  3447.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeMember"></see> to search for in the collection. </param>
  3448.         </member>
  3449.         <member name="M:System.CodeDom.CodeTypeMemberCollection.CopyTo(System.CodeDom.CodeTypeMember[],System.Int32)">
  3450.             <summary>Copies the collection objects to a one-dimensional <see cref="T:System.Array"></see> instance, beginning at the specified index.</summary>
  3451.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  3452.             <param name="index">The index of the array at which to begin inserting. </param>
  3453.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  3454.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  3455.             <exception cref="T:System.ArgumentException">The destination array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeTypeMemberCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  3456.         </member>
  3457.         <member name="M:System.CodeDom.CodeTypeMemberCollection.IndexOf(System.CodeDom.CodeTypeMember)">
  3458.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeTypeMember"></see>, if it exists in the collection.</summary>
  3459.             <returns>The index in the collection of the specified object, if found; otherwise, -1.</returns>
  3460.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeMember"></see> to locate in the collection. </param>
  3461.         </member>
  3462.         <member name="M:System.CodeDom.CodeTypeMemberCollection.Insert(System.Int32,System.CodeDom.CodeTypeMember)">
  3463.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeTypeMember"></see> into the collection at the specified index.</summary>
  3464.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeMember"></see> to insert. </param>
  3465.             <param name="index">The zero-based index where the specified object should be inserted. </param>
  3466.         </member>
  3467.         <member name="M:System.CodeDom.CodeTypeMemberCollection.Remove(System.CodeDom.CodeTypeMember)">
  3468.             <summary>Removes a specific <see cref="T:System.CodeDom.CodeTypeMember"></see> from the collection.</summary>
  3469.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeMember"></see> to remove from the collection. </param>
  3470.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  3471.         </member>
  3472.         <member name="P:System.CodeDom.CodeTypeMemberCollection.Item(System.Int32)">
  3473.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeTypeMember"></see> at the specified index in the collection.</summary>
  3474.             <returns>A <see cref="T:System.CodeDom.CodeTypeMember"></see> at each valid index.</returns>
  3475.             <param name="index">The index of the collection to access. </param>
  3476.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  3477.         </member>
  3478.         <member name="T:System.CodeDom.CodeTypeOfExpression">
  3479.             <summary>Represents a typeof expression, an expression that returns a <see cref="T:System.Type"></see> for a specified type name.</summary>
  3480.         </member>
  3481.         <member name="M:System.CodeDom.CodeTypeOfExpression.#ctor">
  3482.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeOfExpression"></see> class.</summary>
  3483.         </member>
  3484.         <member name="M:System.CodeDom.CodeTypeOfExpression.#ctor(System.CodeDom.CodeTypeReference)">
  3485.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeOfExpression"></see> class.</summary>
  3486.             <param name="type">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type for the typeof expression. </param>
  3487.         </member>
  3488.         <member name="M:System.CodeDom.CodeTypeOfExpression.#ctor(System.String)">
  3489.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeOfExpression"></see> class using the specified type.</summary>
  3490.             <param name="type">The name of the data type for the typeof expression. </param>
  3491.         </member>
  3492.         <member name="M:System.CodeDom.CodeTypeOfExpression.#ctor(System.Type)">
  3493.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeOfExpression"></see> class using the specified type.</summary>
  3494.             <param name="type">The data type of the data type of the typeof expression. </param>
  3495.         </member>
  3496.         <member name="P:System.CodeDom.CodeTypeOfExpression.Type">
  3497.             <summary>Gets or sets the data type referenced by the typeof expression.</summary>
  3498.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type referenced by the typeof expression. This property will never return null, and defaults to the <see cref="T:System.Void"></see> type.</returns>
  3499.         </member>
  3500.         <member name="T:System.CodeDom.CodeTypeParameter">
  3501.             <summary>Represents a type parameter of a generic type or method.</summary>
  3502.         </member>
  3503.         <member name="M:System.CodeDom.CodeTypeParameter.#ctor">
  3504.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeParameter"></see> class. </summary>
  3505.         </member>
  3506.         <member name="M:System.CodeDom.CodeTypeParameter.#ctor(System.String)">
  3507.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeParameter"></see> class with the specified type parameter name. </summary>
  3508.             <param name="name">The name of the type parameter.</param>
  3509.         </member>
  3510.         <member name="P:System.CodeDom.CodeTypeParameter.Constraints">
  3511.             <summary>Gets the constraints for the type parameter.</summary>
  3512.             <returns>A <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> object that contains the constraints for the type parameter.</returns>
  3513.         </member>
  3514.         <member name="P:System.CodeDom.CodeTypeParameter.CustomAttributes">
  3515.             <summary>Gets the custom attributes of the type parameter.</summary>
  3516.             <returns>A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> that indicates the custom attributes of the type parameter. The default is null.</returns>
  3517.         </member>
  3518.         <member name="P:System.CodeDom.CodeTypeParameter.HasConstructorConstraint">
  3519.             <summary>Gets or sets a value indicating whether the type parameter has a constructor constraint.</summary>
  3520.             <returns>true if the type parameter has a constructor constraint; otherwise, false. The default is false.</returns>
  3521.         </member>
  3522.         <member name="P:System.CodeDom.CodeTypeParameter.Name">
  3523.             <summary>Gets or sets the name of the type parameter.</summary>
  3524.             <returns>The name of the type parameter. The default is an empty string ("").</returns>
  3525.         </member>
  3526.         <member name="T:System.CodeDom.CodeTypeParameterCollection">
  3527.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeTypeParameter"></see> objects.</summary>
  3528.         </member>
  3529.         <member name="M:System.CodeDom.CodeTypeParameterCollection.#ctor">
  3530.             <summary>Initializes a new, empty instance of the <see cref="T:System.CodeDom.CodeTypeParameterCollection"></see> class. </summary>
  3531.         </member>
  3532.         <member name="M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameter[])">
  3533.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeParameterCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeTypeParameter"></see> objects. </summary>
  3534.             <param name="value">An array of <see cref="T:System.CodeDom.CodeTypeParameter"></see> objects with which to initialize the collection.</param>
  3535.         </member>
  3536.         <member name="M:System.CodeDom.CodeTypeParameterCollection.#ctor(System.CodeDom.CodeTypeParameterCollection)">
  3537.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeParameterCollection"></see> class containing the elements of the specified source collection.</summary>
  3538.             <param name="value">A <see cref="T:System.CodeDom.CodeTypeParameterCollection"></see> with which to initialize the collection.</param>
  3539.         </member>
  3540.         <member name="M:System.CodeDom.CodeTypeParameterCollection.Add(System.CodeDom.CodeTypeParameter)">
  3541.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeTypeParameter"></see> object to the collection.</summary>
  3542.             <returns>The zero-based index at which the new element was inserted.</returns>
  3543.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeParameter"></see> to add.</param>
  3544.         </member>
  3545.         <member name="M:System.CodeDom.CodeTypeParameterCollection.Add(System.String)">
  3546.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeTypeParameter"></see> object to the collection using the specified data type name.</summary>
  3547.             <param name="value">The name of a data type for which to add the <see cref="T:System.CodeDom.CodeTypeParameter"></see> object to the collection.</param>
  3548.         </member>
  3549.         <member name="M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameter[])">
  3550.             <summary>Copies the elements of the specified <see cref="T:System.CodeDom.CodeTypeParameter"></see> array to the end of the collection.</summary>
  3551.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeTypeParameter"></see> containing the objects to add to the collection.</param>
  3552.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  3553.         </member>
  3554.         <member name="M:System.CodeDom.CodeTypeParameterCollection.AddRange(System.CodeDom.CodeTypeParameterCollection)">
  3555.             <summary>Copies the elements of the specified <see cref="T:System.CodeDom.CodeTypeParameterCollection"></see> to the end of the collection.</summary>
  3556.             <param name="value">A <see cref="T:System.CodeDom.CodeTypeParameterCollection"></see> containing the <see cref="T:System.CodeDom.CodeTypeParameter"></see> objects to add to the collection.</param>
  3557.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  3558.         </member>
  3559.         <member name="M:System.CodeDom.CodeTypeParameterCollection.Contains(System.CodeDom.CodeTypeParameter)">
  3560.             <summary>Determines whether the collection contains the specified <see cref="T:System.CodeDom.CodeTypeParameter"></see> object.</summary>
  3561.             <returns>true if the <see cref="T:System.CodeDom.CodeTypeParameter"></see> object is contained in the collection; otherwise, false.</returns>
  3562.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeParameter"></see> object to search for in the collection.</param>
  3563.         </member>
  3564.         <member name="M:System.CodeDom.CodeTypeParameterCollection.CopyTo(System.CodeDom.CodeTypeParameter[],System.Int32)">
  3565.             <summary>Copies the items in the collection to the specified one-dimensional <see cref="T:System.Array"></see> at the specified index.</summary>
  3566.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  3567.             <param name="index">The index of the array at which to begin inserting. </param>
  3568.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  3569.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than the target array's lowest index. </exception>
  3570.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeTypeParameterCollection"></see> is greater than the available space between the index of the target array specified by index and the end of the target array. </exception>
  3571.         </member>
  3572.         <member name="M:System.CodeDom.CodeTypeParameterCollection.IndexOf(System.CodeDom.CodeTypeParameter)">
  3573.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeTypeParameter"></see> object, if it exists in the collection.</summary>
  3574.             <returns>The zero-based index of the specified <see cref="T:System.CodeDom.CodeTypeParameter"></see> object in the collection if found; otherwise, -1.</returns>
  3575.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeParameter"></see> object to locate in the collection.</param>
  3576.         </member>
  3577.         <member name="M:System.CodeDom.CodeTypeParameterCollection.Insert(System.Int32,System.CodeDom.CodeTypeParameter)">
  3578.             <summary>Inserts the specified <see cref="T:System.CodeDom.CodeTypeParameter"></see> object into the collection at the specified index.</summary>
  3579.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeParameter"></see> object to insert. </param>
  3580.             <param name="index">The zero-based index at which to insert the item. </param>
  3581.         </member>
  3582.         <member name="M:System.CodeDom.CodeTypeParameterCollection.Remove(System.CodeDom.CodeTypeParameter)">
  3583.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeTypeParameter"></see> object from the collection.</summary>
  3584.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeParameter"></see> object to remove from the collection.</param>
  3585.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  3586.         </member>
  3587.         <member name="P:System.CodeDom.CodeTypeParameterCollection.Item(System.Int32)">
  3588.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeTypeParameter"></see> object at the specified index in the collection.</summary>
  3589.             <returns>The <see cref="T:System.CodeDom.CodeTypeParameter"></see> object at the specified index.</returns>
  3590.             <param name="index">The zero-based index of the collection object to access.</param>
  3591.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection. </exception>
  3592.         </member>
  3593.         <member name="T:System.CodeDom.CodeTypeReference">
  3594.             <summary>Represents a reference to a type.</summary>
  3595.         </member>
  3596.         <member name="M:System.CodeDom.CodeTypeReference.#ctor">
  3597.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReference"></see> class. </summary>
  3598.         </member>
  3599.         <member name="M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeParameter)">
  3600.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReference"></see> class using the specified code type parameter. </summary>
  3601.             <param name="typeParameter">A <see cref="T:System.CodeDom.CodeTypeParameter"></see> that represents the type of the type parameter.</param>
  3602.         </member>
  3603.         <member name="M:System.CodeDom.CodeTypeReference.#ctor(System.String)">
  3604.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReference"></see> class using the specified type name.</summary>
  3605.             <param name="typeName">The name of the type to reference. </param>
  3606.         </member>
  3607.         <member name="M:System.CodeDom.CodeTypeReference.#ctor(System.Type)">
  3608.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReference"></see> class using the specified type.</summary>
  3609.             <param name="type">The <see cref="T:System.Type"></see> to reference. </param>
  3610.         </member>
  3611.         <member name="M:System.CodeDom.CodeTypeReference.#ctor(System.CodeDom.CodeTypeReference,System.Int32)">
  3612.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReference"></see> class using the specified array type and rank.</summary>
  3613.             <param name="rank">The number of dimensions in the array. </param>
  3614.             <param name="arrayType">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type of the array. </param>
  3615.         </member>
  3616.         <member name="M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReference[])">
  3617.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReference"></see> class using the specified type name and type arguments.</summary>
  3618.             <param name="typeName">The name of the type to reference.</param>
  3619.             <param name="typeArguments">An array of <see cref="T:System.CodeDom.CodeTypeReference"></see> values.</param>
  3620.         </member>
  3621.         <member name="M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.CodeDom.CodeTypeReferenceOptions)">
  3622.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReference"></see> class using the specified type name and code type reference option.</summary>
  3623.             <param name="codeTypeReferenceOption">The code type reference option, one of the <see cref="T:System.CodeDom.CodeTypeReferenceOptions"></see> values.</param>
  3624.             <param name="typeName">The name of the type to reference.</param>
  3625.         </member>
  3626.         <member name="M:System.CodeDom.CodeTypeReference.#ctor(System.String,System.Int32)">
  3627.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReference"></see> class using the specified array type name and rank.</summary>
  3628.             <param name="rank">The number of dimensions of the array. </param>
  3629.             <param name="baseType">The name of the type of the elements of the array. </param>
  3630.         </member>
  3631.         <member name="M:System.CodeDom.CodeTypeReference.#ctor(System.Type,System.CodeDom.CodeTypeReferenceOptions)">
  3632.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReference"></see> class using the specified type and code type reference.</summary>
  3633.             <param name="type">The <see cref="T:System.Type"></see> to reference.</param>
  3634.             <param name="codeTypeReferenceOption">The code type reference option, one of the <see cref="T:System.CodeDom.CodeTypeReferenceOptions"></see> values. </param>
  3635.         </member>
  3636.         <member name="P:System.CodeDom.CodeTypeReference.ArrayElementType">
  3637.             <summary>Gets or sets the type of the elements in the array.</summary>
  3638.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type of the array elements.</returns>
  3639.         </member>
  3640.         <member name="P:System.CodeDom.CodeTypeReference.ArrayRank">
  3641.             <summary>Gets or sets the array rank of the array.</summary>
  3642.             <returns>The number of dimensions of the array.</returns>
  3643.         </member>
  3644.         <member name="P:System.CodeDom.CodeTypeReference.BaseType">
  3645.             <summary>Gets or sets the name of the type being referenced.</summary>
  3646.             <returns>The name of the type being referenced.</returns>
  3647.         </member>
  3648.         <member name="P:System.CodeDom.CodeTypeReference.Options">
  3649.             <summary>Gets or sets the code type reference option.</summary>
  3650.             <returns>A bitwise combination of the <see cref="T:System.CodeDom.CodeTypeReferenceOptions"></see> values. </returns>
  3651.         </member>
  3652.         <member name="P:System.CodeDom.CodeTypeReference.TypeArguments">
  3653.             <summary>Gets the type arguments for the current generic type reference.</summary>
  3654.             <returns>A <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> containing the type arguments for the current <see cref="T:System.CodeDom.CodeTypeReference"></see> object.</returns>
  3655.         </member>
  3656.         <member name="T:System.CodeDom.CodeTypeReferenceCollection">
  3657.             <summary>Represents a collection of <see cref="T:System.CodeDom.CodeTypeReference"></see> objects.</summary>
  3658.         </member>
  3659.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.#ctor">
  3660.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> class.</summary>
  3661.         </member>
  3662.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReference[])">
  3663.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> class containing the specified array of <see cref="T:System.CodeDom.CodeTypeReference"></see> objects.</summary>
  3664.             <param name="value">An array of <see cref="T:System.CodeDom.CodeTypeReference"></see> objects with which to initialize the collection. </param>
  3665.         </member>
  3666.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.#ctor(System.CodeDom.CodeTypeReferenceCollection)">
  3667.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> class containing the elements of the specified source collection.</summary>
  3668.             <param name="value">A <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> with which to initialize the collection. </param>
  3669.         </member>
  3670.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.Add(System.CodeDom.CodeTypeReference)">
  3671.             <summary>Adds the specified <see cref="T:System.CodeDom.CodeTypeReference"></see> to the collection.</summary>
  3672.             <returns>The index at which the new element was inserted.</returns>
  3673.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeReference"></see> to add. </param>
  3674.         </member>
  3675.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.Add(System.String)">
  3676.             <summary>Adds a <see cref="T:System.CodeDom.CodeTypeReference"></see> to the collection using the specified data type name.</summary>
  3677.             <param name="value">The name of a data type for which to add a <see cref="T:System.CodeDom.CodeTypeReference"></see> to the collection. </param>
  3678.         </member>
  3679.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.Add(System.Type)">
  3680.             <summary>Adds a <see cref="T:System.CodeDom.CodeTypeReference"></see> to the collection using the specified data type.</summary>
  3681.             <param name="value">The data type for which to add a <see cref="T:System.CodeDom.CodeTypeReference"></see> to the collection. </param>
  3682.         </member>
  3683.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReference[])">
  3684.             <summary>Copies the elements of the specified <see cref="T:System.CodeDom.CodeTypeReference"></see> array to the end of the collection.</summary>
  3685.             <param name="value">An array of type <see cref="T:System.CodeDom.CodeTypeReference"></see> containing the objects to add to the collection. </param>
  3686.         </member>
  3687.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.AddRange(System.CodeDom.CodeTypeReferenceCollection)">
  3688.             <summary>Adds the contents of the specified <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> to the end of the collection.</summary>
  3689.             <param name="value">A <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> containing the objects to add to the collection. </param>
  3690.         </member>
  3691.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.Contains(System.CodeDom.CodeTypeReference)">
  3692.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.CodeTypeReference"></see>.</summary>
  3693.             <returns>true if the <see cref="T:System.CodeDom.CodeTypeReference"></see> is contained in the collection; otherwise, false.</returns>
  3694.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeReference"></see> to search for in the collection. </param>
  3695.         </member>
  3696.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.CopyTo(System.CodeDom.CodeTypeReference[],System.Int32)">
  3697.             <summary>Copies the items in the collection to the specified one-dimensional <see cref="T:System.Array"></see> at the specified index.</summary>
  3698.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  3699.             <param name="index">The index of the array at which to begin inserting. </param>
  3700.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  3701.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is less than the target array's minimum index. </exception>
  3702.             <exception cref="T:System.ArgumentException">The array parameter is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.CodeTypeReferenceCollection"></see> is greater than the available space between the index of the target array specified by the index parameter and the end of the target array. </exception>
  3703.         </member>
  3704.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.IndexOf(System.CodeDom.CodeTypeReference)">
  3705.             <summary>Gets the index in the collection of the specified <see cref="T:System.CodeDom.CodeTypeReference"></see>, if it exists in the collection.</summary>
  3706.             <returns>The index of the specified <see cref="T:System.CodeDom.CodeTypeReference"></see> in the collection if found; otherwise, -1.</returns>
  3707.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeReference"></see> to locate in the collection. </param>
  3708.         </member>
  3709.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.Insert(System.Int32,System.CodeDom.CodeTypeReference)">
  3710.             <summary>Inserts a <see cref="T:System.CodeDom.CodeTypeReference"></see> into the collection at the specified index.</summary>
  3711.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeReference"></see> to insert. </param>
  3712.             <param name="index">The zero-based index where the item should be inserted. </param>
  3713.         </member>
  3714.         <member name="M:System.CodeDom.CodeTypeReferenceCollection.Remove(System.CodeDom.CodeTypeReference)">
  3715.             <summary>Removes the specified <see cref="T:System.CodeDom.CodeTypeReference"></see> from the collection.</summary>
  3716.             <param name="value">The <see cref="T:System.CodeDom.CodeTypeReference"></see> to remove from the collection. </param>
  3717.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  3718.         </member>
  3719.         <member name="P:System.CodeDom.CodeTypeReferenceCollection.Item(System.Int32)">
  3720.             <summary>Gets or sets the <see cref="T:System.CodeDom.CodeTypeReference"></see> at the specified index in the collection.</summary>
  3721.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> at each valid index.</returns>
  3722.             <param name="index">The index of the collection to access. </param>
  3723.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  3724.         </member>
  3725.         <member name="T:System.CodeDom.CodeTypeReferenceExpression">
  3726.             <summary>Represents a reference to a data type.</summary>
  3727.         </member>
  3728.         <member name="M:System.CodeDom.CodeTypeReferenceExpression.#ctor">
  3729.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReferenceExpression"></see> class.</summary>
  3730.         </member>
  3731.         <member name="M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.CodeDom.CodeTypeReference)">
  3732.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReferenceExpression"></see> class using the specified type.</summary>
  3733.             <param name="type">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type to reference. </param>
  3734.         </member>
  3735.         <member name="M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.String)">
  3736.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReferenceExpression"></see> class using the specified data type name.</summary>
  3737.             <param name="type">The name of the data type to reference. </param>
  3738.         </member>
  3739.         <member name="M:System.CodeDom.CodeTypeReferenceExpression.#ctor(System.Type)">
  3740.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeTypeReferenceExpression"></see> class using the specified data type.</summary>
  3741.             <param name="type">An instance of the data type to reference. </param>
  3742.         </member>
  3743.         <member name="P:System.CodeDom.CodeTypeReferenceExpression.Type">
  3744.             <summary>Gets or sets the data type to reference.</summary>
  3745.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type to reference.</returns>
  3746.         </member>
  3747.         <member name="T:System.CodeDom.CodeTypeReferenceOptions">
  3748.             <summary>Specifies how the code type reference is to be resolved.</summary>
  3749.         </member>
  3750.         <member name="F:System.CodeDom.CodeTypeReferenceOptions.GenericTypeParameter">
  3751.             <summary>Resolve the type from the type parameter.</summary>
  3752.         </member>
  3753.         <member name="F:System.CodeDom.CodeTypeReferenceOptions.GlobalReference">
  3754.             <summary>Resolve the type from the root namespace.</summary>
  3755.         </member>
  3756.         <member name="T:System.CodeDom.CodeVariableDeclarationStatement">
  3757.             <summary>Represents a variable declaration.</summary>
  3758.         </member>
  3759.         <member name="M:System.CodeDom.CodeVariableDeclarationStatement.#ctor">
  3760.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeVariableDeclarationStatement"></see> class.</summary>
  3761.         </member>
  3762.         <member name="M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String)">
  3763.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeVariableDeclarationStatement"></see> class using the specified type and name.</summary>
  3764.             <param name="type">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the variable. </param>
  3765.             <param name="name">The name of the variable. </param>
  3766.         </member>
  3767.         <member name="M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String)">
  3768.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeVariableDeclarationStatement"></see> class using the specified data type name and variable name.</summary>
  3769.             <param name="type">The name of the data type of the variable. </param>
  3770.             <param name="name">The name of the variable. </param>
  3771.         </member>
  3772.         <member name="M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String)">
  3773.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeVariableDeclarationStatement"></see> class using the specified data type and variable name.</summary>
  3774.             <param name="type">The data type for the variable. </param>
  3775.             <param name="name">The name of the variable. </param>
  3776.         </member>
  3777.         <member name="M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.CodeDom.CodeTypeReference,System.String,System.CodeDom.CodeExpression)">
  3778.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeVariableDeclarationStatement"></see> class using the specified data type, variable name, and initialization expression.</summary>
  3779.             <param name="type">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type of the variable. </param>
  3780.             <param name="name">The name of the variable. </param>
  3781.             <param name="initExpression">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the initialization expression for the variable. </param>
  3782.         </member>
  3783.         <member name="M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.String,System.String,System.CodeDom.CodeExpression)">
  3784.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeVariableDeclarationStatement"></see> class using the specified data type, variable name, and initialization expression.</summary>
  3785.             <param name="type">The name of the data type of the variable. </param>
  3786.             <param name="name">The name of the variable. </param>
  3787.             <param name="initExpression">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the initialization expression for the variable. </param>
  3788.         </member>
  3789.         <member name="M:System.CodeDom.CodeVariableDeclarationStatement.#ctor(System.Type,System.String,System.CodeDom.CodeExpression)">
  3790.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeVariableDeclarationStatement"></see> class using the specified data type, variable name, and initialization expression.</summary>
  3791.             <param name="type">The data type of the variable. </param>
  3792.             <param name="name">The name of the variable. </param>
  3793.             <param name="initExpression">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the initialization expression for the variable. </param>
  3794.         </member>
  3795.         <member name="P:System.CodeDom.CodeVariableDeclarationStatement.InitExpression">
  3796.             <summary>Gets or sets the initialization expression for the variable.</summary>
  3797.             <returns>A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the initialization expression for the variable.</returns>
  3798.         </member>
  3799.         <member name="P:System.CodeDom.CodeVariableDeclarationStatement.Name">
  3800.             <summary>Gets or sets the name of the variable.</summary>
  3801.             <returns>The name of the variable.</returns>
  3802.         </member>
  3803.         <member name="P:System.CodeDom.CodeVariableDeclarationStatement.Type">
  3804.             <summary>Gets or sets the data type of the variable.</summary>
  3805.             <returns>A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the data type of the variable.</returns>
  3806.         </member>
  3807.         <member name="T:System.CodeDom.CodeVariableReferenceExpression">
  3808.             <summary>Represents a reference to a local variable.</summary>
  3809.         </member>
  3810.         <member name="M:System.CodeDom.CodeVariableReferenceExpression.#ctor">
  3811.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeVariableReferenceExpression"></see> class.</summary>
  3812.         </member>
  3813.         <member name="M:System.CodeDom.CodeVariableReferenceExpression.#ctor(System.String)">
  3814.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.CodeVariableReferenceExpression"></see> class using the specified local variable name.</summary>
  3815.             <param name="variableName">The name of the local variable to reference. </param>
  3816.         </member>
  3817.         <member name="P:System.CodeDom.CodeVariableReferenceExpression.VariableName">
  3818.             <summary>Gets or sets the name of the local variable to reference.</summary>
  3819.             <returns>The name of the local variable to reference.</returns>
  3820.         </member>
  3821.         <member name="T:System.CodeDom.FieldDirection">
  3822.             <summary>Defines identifiers used to indicate the direction of parameter and argument declarations.</summary>
  3823.         </member>
  3824.         <member name="F:System.CodeDom.FieldDirection.In">
  3825.             <summary>An incoming field.</summary>
  3826.         </member>
  3827.         <member name="F:System.CodeDom.FieldDirection.Out">
  3828.             <summary>An outgoing field.</summary>
  3829.         </member>
  3830.         <member name="F:System.CodeDom.FieldDirection.Ref">
  3831.             <summary>A field by reference.</summary>
  3832.         </member>
  3833.         <member name="T:System.CodeDom.MemberAttributes">
  3834.             <summary>Defines member attribute identifiers for class members.</summary>
  3835.         </member>
  3836.         <member name="F:System.CodeDom.MemberAttributes.Abstract">
  3837.             <summary>An abstract member.</summary>
  3838.         </member>
  3839.         <member name="F:System.CodeDom.MemberAttributes.AccessMask">
  3840.             <summary>An access mask.</summary>
  3841.         </member>
  3842.         <member name="F:System.CodeDom.MemberAttributes.Assembly">
  3843.             <summary>A member that is accessible to any class within the same assembly.</summary>
  3844.         </member>
  3845.         <member name="F:System.CodeDom.MemberAttributes.Const">
  3846.             <summary>A constant member.</summary>
  3847.         </member>
  3848.         <member name="F:System.CodeDom.MemberAttributes.Family">
  3849.             <summary>A member that is accessible within the family of its class and derived classes.</summary>
  3850.         </member>
  3851.         <member name="F:System.CodeDom.MemberAttributes.FamilyAndAssembly">
  3852.             <summary>A member that is accessible within its class, and derived classes in the same assembly.</summary>
  3853.         </member>
  3854.         <member name="F:System.CodeDom.MemberAttributes.FamilyOrAssembly">
  3855.             <summary>A member that is accessible within its class, its derived classes in any assembly, and any class in the same assembly.</summary>
  3856.         </member>
  3857.         <member name="F:System.CodeDom.MemberAttributes.Final">
  3858.             <summary>A member that cannot be overridden in a derived class.</summary>
  3859.         </member>
  3860.         <member name="F:System.CodeDom.MemberAttributes.New">
  3861.             <summary>A new member.</summary>
  3862.         </member>
  3863.         <member name="F:System.CodeDom.MemberAttributes.Overloaded">
  3864.             <summary>An overloaded member. Some languages, such as Visual Basic, require overloaded members to be explicitly indicated.</summary>
  3865.         </member>
  3866.         <member name="F:System.CodeDom.MemberAttributes.Override">
  3867.             <summary>A member that overrides a base class member.</summary>
  3868.         </member>
  3869.         <member name="F:System.CodeDom.MemberAttributes.Private">
  3870.             <summary>A private member.</summary>
  3871.         </member>
  3872.         <member name="F:System.CodeDom.MemberAttributes.Public">
  3873.             <summary>A public member.</summary>
  3874.         </member>
  3875.         <member name="F:System.CodeDom.MemberAttributes.ScopeMask">
  3876.             <summary>A scope mask.</summary>
  3877.         </member>
  3878.         <member name="F:System.CodeDom.MemberAttributes.Static">
  3879.             <summary>A static member. In Visual Basic, this is equivalent to the Shared keyword.</summary>
  3880.         </member>
  3881.         <member name="F:System.CodeDom.MemberAttributes.VTableMask">
  3882.             <summary>A VTable mask.</summary>
  3883.         </member>
  3884.         <member name="N:System.CodeDom.Compiler">
  3885.             <summary>The <see cref="N:System.CodeDom.Compiler"></see> namespace contains types for managing the generation and compilation of source code in supported programming languages. Code generators can each produce source code in a particular programming language based on the structure of Code Document Object Model (CodeDOM) source code models consisting of elements provided by the <see cref="N:System.CodeDom"></see> namespace.</summary>
  3886.         </member>
  3887.         <member name="T:System.CodeDom.Compiler.CodeCompiler">
  3888.             <summary>Provides an example implementation of the <see cref="T:System.CodeDom.Compiler.ICodeCompiler"></see> interface.</summary>
  3889.         </member>
  3890.         <member name="M:System.CodeDom.Compiler.CodeCompiler.#ctor">
  3891.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CodeCompiler"></see> class. </summary>
  3892.         </member>
  3893.         <member name="M:System.CodeDom.Compiler.CodeCompiler.CmdArgsFromParameters(System.CodeDom.Compiler.CompilerParameters)">
  3894.             <summary>Gets the command arguments to be passed to the compiler from the specified <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see>.</summary>
  3895.             <returns>The command arguments.</returns>
  3896.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the compiler options. </param>
  3897.         </member>
  3898.         <member name="M:System.CodeDom.Compiler.CodeCompiler.FromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)">
  3899.             <summary>Compiles the specified compile unit using the specified options, and returns the results from the compilation.</summary>
  3900.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation.</returns>
  3901.             <param name="e">A <see cref="T:System.CodeDom.CodeCompileUnit"></see> that indicates the source to compile. </param>
  3902.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the options to compile with. </param>
  3903.         </member>
  3904.         <member name="M:System.CodeDom.Compiler.CodeCompiler.FromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])">
  3905.             <summary>Compiles the specified compile units using the specified options, and returns the results from the compilation.</summary>
  3906.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation.</returns>
  3907.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the options to compile with. </param>
  3908.             <param name="ea">An array of <see cref="T:System.CodeDom.CodeCompileUnit"></see> objects that indicates the source to compile. </param>
  3909.         </member>
  3910.         <member name="M:System.CodeDom.Compiler.CodeCompiler.FromFile(System.CodeDom.Compiler.CompilerParameters,System.String)">
  3911.             <summary>Compiles the specified file using the specified options, and returns the results from the compilation.</summary>
  3912.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation.</returns>
  3913.             <param name="fileName">The file name to compile. </param>
  3914.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the options to compile with. </param>
  3915.         </member>
  3916.         <member name="M:System.CodeDom.Compiler.CodeCompiler.FromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
  3917.             <summary>Compiles the specified files using the specified options, and returns the results from the compilation.</summary>
  3918.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation.</returns>
  3919.             <param name="fileNames">An array of strings that indicates the file names of the files to compile. </param>
  3920.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the options to compile with. </param>
  3921.         </member>
  3922.         <member name="M:System.CodeDom.Compiler.CodeCompiler.FromSource(System.CodeDom.Compiler.CompilerParameters,System.String)">
  3923.             <summary>Compiles the specified source code string using the specified options, and returns the results from the compilation.</summary>
  3924.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation.</returns>
  3925.             <param name="source">The source code string to compile. </param>
  3926.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the options to compile with. </param>
  3927.         </member>
  3928.         <member name="M:System.CodeDom.Compiler.CodeCompiler.FromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
  3929.             <summary>Compiles the specified source code strings using the specified options, and returns the results from the compilation.</summary>
  3930.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation.</returns>
  3931.             <param name="sources">An array of strings containing the source code to compile. </param>
  3932.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the options to compile with. </param>
  3933.         </member>
  3934.         <member name="M:System.CodeDom.Compiler.CodeCompiler.GetResponseFileCmdArgs(System.CodeDom.Compiler.CompilerParameters,System.String)">
  3935.             <summary>Gets the command arguments to use when invoking the compiler to generate a response file.</summary>
  3936.             <returns>The command arguments to use to generate a response file, or null if there are no response file arguments.</returns>
  3937.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the compiler options. </param>
  3938.             <param name="cmdArgs">A command arguments string. </param>
  3939.         </member>
  3940.         <member name="M:System.CodeDom.Compiler.CodeCompiler.JoinStringArray(System.String[],System.String)">
  3941.             <summary>Joins the specified string arrays.</summary>
  3942.             <returns>The concatenated string.</returns>
  3943.             <param name="separator">The separator to use. </param>
  3944.             <param name="sa">The array of strings to join. </param>
  3945.         </member>
  3946.         <member name="M:System.CodeDom.Compiler.CodeCompiler.ProcessCompilerOutputLine(System.CodeDom.Compiler.CompilerResults,System.String)">
  3947.             <summary>Processes the specified line from the specified <see cref="T:System.CodeDom.Compiler.CompilerResults"></see>.</summary>
  3948.             <param name="results">A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation. </param>
  3949.             <param name="line">The line to process. </param>
  3950.         </member>
  3951.         <member name="M:System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)">
  3952.             <summary>Compiles the specified compile unit using the specified options, and returns the results from the compilation.</summary>
  3953.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation.</returns>
  3954.             <param name="e">A <see cref="T:System.CodeDom.CodeCompileUnit"></see> that indicates the source to compile. </param>
  3955.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the options to compile with. </param>
  3956.         </member>
  3957.         <member name="M:System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])">
  3958.             <summary>For a description of this member, see the <see cref="T:System.CodeDom.Compiler.ICodeCompiler"></see> interface. </summary>
  3959.         </member>
  3960.         <member name="M:System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)">
  3961.             <summary>Compiles the specified file using the specified options, and returns the results from the compilation.</summary>
  3962.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation.</returns>
  3963.             <param name="fileName">The file name to compile. </param>
  3964.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the options to compile with. </param>
  3965.         </member>
  3966.         <member name="M:System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
  3967.             <summary>For a description of this member, see the <see cref="T:System.CodeDom.Compiler.ICodeCompiler"></see> interface. </summary>
  3968.         </member>
  3969.         <member name="M:System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)">
  3970.             <summary>Compiles the specified source code string using the specified options, and returns the results from the compilation.</summary>
  3971.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> that indicates the results of compilation.</returns>
  3972.             <param name="source">An array of strings that indicates the file names of the files to compile. </param>
  3973.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> that indicates the options to compile with. </param>
  3974.         </member>
  3975.         <member name="M:System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
  3976.             <summary>For a description of this member, see the <see cref="T:System.CodeDom.Compiler.ICodeCompiler"></see> interface. </summary>
  3977.         </member>
  3978.         <member name="P:System.CodeDom.Compiler.CodeCompiler.CompilerName">
  3979.             <summary>Gets the name of the compiler executable.</summary>
  3980.             <returns>The name of the compiler executable.</returns>
  3981.         </member>
  3982.         <member name="P:System.CodeDom.Compiler.CodeCompiler.FileExtension">
  3983.             <summary>Gets the file name extension to use for source files.</summary>
  3984.             <returns>The file name extension to use for source files.</returns>
  3985.         </member>
  3986.         <member name="T:System.CodeDom.Compiler.CodeDomProvider">
  3987.             <summary>Provides a base class for <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> implementations. This class is abstract.</summary>
  3988.         </member>
  3989.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.#ctor">
  3990.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> class. </summary>
  3991.         </member>
  3992.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])">
  3993.             <summary>Compiles an assembly based on the <see cref="N:System.CodeDom"></see> trees contained in the specified array of <see cref="T:System.CodeDom.CodeCompileUnit"></see> objects, using the specified compiler settings.</summary>
  3994.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> object that indicates the results of the compilation.</returns>
  3995.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> object that indicates the settings for the compilation.</param>
  3996.             <param name="compilationUnits">An array of type <see cref="T:System.CodeDom.CodeCompileUnit"></see> that indicates the code to compile.</param>
  3997.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler"></see> method is overridden in a derived class.</exception>
  3998.         </member>
  3999.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String[])">
  4000.             <summary>Compiles an assembly from the source code contained in the specified files, using the specified compiler settings.</summary>
  4001.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> object that indicates the results of compilation.</returns>
  4002.             <param name="fileNames">An array of the names of the files to compile. </param>
  4003.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> object that indicates the settings for the compilation. </param>
  4004.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler"></see> method is overridden in a derived class.</exception>
  4005.         </member>
  4006.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String[])">
  4007.             <summary>Compiles an assembly from the specified array of strings containing source code, using the specified compiler settings.</summary>
  4008.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> object that indicates the results of compilation.</returns>
  4009.             <param name="sources">An array of source code strings to compile. </param>
  4010.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> object that indicates the compiler settings for this compilation. </param>
  4011.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler"></see> method is overridden in a derived class.</exception>
  4012.         </member>
  4013.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CreateCompiler">
  4014.             <summary>When overridden in a derived class, creates a new code compiler. </summary>
  4015.             <returns>An <see cref="T:System.CodeDom.Compiler.ICodeCompiler"></see> that can be used for compilation of <see cref="N:System.CodeDom"></see> based source code representations. </returns>
  4016.         </member>
  4017.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CreateEscapedIdentifier(System.String)">
  4018.             <summary>Creates an escaped identifier for the specified value.</summary>
  4019.             <returns>The escaped identifier for the value.</returns>
  4020.             <param name="value">The string for which to create an escaped identifier.</param>
  4021.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4022.         </member>
  4023.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator">
  4024.             <summary>When overridden in a derived class, creates a new code generator.</summary>
  4025.             <returns>An <see cref="T:System.CodeDom.Compiler.ICodeGenerator"></see> that can be used to generate <see cref="N:System.CodeDom"></see> based source code representations.</returns>
  4026.         </member>
  4027.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.String)">
  4028.             <summary>When overridden in a derived class, creates a new code generator using the specified file name for output.</summary>
  4029.             <returns>An <see cref="T:System.CodeDom.Compiler.ICodeGenerator"></see> that can be used to generate <see cref="N:System.CodeDom"></see> based source code representations.</returns>
  4030.             <param name="fileName">The file name to output to. </param>
  4031.         </member>
  4032.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator(System.IO.TextWriter)">
  4033.             <summary>When overridden in a derived class, creates a new code generator using the specified <see cref="T:System.IO.TextWriter"></see> for output.</summary>
  4034.             <returns>An <see cref="T:System.CodeDom.Compiler.ICodeGenerator"></see> that can be used to generate <see cref="N:System.CodeDom"></see> based source code representations.</returns>
  4035.             <param name="output">A <see cref="T:System.IO.TextWriter"></see> to use to output. </param>
  4036.         </member>
  4037.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CreateParser">
  4038.             <summary>When overridden in a derived class, creates a new code parser.</summary>
  4039.             <returns>An <see cref="T:System.CodeDom.Compiler.ICodeParser"></see> that can be used to parse source code. The base implementation always returns null.</returns>
  4040.         </member>
  4041.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CreateProvider(System.String)">
  4042.             <summary>Gets a <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> instance for the specified language.</summary>
  4043.             <returns>A <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> instance that is implemented for the specified language name.</returns>
  4044.             <param name="language">The language name. </param>
  4045.             <exception cref="T:System.Configuration.ConfigurationException">The language does not have a configured provider on this computer. </exception>
  4046.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  4047.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The language is null. </exception>
  4048.         </member>
  4049.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.CreateValidIdentifier(System.String)">
  4050.             <summary>Creates a valid identifier for the specified value.</summary>
  4051.             <returns>A valid identifier for the specified value.</returns>
  4052.             <param name="value">The string for which to generate a valid identifier.</param>
  4053.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4054.         </member>
  4055.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4056.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) compilation unit and sends it to the specified text writer, using the specified options.</summary>
  4057.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to which the output code is sent. </param>
  4058.             <param name="compileUnit">A <see cref="T:System.CodeDom.CodeCompileUnit"></see> for which to generate code. </param>
  4059.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  4060.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4061.         </member>
  4062.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4063.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) expression and sends it to the specified text writer, using the specified options.</summary>
  4064.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to which output code is sent. </param>
  4065.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  4066.             <param name="expression">A <see cref="T:System.CodeDom.CodeExpression"></see> object that indicates the expression for which to generate code. </param>
  4067.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4068.         </member>
  4069.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4070.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) member declaration and sends it to the specified text writer, using the specified options.</summary>
  4071.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to which output code is sent. </param>
  4072.             <param name="member">A <see cref="T:System.CodeDom.CodeTypeMember"></see> object that indicates the member for which to generate code. </param>
  4073.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  4074.             <exception cref="T:System.NotImplementedException">This method is not overridden in a derived class.</exception>
  4075.         </member>
  4076.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4077.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) namespace and sends it to the specified text writer, using the specified options.</summary>
  4078.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to which output code is sent. </param>
  4079.             <param name="codeNamespace">A <see cref="T:System.CodeDom.CodeNamespace"></see> object that indicates the namespace for which to generate code. </param>
  4080.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  4081.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4082.         </member>
  4083.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4084.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) statement and sends it to the specified text writer, using the specified options.</summary>
  4085.             <param name="statement">A <see cref="T:System.CodeDom.CodeStatement"></see> containing the CodeDOM elements for which to generate code. </param>
  4086.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to which output code is sent. </param>
  4087.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  4088.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4089.         </member>
  4090.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4091.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) type declaration and sends it to the specified text writer, using the specified options.</summary>
  4092.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to which output code is sent. </param>
  4093.             <param name="codeType">A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> object that indicates the type for which to generate code. </param>
  4094.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  4095.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4096.         </member>
  4097.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GetAllCompilerInfo">
  4098.             <summary>Returns the language provider and compiler configuration settings for this computer.</summary>
  4099.             <returns>An array of type <see cref="T:System.CodeDom.Compiler.CompilerInfo"></see> representing the settings of all configured <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> implementations.</returns>
  4100.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  4101.         </member>
  4102.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GetCompilerInfo(System.String)">
  4103.             <summary>Returns the language provider and compiler configuration settings for the specified language.</summary>
  4104.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerInfo"></see> object populated with settings of the configured <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> implementation.</returns>
  4105.             <param name="language">A language name. </param>
  4106.             <exception cref="T:System.Configuration.ConfigurationException">The language does not have a configured provider on this computer. </exception>
  4107.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  4108.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The language is null. </exception>
  4109.         </member>
  4110.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GetConverter(System.Type)">
  4111.             <summary>Gets a <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified data type.</summary>
  4112.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified type, or null if a <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified type cannot be found.</returns>
  4113.             <param name="type">The type of object to retrieve a type converter for. </param>
  4114.         </member>
  4115.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GetLanguageFromExtension(System.String)">
  4116.             <summary>Returns a language name associated with the specified file name extension, as configured in the <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> compiler configuration section.</summary>
  4117.             <returns>A language name associated with the file name extension, as configured in the <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> compiler configuration settings.</returns>
  4118.             <param name="extension">A file name extension. </param>
  4119.             <exception cref="T:System.Configuration.ConfigurationException">The extension does not have a configured language provider on this computer. </exception>
  4120.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  4121.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The extension is null. </exception>
  4122.         </member>
  4123.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.GetTypeOutput(System.CodeDom.CodeTypeReference)">
  4124.             <summary>Gets the type indicated by the specified <see cref="T:System.CodeDom.CodeTypeReference"></see>.</summary>
  4125.             <returns>A text representation of the specified type, formatted for the language in which code is generated by this code generator. In Visual Basic, for example, passing in a <see cref="T:System.CodeDom.CodeTypeReference"></see> for the <see cref="T:System.Int32"></see> type will return "Integer".</returns>
  4126.             <param name="type">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type to return.</param>
  4127.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4128.         </member>
  4129.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedExtension(System.String)">
  4130.             <summary>Tests whether a file name extension has an associated <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> implementation configured on the computer.</summary>
  4131.             <returns>true if a <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> implementation is configured for the specified file name extension; otherwise, false.</returns>
  4132.             <param name="extension">A file name extension. </param>
  4133.             <exception cref="T:System.ArgumentNullException">The extension is null. </exception>
  4134.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  4135.         </member>
  4136.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.IsDefinedLanguage(System.String)">
  4137.             <summary>Tests whether a language has a <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> implementation configured on the computer.</summary>
  4138.             <returns>true if a <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> implementation is configured for the specified language; otherwise, false.</returns>
  4139.             <param name="language">The language name. </param>
  4140.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  4141.             <exception cref="T:System.ArgumentNullException">The language is null. </exception>
  4142.         </member>
  4143.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.IsValidIdentifier(System.String)">
  4144.             <summary>Returns a value that indicates whether the specified value is a valid identifier for the current language.</summary>
  4145.             <returns>true if the value parameter is a valid identifier; otherwise, false.</returns>
  4146.             <param name="value">The value to verify as a valid identifier.</param>
  4147.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4148.         </member>
  4149.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.Parse(System.IO.TextReader)">
  4150.             <summary>Compiles the code read from the specified text stream into a <see cref="T:System.CodeDom.CodeCompileUnit"></see>.</summary>
  4151.             <returns>A <see cref="T:System.CodeDom.CodeCompileUnit"></see> that contains a representation of the parsed code.</returns>
  4152.             <param name="codeStream">A <see cref="T:System.IO.TextReader"></see> object that is used to read the code to be parsed. </param>
  4153.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4154.         </member>
  4155.         <member name="M:System.CodeDom.Compiler.CodeDomProvider.Supports(System.CodeDom.Compiler.GeneratorSupport)">
  4156.             <summary>Returns a value indicating whether the specified code generation support is provided.</summary>
  4157.             <returns>true if the specified code generation support is provided; otherwise, false.</returns>
  4158.             <param name="generatorSupport">A <see cref="T:System.CodeDom.Compiler.GeneratorSupport"></see> object that indicates the type of code generation support to verify.</param>
  4159.             <exception cref="T:System.NotImplementedException">Neither this method nor the <see cref="M:System.CodeDom.Compiler.CodeDomProvider.CreateGenerator"></see> method is overridden in a derived class.</exception>
  4160.         </member>
  4161.         <member name="P:System.CodeDom.Compiler.CodeDomProvider.FileExtension">
  4162.             <summary>Gets the default file name extension to use for source code files in the current language.</summary>
  4163.             <returns>A file name extension corresponding to the extension of the source files of the current language. The base implementation always returns <see cref="F:System.String.Empty"></see>.</returns>
  4164.         </member>
  4165.         <member name="P:System.CodeDom.Compiler.CodeDomProvider.LanguageOptions">
  4166.             <summary>Gets a language features identifier.</summary>
  4167.             <returns>A <see cref="T:System.CodeDom.Compiler.LanguageOptions"></see> that indicates special features of the language.</returns>
  4168.         </member>
  4169.         <member name="T:System.CodeDom.Compiler.CodeGenerator">
  4170.             <summary>Provides an example implementation of the <see cref="T:System.CodeDom.Compiler.ICodeGenerator"></see> interface. This class is abstract.</summary>
  4171.         </member>
  4172.         <member name="M:System.CodeDom.Compiler.CodeGenerator.#ctor">
  4173.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CodeGenerator"></see> class. </summary>
  4174.         </member>
  4175.         <member name="M:System.CodeDom.Compiler.CodeGenerator.ContinueOnNewLine(System.String)">
  4176.             <summary>Generates a line-continuation character and outputs the specified string on a new line.</summary>
  4177.             <param name="st">The string to write on the new line. </param>
  4178.         </member>
  4179.         <member name="M:System.CodeDom.Compiler.CodeGenerator.CreateEscapedIdentifier(System.String)">
  4180.             <summary>Creates an escaped identifier for the specified value.</summary>
  4181.             <returns>The escaped identifier for the value.</returns>
  4182.             <param name="value">The string to create an escaped identifier for. </param>
  4183.         </member>
  4184.         <member name="M:System.CodeDom.Compiler.CodeGenerator.CreateValidIdentifier(System.String)">
  4185.             <summary>Creates a valid identifier for the specified value.</summary>
  4186.             <returns>A valid identifier for the value.</returns>
  4187.             <param name="value">A string to create a valid identifier for. </param>
  4188.         </member>
  4189.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression)">
  4190.             <summary>Generates code for the specified argument reference expression.</summary>
  4191.             <param name="e">A <see cref="T:System.CodeDom.CodeArgumentReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4192.         </member>
  4193.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayCreateExpression(System.CodeDom.CodeArrayCreateExpression)">
  4194.             <summary>Generates code for the specified array creation expression.</summary>
  4195.             <param name="e">A <see cref="T:System.CodeDom.CodeArrayCreateExpression"></see> that indicates the expression to generate code for. </param>
  4196.         </member>
  4197.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateArrayIndexerExpression(System.CodeDom.CodeArrayIndexerExpression)">
  4198.             <summary>Generates code for the specified array indexer expression.</summary>
  4199.             <param name="e">A <see cref="T:System.CodeDom.CodeArrayIndexerExpression"></see> that indicates the expression to generate code for. </param>
  4200.         </member>
  4201.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateAssignStatement(System.CodeDom.CodeAssignStatement)">
  4202.             <summary>Generates code for the specified assignment statement.</summary>
  4203.             <param name="e">A <see cref="T:System.CodeDom.CodeAssignStatement"></see> that indicates the statement to generate code for. </param>
  4204.         </member>
  4205.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateAttachEventStatement(System.CodeDom.CodeAttachEventStatement)">
  4206.             <summary>Generates code for the specified attach event statement.</summary>
  4207.             <param name="e">A <see cref="T:System.CodeDom.CodeAttachEventStatement"></see> that indicates the statement to generate code for. </param>
  4208.         </member>
  4209.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection)">
  4210.             <summary>Generates code for the specified attribute block end.</summary>
  4211.             <param name="attributes">A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> that indicates the end of the attribute block to generate code for. </param>
  4212.         </member>
  4213.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateAttributeDeclarationsStart(System.CodeDom.CodeAttributeDeclarationCollection)">
  4214.             <summary>Generates code for the specified attribute block start.</summary>
  4215.             <param name="attributes">A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> that indicates the start of the attribute block to generate code for. </param>
  4216.         </member>
  4217.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateBaseReferenceExpression(System.CodeDom.CodeBaseReferenceExpression)">
  4218.             <summary>Generates code for the specified base reference expression.</summary>
  4219.             <param name="e">A <see cref="T:System.CodeDom.CodeBaseReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4220.         </member>
  4221.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression)">
  4222.             <summary>Generates code for the specified binary operator expression.</summary>
  4223.             <param name="e">A <see cref="T:System.CodeDom.CodeBinaryOperatorExpression"></see> that indicates the expression to generate code for. </param>
  4224.             <exception cref="T:System.ArgumentNullException">e is null.</exception>
  4225.         </member>
  4226.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateCastExpression(System.CodeDom.CodeCastExpression)">
  4227.             <summary>Generates code for the specified cast expression.</summary>
  4228.             <param name="e">A <see cref="T:System.CodeDom.CodeCastExpression"></see> that indicates the expression to generate code for. </param>
  4229.         </member>
  4230.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateCodeFromMember(System.CodeDom.CodeTypeMember,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4231.             <summary>Generates code for the specified class member using the specified text writer and code generator options.</summary>
  4232.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to write to.</param>
  4233.             <param name="member">A <see cref="T:System.CodeDom.CodeTypeMember"></see> to generate code for.</param>
  4234.             <param name="options">The <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> to use when generating the code.</param>
  4235.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.CodeDom.Compiler.CodeGenerator.Output"></see> property is not null.</exception>
  4236.         </member>
  4237.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateComment(System.CodeDom.CodeComment)">
  4238.             <summary>Generates code for the specified comment.</summary>
  4239.             <param name="e">A <see cref="T:System.CodeDom.CodeComment"></see> to generate code for. </param>
  4240.         </member>
  4241.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatement(System.CodeDom.CodeCommentStatement)">
  4242.             <summary>Generates code for the specified comment statement.</summary>
  4243.             <param name="e">A <see cref="T:System.CodeDom.CodeCommentStatement"></see> that indicates the statement to generate code for. </param>
  4244.         </member>
  4245.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateCommentStatements(System.CodeDom.CodeCommentStatementCollection)">
  4246.             <summary>Generates code for the specified comment statements.</summary>
  4247.             <param name="e">A <see cref="T:System.CodeDom.CodeCommentStatementCollection"></see> that indicates the expression to generate code for. </param>
  4248.         </member>
  4249.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnit(System.CodeDom.CodeCompileUnit)">
  4250.             <summary>Generates code for the specified compile unit.</summary>
  4251.             <param name="e">A <see cref="T:System.CodeDom.CodeCompileUnit"></see> that indicates the compile unit to generate code for. </param>
  4252.         </member>
  4253.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitEnd(System.CodeDom.CodeCompileUnit)">
  4254.             <summary>Generates code for the end of a compile unit.</summary>
  4255.             <param name="e">A <see cref="T:System.CodeDom.CodeCompileUnit"></see> that indicates the compile unit to generate code for. </param>
  4256.         </member>
  4257.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateCompileUnitStart(System.CodeDom.CodeCompileUnit)">
  4258.             <summary>Generates code for the start of a compile unit.</summary>
  4259.             <param name="e">A <see cref="T:System.CodeDom.CodeCompileUnit"></see> that indicates the compile unit to generate code for. </param>
  4260.         </member>
  4261.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateConditionStatement(System.CodeDom.CodeConditionStatement)">
  4262.             <summary>Generates code for the specified conditional statement.</summary>
  4263.             <param name="e">A <see cref="T:System.CodeDom.CodeConditionStatement"></see> that indicates the statement to generate code for. </param>
  4264.         </member>
  4265.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateConstructor(System.CodeDom.CodeConstructor,System.CodeDom.CodeTypeDeclaration)">
  4266.             <summary>Generates code for the specified constructor.</summary>
  4267.             <param name="e">A <see cref="T:System.CodeDom.CodeConstructor"></see> that indicates the constructor to generate code for. </param>
  4268.             <param name="c">A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> that indicates the type of the object that this constructor constructs. </param>
  4269.         </member>
  4270.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateDecimalValue(System.Decimal)">
  4271.             <summary>Generates code for the specified decimal value.</summary>
  4272.             <param name="d">The decimal value to generate code for. </param>
  4273.         </member>
  4274.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateDefaultValueExpression(System.CodeDom.CodeDefaultValueExpression)">
  4275.             <summary>Generates code for the specified code default value expression.</summary>
  4276.             <param name="e">A <see cref="T:System.CodeDom.CodeDefaultValueExpression"></see> to generate code for.</param>
  4277.         </member>
  4278.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateCreateExpression(System.CodeDom.CodeDelegateCreateExpression)">
  4279.             <summary>Generates code for the specified delegate creation expression.</summary>
  4280.             <param name="e">A <see cref="T:System.CodeDom.CodeDelegateCreateExpression"></see> that indicates the expression to generate code for. </param>
  4281.         </member>
  4282.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateDelegateInvokeExpression(System.CodeDom.CodeDelegateInvokeExpression)">
  4283.             <summary>Generates code for the specified delegate invoke expression.</summary>
  4284.             <param name="e">A <see cref="T:System.CodeDom.CodeDelegateInvokeExpression"></see> that indicates the expression to generate code for. </param>
  4285.         </member>
  4286.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectionExpression(System.CodeDom.CodeDirectionExpression)">
  4287.             <summary>Generates code for the specified direction expression.</summary>
  4288.             <param name="e">A <see cref="T:System.CodeDom.CodeDirectionExpression"></see> that indicates the expression to generate code for. </param>
  4289.         </member>
  4290.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateDirectives(System.CodeDom.CodeDirectiveCollection)">
  4291.             <summary>Generates code for the specified code directives.</summary>
  4292.             <param name="directives">A <see cref="T:System.CodeDom.CodeDirectiveCollection"></see> to generate code for.</param>
  4293.         </member>
  4294.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateDoubleValue(System.Double)">
  4295.             <summary>Generates code for a double-precision floating point number.</summary>
  4296.             <param name="d">The <see cref="T:System.Double"></see> value to generate code for. </param>
  4297.         </member>
  4298.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateEntryPointMethod(System.CodeDom.CodeEntryPointMethod,System.CodeDom.CodeTypeDeclaration)">
  4299.             <summary>Generates code for the specified entry point method.</summary>
  4300.             <param name="e">A <see cref="T:System.CodeDom.CodeEntryPointMethod"></see> that indicates the entry point for the code. </param>
  4301.             <param name="c">A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> that indicates the code that declares the type. </param>
  4302.         </member>
  4303.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateEvent(System.CodeDom.CodeMemberEvent,System.CodeDom.CodeTypeDeclaration)">
  4304.             <summary>Generates code for the specified event.</summary>
  4305.             <param name="e">A <see cref="T:System.CodeDom.CodeMemberEvent"></see> that indicates the member event to generate code for. </param>
  4306.             <param name="c">A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> that indicates the type of the object that this event occurs on. </param>
  4307.         </member>
  4308.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateEventReferenceExpression(System.CodeDom.CodeEventReferenceExpression)">
  4309.             <summary>Generates code for the specified event reference expression.</summary>
  4310.             <param name="e">A <see cref="T:System.CodeDom.CodeEventReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4311.         </member>
  4312.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateExpression(System.CodeDom.CodeExpression)">
  4313.             <summary>Generates code for the specified code expression.</summary>
  4314.             <param name="e">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the code expression to generate code for. </param>
  4315.             <exception cref="T:System.ArgumentException">e is not a valid <see cref="T:System.CodeDom.CodeStatement"></see>.</exception>
  4316.             <exception cref="T:System.ArgumentNullException">e is null.</exception>
  4317.         </member>
  4318.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateExpressionStatement(System.CodeDom.CodeExpressionStatement)">
  4319.             <summary>Generates code for the specified expression statement.</summary>
  4320.             <param name="e">A <see cref="T:System.CodeDom.CodeExpressionStatement"></see> that indicates the statement to generate code for. </param>
  4321.         </member>
  4322.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateField(System.CodeDom.CodeMemberField)">
  4323.             <summary>Generates code for the specified member field.</summary>
  4324.             <param name="e">A <see cref="T:System.CodeDom.CodeMemberField"></see> that indicates the field to generate code for. </param>
  4325.         </member>
  4326.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateFieldReferenceExpression(System.CodeDom.CodeFieldReferenceExpression)">
  4327.             <summary>Generates code for the specified field reference expression.</summary>
  4328.             <param name="e">A <see cref="T:System.CodeDom.CodeFieldReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4329.         </member>
  4330.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateGotoStatement(System.CodeDom.CodeGotoStatement)">
  4331.             <summary>Generates code for the specified goto statement.</summary>
  4332.             <param name="e">A <see cref="T:System.CodeDom.CodeGotoStatement"></see> that indicates the expression to generate code for. </param>
  4333.         </member>
  4334.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateIndexerExpression(System.CodeDom.CodeIndexerExpression)">
  4335.             <summary>Generates code for the specified indexer expression.</summary>
  4336.             <param name="e">A <see cref="T:System.CodeDom.CodeIndexerExpression"></see> that indicates the expression to generate code for. </param>
  4337.         </member>
  4338.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateIterationStatement(System.CodeDom.CodeIterationStatement)">
  4339.             <summary>Generates code for the specified iteration statement.</summary>
  4340.             <param name="e">A <see cref="T:System.CodeDom.CodeIterationStatement"></see> that indicates the statement to generate code for. </param>
  4341.         </member>
  4342.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateLabeledStatement(System.CodeDom.CodeLabeledStatement)">
  4343.             <summary>Generates code for the specified labeled statement.</summary>
  4344.             <param name="e">A <see cref="T:System.CodeDom.CodeLabeledStatement"></see> that indicates the statement to generate code for. </param>
  4345.         </member>
  4346.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaEnd(System.CodeDom.CodeLinePragma)">
  4347.             <summary>Generates code for the specified line pragma end.</summary>
  4348.             <param name="e">A <see cref="T:System.CodeDom.CodeLinePragma"></see> that indicates the end of the line pragma to generate code for. </param>
  4349.         </member>
  4350.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateLinePragmaStart(System.CodeDom.CodeLinePragma)">
  4351.             <summary>Generates code for the specified line pragma start.</summary>
  4352.             <param name="e">A <see cref="T:System.CodeDom.CodeLinePragma"></see> that indicates the start of the line pragma to generate code for. </param>
  4353.         </member>
  4354.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateMethod(System.CodeDom.CodeMemberMethod,System.CodeDom.CodeTypeDeclaration)">
  4355.             <summary>Generates code for the specified method.</summary>
  4356.             <param name="e">A <see cref="T:System.CodeDom.CodeMemberMethod"></see> that indicates the member method to generate code for. </param>
  4357.             <param name="c">A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> that indicates the type of the object that this method occurs on. </param>
  4358.         </member>
  4359.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodInvokeExpression(System.CodeDom.CodeMethodInvokeExpression)">
  4360.             <summary>Generates code for the specified method invoke expression.</summary>
  4361.             <param name="e">A <see cref="T:System.CodeDom.CodeMethodInvokeExpression"></see> that indicates the expression to generate code for. </param>
  4362.         </member>
  4363.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReferenceExpression(System.CodeDom.CodeMethodReferenceExpression)">
  4364.             <summary>Generates code for the specified method reference expression.</summary>
  4365.             <param name="e">A <see cref="T:System.CodeDom.CodeMethodReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4366.         </member>
  4367.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateMethodReturnStatement(System.CodeDom.CodeMethodReturnStatement)">
  4368.             <summary>Generates code for the specified method return statement.</summary>
  4369.             <param name="e">A <see cref="T:System.CodeDom.CodeMethodReturnStatement"></see> that indicates the statement to generate code for. </param>
  4370.         </member>
  4371.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespace(System.CodeDom.CodeNamespace)">
  4372.             <summary>Generates code for the specified namespace.</summary>
  4373.             <param name="e">A <see cref="T:System.CodeDom.CodeNamespace"></see> that indicates the namespace to generate code for. </param>
  4374.         </member>
  4375.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceEnd(System.CodeDom.CodeNamespace)">
  4376.             <summary>Generates code for the end of a namespace.</summary>
  4377.             <param name="e">A <see cref="T:System.CodeDom.CodeNamespace"></see> that indicates the namespace to generate code for. </param>
  4378.         </member>
  4379.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImport(System.CodeDom.CodeNamespaceImport)">
  4380.             <summary>Generates code for the specified namespace import.</summary>
  4381.             <param name="e">A <see cref="T:System.CodeDom.CodeNamespaceImport"></see> that indicates the namespace import to generate code for. </param>
  4382.         </member>
  4383.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceImports(System.CodeDom.CodeNamespace)">
  4384.             <summary>Generates code for the specified namespace import.</summary>
  4385.             <param name="e">A <see cref="T:System.CodeDom.CodeNamespace"></see> that indicates the namespace import to generate code for. </param>
  4386.         </member>
  4387.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaces(System.CodeDom.CodeCompileUnit)">
  4388.             <summary>Generates code for the namespaces in the specified compile unit.</summary>
  4389.             <param name="e">A <see cref="T:System.CodeDom.CodeCompileUnit"></see> that indicates the compile unit to generate namespaces for. </param>
  4390.         </member>
  4391.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateNamespaceStart(System.CodeDom.CodeNamespace)">
  4392.             <summary>Generates code for the start of a namespace.</summary>
  4393.             <param name="e">A <see cref="T:System.CodeDom.CodeNamespace"></see> that indicates the namespace to generate code for. </param>
  4394.         </member>
  4395.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateObjectCreateExpression(System.CodeDom.CodeObjectCreateExpression)">
  4396.             <summary>Generates code for the specified object creation expression.</summary>
  4397.             <param name="e">A <see cref="T:System.CodeDom.CodeObjectCreateExpression"></see> that indicates the expression to generate code for. </param>
  4398.         </member>
  4399.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateParameterDeclarationExpression(System.CodeDom.CodeParameterDeclarationExpression)">
  4400.             <summary>Generates code for the specified parameter declaration expression.</summary>
  4401.             <param name="e">A <see cref="T:System.CodeDom.CodeParameterDeclarationExpression"></see> that indicates the expression to generate code for. </param>
  4402.         </member>
  4403.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GeneratePrimitiveExpression(System.CodeDom.CodePrimitiveExpression)">
  4404.             <summary>Generates code for the specified primitive expression.</summary>
  4405.             <param name="e">A <see cref="T:System.CodeDom.CodePrimitiveExpression"></see> that indicates the expression to generate code for. </param>
  4406.         </member>
  4407.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateProperty(System.CodeDom.CodeMemberProperty,System.CodeDom.CodeTypeDeclaration)">
  4408.             <summary>Generates code for the specified property.</summary>
  4409.             <param name="e">A <see cref="T:System.CodeDom.CodeMemberProperty"></see> that indicates the property to generate code for. </param>
  4410.             <param name="c">A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> that indicates the type of the object that this property occurs on. </param>
  4411.         </member>
  4412.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertyReferenceExpression(System.CodeDom.CodePropertyReferenceExpression)">
  4413.             <summary>Generates code for the specified property reference expression.</summary>
  4414.             <param name="e">A <see cref="T:System.CodeDom.CodePropertyReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4415.         </member>
  4416.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GeneratePropertySetValueReferenceExpression(System.CodeDom.CodePropertySetValueReferenceExpression)">
  4417.             <summary>Generates code for the specified property set value reference expression.</summary>
  4418.             <param name="e">A <see cref="T:System.CodeDom.CodePropertySetValueReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4419.         </member>
  4420.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateRemoveEventStatement(System.CodeDom.CodeRemoveEventStatement)">
  4421.             <summary>Generates code for the specified remove event statement.</summary>
  4422.             <param name="e">A <see cref="T:System.CodeDom.CodeRemoveEventStatement"></see> that indicates the statement to generate code for. </param>
  4423.         </member>
  4424.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateSingleFloatValue(System.Single)">
  4425.             <summary>Generates code for a single-precision floating point number.</summary>
  4426.             <param name="s">The <see cref="T:System.Single"></see> value to generate code for. </param>
  4427.         </member>
  4428.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetCompileUnit(System.CodeDom.CodeSnippetCompileUnit)">
  4429.             <summary>Outputs the code of the specified literal code fragment compile unit.</summary>
  4430.             <param name="e">A <see cref="T:System.CodeDom.CodeSnippetCompileUnit"></see> that indicates the literal code fragment compile unit to generate code for. </param>
  4431.         </member>
  4432.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetExpression(System.CodeDom.CodeSnippetExpression)">
  4433.             <summary>Outputs the code of the specified literal code fragment expression.</summary>
  4434.             <param name="e">A <see cref="T:System.CodeDom.CodeSnippetExpression"></see> that indicates the expression to generate code for. </param>
  4435.         </member>
  4436.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember)">
  4437.             <summary>Outputs the code of the specified literal code fragment class member.</summary>
  4438.             <param name="e">A <see cref="T:System.CodeDom.CodeSnippetTypeMember"></see> that indicates the member to generate code for. </param>
  4439.         </member>
  4440.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement)">
  4441.             <summary>Outputs the code of the specified literal code fragment statement.</summary>
  4442.             <param name="e">A <see cref="T:System.CodeDom.CodeSnippetStatement"></see> that indicates the statement to generate code for. </param>
  4443.         </member>
  4444.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateStatement(System.CodeDom.CodeStatement)">
  4445.             <summary>Generates code for the specified statement.</summary>
  4446.             <param name="e">A <see cref="T:System.CodeDom.CodeStatement"></see> that indicates the statement to generate code for. </param>
  4447.             <exception cref="T:System.ArgumentException">e is not a valid <see cref="T:System.CodeDom.CodeStatement"></see>.</exception>
  4448.         </member>
  4449.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateStatements(System.CodeDom.CodeStatementCollection)">
  4450.             <summary>Generates code for the specified statement collection.</summary>
  4451.             <param name="stms">A <see cref="T:System.CodeDom.CodeStatementCollection"></see> that indicates the statements to generate code for. </param>
  4452.         </member>
  4453.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression)">
  4454.             <summary>Generates code for the specified this reference expression.</summary>
  4455.             <param name="e">A <see cref="T:System.CodeDom.CodeThisReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4456.         </member>
  4457.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement)">
  4458.             <summary>Generates code for the specified throw exception statement.</summary>
  4459.             <param name="e">A <see cref="T:System.CodeDom.CodeThrowExceptionStatement"></see> that indicates the statement to generate code for. </param>
  4460.         </member>
  4461.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement)">
  4462.             <summary>Generates code for the specified try...catch...finally statement.</summary>
  4463.             <param name="e">A <see cref="T:System.CodeDom.CodeTryCatchFinallyStatement"></see> that indicates the statement to generate code for. </param>
  4464.         </member>
  4465.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeConstructor(System.CodeDom.CodeTypeConstructor)">
  4466.             <summary>Generates code for the specified class constructor.</summary>
  4467.             <param name="e">A <see cref="T:System.CodeDom.CodeTypeConstructor"></see> that indicates the class constructor to generate code for. </param>
  4468.         </member>
  4469.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeEnd(System.CodeDom.CodeTypeDeclaration)">
  4470.             <summary>Generates code for the specified end class.</summary>
  4471.             <param name="e">A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> that indicates the end of the class to generate code for. </param>
  4472.         </member>
  4473.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeOfExpression(System.CodeDom.CodeTypeOfExpression)">
  4474.             <summary>Generates code for the specified type of expression.</summary>
  4475.             <param name="e">A <see cref="T:System.CodeDom.CodeTypeOfExpression"></see> that indicates the expression to generate code for. </param>
  4476.         </member>
  4477.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeReferenceExpression(System.CodeDom.CodeTypeReferenceExpression)">
  4478.             <summary>Generates code for the specified type reference expression.</summary>
  4479.             <param name="e">A <see cref="T:System.CodeDom.CodeTypeReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4480.         </member>
  4481.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateTypes(System.CodeDom.CodeNamespace)">
  4482.             <summary>Generates code for the specified namespace and the classes it contains.</summary>
  4483.             <param name="e">A <see cref="T:System.CodeDom.CodeNamespace"></see> that indicates the namespace to generate classes for. </param>
  4484.         </member>
  4485.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateTypeStart(System.CodeDom.CodeTypeDeclaration)">
  4486.             <summary>Generates code for the specified start class.</summary>
  4487.             <param name="e">A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> that indicates the start of the class to generate code for. </param>
  4488.         </member>
  4489.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement)">
  4490.             <summary>Generates code for the specified variable declaration statement.</summary>
  4491.             <param name="e">A <see cref="T:System.CodeDom.CodeVariableDeclarationStatement"></see> that indicates the statement to generate code for. </param>
  4492.         </member>
  4493.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression)">
  4494.             <summary>Generates code for the specified variable reference expression.</summary>
  4495.             <param name="e">A <see cref="T:System.CodeDom.CodeVariableReferenceExpression"></see> that indicates the expression to generate code for. </param>
  4496.         </member>
  4497.         <member name="M:System.CodeDom.Compiler.CodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)">
  4498.             <summary>Gets the name of the specified data type.</summary>
  4499.             <returns>The name of the data type reference.</returns>
  4500.             <param name="value">A <see cref="T:System.CodeDom.CodeTypeReference"></see> of the type to return the name of. </param>
  4501.         </member>
  4502.         <member name="M:System.CodeDom.Compiler.CodeGenerator.IsValidIdentifier(System.String)">
  4503.             <summary>Gets a value indicating whether the specified value is a valid identifier.</summary>
  4504.             <returns>true if the value is a valid identifier; otherwise, false.</returns>
  4505.             <param name="value">The value to test for conflicts with valid identifiers. </param>
  4506.         </member>
  4507.         <member name="M:System.CodeDom.Compiler.CodeGenerator.IsValidLanguageIndependentIdentifier(System.String)">
  4508.             <summary>Gets a value indicating whether the specified string is a valid identifier.</summary>
  4509.             <returns>true if the specified string is a valid identifier; otherwise, false.</returns>
  4510.             <param name="value">The string to test for validity. </param>
  4511.         </member>
  4512.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeArgument(System.CodeDom.CodeAttributeArgument)">
  4513.             <summary>Outputs an argument in an attribute block.</summary>
  4514.             <param name="arg">A <see cref="T:System.CodeDom.CodeAttributeArgument"></see> that indicates the attribute argument to generate code for. </param>
  4515.         </member>
  4516.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputAttributeDeclarations(System.CodeDom.CodeAttributeDeclarationCollection)">
  4517.             <summary>Generates code for the specified attribute declaration collection.</summary>
  4518.             <param name="attributes">A <see cref="T:System.CodeDom.CodeAttributeDeclarationCollection"></see> that indicates the attributes to generate code for. </param>
  4519.         </member>
  4520.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputDirection(System.CodeDom.FieldDirection)">
  4521.             <summary>Generates code for the specified <see cref="T:System.CodeDom.FieldDirection"></see>.</summary>
  4522.             <param name="dir">A <see cref="T:System.CodeDom.FieldDirection"></see> enumeration value indicating the attribute of the field. </param>
  4523.         </member>
  4524.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection)">
  4525.             <summary>Generates code for the specified expression list.</summary>
  4526.             <param name="expressions">A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> that indicates the expressions to generate code for. </param>
  4527.         </member>
  4528.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputExpressionList(System.CodeDom.CodeExpressionCollection,System.Boolean)">
  4529.             <summary>Generates code for the specified expression list.</summary>
  4530.             <param name="newlineBetweenItems">true to insert a new line after each item; otherwise, false. </param>
  4531.             <param name="expressions">A <see cref="T:System.CodeDom.CodeExpressionCollection"></see> that indicates the expressions to generate code for. </param>
  4532.         </member>
  4533.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputFieldScopeModifier(System.CodeDom.MemberAttributes)">
  4534.             <summary>Outputs a field scope modifier that corresponds to the specified attributes.</summary>
  4535.             <param name="attributes">A <see cref="T:System.CodeDom.MemberAttributes"></see> enumeration value indicating the attributes. </param>
  4536.         </member>
  4537.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputIdentifier(System.String)">
  4538.             <summary>Outputs the specified identifier.</summary>
  4539.             <param name="ident">The identifier to output. </param>
  4540.         </member>
  4541.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputMemberAccessModifier(System.CodeDom.MemberAttributes)">
  4542.             <summary>Generates code for the specified member access modifier.</summary>
  4543.             <param name="attributes">A <see cref="T:System.CodeDom.MemberAttributes"></see> enumeration value indicating the member access modifier to generate code for. </param>
  4544.         </member>
  4545.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputMemberScopeModifier(System.CodeDom.MemberAttributes)">
  4546.             <summary>Generates code for the specified member scope modifier.</summary>
  4547.             <param name="attributes">A <see cref="T:System.CodeDom.MemberAttributes"></see> enumeration value indicating the member scope modifier to generate code for. </param>
  4548.         </member>
  4549.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputOperator(System.CodeDom.CodeBinaryOperatorType)">
  4550.             <summary>Generates code for the specified operator.</summary>
  4551.             <param name="op">A <see cref="T:System.CodeDom.CodeBinaryOperatorType"></see> that indicates the operator to generate code for. </param>
  4552.         </member>
  4553.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputParameters(System.CodeDom.CodeParameterDeclarationExpressionCollection)">
  4554.             <summary>Generates code for the specified parameters.</summary>
  4555.             <param name="parameters">A <see cref="T:System.CodeDom.CodeParameterDeclarationExpressionCollection"></see> that indicates the parameter declaration expressions to generate code for. </param>
  4556.         </member>
  4557.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputType(System.CodeDom.CodeTypeReference)">
  4558.             <summary>Generates code for the specified type.</summary>
  4559.             <param name="typeRef">The type to generate code for. </param>
  4560.         </member>
  4561.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputTypeAttributes(System.Reflection.TypeAttributes,System.Boolean,System.Boolean)">
  4562.             <summary>Generates code for the specified type attributes.</summary>
  4563.             <param name="isStruct">true if the type is a struct; otherwise, false. </param>
  4564.             <param name="attributes">A <see cref="T:System.Reflection.TypeAttributes"></see> enumeration value indicating the type attributes to generate code for. </param>
  4565.             <param name="isEnum">true if the type is an enum; otherwise, false. </param>
  4566.         </member>
  4567.         <member name="M:System.CodeDom.Compiler.CodeGenerator.OutputTypeNamePair(System.CodeDom.CodeTypeReference,System.String)">
  4568.             <summary>Generates code for the specified object type and name pair.</summary>
  4569.             <param name="typeRef">The type. </param>
  4570.             <param name="name">The name for the object. </param>
  4571.         </member>
  4572.         <member name="M:System.CodeDom.Compiler.CodeGenerator.QuoteSnippetString(System.String)">
  4573.             <summary>Converts the specified string by formatting it with escape codes.</summary>
  4574.             <returns>The converted string.</returns>
  4575.             <param name="value">The string to convert. </param>
  4576.         </member>
  4577.         <member name="M:System.CodeDom.Compiler.CodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)">
  4578.             <summary>Gets a value indicating whether the specified code generation support is provided.</summary>
  4579.             <returns>true if the specified code generation support is provided; otherwise, false.</returns>
  4580.             <param name="support">A <see cref="T:System.CodeDom.Compiler.GeneratorSupport"></see> that indicates the type of code generation support to test for. </param>
  4581.         </member>
  4582.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(System.String)">
  4583.             <summary>Creates an escaped identifier for the specified value.</summary>
  4584.             <returns>The escaped identifier for the value.</returns>
  4585.             <param name="value">The string to create an escaped identifier for.</param>
  4586.         </member>
  4587.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(System.String)">
  4588.             <summary>Creates a valid identifier for the specified value.</summary>
  4589.             <returns>A valid identifier for the specified value.</returns>
  4590.             <param name="value">The string to generate a valid identifier for.</param>
  4591.         </member>
  4592.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4593.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) compilation unit and outputs it to the specified text writer using the specified options.</summary>
  4594.             <param name="e">A T:System.CodeDom.CodeCompileUnitms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcodecompileunitclasstopic.htmto generate code for.</param>
  4595.             <param name="w">The T:System.IO.TextWriterms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemiotextwriterclasstopic.htmto output code to.</param>
  4596.             <param name="o">A T:System.CodeDom.Compiler.CodeGeneratorOptionsms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcompilercodegeneratoroptionsclasstopic.htm that indicates the options to use for generating code.</param>
  4597.         </member>
  4598.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4599.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) expression and outputs it to the specified text writer.</summary>
  4600.             <param name="e">A T:System.CodeDom.CodeExpressionms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcodeexpressionclasstopic.htm that indicates the expression to generate code for.</param>
  4601.             <param name="w">The T:System.IO.TextWriterms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemiotextwriterclasstopic.htmto output code to.</param>
  4602.             <param name="o">A T:System.CodeDom.Compiler.CodeGeneratorOptionsms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcompilercodegeneratoroptionsclasstopic.htm that indicates the options to use for generating code.</param>
  4603.         </member>
  4604.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4605.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) namespace and outputs it to the specified text writer using the specified options.</summary>
  4606.             <param name="e">A T:System.CodeDom.CodeNamespacems-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcodenamespaceclasstopic.htmthat indicates the namespace to generate code for.</param>
  4607.             <param name="w">The T:System.IO.TextWriterms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemiotextwriterclasstopic.htmto output code to.</param>
  4608.             <param name="o">A T:System.CodeDom.Compiler.CodeGeneratorOptionsms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcompilercodegeneratoroptionsclasstopic.htm that indicates the options to use for generating code.</param>
  4609.         </member>
  4610.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4611.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) statement and outputs it to the specified text writer using the specified options.</summary>
  4612.             <param name="e">A T:System.CodeDom.CodeStatementms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcodestatementclasstopic.htm containing the CodeDOM elements to translate.</param>
  4613.             <param name="w">The T:System.IO.TextWriterms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemiotextwriterclasstopic.htmto output code to.</param>
  4614.             <param name="o">A T:System.CodeDom.Compiler.CodeGeneratorOptionsms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcompilercodegeneratoroptionsclasstopic.htm that indicates the options to use for generating code.</param>
  4615.         </member>
  4616.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  4617.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) type declaration and outputs it to the specified text writer using the specified options.</summary>
  4618.             <param name="e">A T:System.CodeDom.CodeTypeDeclarationms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcodetypedeclarationclasstopic.htm that indicates the type to generate code for.</param>
  4619.             <param name="w">The T:System.IO.TextWriterms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemiotextwriterclasstopic.htmto output code to.</param>
  4620.             <param name="o">A T:System.CodeDom.Compiler.CodeGeneratorOptionsms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcompilercodegeneratoroptionsclasstopic.htm that indicates the options to use for generating code.</param>
  4621.         </member>
  4622.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)">
  4623.             <summary>Gets the type indicated by the specified T:System.CodeDom.CodeTypeReferencems-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcodetypereferenceclasstopic.htm.</summary>
  4624.             <returns>The name of the data type reference.</returns>
  4625.             <param name="type">A T:System.CodeDom.CodeTypeReferencems-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcodetypereferenceclasstopic.htm that indicates the type to return.</param>
  4626.         </member>
  4627.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(System.String)">
  4628.             <summary>Gets a value that indicates whether the specified value is a valid identifier for the current language.</summary>
  4629.             <returns>true if the value parameter is a valid identifier; otherwise, false.</returns>
  4630.             <param name="value">The value to test for being a valid identifier.</param>
  4631.         </member>
  4632.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)">
  4633.             <summary>Gets a value indicating whether the generator provides support for the language features represented by the specified T:System.CodeDom.Compiler.GeneratorSupportms-help://MS.MSDNQTR.2003FEB.1033/cpref/html/frlrfsystemcodedomcompilergeneratorsupportclasstopic.htm object.</summary>
  4634.             <returns>true if the specified capabilities are supported; otherwise, false.</returns>
  4635.             <param name="support">The capabilities to test the generator for.</param>
  4636.         </member>
  4637.         <member name="M:System.CodeDom.Compiler.CodeGenerator.System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(System.String)">
  4638.             <summary>Throws an exception if the specified value is not a valid identifier.</summary>
  4639.             <param name="value">The identifier to validate.</param>
  4640.         </member>
  4641.         <member name="M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifier(System.String)">
  4642.             <summary>Throws an exception if the specified string is not a valid identifier.</summary>
  4643.             <param name="value">The identifier to test for validity as an identifier. </param>
  4644.             <exception cref="T:System.ArgumentException">If the specified identifier is invalid or conflicts with reserved or language keywords. </exception>
  4645.         </member>
  4646.         <member name="M:System.CodeDom.Compiler.CodeGenerator.ValidateIdentifiers(System.CodeDom.CodeObject)">
  4647.             <summary>Attempts to validate each identifier field contained in the specified <see cref="T:System.CodeDom.CodeObject"></see> or <see cref="N:System.CodeDom"></see> tree.</summary>
  4648.             <param name="e">A <see cref="T:System.CodeDom.CodeObject"></see> to test for invalid identifiers. </param>
  4649.             <exception cref="T:System.ArgumentException">The specified <see cref="T:System.CodeDom.CodeObject"></see> contains an invalid identifier. </exception>
  4650.         </member>
  4651.         <member name="P:System.CodeDom.Compiler.CodeGenerator.CurrentClass">
  4652.             <summary>Gets the code type declaration for the current class.</summary>
  4653.             <returns>The <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> for the current class.</returns>
  4654.         </member>
  4655.         <member name="P:System.CodeDom.Compiler.CodeGenerator.CurrentMember">
  4656.             <summary>Gets the current member of the class.</summary>
  4657.             <returns>A <see cref="T:System.CodeDom.CodeTypeMember"></see> that indicates the current member of the class.</returns>
  4658.         </member>
  4659.         <member name="P:System.CodeDom.Compiler.CodeGenerator.CurrentMemberName">
  4660.             <summary>Gets the current member name.</summary>
  4661.             <returns>The name of the current member.</returns>
  4662.         </member>
  4663.         <member name="P:System.CodeDom.Compiler.CodeGenerator.CurrentTypeName">
  4664.             <summary>Gets the current class name.</summary>
  4665.             <returns>The current class name.</returns>
  4666.         </member>
  4667.         <member name="P:System.CodeDom.Compiler.CodeGenerator.Indent">
  4668.             <summary>Gets or sets the amount of spaces to indent each indentation level.</summary>
  4669.             <returns>The number of spaces to indent for each indentation level.</returns>
  4670.         </member>
  4671.         <member name="P:System.CodeDom.Compiler.CodeGenerator.IsCurrentClass">
  4672.             <summary>Gets a value indicating whether the current object being generated is a class.</summary>
  4673.             <returns>true if the current object is a class; otherwise, false.</returns>
  4674.         </member>
  4675.         <member name="P:System.CodeDom.Compiler.CodeGenerator.IsCurrentDelegate">
  4676.             <summary>Gets a value indicating whether the current object being generated is a delegate.</summary>
  4677.             <returns>true if the current object is a delegate; otherwise, false.</returns>
  4678.         </member>
  4679.         <member name="P:System.CodeDom.Compiler.CodeGenerator.IsCurrentEnum">
  4680.             <summary>Gets a value indicating whether the current object being generated is an enumeration.</summary>
  4681.             <returns>true if the current object is an enumeration; otherwise, false.</returns>
  4682.         </member>
  4683.         <member name="P:System.CodeDom.Compiler.CodeGenerator.IsCurrentInterface">
  4684.             <summary>Gets a value indicating whether the current object being generated is an interface.</summary>
  4685.             <returns>true if the current object is an interface; otherwise, false.</returns>
  4686.         </member>
  4687.         <member name="P:System.CodeDom.Compiler.CodeGenerator.IsCurrentStruct">
  4688.             <summary>Gets a value indicating whether the current object being generated is a value type or struct.</summary>
  4689.             <returns>true if the current object is a value type or struct; otherwise, false.</returns>
  4690.         </member>
  4691.         <member name="P:System.CodeDom.Compiler.CodeGenerator.NullToken">
  4692.             <summary>Gets the token that represents null.</summary>
  4693.             <returns>The token that represents null.</returns>
  4694.         </member>
  4695.         <member name="P:System.CodeDom.Compiler.CodeGenerator.Options">
  4696.             <summary>Gets the options to be used by the code generator.</summary>
  4697.             <returns>A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> object that indicates the options for the code generator to use.</returns>
  4698.         </member>
  4699.         <member name="P:System.CodeDom.Compiler.CodeGenerator.Output">
  4700.             <summary>Gets the <see cref="T:System.IO.TextWriter"></see> to use for output.</summary>
  4701.             <returns>The <see cref="T:System.IO.TextWriter"></see> to use for output.</returns>
  4702.         </member>
  4703.         <member name="T:System.CodeDom.Compiler.CodeGeneratorOptions">
  4704.             <summary>Represents a set of options used by a code generator.</summary>
  4705.         </member>
  4706.         <member name="M:System.CodeDom.Compiler.CodeGeneratorOptions.#ctor">
  4707.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> class.</summary>
  4708.         </member>
  4709.         <member name="P:System.CodeDom.Compiler.CodeGeneratorOptions.BlankLinesBetweenMembers">
  4710.             <summary>Gets or sets a value indicating whether to insert blank lines between members.</summary>
  4711.             <returns>true if blank lines should be inserted; otherwise, false. By default, the value of this property is true.</returns>
  4712.         </member>
  4713.         <member name="P:System.CodeDom.Compiler.CodeGeneratorOptions.BracingStyle">
  4714.             <summary>Gets or sets the style to use for bracing.</summary>
  4715.             <returns>A string containing the bracing style to use.</returns>
  4716.         </member>
  4717.         <member name="P:System.CodeDom.Compiler.CodeGeneratorOptions.ElseOnClosing">
  4718.             <summary>Gets or sets a value indicating whether to append an else, catch, or finally block, including brackets, at the closing line of each previous if or try block.</summary>
  4719.             <returns>true if an else should be appended; otherwise, false. The default value of this property is false.</returns>
  4720.         </member>
  4721.         <member name="P:System.CodeDom.Compiler.CodeGeneratorOptions.IndentString">
  4722.             <summary>Gets or sets the string to use for indentations.</summary>
  4723.             <returns>A string containing the characters to use for indentations.</returns>
  4724.         </member>
  4725.         <member name="P:System.CodeDom.Compiler.CodeGeneratorOptions.Item(System.String)">
  4726.             <summary>Gets or sets the object at the specified index.</summary>
  4727.             <returns>The object associated with the specified name. If no object associated with the specified name exists in the collection, null.</returns>
  4728.             <param name="index">The name associated with the object to retrieve. </param>
  4729.         </member>
  4730.         <member name="P:System.CodeDom.Compiler.CodeGeneratorOptions.VerbatimOrder">
  4731.             <summary>Gets or sets a value indicating whether to generate members in the order in which they occur in member collections.</summary>
  4732.             <returns>true to generate the members in the order in which they occur in the member collection; otherwise, false. The default value of this property is false.</returns>
  4733.         </member>
  4734.         <member name="T:System.CodeDom.Compiler.CodeParser">
  4735.             <summary>Provides an empty implementation of the <see cref="T:System.CodeDom.Compiler.ICodeParser"></see> interface.</summary>
  4736.         </member>
  4737.         <member name="M:System.CodeDom.Compiler.CodeParser.#ctor">
  4738.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CodeParser"></see> class. </summary>
  4739.         </member>
  4740.         <member name="M:System.CodeDom.Compiler.CodeParser.Parse(System.IO.TextReader)">
  4741.             <summary>Compiles the specified text stream into a <see cref="T:System.CodeDom.CodeCompileUnit"></see>.</summary>
  4742.             <returns>A <see cref="T:System.CodeDom.CodeCompileUnit"></see> containing the code model produced from parsing the code.</returns>
  4743.             <param name="codeStream">A <see cref="T:System.IO.TextReader"></see> that is used to read the code to be parsed. </param>
  4744.         </member>
  4745.         <member name="T:System.CodeDom.Compiler.CompilerError">
  4746.             <summary>Represents a compiler error or warning.</summary>
  4747.         </member>
  4748.         <member name="M:System.CodeDom.Compiler.CompilerError.#ctor">
  4749.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CompilerError"></see> class.</summary>
  4750.         </member>
  4751.         <member name="M:System.CodeDom.Compiler.CompilerError.#ctor(System.String,System.Int32,System.Int32,System.String,System.String)">
  4752.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CompilerError"></see> class using the specified file name, line, column, error number, and error text.</summary>
  4753.             <param name="fileName">The file name of the file that the compiler was compiling when it encountered the error. </param>
  4754.             <param name="errorText">The error message text. </param>
  4755.             <param name="line">The line of the source of the error. </param>
  4756.             <param name="column">The column of the source of the error. </param>
  4757.             <param name="errorNumber">The error number of the error. </param>
  4758.         </member>
  4759.         <member name="M:System.CodeDom.Compiler.CompilerError.ToString">
  4760.             <summary>Provides an implementation of Object's <see cref="M:System.Object.ToString"></see> method.</summary>
  4761.             <returns>A string representation of the compiler error.</returns>
  4762.         </member>
  4763.         <member name="P:System.CodeDom.Compiler.CompilerError.Column">
  4764.             <summary>Gets or sets the column number where the source of the error occurs.</summary>
  4765.             <returns>The column number of the source file where the compiler encountered the error.</returns>
  4766.         </member>
  4767.         <member name="P:System.CodeDom.Compiler.CompilerError.ErrorNumber">
  4768.             <summary>Gets or sets the error number.</summary>
  4769.             <returns>The error number as a string.</returns>
  4770.         </member>
  4771.         <member name="P:System.CodeDom.Compiler.CompilerError.ErrorText">
  4772.             <summary>Gets or sets the text of the error message.</summary>
  4773.             <returns>The text of the error message.</returns>
  4774.         </member>
  4775.         <member name="P:System.CodeDom.Compiler.CompilerError.FileName">
  4776.             <summary>Gets or sets the file name of the source file that contains the code which caused the error.</summary>
  4777.             <returns>The file name of the source file that contains the code which caused the error.</returns>
  4778.         </member>
  4779.         <member name="P:System.CodeDom.Compiler.CompilerError.IsWarning">
  4780.             <summary>Gets or sets a value that indicates whether the error is a warning.</summary>
  4781.             <returns>true if the error is a warning; otherwise, false.</returns>
  4782.         </member>
  4783.         <member name="P:System.CodeDom.Compiler.CompilerError.Line">
  4784.             <summary>Gets or sets the line number where the source of the error occurs.</summary>
  4785.             <returns>The line number of the source file where the compiler encountered the error.</returns>
  4786.         </member>
  4787.         <member name="T:System.CodeDom.Compiler.CompilerErrorCollection">
  4788.             <summary>Represents a collection of <see cref="T:System.CodeDom.Compiler.CompilerError"></see> objects.</summary>
  4789.         </member>
  4790.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor">
  4791.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see> class.</summary>
  4792.         </member>
  4793.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerError[])">
  4794.             <summary>Initializes a new instance of <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see> that contains the specified array of <see cref="T:System.CodeDom.Compiler.CompilerError"></see> objects.</summary>
  4795.             <param name="value">An array of <see cref="T:System.CodeDom.Compiler.CompilerError"></see> objects to initialize the collection with. </param>
  4796.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  4797.         </member>
  4798.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.#ctor(System.CodeDom.Compiler.CompilerErrorCollection)">
  4799.             <summary>Initializes a new instance of <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see> that contains the contents of the specified <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see>.</summary>
  4800.             <param name="value">A <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see> from which the contents are copied </param>
  4801.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  4802.         </member>
  4803.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.Add(System.CodeDom.Compiler.CompilerError)">
  4804.             <summary>Adds the specified <see cref="T:System.CodeDom.Compiler.CompilerError"></see> to the error collection.</summary>
  4805.             <returns>The index at which the new element was inserted.</returns>
  4806.             <param name="value">The <see cref="T:System.CodeDom.Compiler.CompilerError"></see> to add. </param>
  4807.         </member>
  4808.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerError[])">
  4809.             <summary>Copies the elements of an array to the end of the error collection.</summary>
  4810.             <param name="value">An array of type <see cref="T:System.CodeDom.Compiler.CompilerError"></see> containing the objects to add to the collection. </param>
  4811.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  4812.         </member>
  4813.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.AddRange(System.CodeDom.Compiler.CompilerErrorCollection)">
  4814.             <summary>Adds the contents of the specified compiler error collection to the end of the error collection.</summary>
  4815.             <param name="value">A <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see> containing the objects to add to the collection. </param>
  4816.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  4817.         </member>
  4818.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.Contains(System.CodeDom.Compiler.CompilerError)">
  4819.             <summary>Gets a value indicating whether the collection contains the specified <see cref="T:System.CodeDom.Compiler.CompilerError"></see>.</summary>
  4820.             <returns>true if the <see cref="T:System.CodeDom.Compiler.CompilerError"></see> is contained in the collection; otherwise, false.</returns>
  4821.             <param name="value">The <see cref="T:System.CodeDom.Compiler.CompilerError"></see> to locate. </param>
  4822.         </member>
  4823.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.CopyTo(System.CodeDom.Compiler.CompilerError[],System.Int32)">
  4824.             <summary>Copies the collection values to a one-dimensional <see cref="T:System.Array"></see> instance at the specified index.</summary>
  4825.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see>. </param>
  4826.             <param name="index">The index in the array where copying to begins. </param>
  4827.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  4828.             <exception cref="T:System.ArgumentOutOfRangeException">The arrayIndex parameter is less than the lowbound of the array indicated by the array parameter. </exception>
  4829.             <exception cref="T:System.ArgumentException">The array indicated by the array parameter is multidimensional.-or- The number of elements in the <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see> is greater than the available space between the index value of the arrayIndex parameter in the array indicated by the array parameter and the end of the array indicated by the array parameter. </exception>
  4830.         </member>
  4831.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.IndexOf(System.CodeDom.Compiler.CompilerError)">
  4832.             <summary>Gets the index of the specified <see cref="T:System.CodeDom.Compiler.CompilerError"></see> in the collection, if it exists in the collection.</summary>
  4833.             <returns>The index of the specified <see cref="T:System.CodeDom.Compiler.CompilerError"></see> in the <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see>, if found; otherwise, -1.</returns>
  4834.             <param name="value">The <see cref="T:System.CodeDom.Compiler.CompilerError"></see> to locate. </param>
  4835.         </member>
  4836.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.Insert(System.Int32,System.CodeDom.Compiler.CompilerError)">
  4837.             <summary>Inserts the specified <see cref="T:System.CodeDom.Compiler.CompilerError"></see> into the collection at the specified index.</summary>
  4838.             <param name="value">The <see cref="T:System.CodeDom.Compiler.CompilerError"></see> to insert. </param>
  4839.             <param name="index">The zero-based index where the compiler error should be inserted. </param>
  4840.         </member>
  4841.         <member name="M:System.CodeDom.Compiler.CompilerErrorCollection.Remove(System.CodeDom.Compiler.CompilerError)">
  4842.             <summary>Removes a specific <see cref="T:System.CodeDom.Compiler.CompilerError"></see> from the collection.</summary>
  4843.             <param name="value">The <see cref="T:System.CodeDom.Compiler.CompilerError"></see> to remove from the <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see>. </param>
  4844.             <exception cref="T:System.ArgumentException">The specified object is not found in the collection. </exception>
  4845.         </member>
  4846.         <member name="P:System.CodeDom.Compiler.CompilerErrorCollection.HasErrors">
  4847.             <summary>Gets a value that indicates whether the collection contains errors.</summary>
  4848.             <returns>true if the collection contains errors; otherwise, false.</returns>
  4849.         </member>
  4850.         <member name="P:System.CodeDom.Compiler.CompilerErrorCollection.HasWarnings">
  4851.             <summary>Gets a value that indicates whether the collection contains warnings.</summary>
  4852.             <returns>true if the collection contains warnings; otherwise, false.</returns>
  4853.         </member>
  4854.         <member name="P:System.CodeDom.Compiler.CompilerErrorCollection.Item(System.Int32)">
  4855.             <summary>Gets or sets the <see cref="T:System.CodeDom.Compiler.CompilerError"></see> at the specified index.</summary>
  4856.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerError"></see> at each valid index.</returns>
  4857.             <param name="index">The zero-based index of the entry to locate in the collection. </param>
  4858.             <exception cref="T:System.ArgumentOutOfRangeException">The index value indicated by the index parameter is outside the valid range of indexes for the collection. </exception>
  4859.         </member>
  4860.         <member name="T:System.CodeDom.Compiler.CompilerInfo">
  4861.             <summary>Represents the configuration settings of a language provider. This class cannot be inherited.</summary>
  4862.         </member>
  4863.         <member name="M:System.CodeDom.Compiler.CompilerInfo.CreateDefaultCompilerParameters">
  4864.             <summary>Gets the configured compiler settings for the language provider implementation.</summary>
  4865.             <returns>A read-only <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> instance that contains the compiler options and settings configured for the language provider. </returns>
  4866.         </member>
  4867.         <member name="M:System.CodeDom.Compiler.CompilerInfo.CreateProvider">
  4868.             <summary>Returns a <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> instance for the current language provider settings.</summary>
  4869.             <returns>A <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> instance associated with the language provider configuration. </returns>
  4870.         </member>
  4871.         <member name="M:System.CodeDom.Compiler.CompilerInfo.Equals(System.Object)">
  4872.             <summary>Determines whether the specified object represents the same language provider and compiler settings as the current <see cref="T:System.CodeDom.Compiler.CompilerInfo"></see>.</summary>
  4873.             <returns>true if o is a <see cref="T:System.CodeDom.Compiler.CompilerInfo"></see> object and its value is the same as this instance; otherwise, false.</returns>
  4874.             <param name="o">The object to compare with the current <see cref="T:System.CodeDom.Compiler.CompilerInfo"></see>. </param>
  4875.         </member>
  4876.         <member name="M:System.CodeDom.Compiler.CompilerInfo.GetExtensions">
  4877.             <summary>Returns the file name extensions supported by the language provider.</summary>
  4878.             <returns>An array of file name extensions supported by the language provider.</returns>
  4879.         </member>
  4880.         <member name="M:System.CodeDom.Compiler.CompilerInfo.GetHashCode">
  4881.             <summary>Returns the hash code for the current instance.</summary>
  4882.             <returns>A 32-bit signed integer hash code for the current <see cref="T:System.CodeDom.Compiler.CompilerInfo"></see> instance, suitable for use in hashing algorithms and data structures such as a hash table. </returns>
  4883.         </member>
  4884.         <member name="M:System.CodeDom.Compiler.CompilerInfo.GetLanguages">
  4885.             <summary>Gets the language names supported by the language provider.</summary>
  4886.             <returns>An array of language names supported by the language provider.</returns>
  4887.         </member>
  4888.         <member name="P:System.CodeDom.Compiler.CompilerInfo.CodeDomProviderType">
  4889.             <summary>Gets the type of the configured <see cref="T:System.CodeDom.Compiler.CodeDomProvider"></see> implementation.</summary>
  4890.             <returns>A read-only <see cref="T:System.Type"></see> instance that represents the configured language provider type.</returns>
  4891.             <exception cref="T:System.Configuration.ConfigurationException">The language provider is not configured on this computer. </exception>
  4892.         </member>
  4893.         <member name="P:System.CodeDom.Compiler.CompilerInfo.IsCodeDomProviderTypeValid">
  4894.             <summary>Returns a value indicating whether the language provider implementation is configured on the computer.</summary>
  4895.             <returns>true if the language provider implementation type is configured on the computer; otherwise, false.</returns>
  4896.         </member>
  4897.         <member name="T:System.CodeDom.Compiler.CompilerParameters">
  4898.             <summary>Represents the parameters used to invoke a compiler.</summary>
  4899.         </member>
  4900.         <member name="M:System.CodeDom.Compiler.CompilerParameters.#ctor">
  4901.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> class.</summary>
  4902.         </member>
  4903.         <member name="M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[])">
  4904.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> class using the specified assembly names.</summary>
  4905.             <param name="assemblyNames">The names of the assemblies to reference. </param>
  4906.         </member>
  4907.         <member name="M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String)">
  4908.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> class using the specified assembly names and output file name.</summary>
  4909.             <param name="assemblyNames">The names of the assemblies to reference. </param>
  4910.             <param name="outputName">The output file name. </param>
  4911.         </member>
  4912.         <member name="M:System.CodeDom.Compiler.CompilerParameters.#ctor(System.String[],System.String,System.Boolean)">
  4913.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> class using the specified assembly names, output name, and a value indicating whether to include debug information.</summary>
  4914.             <param name="assemblyNames">The names of the assemblies to reference. </param>
  4915.             <param name="outputName">The output file name. </param>
  4916.             <param name="includeDebugInformation">true if debug information should be included; false if debug information should be excluded. </param>
  4917.         </member>
  4918.         <member name="P:System.CodeDom.Compiler.CompilerParameters.CompilerOptions">
  4919.             <summary>Gets or sets the optional additional-command line arguments string to use when invoking the compiler.</summary>
  4920.             <returns>Any additional command line arguments for the compiler.</returns>
  4921.         </member>
  4922.         <member name="P:System.CodeDom.Compiler.CompilerParameters.EmbeddedResources">
  4923.             <summary>Gets the .NET Framework resource files to include when compiling the assembly output.</summary>
  4924.             <returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> containing the file paths of .NET Framework resources to include in the generated assembly.</returns>
  4925.         </member>
  4926.         <member name="P:System.CodeDom.Compiler.CompilerParameters.Evidence">
  4927.             <summary>Specifies an evidence object that represents the security policy permissions to grant the compiled assembly.</summary>
  4928.             <returns>An <see cref="T:System.Security.Policy.Evidence"></see> object that represents the security policy permissions to grant the compiled assembly.</returns>
  4929.         </member>
  4930.         <member name="P:System.CodeDom.Compiler.CompilerParameters.GenerateExecutable">
  4931.             <summary>Gets or sets a value indicating whether to generate an executable.</summary>
  4932.             <returns>true if an executable should be generated; otherwise, false.</returns>
  4933.         </member>
  4934.         <member name="P:System.CodeDom.Compiler.CompilerParameters.GenerateInMemory">
  4935.             <summary>Gets or sets a value indicating whether to generate the output in memory.</summary>
  4936.             <returns>true if the compiler should generate the output in memory; otherwise, false.</returns>
  4937.         </member>
  4938.         <member name="P:System.CodeDom.Compiler.CompilerParameters.IncludeDebugInformation">
  4939.             <summary>Gets or sets a value indicating whether to include debug information in the compiled executable.</summary>
  4940.             <returns>true if debug information should be generated; otherwise, false.</returns>
  4941.         </member>
  4942.         <member name="P:System.CodeDom.Compiler.CompilerParameters.LinkedResources">
  4943.             <summary>Gets the .NET Framework resource files that are referenced in the current source.</summary>
  4944.             <returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> containing the file paths of .NET Framework resources that are referenced by the source.</returns>
  4945.         </member>
  4946.         <member name="P:System.CodeDom.Compiler.CompilerParameters.MainClass">
  4947.             <summary>Gets or sets the name of the main class.</summary>
  4948.             <returns>The name of the main class.</returns>
  4949.         </member>
  4950.         <member name="P:System.CodeDom.Compiler.CompilerParameters.OutputAssembly">
  4951.             <summary>Gets or sets the name of the output assembly.</summary>
  4952.             <returns>The name of the output assembly.</returns>
  4953.         </member>
  4954.         <member name="P:System.CodeDom.Compiler.CompilerParameters.ReferencedAssemblies">
  4955.             <summary>Gets the assemblies referenced by the current project.</summary>
  4956.             <returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> that contains the assembly names that are referenced by the source to compile.</returns>
  4957.         </member>
  4958.         <member name="P:System.CodeDom.Compiler.CompilerParameters.TempFiles">
  4959.             <summary>Gets or sets the collection that contains the temporary files.</summary>
  4960.             <returns>A <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> that contains the temporary files.</returns>
  4961.         </member>
  4962.         <member name="P:System.CodeDom.Compiler.CompilerParameters.TreatWarningsAsErrors">
  4963.             <summary>Gets or sets a value indicating whether to treat warnings as errors.</summary>
  4964.             <returns>true if warnings should be treated as errors; otherwise, false.</returns>
  4965.         </member>
  4966.         <member name="P:System.CodeDom.Compiler.CompilerParameters.UserToken">
  4967.             <summary>Gets or sets the user token to use when creating the compiler process.</summary>
  4968.             <returns>The user token to use.</returns>
  4969.         </member>
  4970.         <member name="P:System.CodeDom.Compiler.CompilerParameters.WarningLevel">
  4971.             <summary>Gets or sets the warning level at which the compiler aborts compilation.</summary>
  4972.             <returns>The warning level at which the compiler aborts compilation.</returns>
  4973.         </member>
  4974.         <member name="P:System.CodeDom.Compiler.CompilerParameters.Win32Resource">
  4975.             <summary>Gets or sets the file name of a Win32 resource file to link into the compiled assembly.</summary>
  4976.             <returns>A Win32 resource file that will be linked into the compiled assembly.</returns>
  4977.         </member>
  4978.         <member name="T:System.CodeDom.Compiler.CompilerResults">
  4979.             <summary>Represents the results of compilation that are returned from a compiler.</summary>
  4980.         </member>
  4981.         <member name="M:System.CodeDom.Compiler.CompilerResults.#ctor(System.CodeDom.Compiler.TempFileCollection)">
  4982.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> class that uses the specified temporary files.</summary>
  4983.             <param name="tempFiles">A <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> with which to manage and store references to intermediate files generated during compilation. </param>
  4984.         </member>
  4985.         <member name="P:System.CodeDom.Compiler.CompilerResults.CompiledAssembly">
  4986.             <summary>Gets or sets the compiled assembly.</summary>
  4987.             <returns>An <see cref="T:System.Reflection.Assembly"></see> that indicates the compiled assembly.</returns>
  4988.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  4989.         </member>
  4990.         <member name="P:System.CodeDom.Compiler.CompilerResults.Errors">
  4991.             <summary>Gets the collection of compiler errors and warnings.</summary>
  4992.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerErrorCollection"></see> that indicates the errors and warnings resulting from compilation, if any.</returns>
  4993.         </member>
  4994.         <member name="P:System.CodeDom.Compiler.CompilerResults.Evidence">
  4995.             <summary>Indicates the evidence object that represents the security policy permissions of the compiled assembly.</summary>
  4996.             <returns>An <see cref="T:System.Security.Policy.Evidence"></see> object that represents the security policy permissions of the compiled assembly.</returns>
  4997.         </member>
  4998.         <member name="P:System.CodeDom.Compiler.CompilerResults.NativeCompilerReturnValue">
  4999.             <summary>Gets or sets the compiler's return value.</summary>
  5000.             <returns>The compiler's return value.</returns>
  5001.         </member>
  5002.         <member name="P:System.CodeDom.Compiler.CompilerResults.Output">
  5003.             <summary>Gets the compiler output messages.</summary>
  5004.             <returns>A <see cref="T:System.Collections.Specialized.StringCollection"></see> that contains the output messages.</returns>
  5005.         </member>
  5006.         <member name="P:System.CodeDom.Compiler.CompilerResults.PathToAssembly">
  5007.             <summary>Gets or sets the path of the compiled assembly.</summary>
  5008.             <returns>The path of the assembly, or null if the assembly was generated in memory.</returns>
  5009.         </member>
  5010.         <member name="P:System.CodeDom.Compiler.CompilerResults.TempFiles">
  5011.             <summary>Gets or sets the temporary file collection to use.</summary>
  5012.             <returns>A <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> with which to manage and store references to intermediate files generated during compilation.</returns>
  5013.         </member>
  5014.         <member name="T:System.CodeDom.Compiler.Executor">
  5015.             <summary>Provides command execution functions for invoking compilers. This class cannot be inherited.</summary>
  5016.         </member>
  5017.         <member name="M:System.CodeDom.Compiler.Executor.ExecWait(System.String,System.CodeDom.Compiler.TempFileCollection)">
  5018.             <summary>Executes the command using the specified temporary files and waits for the call to return.</summary>
  5019.             <returns>The return value from the compiler.</returns>
  5020.             <param name="cmd">The command to execute. </param>
  5021.             <param name="tempFiles">A <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> with which to manage and store references to intermediate files generated during compilation. </param>
  5022.         </member>
  5023.         <member name="M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)">
  5024.             <summary>Executes the specified command using the specified temporary files and waits for the call to return, storing output and error information from the compiler in the specified strings.</summary>
  5025.             <returns>The return value from the compiler.</returns>
  5026.             <param name="cmd">The command to execute. </param>
  5027.             <param name="outputName">A reference to a string that will store the compiler's message output. </param>
  5028.             <param name="tempFiles">A <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> with which to manage and store references to intermediate files generated during compilation. </param>
  5029.             <param name="errorName">A reference to a string that will store the name of the error or errors encountered. </param>
  5030.         </member>
  5031.         <member name="M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)">
  5032.             <summary>Executes the specified command using the specified user token and temporary files, and waits for the call to return, storing output and error information from the compiler in the specified strings.</summary>
  5033.             <returns>The return value from the compiler.</returns>
  5034.             <param name="cmd">The command to execute. </param>
  5035.             <param name="userToken">The token to start the compiler process with. </param>
  5036.             <param name="outputName">A reference to a string that will store the compiler's message output. </param>
  5037.             <param name="tempFiles">A <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> with which to manage and store references to intermediate files generated during compilation. </param>
  5038.             <param name="errorName">A reference to a string that will store the name of the error or errors encountered. </param>
  5039.         </member>
  5040.         <member name="M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)">
  5041.             <summary>Executes the specified command using the specified current directory and temporary files, and waits for the call to return, storing output and error information from the compiler in the specified strings.</summary>
  5042.             <returns>The return value from the compiler.</returns>
  5043.             <param name="currentDir">The current directory. </param>
  5044.             <param name="cmd">The command to execute. </param>
  5045.             <param name="outputName">A reference to a string that will store the compiler's message output. </param>
  5046.             <param name="tempFiles">A <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> with which to manage and store references to intermediate files generated during compilation. </param>
  5047.             <param name="errorName">A reference to a string that will store the name of the error or errors encountered. </param>
  5048.         </member>
  5049.         <member name="M:System.CodeDom.Compiler.Executor.ExecWaitWithCapture(System.IntPtr,System.String,System.String,System.CodeDom.Compiler.TempFileCollection,System.String@,System.String@)">
  5050.             <summary>Executes the specified command using the specified user token, current directory, and temporary files; then waits for the call to return, storing output and error information from the compiler in the specified strings.</summary>
  5051.             <returns>The return value from the compiler.</returns>
  5052.             <param name="currentDir">The directory to start the process in. </param>
  5053.             <param name="cmd">The command to execute. </param>
  5054.             <param name="userToken">The token to start the compiler process with. </param>
  5055.             <param name="outputName">A reference to a string that will store the compiler's message output. </param>
  5056.             <param name="tempFiles">A <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> with which to manage and store references to intermediate files generated during compilation. </param>
  5057.             <param name="errorName">A reference to a string that will store the name of the error or errors encountered. </param>
  5058.         </member>
  5059.         <member name="T:System.CodeDom.Compiler.GeneratedCodeAttribute">
  5060.             <summary>Identifies code generated by a tool. This class cannot be inherited.</summary>
  5061.         </member>
  5062.         <member name="M:System.CodeDom.Compiler.GeneratedCodeAttribute.#ctor(System.String,System.String)">
  5063.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.GeneratedCodeAttribute"></see> class specifying the name and version of the tool that generated the code.</summary>
  5064.             <param name="version">The version of the tool that generated the code.</param>
  5065.             <param name="tool">The name of the tool that generated the code.</param>
  5066.         </member>
  5067.         <member name="P:System.CodeDom.Compiler.GeneratedCodeAttribute.Tool">
  5068.             <summary>Gets the name of the tool that generated the code.</summary>
  5069.             <returns>The name of the tool that generated to code.</returns>
  5070.         </member>
  5071.         <member name="P:System.CodeDom.Compiler.GeneratedCodeAttribute.Version">
  5072.             <summary>Gets the version of the tool that generated the code.</summary>
  5073.             <returns>The version of the tool that generated the code.</returns>
  5074.         </member>
  5075.         <member name="T:System.CodeDom.Compiler.GeneratorSupport">
  5076.             <summary>Defines identifiers used to determine whether a code generator supports certain types of code elements.</summary>
  5077.         </member>
  5078.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.ArraysOfArrays">
  5079.             <summary>Indicates the generator supports arrays of arrays.</summary>
  5080.         </member>
  5081.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.AssemblyAttributes">
  5082.             <summary>Indicates the generator supports assembly attributes.</summary>
  5083.         </member>
  5084.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.ChainedConstructorArguments">
  5085.             <summary>Indicates the generator supports chained constructor arguments.</summary>
  5086.         </member>
  5087.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.ComplexExpressions">
  5088.             <summary>Indicates the generator supports complex expressions.</summary>
  5089.         </member>
  5090.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.DeclareDelegates">
  5091.             <summary>Indicates the generator supports delegate declarations.</summary>
  5092.         </member>
  5093.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.DeclareEnums">
  5094.             <summary>Indicates the generator supports enumeration declarations.</summary>
  5095.         </member>
  5096.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.DeclareEvents">
  5097.             <summary>Indicates the generator supports event declarations.</summary>
  5098.         </member>
  5099.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.DeclareIndexerProperties">
  5100.             <summary>Indicates the generator supports the declaration of indexer properties.</summary>
  5101.         </member>
  5102.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.DeclareInterfaces">
  5103.             <summary>Indicates the generator supports interface declarations.</summary>
  5104.         </member>
  5105.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.DeclareValueTypes">
  5106.             <summary>Indicates the generator supports value type declarations.</summary>
  5107.         </member>
  5108.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.EntryPointMethod">
  5109.             <summary>Indicates the generator supports a program entry point method designation. This is used when building executables.</summary>
  5110.         </member>
  5111.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeDeclaration">
  5112.             <summary>Indicates the generator supports generic type declarations.</summary>
  5113.         </member>
  5114.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.GenericTypeReference">
  5115.             <summary>Indicates the generator supports generic type references.</summary>
  5116.         </member>
  5117.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.GotoStatements">
  5118.             <summary>Indicates the generator supports goto statements.</summary>
  5119.         </member>
  5120.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.MultidimensionalArrays">
  5121.             <summary>Indicates the generator supports referencing multidimensional arrays. Currently, the CodeDom cannot be used to instantiate multidimensional arrays.</summary>
  5122.         </member>
  5123.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.MultipleInterfaceMembers">
  5124.             <summary>Indicates the generator supports the declaration of members that implement multiple interfaces.</summary>
  5125.         </member>
  5126.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.NestedTypes">
  5127.             <summary>Indicates the generator supports the declaration of nested types.</summary>
  5128.         </member>
  5129.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.ParameterAttributes">
  5130.             <summary>Indicates the generator supports parameter attributes.</summary>
  5131.         </member>
  5132.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.PartialTypes">
  5133.             <summary>Indicates the generator supports partial type declarations.</summary>
  5134.         </member>
  5135.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.PublicStaticMembers">
  5136.             <summary>Indicates the generator supports public static members.</summary>
  5137.         </member>
  5138.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.ReferenceParameters">
  5139.             <summary>Indicates the generator supports reference and out parameters.</summary>
  5140.         </member>
  5141.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.Resources">
  5142.             <summary>Indicates the generator supports compilation with .NET Framework resources. These can be default resources compiled directly into an assembly, or resources referenced in a satellite assembly.</summary>
  5143.         </member>
  5144.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.ReturnTypeAttributes">
  5145.             <summary>Indicates the generator supports return type attribute declarations.</summary>
  5146.         </member>
  5147.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.StaticConstructors">
  5148.             <summary>Indicates the generator supports static constructors.</summary>
  5149.         </member>
  5150.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.TryCatchStatements">
  5151.             <summary>Indicates the generator supports try...catch statements.</summary>
  5152.         </member>
  5153.         <member name="F:System.CodeDom.Compiler.GeneratorSupport.Win32Resources">
  5154.             <summary>Indicates the generator supports compilation with Win32 resources.</summary>
  5155.         </member>
  5156.         <member name="T:System.CodeDom.Compiler.ICodeCompiler">
  5157.             <summary>Defines an interface for invoking compilation of source code or a CodeDOM tree using a specific compiler.</summary>
  5158.         </member>
  5159.         <member name="M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)">
  5160.             <summary>Compiles an assembly from the <see cref="N:System.CodeDom"></see> tree contained in the specified <see cref="T:System.CodeDom.CodeCompileUnit"></see>, using the specified compiler settings.</summary>
  5161.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> object that indicates the results of compilation.</returns>
  5162.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> object that indicates the settings for compilation. </param>
  5163.             <param name="compilationUnit">A <see cref="T:System.CodeDom.CodeCompileUnit"></see> that indicates the code to compile. </param>
  5164.         </member>
  5165.         <member name="M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])">
  5166.             <summary>Compiles an assembly based on the <see cref="N:System.CodeDom"></see> trees contained in the specified array of <see cref="T:System.CodeDom.CodeCompileUnit"></see> objects, using the specified compiler settings.</summary>
  5167.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> object that indicates the results of compilation.</returns>
  5168.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> object that indicates the settings for compilation. </param>
  5169.             <param name="compilationUnits">An array of type <see cref="T:System.CodeDom.CodeCompileUnit"></see> that indicates the code to compile. </param>
  5170.         </member>
  5171.         <member name="M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFile(System.CodeDom.Compiler.CompilerParameters,System.String)">
  5172.             <summary>Compiles an assembly from the source code contained within the specified file, using the specified compiler settings.</summary>
  5173.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> object that indicates the results of compilation.</returns>
  5174.             <param name="fileName">The file name of the file that contains the source code to compile. </param>
  5175.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> object that indicates the settings for compilation. </param>
  5176.         </member>
  5177.         <member name="M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromFileBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
  5178.             <summary>Compiles an assembly from the source code contained within the specified files, using the specified compiler settings.</summary>
  5179.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> object that indicates the results of compilation.</returns>
  5180.             <param name="fileNames">The file names of the files to compile. </param>
  5181.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> object that indicates the settings for compilation. </param>
  5182.         </member>
  5183.         <member name="M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSource(System.CodeDom.Compiler.CompilerParameters,System.String)">
  5184.             <summary>Compiles an assembly from the specified string containing source code, using the specified compiler settings.</summary>
  5185.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> object that indicates the results of compilation.</returns>
  5186.             <param name="source">The source code to compile. </param>
  5187.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> object that indicates the settings for compilation. </param>
  5188.         </member>
  5189.         <member name="M:System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromSourceBatch(System.CodeDom.Compiler.CompilerParameters,System.String[])">
  5190.             <summary>Compiles an assembly from the specified array of strings containing source code, using the specified compiler settings.</summary>
  5191.             <returns>A <see cref="T:System.CodeDom.Compiler.CompilerResults"></see> object that indicates the results of compilation.</returns>
  5192.             <param name="sources">The source code strings to compile. </param>
  5193.             <param name="options">A <see cref="T:System.CodeDom.Compiler.CompilerParameters"></see> object that indicates the settings for compilation. </param>
  5194.         </member>
  5195.         <member name="T:System.CodeDom.Compiler.ICodeGenerator">
  5196.             <summary>Defines an interface for generating code.</summary>
  5197.         </member>
  5198.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(System.String)">
  5199.             <summary>Creates an escaped identifier for the specified value.</summary>
  5200.             <returns>The escaped identifier for the value.</returns>
  5201.             <param name="value">The string to create an escaped identifier for. </param>
  5202.         </member>
  5203.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(System.String)">
  5204.             <summary>Creates a valid identifier for the specified value.</summary>
  5205.             <returns>A valid identifier for the specified value.</returns>
  5206.             <param name="value">The string to generate a valid identifier for. </param>
  5207.         </member>
  5208.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromCompileUnit(System.CodeDom.CodeCompileUnit,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  5209.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) compilation unit and outputs it to the specified text writer using the specified options.</summary>
  5210.             <param name="e">A <see cref="T:System.CodeDom.CodeCompileUnit"></see> to generate code for. </param>
  5211.             <param name="w">The <see cref="T:System.IO.TextWriter"></see> to output code to. </param>
  5212.             <param name="o">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  5213.         </member>
  5214.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromExpression(System.CodeDom.CodeExpression,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  5215.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) expression and outputs it to the specified text writer.</summary>
  5216.             <param name="e">A <see cref="T:System.CodeDom.CodeExpression"></see> that indicates the expression to generate code for. </param>
  5217.             <param name="w">The <see cref="T:System.IO.TextWriter"></see> to output code to. </param>
  5218.             <param name="o">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  5219.         </member>
  5220.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromNamespace(System.CodeDom.CodeNamespace,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  5221.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) namespace and outputs it to the specified text writer using the specified options.</summary>
  5222.             <param name="e">A <see cref="T:System.CodeDom.CodeNamespace"></see> that indicates the namespace to generate code for. </param>
  5223.             <param name="w">The <see cref="T:System.IO.TextWriter"></see> to output code to. </param>
  5224.             <param name="o">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  5225.         </member>
  5226.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromStatement(System.CodeDom.CodeStatement,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  5227.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) statement and outputs it to the specified text writer using the specified options.</summary>
  5228.             <param name="e">A <see cref="T:System.CodeDom.CodeStatement"></see> containing the CodeDOM elements to translate. </param>
  5229.             <param name="w">The <see cref="T:System.IO.TextWriter"></see> to output code to. </param>
  5230.             <param name="o">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  5231.         </member>
  5232.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.GenerateCodeFromType(System.CodeDom.CodeTypeDeclaration,System.IO.TextWriter,System.CodeDom.Compiler.CodeGeneratorOptions)">
  5233.             <summary>Generates code for the specified Code Document Object Model (CodeDOM) type declaration and outputs it to the specified text writer using the specified options.</summary>
  5234.             <param name="e">A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> that indicates the type to generate code for. </param>
  5235.             <param name="w">The <see cref="T:System.IO.TextWriter"></see> to output code to. </param>
  5236.             <param name="o">A <see cref="T:System.CodeDom.Compiler.CodeGeneratorOptions"></see> that indicates the options to use for generating code. </param>
  5237.         </member>
  5238.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference)">
  5239.             <summary>Gets the type indicated by the specified <see cref="T:System.CodeDom.CodeTypeReference"></see>.</summary>
  5240.             <returns>A text representation of the specified type for the language this code generator is designed to generate code in. For example, in Visual Basic, passing in type System.Int32 will return "Integer".</returns>
  5241.             <param name="type">A <see cref="T:System.CodeDom.CodeTypeReference"></see> that indicates the type to return. </param>
  5242.         </member>
  5243.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(System.String)">
  5244.             <summary>Gets a value that indicates whether the specified value is a valid identifier for the current language.</summary>
  5245.             <returns>true if the value parameter is a valid identifier; otherwise, false.</returns>
  5246.             <param name="value">The value to test for being a valid identifier. </param>
  5247.         </member>
  5248.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport)">
  5249.             <summary>Gets a value indicating whether the generator provides support for the language features represented by the specified <see cref="T:System.CodeDom.Compiler.GeneratorSupport"></see> object.</summary>
  5250.             <returns>true if the specified capabilities are supported; otherwise, false.</returns>
  5251.             <param name="supports">The capabilities to test the generator for. </param>
  5252.         </member>
  5253.         <member name="M:System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(System.String)">
  5254.             <summary>Throws an exception if the specified value is not a valid identifier.</summary>
  5255.             <param name="value">The identifier to validate. </param>
  5256.             <exception cref="T:System.ArgumentException">The identifier is not valid. </exception>
  5257.         </member>
  5258.         <member name="T:System.CodeDom.Compiler.ICodeParser">
  5259.             <summary>Defines an interface for parsing code into a <see cref="T:System.CodeDom.CodeCompileUnit"></see>.</summary>
  5260.         </member>
  5261.         <member name="M:System.CodeDom.Compiler.ICodeParser.Parse(System.IO.TextReader)">
  5262.             <summary>When implemented in a derived class, compiles the specified text stream into a <see cref="T:System.CodeDom.CodeCompileUnit"></see>.</summary>
  5263.             <returns>A <see cref="T:System.CodeDom.CodeCompileUnit"></see> that contains a representation of the parsed code.</returns>
  5264.             <param name="codeStream">A <see cref="T:System.IO.TextReader"></see> that can be used to read the code to be compiled. </param>
  5265.         </member>
  5266.         <member name="T:System.CodeDom.Compiler.IndentedTextWriter">
  5267.             <summary>Provides a text writer that can indent new lines by a tab string token.</summary>
  5268.         </member>
  5269.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.#ctor(System.IO.TextWriter)">
  5270.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.IndentedTextWriter"></see> class using the specified text writer and default tab string.</summary>
  5271.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to use for output. </param>
  5272.         </member>
  5273.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.#ctor(System.IO.TextWriter,System.String)">
  5274.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.IndentedTextWriter"></see> class using the specified text writer and tab string.</summary>
  5275.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to use for output. </param>
  5276.             <param name="tabString">The tab string to use for indentation. </param>
  5277.         </member>
  5278.         <member name="F:System.CodeDom.Compiler.IndentedTextWriter.DefaultTabString">
  5279.             <summary>Specifies the default tab string. This field is constant. </summary>
  5280.         </member>
  5281.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Close">
  5282.             <summary>Closes the document being written to.</summary>
  5283.         </member>
  5284.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Flush">
  5285.             <summary>Flushes the stream.</summary>
  5286.         </member>
  5287.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.OutputTabs">
  5288.             <summary>Outputs the tab string once for each level of indentation according to the <see cref="P:System.CodeDom.Compiler.IndentedTextWriter.Indent"></see> property.</summary>
  5289.         </member>
  5290.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Boolean)">
  5291.             <summary>Writes the text representation of a Boolean value to the text stream.</summary>
  5292.             <param name="value">The Boolean value to write. </param>
  5293.         </member>
  5294.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Char)">
  5295.             <summary>Writes a character to the text stream.</summary>
  5296.             <param name="value">The character to write. </param>
  5297.         </member>
  5298.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Char[])">
  5299.             <summary>Writes a character array to the text stream.</summary>
  5300.             <param name="buffer">The character array to write. </param>
  5301.         </member>
  5302.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Double)">
  5303.             <summary>Writes the text representation of a Double to the text stream.</summary>
  5304.             <param name="value">The double to write. </param>
  5305.         </member>
  5306.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Int32)">
  5307.             <summary>Writes the text representation of an integer to the text stream.</summary>
  5308.             <param name="value">The integer to write. </param>
  5309.         </member>
  5310.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Int64)">
  5311.             <summary>Writes the text representation of an 8-byte integer to the text stream.</summary>
  5312.             <param name="value">The 8-byte integer to write. </param>
  5313.         </member>
  5314.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Object)">
  5315.             <summary>Writes the text representation of an object to the text stream.</summary>
  5316.             <param name="value">The object to write. </param>
  5317.         </member>
  5318.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Single)">
  5319.             <summary>Writes the text representation of a Single to the text stream.</summary>
  5320.             <param name="value">The single to write. </param>
  5321.         </member>
  5322.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String)">
  5323.             <summary>Writes the specified string to the text stream.</summary>
  5324.             <param name="s">The string to write. </param>
  5325.         </member>
  5326.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object)">
  5327.             <summary>Writes out a formatted string, using the same semantics as specified.</summary>
  5328.             <param name="arg0">The object to write into the formatted string. </param>
  5329.             <param name="format">The formatting string. </param>
  5330.         </member>
  5331.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object[])">
  5332.             <summary>Writes out a formatted string, using the same semantics as specified.</summary>
  5333.             <param name="arg">The argument array to output. </param>
  5334.             <param name="format">The formatting string to use. </param>
  5335.         </member>
  5336.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.Char[],System.Int32,System.Int32)">
  5337.             <summary>Writes a subarray of characters to the text stream.</summary>
  5338.             <param name="count">The number of characters to write. </param>
  5339.             <param name="buffer">The character array to write data from. </param>
  5340.             <param name="index">Starting index in the buffer. </param>
  5341.         </member>
  5342.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.Write(System.String,System.Object,System.Object)">
  5343.             <summary>Writes out a formatted string, using the same semantics as specified.</summary>
  5344.             <param name="arg0">The first object to write into the formatted string. </param>
  5345.             <param name="arg1">The second object to write into the formatted string. </param>
  5346.             <param name="format">The formatting string to use. </param>
  5347.         </member>
  5348.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine">
  5349.             <summary>Writes a line terminator.</summary>
  5350.         </member>
  5351.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Boolean)">
  5352.             <summary>Writes the text representation of a Boolean, followed by a line terminator, to the text stream.</summary>
  5353.             <param name="value">The Boolean to write. </param>
  5354.         </member>
  5355.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Char)">
  5356.             <summary>Writes a character, followed by a line terminator, to the text stream.</summary>
  5357.             <param name="value">The character to write. </param>
  5358.         </member>
  5359.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Char[])">
  5360.             <summary>Writes a character array, followed by a line terminator, to the text stream.</summary>
  5361.             <param name="buffer">The character array to write. </param>
  5362.         </member>
  5363.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Double)">
  5364.             <summary>Writes the text representation of a Double, followed by a line terminator, to the text stream.</summary>
  5365.             <param name="value">The double to write. </param>
  5366.         </member>
  5367.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Int32)">
  5368.             <summary>Writes the text representation of an integer, followed by a line terminator, to the text stream.</summary>
  5369.             <param name="value">The integer to write. </param>
  5370.         </member>
  5371.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Int64)">
  5372.             <summary>Writes the text representation of an 8-byte integer, followed by a line terminator, to the text stream.</summary>
  5373.             <param name="value">The 8-byte integer to write. </param>
  5374.         </member>
  5375.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Object)">
  5376.             <summary>Writes the text representation of an object, followed by a line terminator, to the text stream.</summary>
  5377.             <param name="value">The object to write. </param>
  5378.         </member>
  5379.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Single)">
  5380.             <summary>Writes the text representation of a Single, followed by a line terminator, to the text stream.</summary>
  5381.             <param name="value">The single to write. </param>
  5382.         </member>
  5383.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String)">
  5384.             <summary>Writes the specified string, followed by a line terminator, to the text stream.</summary>
  5385.             <param name="s">The string to write. </param>
  5386.         </member>
  5387.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.UInt32)">
  5388.             <summary>Writes the text representation of a UInt32, followed by a line terminator, to the text stream.</summary>
  5389.             <param name="value">A UInt32 to output. </param>
  5390.         </member>
  5391.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object)">
  5392.             <summary>Writes out a formatted string, followed by a line terminator, using the same semantics as specified.</summary>
  5393.             <param name="arg0">The object to write into the formatted string. </param>
  5394.             <param name="format">The formatting string. </param>
  5395.         </member>
  5396.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object[])">
  5397.             <summary>Writes out a formatted string, followed by a line terminator, using the same semantics as specified.</summary>
  5398.             <param name="arg">The argument array to output. </param>
  5399.             <param name="format">The formatting string to use. </param>
  5400.         </member>
  5401.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.Char[],System.Int32,System.Int32)">
  5402.             <summary>Writes a subarray of characters, followed by a line terminator, to the text stream.</summary>
  5403.             <param name="count">The number of characters to write. </param>
  5404.             <param name="buffer">The character array to write data from. </param>
  5405.             <param name="index">Starting index in the buffer. </param>
  5406.         </member>
  5407.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLine(System.String,System.Object,System.Object)">
  5408.             <summary>Writes out a formatted string, followed by a line terminator, using the same semantics as specified.</summary>
  5409.             <param name="arg0">The first object to write into the formatted string. </param>
  5410.             <param name="arg1">The second object to write into the formatted string. </param>
  5411.             <param name="format">The formatting string to use. </param>
  5412.         </member>
  5413.         <member name="M:System.CodeDom.Compiler.IndentedTextWriter.WriteLineNoTabs(System.String)">
  5414.             <summary>Writes the specified string to a line without tabs.</summary>
  5415.             <param name="s">The string to write. </param>
  5416.         </member>
  5417.         <member name="P:System.CodeDom.Compiler.IndentedTextWriter.Encoding">
  5418.             <summary>Gets the encoding for the text writer to use.</summary>
  5419.             <returns>An <see cref="T:System.Text.Encoding"></see> that indicates the encoding for the text writer to use.</returns>
  5420.         </member>
  5421.         <member name="P:System.CodeDom.Compiler.IndentedTextWriter.Indent">
  5422.             <summary>Gets or sets the number of spaces to indent.</summary>
  5423.             <returns>The number of spaces to indent.</returns>
  5424.         </member>
  5425.         <member name="P:System.CodeDom.Compiler.IndentedTextWriter.InnerWriter">
  5426.             <summary>Gets the <see cref="T:System.IO.TextWriter"></see> to use.</summary>
  5427.             <returns>The <see cref="T:System.IO.TextWriter"></see> to use.</returns>
  5428.         </member>
  5429.         <member name="P:System.CodeDom.Compiler.IndentedTextWriter.NewLine">
  5430.             <summary>Gets or sets the new line character to use.</summary>
  5431.             <returns>The new line character to use.</returns>
  5432.         </member>
  5433.         <member name="T:System.CodeDom.Compiler.LanguageOptions">
  5434.             <summary>Defines identifiers that indicate special features of a language.</summary>
  5435.         </member>
  5436.         <member name="F:System.CodeDom.Compiler.LanguageOptions.CaseInsensitive">
  5437.             <summary>The language is case-insensitive.</summary>
  5438.         </member>
  5439.         <member name="F:System.CodeDom.Compiler.LanguageOptions.None">
  5440.             <summary>The language has default characteristics.</summary>
  5441.         </member>
  5442.         <member name="T:System.CodeDom.Compiler.TempFileCollection">
  5443.             <summary>Represents a collection of temporary files.</summary>
  5444.         </member>
  5445.         <member name="M:System.CodeDom.Compiler.TempFileCollection.#ctor">
  5446.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> class with default values.</summary>
  5447.         </member>
  5448.         <member name="M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String)">
  5449.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> class using the specified temporary directory that is set to delete the temporary files after their generation and use, by default.</summary>
  5450.             <param name="tempDir">A path to the temporary directory to use for storing the temporary files. </param>
  5451.         </member>
  5452.         <member name="M:System.CodeDom.Compiler.TempFileCollection.#ctor(System.String,System.Boolean)">
  5453.             <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> class using the specified temporary directory and specified value indicating whether to keep or delete the temporary files after their generation and use, by default.</summary>
  5454.             <param name="tempDir">A path to the temporary directory to use for storing the temporary files. </param>
  5455.             <param name="keepFiles">true if the temporary files should be kept after use; false if the temporary files should be deleted. </param>
  5456.         </member>
  5457.         <member name="M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String)">
  5458.             <summary>Adds a file name with the specified file name extension to the collection.</summary>
  5459.             <returns>A file name with the specified extension that was just added to the collection.</returns>
  5460.             <param name="fileExtension">The file name extension for the auto-generated temporary file name to add to the collection. </param>
  5461.         </member>
  5462.         <member name="M:System.CodeDom.Compiler.TempFileCollection.AddExtension(System.String,System.Boolean)">
  5463.             <summary>Adds a file name with the specified file name extension to the collection, using the specified value indicating whether the file should be deleted or retained.</summary>
  5464.             <returns>A file name with the specified extension that was just added to the collection.</returns>
  5465.             <param name="keepFile">true if the file should be kept after use; false if the file should be deleted. </param>
  5466.             <param name="fileExtension">The file name extension for the auto-generated temporary file name to add to the collection. </param>
  5467.         </member>
  5468.         <member name="M:System.CodeDom.Compiler.TempFileCollection.AddFile(System.String,System.Boolean)">
  5469.             <summary>Adds the specified file to the collection, using the specified value indicating whether to keep the file after the collection is disposed or when the <see cref="M:System.CodeDom.Compiler.TempFileCollection.Delete"></see> method is called.</summary>
  5470.             <param name="fileName">The name of the file to add to the collection. </param>
  5471.             <param name="keepFile">true if the file should be kept after use; false if the file should be deleted. </param>
  5472.         </member>
  5473.         <member name="M:System.CodeDom.Compiler.TempFileCollection.CopyTo(System.String[],System.Int32)">
  5474.             <summary>Copies the members of the collection to the specified string, beginning at the specified index.</summary>
  5475.             <param name="fileNames">The array of strings to copy to. </param>
  5476.             <param name="start">The index of the array to begin copying to. </param>
  5477.         </member>
  5478.         <member name="M:System.CodeDom.Compiler.TempFileCollection.Delete">
  5479.             <summary>Deletes the temporary files within this collection that were not marked to be kept.</summary>
  5480.         </member>
  5481.         <member name="M:System.CodeDom.Compiler.TempFileCollection.Dispose(System.Boolean)">
  5482.             <summary>Releases the unmanaged resources used by the <see cref="T:System.CodeDom.Compiler.TempFileCollection"></see> and optionally releases the managed resources.</summary>
  5483.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  5484.         </member>
  5485.         <member name="M:System.CodeDom.Compiler.TempFileCollection.Finalize">
  5486.             <summary>Attempts to delete the temporary files before this object is reclaimed by garbage collection.</summary>
  5487.         </member>
  5488.         <member name="M:System.CodeDom.Compiler.TempFileCollection.GetEnumerator">
  5489.             <summary>Gets an enumerator that can enumerate the members of the collection.</summary>
  5490.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that contains the collection's members.</returns>
  5491.         </member>
  5492.         <member name="M:System.CodeDom.Compiler.TempFileCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  5493.             <summary>Copies the elements of the collection to an array, starting at the specified index of the target array. </summary>
  5494.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  5495.             <param name="start">The zero-based index in array at which copying begins.</param>
  5496.         </member>
  5497.         <member name="M:System.CodeDom.Compiler.TempFileCollection.System.Collections.IEnumerable.GetEnumerator">
  5498.             <summary>Returns an enumerator that iterates through a collection. </summary>
  5499.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  5500.         </member>
  5501.         <member name="M:System.CodeDom.Compiler.TempFileCollection.System.IDisposable.Dispose">
  5502.             <summary>Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. </summary>
  5503.         </member>
  5504.         <member name="P:System.CodeDom.Compiler.TempFileCollection.BasePath">
  5505.             <summary>Gets the full path to the base file name, without a file name extension, on the temporary directory path, that is used to generate temporary file names for the collection.</summary>
  5506.             <returns>The full path to the base file name, without a file name extension, on the temporary directory path, that is used to generate temporary file names for the collection.</returns>
  5507.             <exception cref="T:System.Security.SecurityException">If the <see cref="P:System.CodeDom.Compiler.TempFileCollection.BasePath"></see> property has not been set or is set to null, and <see cref="F:System.Security.Permissions.FileIOPermissionAccess.AllAccess"></see> is not granted for the temporary directory indicated by the <see cref="P:System.CodeDom.Compiler.TempFileCollection.TempDir"></see> property. </exception>
  5508.         </member>
  5509.         <member name="P:System.CodeDom.Compiler.TempFileCollection.Count">
  5510.             <summary>Gets the number of files in the collection.</summary>
  5511.             <returns>The number of files in the collection.</returns>
  5512.         </member>
  5513.         <member name="P:System.CodeDom.Compiler.TempFileCollection.KeepFiles">
  5514.             <summary>Gets or sets a value indicating whether to keep the files, by default, when the <see cref="M:System.CodeDom.Compiler.TempFileCollection.Delete"></see> method is called or the collection is disposed.</summary>
  5515.             <returns>true if the files should be kept; otherwise, false.</returns>
  5516.         </member>
  5517.         <member name="P:System.CodeDom.Compiler.TempFileCollection.System.Collections.ICollection.Count">
  5518.             <summary>Gets the number of elements contained in the collection.</summary>
  5519.             <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.</returns>
  5520.         </member>
  5521.         <member name="P:System.CodeDom.Compiler.TempFileCollection.System.Collections.ICollection.IsSynchronized">
  5522.             <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
  5523.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.</returns>
  5524.         </member>
  5525.         <member name="P:System.CodeDom.Compiler.TempFileCollection.System.Collections.ICollection.SyncRoot">
  5526.             <summary>Gets an object that can be used to synchronize access to the collection.</summary>
  5527.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</returns>
  5528.         </member>
  5529.         <member name="P:System.CodeDom.Compiler.TempFileCollection.TempDir">
  5530.             <summary>Gets the temporary directory to store the temporary files in.</summary>
  5531.             <returns>The temporary directory to store the temporary files in.</returns>
  5532.         </member>
  5533.         <member name="T:System.Collections.Generic.LinkedList`1">
  5534.             <summary>Represents a doubly linked list.</summary>
  5535.             <filterpriority>1</filterpriority>
  5536.         </member>
  5537.         <member name="M:System.Collections.Generic.LinkedList`1.#ctor">
  5538.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.LinkedList`1"></see> class that is empty.</summary>
  5539.         </member>
  5540.         <member name="M:System.Collections.Generic.LinkedList`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
  5541.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.LinkedList`1"></see> class that contains elements copied from the specified <see cref="T:System.Collections.IEnumerable"></see> and has sufficient capacity to accommodate the number of elements copied. </summary>
  5542.             <param name="collection">The <see cref="T:System.Collections.IEnumerable"></see> whose elements are copied to the new <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5543.             <exception cref="T:System.ArgumentNullException">collection is null.</exception>
  5544.         </member>
  5545.         <member name="M:System.Collections.Generic.LinkedList`1.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  5546.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.LinkedList`1"></see> class that is serializable with the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
  5547.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object containing the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5548.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object containing the information required to serialize the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5549.         </member>
  5550.         <member name="M:System.Collections.Generic.LinkedList`1.AddAfter(System.Collections.Generic.LinkedListNode{`0},System.Collections.Generic.LinkedListNode{`0})">
  5551.             <summary>Adds the specified new node after the specified existing node in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5552.             <param name="newNode">The new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> to add to the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5553.             <param name="node">The <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> after which to insert newNode.</param>
  5554.             <exception cref="T:System.ArgumentNullException">node is null.-or-newNode is null.</exception>
  5555.             <exception cref="T:System.InvalidOperationException">node is not in the current <see cref="T:System.Collections.Generic.LinkedList`1"></see>.-or-newNode belongs to another <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</exception>
  5556.         </member>
  5557.         <member name="M:System.Collections.Generic.LinkedList`1.AddAfter(System.Collections.Generic.LinkedListNode{`0},`0)">
  5558.             <summary>Adds a new node containing the specified value after the specified existing node in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5559.             <returns>The new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> containing value.</returns>
  5560.             <param name="node">The <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> after which to insert a new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> containing value.</param>
  5561.             <param name="value">The value to add to the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5562.             <exception cref="T:System.InvalidOperationException">node is not in the current <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</exception>
  5563.             <exception cref="T:System.ArgumentNullException">node is null.</exception>
  5564.         </member>
  5565.         <member name="M:System.Collections.Generic.LinkedList`1.AddBefore(System.Collections.Generic.LinkedListNode{`0},System.Collections.Generic.LinkedListNode{`0})">
  5566.             <summary>Adds the specified new node before the specified existing node in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5567.             <param name="newNode">The new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> to add to the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5568.             <param name="node">The <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> before which to insert newNode.</param>
  5569.             <exception cref="T:System.ArgumentNullException">node is null.-or-newNode is null.</exception>
  5570.             <exception cref="T:System.InvalidOperationException">node is not in the current <see cref="T:System.Collections.Generic.LinkedList`1"></see>.-or-newNode belongs to another <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</exception>
  5571.         </member>
  5572.         <member name="M:System.Collections.Generic.LinkedList`1.AddBefore(System.Collections.Generic.LinkedListNode{`0},`0)">
  5573.             <summary>Adds a new node containing the specified value before the specified existing node in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5574.             <returns>The new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> containing value.</returns>
  5575.             <param name="node">The <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> before which to insert a new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> containing value.</param>
  5576.             <param name="value">The value to add to the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5577.             <exception cref="T:System.InvalidOperationException">node is not in the current <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</exception>
  5578.             <exception cref="T:System.ArgumentNullException">node is null.</exception>
  5579.         </member>
  5580.         <member name="M:System.Collections.Generic.LinkedList`1.AddFirst(System.Collections.Generic.LinkedListNode{`0})">
  5581.             <summary>Adds the specified new node at the start of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5582.             <param name="node">The new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> to add at the start of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5583.             <exception cref="T:System.ArgumentNullException">node is null.</exception>
  5584.             <exception cref="T:System.InvalidOperationException">node belongs to another <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</exception>
  5585.         </member>
  5586.         <member name="M:System.Collections.Generic.LinkedList`1.AddFirst(`0)">
  5587.             <summary>Adds a new node containing the specified value at the start of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5588.             <returns>The new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> containing value.</returns>
  5589.             <param name="value">The value to add at the start of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5590.         </member>
  5591.         <member name="M:System.Collections.Generic.LinkedList`1.AddLast(System.Collections.Generic.LinkedListNode{`0})">
  5592.             <summary>Adds the specified new node at the end of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5593.             <param name="node">The new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> to add at the end of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5594.             <exception cref="T:System.ArgumentNullException">node is null.</exception>
  5595.             <exception cref="T:System.InvalidOperationException">node belongs to another <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</exception>
  5596.         </member>
  5597.         <member name="M:System.Collections.Generic.LinkedList`1.AddLast(`0)">
  5598.             <summary>Adds a new node containing the specified value at the end of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5599.             <returns>The new <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> containing value.</returns>
  5600.             <param name="value">The value to add at the end of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5601.         </member>
  5602.         <member name="M:System.Collections.Generic.LinkedList`1.Clear">
  5603.             <summary>Removes all nodes from the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5604.         </member>
  5605.         <member name="M:System.Collections.Generic.LinkedList`1.Contains(`0)">
  5606.             <summary>Determines whether a value is in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5607.             <returns>true if value is found in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>; otherwise, false.</returns>
  5608.             <param name="value">The value to locate in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>. The value can be null for reference types.</param>
  5609.         </member>
  5610.         <member name="M:System.Collections.Generic.LinkedList`1.CopyTo(`0[],System.Int32)">
  5611.             <summary>Copies the entire <see cref="T:System.Collections.Generic.LinkedList`1"></see> to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
  5612.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.Generic.LinkedList`1"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  5613.             <param name="index">The zero-based index in array at which copying begins.</param>
  5614.             <exception cref="T:System.ArgumentException">index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.Generic.LinkedList`1"></see> is greater than the available space from index to the end of the destination array.</exception>
  5615.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  5616.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  5617.         </member>
  5618.         <member name="M:System.Collections.Generic.LinkedList`1.Find(`0)">
  5619.             <summary>Finds the first node that contains the specified value.</summary>
  5620.             <returns>The first <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> that contains the specified value, if found; otherwise, null.</returns>
  5621.             <param name="value">The value to locate in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5622.         </member>
  5623.         <member name="M:System.Collections.Generic.LinkedList`1.FindLast(`0)">
  5624.             <summary>Finds the last node that contains the specified value.</summary>
  5625.             <returns>The last <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> that contains the specified value, if found; otherwise, null.</returns>
  5626.             <param name="value">The value to locate in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5627.         </member>
  5628.         <member name="M:System.Collections.Generic.LinkedList`1.GetEnumerator">
  5629.             <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5630.             <returns>An <see cref="T:System.Collections.Generic.LinkedList`1.Enumerator"></see> for the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</returns>
  5631.         </member>
  5632.         <member name="M:System.Collections.Generic.LinkedList`1.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  5633.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and returns the data needed to serialize the <see cref="T:System.Collections.Generic.LinkedList`1"></see> instance.</summary>
  5634.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Generic.LinkedList`1"></see> instance.</param>
  5635.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information required to serialize the <see cref="T:System.Collections.Generic.LinkedList`1"></see> instance.</param>
  5636.             <exception cref="T:System.ArgumentNullException">info is null.</exception>
  5637.         </member>
  5638.         <member name="M:System.Collections.Generic.LinkedList`1.OnDeserialization(System.Object)">
  5639.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and raises the deserialization event when the deserialization is complete.</summary>
  5640.             <param name="sender">The source of the deserialization event.</param>
  5641.             <exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object associated with the current <see cref="T:System.Collections.Generic.LinkedList`1"></see> instance is invalid.</exception>
  5642.         </member>
  5643.         <member name="M:System.Collections.Generic.LinkedList`1.Remove(System.Collections.Generic.LinkedListNode{`0})">
  5644.             <summary>Removes the specified node from the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5645.             <param name="node">The <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> to remove from the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5646.             <exception cref="T:System.InvalidOperationException">node is not in the current <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</exception>
  5647.             <exception cref="T:System.ArgumentNullException">node is null.</exception>
  5648.         </member>
  5649.         <member name="M:System.Collections.Generic.LinkedList`1.Remove(`0)">
  5650.             <summary>Removes the first occurrence of the specified value from the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5651.             <returns>true if the element containing value is successfully removed; otherwise, false.  This method also returns false if value was not found in the original <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</returns>
  5652.             <param name="value">The value to remove from the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</param>
  5653.         </member>
  5654.         <member name="M:System.Collections.Generic.LinkedList`1.RemoveFirst">
  5655.             <summary>Removes the node at the start of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5656.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.Generic.LinkedList`1"></see> is empty.</exception>
  5657.         </member>
  5658.         <member name="M:System.Collections.Generic.LinkedList`1.RemoveLast">
  5659.             <summary>Removes the node at the end of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5660.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.Generic.LinkedList`1"></see> is empty.</exception>
  5661.         </member>
  5662.         <member name="M:System.Collections.Generic.LinkedList`1.System.Collections.Generic.ICollection<T>.Add(`0)">
  5663.             <summary>Adds an item at the end of the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</summary>
  5664.             <param name="value">The value to add at the end of the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  5665.         </member>
  5666.         <member name="M:System.Collections.Generic.LinkedList`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator">
  5667.             <summary>Returns an enumerator that iterates through a collection.</summary>
  5668.             <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.</returns>
  5669.         </member>
  5670.         <member name="M:System.Collections.Generic.LinkedList`1.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  5671.             <summary>Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.</summary>
  5672.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  5673.             <param name="index">The zero-based index in array at which copying begins.</param>
  5674.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  5675.             <exception cref="T:System.ArgumentException">array is multidimensional.-or-array does not have zero-based indexing.-or-index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from index to the end of the destination array.-or-The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  5676.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  5677.         </member>
  5678.         <member name="M:System.Collections.Generic.LinkedList`1.System.Collections.IEnumerable.GetEnumerator">
  5679.             <summary>Returns an enumerator that iterates through the linked list as a collection.</summary>
  5680.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the linked list as a collection.</returns>
  5681.         </member>
  5682.         <member name="P:System.Collections.Generic.LinkedList`1.Count">
  5683.             <summary>Gets the number of nodes actually contained in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5684.             <returns>The number of nodes actually contained in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</returns>
  5685.         </member>
  5686.         <member name="P:System.Collections.Generic.LinkedList`1.First">
  5687.             <summary>Gets the first node of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5688.             <returns>The first <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</returns>
  5689.         </member>
  5690.         <member name="P:System.Collections.Generic.LinkedList`1.Last">
  5691.             <summary>Gets the last node of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5692.             <returns>The last <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</returns>
  5693.         </member>
  5694.         <member name="P:System.Collections.Generic.LinkedList`1.System.Collections.Generic.ICollection<T>.IsReadOnly">
  5695.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only.</summary>
  5696.             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only; otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.LinkedList`1"></see>, this property always returns false.</returns>
  5697.         </member>
  5698.         <member name="P:System.Collections.Generic.LinkedList`1.System.Collections.ICollection.IsSynchronized">
  5699.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).</summary>
  5700.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.LinkedList`1"></see>, this property always returns false.</returns>
  5701.         </member>
  5702.         <member name="P:System.Collections.Generic.LinkedList`1.System.Collections.ICollection.SyncRoot">
  5703.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</summary>
  5704.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.  In the default implementation of <see cref="T:System.Collections.Generic.LinkedList`1"></see>, this property always returns the current instance.</returns>
  5705.         </member>
  5706.         <member name="T:System.Collections.Generic.LinkedList`1.Enumerator">
  5707.             <summary>Enumerates the elements of a <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5708.         </member>
  5709.         <member name="M:System.Collections.Generic.LinkedList`1.Enumerator.Dispose">
  5710.             <summary>Releases all resources used by the <see cref="T:System.Collections.Generic.LinkedList`1.Enumerator"></see>.</summary>
  5711.         </member>
  5712.         <member name="M:System.Collections.Generic.LinkedList`1.Enumerator.MoveNext">
  5713.             <summary>Advances the enumerator to the next element of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5714.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  5715.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  5716.         </member>
  5717.         <member name="M:System.Collections.Generic.LinkedList`1.Enumerator.System.Collections.IEnumerator.Reset">
  5718.             <summary>Sets the enumerator to its initial position, which is before the first element in the collection. This class cannot be inherited.</summary>
  5719.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  5720.         </member>
  5721.         <member name="M:System.Collections.Generic.LinkedList`1.Enumerator.System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)">
  5722.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and raises the deserialization event when the deserialization is complete.</summary>
  5723.             <param name="sender">The source of the deserialization event.</param>
  5724.             <exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object associated with the current <see cref="T:System.Collections.Generic.LinkedList`1"></see> instance is invalid.</exception>
  5725.         </member>
  5726.         <member name="M:System.Collections.Generic.LinkedList`1.Enumerator.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  5727.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and returns the data needed to serialize the <see cref="T:System.Collections.Generic.LinkedList`1"></see> instance.</summary>
  5728.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Generic.LinkedList`1"></see> instance.</param>
  5729.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information required to serialize the <see cref="T:System.Collections.Generic.LinkedList`1"></see> instance.</param>
  5730.             <exception cref="T:System.ArgumentNullException">info is null.</exception>
  5731.         </member>
  5732.         <member name="P:System.Collections.Generic.LinkedList`1.Enumerator.Current">
  5733.             <summary>Gets the element at the current position of the enumerator.</summary>
  5734.             <returns>The element in the <see cref="T:System.Collections.Generic.LinkedList`1"></see> at the current position of the enumerator.</returns>
  5735.         </member>
  5736.         <member name="P:System.Collections.Generic.LinkedList`1.Enumerator.System.Collections.IEnumerator.Current">
  5737.             <summary>Gets the element at the current position of the enumerator.</summary>
  5738.             <returns>The element in the collection at the current position of the enumerator.</returns>
  5739.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  5740.         </member>
  5741.         <member name="T:System.Collections.Generic.LinkedListNode`1">
  5742.             <summary>Represents a node in a <see cref="T:System.Collections.Generic.LinkedList`1"></see>. This class cannot be inherited.</summary>
  5743.             <filterpriority>1</filterpriority>
  5744.         </member>
  5745.         <member name="M:System.Collections.Generic.LinkedListNode`1.#ctor(`0)">
  5746.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> class, containing the specified value.</summary>
  5747.             <param name="value">The value to contain in the <see cref="T:System.Collections.Generic.LinkedListNode`1"></see>.</param>
  5748.         </member>
  5749.         <member name="P:System.Collections.Generic.LinkedListNode`1.List">
  5750.             <summary>Gets the <see cref="T:System.Collections.Generic.LinkedList`1"></see> that the <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> belongs to.</summary>
  5751.             <returns>A reference to the <see cref="T:System.Collections.Generic.LinkedList`1"></see> that the <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> belongs to; or, null if the <see cref="T:System.Collections.Generic.LinkedListNode`1"></see> is not linked.</returns>
  5752.         </member>
  5753.         <member name="P:System.Collections.Generic.LinkedListNode`1.Next">
  5754.             <summary>Gets the next node in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5755.             <returns>A reference to the next node in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.-or-null if the current node is the <see cref="P:System.Collections.Generic.LinkedList`1.Tail"></see> of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</returns>
  5756.         </member>
  5757.         <member name="P:System.Collections.Generic.LinkedListNode`1.Previous">
  5758.             <summary>Gets the previous node in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</summary>
  5759.             <returns>A reference to the previous node in the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.-or-null if the current node is the <see cref="P:System.Collections.Generic.LinkedList`1.Head"></see> of the <see cref="T:System.Collections.Generic.LinkedList`1"></see>.</returns>
  5760.         </member>
  5761.         <member name="P:System.Collections.Generic.LinkedListNode`1.Value">
  5762.             <summary>Gets the value contained in the node.</summary>
  5763.             <returns>The value contained in the node.</returns>
  5764.         </member>
  5765.         <member name="T:System.Collections.Generic.Queue`1">
  5766.             <summary>Represents a first-in, first-out collection of objects.</summary>
  5767.             <filterpriority>1</filterpriority>
  5768.         </member>
  5769.         <member name="M:System.Collections.Generic.Queue`1.#ctor">
  5770.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.Queue`1"></see> class that is empty and has the default initial capacity.</summary>
  5771.         </member>
  5772.         <member name="M:System.Collections.Generic.Queue`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
  5773.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.Queue`1"></see> class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.</summary>
  5774.             <param name="collection">The collection whose elements are copied to the new <see cref="T:System.Collections.Generic.Queue`1"></see>.</param>
  5775.             <exception cref="T:System.ArgumentNullException">collection is null.</exception>
  5776.         </member>
  5777.         <member name="M:System.Collections.Generic.Queue`1.#ctor(System.Int32)">
  5778.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.Queue`1"></see> class that is empty and has the specified initial capacity.</summary>
  5779.             <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.Queue`1"></see> can contain.</param>
  5780.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  5781.         </member>
  5782.         <member name="M:System.Collections.Generic.Queue`1.Clear">
  5783.             <summary>Removes all objects from the <see cref="T:System.Collections.Generic.Queue`1"></see>.</summary>
  5784.             <filterpriority>1</filterpriority>
  5785.         </member>
  5786.         <member name="M:System.Collections.Generic.Queue`1.Contains(`0)">
  5787.             <summary>Determines whether an element is in the <see cref="T:System.Collections.Generic.Queue`1"></see>.</summary>
  5788.             <returns>true if item is found in the <see cref="T:System.Collections.Generic.Queue`1"></see>; otherwise, false.</returns>
  5789.             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.Queue`1"></see>. The value can be null for reference types.</param>
  5790.         </member>
  5791.         <member name="M:System.Collections.Generic.Queue`1.CopyTo(`0[],System.Int32)">
  5792.             <summary>Copies the <see cref="T:System.Collections.Generic.Queue`1"></see> elements to an existing one-dimensional <see cref="T:System.Array"></see>, starting at the specified array index.</summary>
  5793.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.Generic.Queue`1"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  5794.             <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
  5795.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  5796.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  5797.             <exception cref="T:System.ArgumentException">index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.Generic.Queue`1"></see> is greater than the available space from index to the end of the destination array.</exception>
  5798.         </member>
  5799.         <member name="M:System.Collections.Generic.Queue`1.Dequeue">
  5800.             <summary>Removes and returns the object at the beginning of the <see cref="T:System.Collections.Generic.Queue`1"></see>.</summary>
  5801.             <returns>The object that is removed from the beginning of the <see cref="T:System.Collections.Generic.Queue`1"></see>.</returns>
  5802.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.Generic.Queue`1"></see> is empty.</exception>
  5803.         </member>
  5804.         <member name="M:System.Collections.Generic.Queue`1.Enqueue(`0)">
  5805.             <summary>Adds an object to the end of the <see cref="T:System.Collections.Generic.Queue`1"></see>.</summary>
  5806.             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.Queue`1"></see>. The value can be null for reference types.</param>
  5807.         </member>
  5808.         <member name="M:System.Collections.Generic.Queue`1.GetEnumerator">
  5809.             <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.Generic.Queue`1"></see>.</summary>
  5810.             <returns>An <see cref="T:System.Collections.Generic.Queue`1.Enumerator"></see> for the <see cref="T:System.Collections.Generic.Queue`1"></see>.</returns>
  5811.         </member>
  5812.         <member name="M:System.Collections.Generic.Queue`1.Peek">
  5813.             <summary>Returns the object at the beginning of the <see cref="T:System.Collections.Generic.Queue`1"></see> without removing it.</summary>
  5814.             <returns>The object at the beginning of the <see cref="T:System.Collections.Generic.Queue`1"></see>.</returns>
  5815.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.Generic.Queue`1"></see> is empty.</exception>
  5816.         </member>
  5817.         <member name="M:System.Collections.Generic.Queue`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator">
  5818.             <summary>Returns an enumerator that iterates through a collection.</summary>
  5819.             <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.</returns>
  5820.         </member>
  5821.         <member name="M:System.Collections.Generic.Queue`1.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  5822.             <summary>Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.</summary>
  5823.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  5824.             <param name="index">The zero-based index in array at which copying begins.</param>
  5825.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  5826.             <exception cref="T:System.ArgumentException">array is multidimensional.-or-array does not have zero-based indexing.-or-index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from index to the end of the destination array.-or-The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  5827.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  5828.         </member>
  5829.         <member name="M:System.Collections.Generic.Queue`1.System.Collections.IEnumerable.GetEnumerator">
  5830.             <summary>Returns an enumerator that iterates through a collection.</summary>
  5831.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  5832.         </member>
  5833.         <member name="M:System.Collections.Generic.Queue`1.ToArray">
  5834.             <summary>Copies the <see cref="T:System.Collections.Generic.Queue`1"></see> elements to a new array.</summary>
  5835.             <returns>A new array containing elements copied from the <see cref="T:System.Collections.Generic.Queue`1"></see>.</returns>
  5836.         </member>
  5837.         <member name="M:System.Collections.Generic.Queue`1.TrimExcess">
  5838.             <summary>Sets the capacity to the actual number of elements in the <see cref="T:System.Collections.Generic.Queue`1"></see>, if that number is less than 90 percent of current capacity.</summary>
  5839.         </member>
  5840.         <member name="M:System.Collections.Generic.Queue`1.TrimToSize">
  5841.             <summary>Sets the capacity to the actual number of elements in the <see cref="T:System.Collections.Generic.Queue`1"></see>.</summary>
  5842.         </member>
  5843.         <member name="P:System.Collections.Generic.Queue`1.Count">
  5844.             <summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.Queue`1"></see>.</summary>
  5845.             <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.Queue`1"></see>.</returns>
  5846.         </member>
  5847.         <member name="P:System.Collections.Generic.Queue`1.System.Collections.ICollection.IsSynchronized">
  5848.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).</summary>
  5849.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.Queue`1"></see>, this property always returns false.</returns>
  5850.         </member>
  5851.         <member name="P:System.Collections.Generic.Queue`1.System.Collections.ICollection.SyncRoot">
  5852.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</summary>
  5853.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.  In the default implementation of <see cref="T:System.Collections.Generic.Queue`1"></see>, this property always returns the current instance.</returns>
  5854.         </member>
  5855.         <member name="T:System.Collections.Generic.Queue`1.Enumerator">
  5856.             <summary>Enumerates the elements of a <see cref="T:System.Collections.Generic.Queue`1"></see>.</summary>
  5857.         </member>
  5858.         <member name="M:System.Collections.Generic.Queue`1.Enumerator.Dispose">
  5859.             <summary>Releases all resources used by the <see cref="T:System.Collections.Generic.Queue`1.Enumerator"></see>.</summary>
  5860.         </member>
  5861.         <member name="M:System.Collections.Generic.Queue`1.Enumerator.MoveNext">
  5862.             <summary>Advances the enumerator to the next element of the <see cref="T:System.Collections.Generic.Queue`1"></see>.</summary>
  5863.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  5864.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  5865.         </member>
  5866.         <member name="M:System.Collections.Generic.Queue`1.Enumerator.System.Collections.IEnumerator.Reset">
  5867.             <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
  5868.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  5869.         </member>
  5870.         <member name="P:System.Collections.Generic.Queue`1.Enumerator.Current">
  5871.             <summary>Gets the element at the current position of the enumerator.</summary>
  5872.             <returns>The element in the <see cref="T:System.Collections.Generic.Queue`1"></see> at the current position of the enumerator.</returns>
  5873.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  5874.         </member>
  5875.         <member name="P:System.Collections.Generic.Queue`1.Enumerator.System.Collections.IEnumerator.Current">
  5876.             <summary>Gets the element at the current position of the enumerator.</summary>
  5877.             <returns>The element in the collection at the current position of the enumerator.</returns>
  5878.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  5879.         </member>
  5880.         <member name="T:System.Collections.Generic.SortedDictionary`2">
  5881.             <summary>Represents a collection of key/value pairs that are sorted on the key.</summary>
  5882.             <filterpriority>1</filterpriority>
  5883.         </member>
  5884.         <member name="M:System.Collections.Generic.SortedDictionary`2.#ctor">
  5885.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> class that is empty and uses the default <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation for the key type.</summary>
  5886.         </member>
  5887.         <member name="M:System.Collections.Generic.SortedDictionary`2.#ctor(System.Collections.Generic.IComparer{`0})">
  5888.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> class that is empty and uses the specified <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation to compare keys.</summary>
  5889.             <param name="comparer">The <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation to use when comparing keys, or null to use the default <see cref="T:System.Collections.Generic.Comparer`1"></see> for the type of the key.</param>
  5890.         </member>
  5891.         <member name="M:System.Collections.Generic.SortedDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})">
  5892.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2"></see> and uses the default <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation for the key type.</summary>
  5893.             <param name="dictionary">The <see cref="T:System.Collections.Generic.IDictionary`2"></see> whose elements are copied to the new <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</param>
  5894.             <exception cref="T:System.ArgumentException">dictionary contains one or more duplicate keys.</exception>
  5895.             <exception cref="T:System.ArgumentNullException">dictionary is null.</exception>
  5896.         </member>
  5897.         <member name="M:System.Collections.Generic.SortedDictionary`2.#ctor(System.Collections.Generic.IDictionary{`0,`1},System.Collections.Generic.IComparer{`0})">
  5898.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2"></see> and uses the specified <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation to compare keys.</summary>
  5899.             <param name="dictionary">The <see cref="T:System.Collections.Generic.IDictionary`2"></see> whose elements are copied to the new <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</param>
  5900.             <param name="comparer">The <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation to use when comparing keys, or null to use the default <see cref="T:System.Collections.Generic.Comparer`1"></see> for the type of the key.</param>
  5901.             <exception cref="T:System.ArgumentException">dictionary contains one or more duplicate keys.</exception>
  5902.             <exception cref="T:System.ArgumentNullException">dictionary is null.</exception>
  5903.         </member>
  5904.         <member name="M:System.Collections.Generic.SortedDictionary`2.Add(`0,`1)">
  5905.             <summary>Adds an element with the specified key and value into the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  5906.             <param name="value">The value of the element to add. The value can be null for reference types.</param>
  5907.             <param name="key">The key of the element to add.</param>
  5908.             <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</exception>
  5909.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  5910.         </member>
  5911.         <member name="M:System.Collections.Generic.SortedDictionary`2.Clear">
  5912.             <summary>Removes all elements from the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  5913.         </member>
  5914.         <member name="M:System.Collections.Generic.SortedDictionary`2.ContainsKey(`0)">
  5915.             <summary>Determines whether the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> contains an element with the specified key.</summary>
  5916.             <returns>true if the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> contains an element with the specified key; otherwise, false.</returns>
  5917.             <param name="key">The key to locate in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</param>
  5918.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  5919.         </member>
  5920.         <member name="M:System.Collections.Generic.SortedDictionary`2.ContainsValue(`1)">
  5921.             <summary>Determines whether the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> contains an element with the specified value.</summary>
  5922.             <returns>true if the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> contains an element with the specified value; otherwise, false.</returns>
  5923.             <param name="value">The value to locate in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>. The value can be null for reference types.</param>
  5924.         </member>
  5925.         <member name="M:System.Collections.Generic.SortedDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)">
  5926.             <summary>Copies the elements of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> to the specified array of <see cref="T:System.Collections.Generic.KeyValuePair`2"></see> structures, starting at the specified index.</summary>
  5927.             <param name="array">The one-dimensional array of <see cref="T:System.Collections.Generic.KeyValuePair`2"></see> structures that is the destination of the elements copied from the current <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> The array must have zero-based indexing.</param>
  5928.             <param name="index">The zero-based index in array at which copying begins.</param>
  5929.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.</exception>
  5930.             <exception cref="T:System.ArgumentException">index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> is greater than the available space from index to the end of the destination array.</exception>
  5931.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  5932.         </member>
  5933.         <member name="M:System.Collections.Generic.SortedDictionary`2.GetEnumerator">
  5934.             <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  5935.             <returns>A <see cref="T:System.Collections.Generic.SortedDictionary`2.Enumerator"></see> for the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</returns>
  5936.         </member>
  5937.         <member name="M:System.Collections.Generic.SortedDictionary`2.Remove(`0)">
  5938.             <summary>Removes the element with the specified key from the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  5939.             <returns>true if the element is successfully removed; otherwise, false.  This method also returns false if key is not found in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</returns>
  5940.             <param name="key">The key of the element to remove.</param>
  5941.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  5942.         </member>
  5943.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair{`0,`1})">
  5944.             <summary>Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</summary>
  5945.             <param name="keyValuePair">The <see cref="T:System.Collections.Generic.KeyValuePair`2"></see> structure to add to the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  5946.             <exception cref="T:System.ArgumentNullException">keyValuePair is null.</exception>
  5947.             <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</exception>
  5948.         </member>
  5949.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair{`0,`1})">
  5950.             <summary>Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> contains a specific key and value.</summary>
  5951.             <returns>true if keyValuePair is found in the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false.</returns>
  5952.             <param name="keyValuePair">The <see cref="T:System.Collections.Generic.KeyValuePair`2"></see> structure to locate in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  5953.         </member>
  5954.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair{`0,`1})">
  5955.             <summary>Removes the first occurrence of the specified element from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</summary>
  5956.             <returns>true if keyValuePair was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false. This method also returns false if keyValuePair was not found in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</returns>
  5957.             <param name="keyValuePair">The <see cref="T:System.Collections.Generic.KeyValuePair`2"></see> structure to remove from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  5958.         </member>
  5959.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator">
  5960.             <summary>Returns an enumerator that iterates through the collection.</summary>
  5961.             <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.</returns>
  5962.         </member>
  5963.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  5964.             <summary>Copies the elements of the <see cref="T:System.Collections.Generic.ICollection`1"></see> to an array, starting at the specified array index.</summary>
  5965.             <param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.Generic.ICollection`1"></see>. The array must have zero-based indexing.</param>
  5966.             <param name="index">The zero-based index in array at which copying begins.</param>
  5967.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.</exception>
  5968.             <exception cref="T:System.ArgumentException">array is multidimensional.-or-array does not have zero-based indexing.-or-index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.Generic.ICollection`1"></see> is greater than the available space from index to the end of the destination array.-or-The type of the source <see cref="T:System.Collections.Generic.ICollection`1"></see> cannot be cast automatically to the type of the destination array.</exception>
  5969.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  5970.         </member>
  5971.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.IDictionary.Add(System.Object,System.Object)">
  5972.             <summary>Adds an element with the provided key and value to the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  5973.             <param name="value">The object to use as the value of the element to add.</param>
  5974.             <param name="key">The object to use as the key of the element to add.</param>
  5975.             <exception cref="T:System.ArgumentException">key is of a type that is not assignable to the key type TKey of the <see cref="T:System.Collections.IDictionary"></see>.-or-value is of a type that is not assignable to the value type TValue of the <see cref="T:System.Collections.IDictionary"></see>.-or-An element with the same key already exists in the <see cref="T:System.Collections.IDictionary"></see>.</exception>
  5976.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  5977.         </member>
  5978.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.IDictionary.Contains(System.Object)">
  5979.             <summary>Determines whether the <see cref="T:System.Collections.IDictionary"></see> contains an element with the specified key.</summary>
  5980.             <returns>true if the <see cref="T:System.Collections.IDictionary"></see> contains an element with the key; otherwise, false.</returns>
  5981.             <param name="key">The key to locate in the <see cref="T:System.Collections.IDictionary"></see>.</param>
  5982.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  5983.         </member>
  5984.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.IDictionary.GetEnumerator">
  5985.             <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator"></see> for the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  5986.             <returns>An <see cref="T:System.Collections.IDictionaryEnumerator"></see> for the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  5987.         </member>
  5988.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.IDictionary.Remove(System.Object)">
  5989.             <summary>Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  5990.             <param name="key">The key of the element to remove.</param>
  5991.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  5992.         </member>
  5993.         <member name="M:System.Collections.Generic.SortedDictionary`2.System.Collections.IEnumerable.GetEnumerator">
  5994.             <summary>Returns an enumerator that iterates through a collection.</summary>
  5995.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  5996.         </member>
  5997.         <member name="M:System.Collections.Generic.SortedDictionary`2.TryGetValue(`0,`1)">
  5998.             <summary>Gets the value associated with the specified key.</summary>
  5999.             <returns>true if the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> contains an element with the specified key; otherwise, false.</returns>
  6000.             <param name="value">When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. </param>
  6001.             <param name="key">The key of the value to get.</param>
  6002.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6003.         </member>
  6004.         <member name="P:System.Collections.Generic.SortedDictionary`2.Comparer">
  6005.             <summary>Gets the <see cref="T:System.Collections.Generic.IComparer`1"></see> used to order the elements of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  6006.             <returns>The <see cref="T:System.Collections.Generic.IComparer`1"></see> used to order the elements of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see></returns>
  6007.         </member>
  6008.         <member name="P:System.Collections.Generic.SortedDictionary`2.Count">
  6009.             <summary>Gets the number of key/value pairs contained in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  6010.             <returns>The number of key/value pairs contained in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</returns>
  6011.         </member>
  6012.         <member name="P:System.Collections.Generic.SortedDictionary`2.Item(`0)">
  6013.             <summary>Gets or sets the value associated with the specified key.</summary>
  6014.             <returns>The value associated with the specified key. If the specified key is not found, a get operation throws a <see cref="T:System.Collections.Generic.KeyNotFoundException"></see>, and a set operation creates a new element with the specified key.</returns>
  6015.             <param name="key">The key of the value to get or set.</param>
  6016.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6017.             <exception cref="T:System.Collections.Generic.KeyNotFoundException">The property is retrieved and key does not exist in the collection.</exception>
  6018.         </member>
  6019.         <member name="P:System.Collections.Generic.SortedDictionary`2.Keys">
  6020.             <summary>Gets a collection containing the keys in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  6021.             <returns>A <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see> containing the keys in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</returns>
  6022.         </member>
  6023.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly">
  6024.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only.</summary>
  6025.             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only; otherwise, false. In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>, this property always returns false.</returns>
  6026.         </member>
  6027.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.Generic.IDictionary<TKey,TValue>.Keys">
  6028.             <summary>Gets an <see cref="T:System.Collections.Generic.ICollection`1"></see> containing the keys of the <see cref="T:System.Collections.Generic.IDictionary`2"></see>.</summary>
  6029.             <returns>An <see cref="T:System.Collections.Generic.ICollection`1"></see> containing the keys of the <see cref="T:System.Collections.Generic.IDictionary`2"></see>.</returns>
  6030.         </member>
  6031.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.Generic.IDictionary<TKey,TValue>.Values">
  6032.             <summary>Gets an <see cref="T:System.Collections.Generic.ICollection`1"></see> containing the values in the <see cref="T:System.Collections.Generic.IDictionary`2"></see>.</summary>
  6033.             <returns>An <see cref="T:System.Collections.Generic.ICollection`1"></see> containing the values in the <see cref="T:System.Collections.Generic.IDictionary`2"></see>.</returns>
  6034.         </member>
  6035.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.ICollection.IsSynchronized">
  6036.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).</summary>
  6037.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>, this property always returns false.</returns>
  6038.         </member>
  6039.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.ICollection.SyncRoot">
  6040.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</summary>
  6041.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>. </returns>
  6042.         </member>
  6043.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.IDictionary.IsFixedSize">
  6044.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"></see> has a fixed size.</summary>
  6045.             <returns>true if the <see cref="T:System.Collections.IDictionary"></see> has a fixed size; otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>, this property always returns false.</returns>
  6046.         </member>
  6047.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.IDictionary.IsReadOnly">
  6048.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"></see> is read-only.</summary>
  6049.             <returns>true if the <see cref="T:System.Collections.IDictionary"></see> is read-only; otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>, this property always returns false.</returns>
  6050.         </member>
  6051.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.IDictionary.Item(System.Object)">
  6052.             <summary>Gets or sets the element with the specified key.</summary>
  6053.             <returns>The element with the specified key, or null if key is not in the dictionary or key is of a type that is not assignable to the key type TKey of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</returns>
  6054.             <param name="key">The key of the element to get.</param>
  6055.             <exception cref="T:System.ArgumentException">A value is being assigned, and key is of a type that is not assignable to the key type TKey of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.-or-A value is being assigned, and value is of a type that is not assignable to the value type TValue of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</exception>
  6056.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6057.         </member>
  6058.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.IDictionary.Keys">
  6059.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the keys of the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  6060.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the keys of the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  6061.         </member>
  6062.         <member name="P:System.Collections.Generic.SortedDictionary`2.System.Collections.IDictionary.Values">
  6063.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  6064.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  6065.         </member>
  6066.         <member name="P:System.Collections.Generic.SortedDictionary`2.Values">
  6067.             <summary>Gets a collection containing the values in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  6068.             <returns>A <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see> containing the keys in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</returns>
  6069.         </member>
  6070.         <member name="T:System.Collections.Generic.SortedDictionary`2.Enumerator">
  6071.             <summary>Enumerates the elements of a <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  6072.         </member>
  6073.         <member name="M:System.Collections.Generic.SortedDictionary`2.Enumerator.Dispose">
  6074.             <summary>Releases all resources used by the <see cref="T:System.Collections.Generic.SortedDictionary`2.Enumerator"></see>.</summary>
  6075.         </member>
  6076.         <member name="M:System.Collections.Generic.SortedDictionary`2.Enumerator.MoveNext">
  6077.             <summary>Advances the enumerator to the next element of the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  6078.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  6079.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  6080.         </member>
  6081.         <member name="M:System.Collections.Generic.SortedDictionary`2.Enumerator.System.Collections.IEnumerator.Reset">
  6082.             <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
  6083.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  6084.         </member>
  6085.         <member name="P:System.Collections.Generic.SortedDictionary`2.Enumerator.Current">
  6086.             <summary>Gets the element at the current position of the enumerator.</summary>
  6087.             <returns>The element in the <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> at the current position of the enumerator.</returns>
  6088.         </member>
  6089.         <member name="P:System.Collections.Generic.SortedDictionary`2.Enumerator.System.Collections.IDictionaryEnumerator.Entry">
  6090.             <summary>Gets the element at the current position of the enumerator as a <see cref="T:System.Collections.DictionaryEntry"></see> structure.</summary>
  6091.             <returns>The element in the collection at the current position of the dictionary, as a <see cref="T:System.Collections.DictionaryEntry"></see> structure.</returns>
  6092.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  6093.         </member>
  6094.         <member name="P:System.Collections.Generic.SortedDictionary`2.Enumerator.System.Collections.IDictionaryEnumerator.Key">
  6095.             <summary>Gets the key of the element at the current position of the enumerator.</summary>
  6096.             <returns>The key of the element in the collection at the current position of the enumerator.</returns>
  6097.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  6098.         </member>
  6099.         <member name="P:System.Collections.Generic.SortedDictionary`2.Enumerator.System.Collections.IDictionaryEnumerator.Value">
  6100.             <summary>Gets the value of the element at the current position of the enumerator.</summary>
  6101.             <returns>The value of the element in the collection at the current position of the enumerator.</returns>
  6102.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  6103.         </member>
  6104.         <member name="P:System.Collections.Generic.SortedDictionary`2.Enumerator.System.Collections.IEnumerator.Current">
  6105.             <summary>Gets the element at the current position of the enumerator.</summary>
  6106.             <returns>The element in the collection at the current position of the enumerator.</returns>
  6107.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  6108.         </member>
  6109.         <member name="T:System.Collections.Generic.SortedDictionary`2.KeyCollection">
  6110.             <summary>Represents the collection of keys in a <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>. This class cannot be inherited.</summary>
  6111.         </member>
  6112.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.#ctor(System.Collections.Generic.SortedDictionary{`0,`1})">
  6113.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see> class that reflects the keys in the specified <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  6114.             <param name="dictionary">The <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> whose keys are reflected in the new <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>.</param>
  6115.             <exception cref="T:System.ArgumentNullException">dictionary is null.</exception>
  6116.         </member>
  6117.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.CopyTo(`0[],System.Int32)">
  6118.             <summary>Copies the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see> elements to an existing one-dimensional array, starting at the specified array index.</summary>
  6119.             <param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>. The array must have zero-based indexing.</param>
  6120.             <param name="index">The zero-based index in array at which copying begins.</param>
  6121.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  6122.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.</exception>
  6123.             <exception cref="T:System.ArgumentException">index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see> is greater than the available space from index to the end of the destination array.</exception>
  6124.         </member>
  6125.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.GetEnumerator">
  6126.             <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>.</summary>
  6127.             <returns>A <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection.Enumerator"></see> structure for the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>.</returns>
  6128.         </member>
  6129.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.Generic.ICollection<TKey>.Add(`0)">
  6130.             <summary>Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"></see>.  This implementation always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  6131.             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  6132.             <exception cref="T:System.NotSupportedException">Always thrown; the collection is read-only.</exception>
  6133.         </member>
  6134.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.Generic.ICollection<TKey>.Clear">
  6135.             <summary>Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.  This implementation always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  6136.             <exception cref="T:System.NotSupportedException">Always thrown; the collection is read-only.</exception>
  6137.         </member>
  6138.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.Generic.ICollection<TKey>.Contains(`0)">
  6139.             <summary>Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> contains the specified value.</summary>
  6140.             <returns>true if item is found in the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false.</returns>
  6141.             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  6142.         </member>
  6143.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.Generic.ICollection<TKey>.Remove(`0)">
  6144.             <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.  This implementation always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  6145.             <returns>true if item is successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false. This method also returns false if item is not found in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</returns>
  6146.             <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  6147.             <exception cref="T:System.NotSupportedException">Always thrown; the collection is read-only.</exception>
  6148.         </member>
  6149.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.Generic.IEnumerable<TKey>.GetEnumerator">
  6150.             <summary>Returns an enumerator that iterates through the collection.</summary>
  6151.             <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.</returns>
  6152.         </member>
  6153.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  6154.             <summary>Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an array, starting at a particular array index.</summary>
  6155.             <param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.ICollection"></see>. The array must have zero-based indexing.</param>
  6156.             <param name="index">The zero-based index in array at which copying begins.</param>
  6157.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.</exception>
  6158.             <exception cref="T:System.ArgumentException">array is multidimensional.-or-array does not have zero-based indexing.-or-index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from index to the end of the destination array.-or-The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  6159.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  6160.         </member>
  6161.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.IEnumerable.GetEnumerator">
  6162.             <summary>Returns an enumerator that iterates through the collection.</summary>
  6163.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  6164.         </member>
  6165.         <member name="P:System.Collections.Generic.SortedDictionary`2.KeyCollection.Count">
  6166.             <summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>.</summary>
  6167.             <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>.</returns>
  6168.         </member>
  6169.         <member name="P:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.Generic.ICollection<TKey>.IsReadOnly">
  6170.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only.</summary>
  6171.             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only; otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>, this property always returns false.</returns>
  6172.         </member>
  6173.         <member name="P:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.ICollection.IsSynchronized">
  6174.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).</summary>
  6175.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>, this property always returns false.</returns>
  6176.         </member>
  6177.         <member name="P:System.Collections.Generic.SortedDictionary`2.KeyCollection.System.Collections.ICollection.SyncRoot">
  6178.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</summary>
  6179.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.  In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>, this property always returns the current instance.</returns>
  6180.         </member>
  6181.         <member name="T:System.Collections.Generic.SortedDictionary`2.KeyCollection.Enumerator">
  6182.             <summary>Enumerates the elements of a <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>.</summary>
  6183.         </member>
  6184.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.Enumerator.Dispose">
  6185.             <summary>Releases all resources used by the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection.Enumerator"></see>.</summary>
  6186.         </member>
  6187.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.Enumerator.MoveNext">
  6188.             <summary>Advances the enumerator to the next element of the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see>.</summary>
  6189.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  6190.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  6191.         </member>
  6192.         <member name="M:System.Collections.Generic.SortedDictionary`2.KeyCollection.Enumerator.System.Collections.IEnumerator.Reset">
  6193.             <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
  6194.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  6195.         </member>
  6196.         <member name="P:System.Collections.Generic.SortedDictionary`2.KeyCollection.Enumerator.Current">
  6197.             <summary>Gets the element at the current position of the enumerator.</summary>
  6198.             <returns>The element in the <see cref="T:System.Collections.Generic.SortedDictionary`2.KeyCollection"></see> at the current position of the enumerator.</returns>
  6199.         </member>
  6200.         <member name="P:System.Collections.Generic.SortedDictionary`2.KeyCollection.Enumerator.System.Collections.IEnumerator.Current">
  6201.             <summary>Gets the element at the current position of the enumerator.</summary>
  6202.             <returns>The element in the collection at the current position of the enumerator.</returns>
  6203.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  6204.         </member>
  6205.         <member name="T:System.Collections.Generic.SortedDictionary`2.ValueCollection">
  6206.             <summary>Represents the collection of values in a <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>. This class cannot be inherited</summary>
  6207.         </member>
  6208.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.#ctor(System.Collections.Generic.SortedDictionary{`0,`1})">
  6209.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see> class that reflects the values in the specified <see cref="T:System.Collections.Generic.SortedDictionary`2"></see>.</summary>
  6210.             <param name="dictionary">The <see cref="T:System.Collections.Generic.SortedDictionary`2"></see> whose values are reflected in the new <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>.</param>
  6211.             <exception cref="T:System.ArgumentNullException">dictionary is null.</exception>
  6212.         </member>
  6213.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.CopyTo(`1[],System.Int32)">
  6214.             <summary>Copies the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see> elements to an existing one-dimensional array, starting at the specified array index.</summary>
  6215.             <param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>. The array must have zero-based indexing.</param>
  6216.             <param name="index">The zero-based index in array at which copying begins.</param>
  6217.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.</exception>
  6218.             <exception cref="T:System.ArgumentException">index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see> is greater than the available space from index to the end of the destination array.</exception>
  6219.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  6220.         </member>
  6221.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.GetEnumerator">
  6222.             <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>.</summary>
  6223.             <returns>A <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection.Enumerator"></see> structure for the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>.</returns>
  6224.         </member>
  6225.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.Generic.ICollection<TValue>.Add(`1)">
  6226.             <summary>Adds an item to the <see cref="T:System.Collections.Generic.ICollection`1"></see>.  This implementation always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  6227.             <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  6228.             <exception cref="T:System.NotSupportedException">Always thrown; the collection is read-only.</exception>
  6229.         </member>
  6230.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.Generic.ICollection<TValue>.Clear">
  6231.             <summary>Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.  This implementation always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  6232.             <exception cref="T:System.NotSupportedException">Always thrown; the collection is read-only.</exception>
  6233.         </member>
  6234.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.Generic.ICollection<TValue>.Contains(`1)">
  6235.             <summary>Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> contains a specified value.</summary>
  6236.             <returns>true if item is found in the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false.</returns>
  6237.             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  6238.         </member>
  6239.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.Generic.ICollection<TValue>.Remove(`1)">
  6240.             <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.  This implementation always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  6241.             <returns>true if item is successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false. This method also returns false if item is not found in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</returns>
  6242.             <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  6243.             <exception cref="T:System.NotSupportedException">Always thrown; the collection is read-only.</exception>
  6244.         </member>
  6245.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.Generic.IEnumerable<TValue>.GetEnumerator">
  6246.             <summary>Returns an enumerator that iterates through the collection.</summary>
  6247.             <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.</returns>
  6248.         </member>
  6249.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  6250.             <summary>Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an array, starting at a particular array index.</summary>
  6251.             <param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.ICollection"></see>. The array must have zero-based indexing.</param>
  6252.             <param name="index">The zero-based index in array at which copying begins.</param>
  6253.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.</exception>
  6254.             <exception cref="T:System.ArgumentException">array is multidimensional.-or-array does not have zero-based indexing.-or-index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from index to the end of the destination array.-or-The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  6255.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  6256.         </member>
  6257.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.IEnumerable.GetEnumerator">
  6258.             <summary>Returns an enumerator that iterates through the collection.</summary>
  6259.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  6260.         </member>
  6261.         <member name="P:System.Collections.Generic.SortedDictionary`2.ValueCollection.Count">
  6262.             <summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>.</summary>
  6263.             <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>.</returns>
  6264.         </member>
  6265.         <member name="P:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.Generic.ICollection<TValue>.IsReadOnly">
  6266.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only.</summary>
  6267.             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only; otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>, this property always returns false.</returns>
  6268.         </member>
  6269.         <member name="P:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.ICollection.IsSynchronized">
  6270.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).</summary>
  6271.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>, this property always returns false.</returns>
  6272.         </member>
  6273.         <member name="P:System.Collections.Generic.SortedDictionary`2.ValueCollection.System.Collections.ICollection.SyncRoot">
  6274.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</summary>
  6275.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.  In the default implementation of <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>, this property always returns the current instance.</returns>
  6276.         </member>
  6277.         <member name="T:System.Collections.Generic.SortedDictionary`2.ValueCollection.Enumerator">
  6278.             <summary>Enumerates the elements of a <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>.</summary>
  6279.         </member>
  6280.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.Enumerator.Dispose">
  6281.             <summary>Releases all resources used by the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection.Enumerator"></see>.</summary>
  6282.         </member>
  6283.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.Enumerator.MoveNext">
  6284.             <summary>Advances the enumerator to the next element of the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see>.</summary>
  6285.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  6286.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  6287.         </member>
  6288.         <member name="M:System.Collections.Generic.SortedDictionary`2.ValueCollection.Enumerator.System.Collections.IEnumerator.Reset">
  6289.             <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
  6290.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  6291.         </member>
  6292.         <member name="P:System.Collections.Generic.SortedDictionary`2.ValueCollection.Enumerator.Current">
  6293.             <summary>Gets the element at the current position of the enumerator.</summary>
  6294.             <returns>The element in the <see cref="T:System.Collections.Generic.SortedDictionary`2.ValueCollection"></see> at the current position of the enumerator.</returns>
  6295.         </member>
  6296.         <member name="P:System.Collections.Generic.SortedDictionary`2.ValueCollection.Enumerator.System.Collections.IEnumerator.Current">
  6297.             <summary>Gets the element at the current position of the enumerator.</summary>
  6298.             <returns>The element in the collection at the current position of the enumerator.</returns>
  6299.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  6300.         </member>
  6301.         <member name="T:System.Collections.Generic.SortedList`2">
  6302.             <summary>Represents a collection of key/value pairs that are sorted by key based on the associated <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation.</summary>
  6303.         </member>
  6304.         <member name="M:System.Collections.Generic.SortedList`2.#ctor">
  6305.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedList`2"></see> class that is empty, has the default initial capacity, and uses the default <see cref="T:System.Collections.Generic.IComparer`1"></see>.</summary>
  6306.         </member>
  6307.         <member name="M:System.Collections.Generic.SortedList`2.#ctor(System.Collections.Generic.IComparer{`0})">
  6308.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedList`2"></see> class that is empty, has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IComparer`1"></see>.</summary>
  6309.             <param name="comparer">The <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation to use when comparing keys.-or-null to use the default <see cref="T:System.Collections.Generic.Comparer`1"></see> for the type of the key.</param>
  6310.         </member>
  6311.         <member name="M:System.Collections.Generic.SortedList`2.#ctor(System.Collections.Generic.IDictionary{`0,`1})">
  6312.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedList`2"></see> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2"></see>, has sufficient capacity to accommodate the number of elements copied, and uses the default <see cref="T:System.Collections.Generic.IComparer`1"></see>.</summary>
  6313.             <param name="dictionary">The <see cref="T:System.Collections.Generic.IDictionary`2"></see> whose elements are copied to the new <see cref="T:System.Collections.Generic.SortedList`2"></see>.</param>
  6314.             <exception cref="T:System.ArgumentException">dictionary contains one or more duplicate keys.</exception>
  6315.             <exception cref="T:System.ArgumentNullException">dictionary is null.</exception>
  6316.         </member>
  6317.         <member name="M:System.Collections.Generic.SortedList`2.#ctor(System.Int32)">
  6318.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedList`2"></see> class that is empty, has the specified initial capacity, and uses the default <see cref="T:System.Collections.Generic.IComparer`1"></see>.</summary>
  6319.             <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.SortedList`2"></see> can contain.</param>
  6320.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  6321.         </member>
  6322.         <member name="M:System.Collections.Generic.SortedList`2.#ctor(System.Collections.Generic.IDictionary{`0,`1},System.Collections.Generic.IComparer{`0})">
  6323.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedList`2"></see> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2"></see>, has sufficient capacity to accommodate the number of elements copied, and uses the specified <see cref="T:System.Collections.Generic.IComparer`1"></see>.</summary>
  6324.             <param name="dictionary">The <see cref="T:System.Collections.Generic.IDictionary`2"></see> whose elements are copied to the new <see cref="T:System.Collections.Generic.SortedList`2"></see>.</param>
  6325.             <param name="comparer">The <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation to use when comparing keys.-or-null to use the default <see cref="T:System.Collections.Generic.Comparer`1"></see> for the type of the key.</param>
  6326.             <exception cref="T:System.ArgumentException">dictionary contains one or more duplicate keys.</exception>
  6327.             <exception cref="T:System.ArgumentNullException">dictionary is null.</exception>
  6328.         </member>
  6329.         <member name="M:System.Collections.Generic.SortedList`2.#ctor(System.Int32,System.Collections.Generic.IComparer{`0})">
  6330.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.SortedList`2"></see> class that is empty, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IComparer`1"></see>.</summary>
  6331.             <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.SortedList`2"></see> can contain.</param>
  6332.             <param name="comparer">The <see cref="T:System.Collections.Generic.IComparer`1"></see> implementation to use when comparing keys.-or-null to use the default <see cref="T:System.Collections.Generic.Comparer`1"></see> for the type of the key.</param>
  6333.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  6334.         </member>
  6335.         <member name="M:System.Collections.Generic.SortedList`2.Add(`0,`1)">
  6336.             <summary>Adds an element with the specified key and value into the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6337.             <param name="value">The value of the element to add. The value can be null for reference types.</param>
  6338.             <param name="key">The key of the element to add.</param>
  6339.             <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</exception>
  6340.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6341.         </member>
  6342.         <member name="M:System.Collections.Generic.SortedList`2.Clear">
  6343.             <summary>Removes all elements from the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6344.         </member>
  6345.         <member name="M:System.Collections.Generic.SortedList`2.ContainsKey(`0)">
  6346.             <summary>Determines whether the <see cref="T:System.Collections.Generic.SortedList`2"></see> contains a specific key.</summary>
  6347.             <returns>true if the <see cref="T:System.Collections.Generic.SortedList`2"></see> contains an element with the specified key; otherwise, false.</returns>
  6348.             <param name="key">The key to locate in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</param>
  6349.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6350.         </member>
  6351.         <member name="M:System.Collections.Generic.SortedList`2.ContainsValue(`1)">
  6352.             <summary>Determines whether the <see cref="T:System.Collections.Generic.SortedList`2"></see> contains a specific value.</summary>
  6353.             <returns>true if the <see cref="T:System.Collections.Generic.SortedList`2"></see> contains an element with the specified value; otherwise, false.</returns>
  6354.             <param name="value">The value to locate in the <see cref="T:System.Collections.Generic.SortedList`2"></see>. The value can be null for reference types.</param>
  6355.         </member>
  6356.         <member name="M:System.Collections.Generic.SortedList`2.GetEnumerator">
  6357.             <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6358.             <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"></see> of type <see cref="T:System.Collections.Generic.KeyValuePair`2"></see> for the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</returns>
  6359.         </member>
  6360.         <member name="M:System.Collections.Generic.SortedList`2.IndexOfKey(`0)">
  6361.             <summary>Searches for the specified key and returns the zero-based index within the entire <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6362.             <returns>The zero-based index of key within the entire <see cref="T:System.Collections.Generic.SortedList`2"></see>, if found; otherwise, -1.</returns>
  6363.             <param name="key">The key to locate in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</param>
  6364.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6365.         </member>
  6366.         <member name="M:System.Collections.Generic.SortedList`2.IndexOfValue(`1)">
  6367.             <summary>Searches for the specified value and returns the zero-based index of the first occurrence within the entire <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6368.             <returns>The zero-based index of the first occurrence of value within the entire <see cref="T:System.Collections.Generic.SortedList`2"></see>, if found; otherwise, -1.</returns>
  6369.             <param name="value">The value to locate in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.  The value can be null for reference types.</param>
  6370.         </member>
  6371.         <member name="M:System.Collections.Generic.SortedList`2.Remove(`0)">
  6372.             <summary>Removes the element with the specified key from the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6373.             <returns>true if the element is successfully removed; otherwise, false.  This method also returns false if key was not found in the original <see cref="T:System.Collections.Generic.SortedList`2"></see>.</returns>
  6374.             <param name="key">The key of the element to remove.</param>
  6375.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6376.         </member>
  6377.         <member name="M:System.Collections.Generic.SortedList`2.RemoveAt(System.Int32)">
  6378.             <summary>Removes the element at the specified index of the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6379.             <param name="index">The zero-based index of the element to remove.</param>
  6380.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or-index is equal to or greater than <see cref="P:System.Collections.Generic.SortedList`2.Count"></see>.</exception>
  6381.         </member>
  6382.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair{`0,`1})">
  6383.             <summary>Adds a key/value pair to the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</summary>
  6384.             <param name="keyValuePair">The <see cref="T:System.Collections.Generic.KeyValuePair`2"></see> to add to the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  6385.         </member>
  6386.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair{`0,`1})">
  6387.             <summary>Determines whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> contains a specific element.</summary>
  6388.             <returns>true if keyValuePair is found in the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false.</returns>
  6389.             <param name="keyValuePair">The <see cref="T:System.Collections.Generic.KeyValuePair`2"></see> to locate in the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  6390.         </member>
  6391.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)">
  6392.             <summary>Copies the elements of the <see cref="T:System.Collections.Generic.ICollection`1"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.</summary>
  6393.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.Generic.ICollection`1"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  6394.             <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
  6395.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  6396.             <exception cref="T:System.ArgumentException">arrayIndex is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.Generic.ICollection`1"></see> is greater than the available space from arrayIndex to the end of the destination array.</exception>
  6397.             <exception cref="T:System.ArgumentOutOfRangeException">arrayIndex is less than zero. </exception>
  6398.         </member>
  6399.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair{`0,`1})">
  6400.             <summary>Removes the first occurrence of a specific key/value pair from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</summary>
  6401.             <returns>true if keyValuePair was successfully removed from the <see cref="T:System.Collections.Generic.ICollection`1"></see>; otherwise, false. This method also returns false if keyValuePair was not found in the original <see cref="T:System.Collections.Generic.ICollection`1"></see>.</returns>
  6402.             <param name="keyValuePair">The <see cref="T:System.Collections.Generic.KeyValuePair`2"></see> to remove from the <see cref="T:System.Collections.Generic.ICollection`1"></see>.</param>
  6403.         </member>
  6404.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator">
  6405.             <summary>Returns an enumerator that iterates through a collection.</summary>
  6406.             <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.</returns>
  6407.         </member>
  6408.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  6409.             <summary>Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.</summary>
  6410.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  6411.             <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
  6412.             <exception cref="T:System.ArgumentException">array is multidimensional.-or-array does not have zero-based indexing.-or-arrayIndex is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from arrayIndex to the end of the destination array.-or-The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  6413.             <exception cref="T:System.ArgumentOutOfRangeException">arrayIndex is less than zero.</exception>
  6414.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  6415.         </member>
  6416.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.IDictionary.Add(System.Object,System.Object)">
  6417.             <summary>Adds an element with the provided key and value to the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  6418.             <param name="value">The <see cref="T:System.Object"></see> to use as the value of the element to add.</param>
  6419.             <param name="key">The <see cref="T:System.Object"></see> to use as the key of the element to add.</param>
  6420.             <exception cref="T:System.ArgumentException">key is of a type that is not assignable to the key type TKey of the <see cref="T:System.Collections.IDictionary"></see>.-or-value is of a type that is not assignable to the value type TValue of the <see cref="T:System.Collections.IDictionary"></see>.-or-An element with the same key already exists in the <see cref="T:System.Collections.IDictionary"></see>.</exception>
  6421.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6422.         </member>
  6423.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.IDictionary.Contains(System.Object)">
  6424.             <summary>Determines whether the <see cref="T:System.Collections.IDictionary"></see> contains an element with the specified key.</summary>
  6425.             <returns>true if the <see cref="T:System.Collections.IDictionary"></see> contains an element with the key; otherwise, false.</returns>
  6426.             <param name="key">The key to locate in the <see cref="T:System.Collections.IDictionary"></see>.</param>
  6427.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6428.         </member>
  6429.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.IDictionary.GetEnumerator">
  6430.             <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator"></see> for the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  6431.             <returns>An <see cref="T:System.Collections.IDictionaryEnumerator"></see> for the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  6432.         </member>
  6433.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.IDictionary.Remove(System.Object)">
  6434.             <summary>Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  6435.             <param name="key">The key of the element to remove.</param>
  6436.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6437.         </member>
  6438.         <member name="M:System.Collections.Generic.SortedList`2.System.Collections.IEnumerable.GetEnumerator">
  6439.             <summary>Returns an enumerator that iterates through a collection.</summary>
  6440.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  6441.         </member>
  6442.         <member name="M:System.Collections.Generic.SortedList`2.TrimExcess">
  6443.             <summary>Sets the capacity to the actual number of elements in the <see cref="T:System.Collections.Generic.SortedList`2"></see>, if that number is less than 90 percent of current capacity.</summary>
  6444.         </member>
  6445.         <member name="M:System.Collections.Generic.SortedList`2.TrimToSize">
  6446.             <summary>Sets the capacity to the actual number of elements in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6447.         </member>
  6448.         <member name="M:System.Collections.Generic.SortedList`2.TryGetValue(`0,`1)">
  6449.             <summary>Gets the value associated with the specified key.</summary>
  6450.             <returns>true if the <see cref="T:System.Collections.Generic.SortedList`2"></see> contains an element with the specified key; otherwise, false.</returns>
  6451.             <param name="value">When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.</param>
  6452.             <param name="key">The key whose value to get.</param>
  6453.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6454.         </member>
  6455.         <member name="P:System.Collections.Generic.SortedList`2.Capacity">
  6456.             <summary>Gets or sets the number of elements that the <see cref="T:System.Collections.Generic.SortedList`2"></see> can contain.</summary>
  6457.             <returns>The number of elements that the <see cref="T:System.Collections.Generic.SortedList`2"></see> can contain.</returns>
  6458.             <exception cref="T:System.ArgumentOutOfRangeException"><see cref="P:System.Collections.Generic.SortedList`2.Capacity"></see> is set to a value that is less than <see cref="P:System.Collections.Generic.SortedList`2.Count"></see>.</exception>
  6459.         </member>
  6460.         <member name="P:System.Collections.Generic.SortedList`2.Comparer">
  6461.             <summary>Gets the <see cref="T:System.Collections.Generic.IComparer`1"></see> for the sorted list. </summary>
  6462.             <returns>The <see cref="T:System.IComparable`1"></see> for the current <see cref="T:System.Collections.Generic.SortedList`2"></see>.</returns>
  6463.         </member>
  6464.         <member name="P:System.Collections.Generic.SortedList`2.Count">
  6465.             <summary>Gets the number of key/value pairs contained in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6466.             <returns>The number of key/value pairs contained in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</returns>
  6467.         </member>
  6468.         <member name="P:System.Collections.Generic.SortedList`2.Item(`0)">
  6469.             <summary>Gets or sets the value associated with the specified key.</summary>
  6470.             <returns>The value associated with the specified key. If the specified key is not found, attempting to get it returns the default value for the value type TValue, and attempting to set it creates a new element using the specified key.</returns>
  6471.             <param name="key">The key whose value to get or set.</param>
  6472.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6473.             <exception cref="T:System.Collections.Generic.KeyNotFoundException">The property is retrieved and key does not exist in the collection.</exception>
  6474.         </member>
  6475.         <member name="P:System.Collections.Generic.SortedList`2.Keys">
  6476.             <summary>Gets a collection containing the keys in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6477.             <returns>A <see cref="T:System.Collections.Generic.IList`1"></see> containing the keys in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</returns>
  6478.         </member>
  6479.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly">
  6480.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only.</summary>
  6481.             <returns>true if the <see cref="T:System.Collections.Generic.ICollection`1"></see> is read-only; otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedList`2"></see>, this property always returns false.</returns>
  6482.         </member>
  6483.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.Generic.IDictionary<TKey,TValue>.Keys">
  6484.             <summary>Gets an <see cref="T:System.Collections.Generic.ICollection`1"></see> containing the keys of the <see cref="T:System.Collections.Generic.IDictionary`2"></see>.</summary>
  6485.             <returns>An <see cref="T:System.Collections.Generic.ICollection`1"></see> containing the keys of the <see cref="T:System.Collections.Generic.IDictionary`2"></see>.</returns>
  6486.         </member>
  6487.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.Generic.IDictionary<TKey,TValue>.Values">
  6488.             <summary>Gets an <see cref="T:System.Collections.Generic.ICollection`1"></see> containing the values in the <see cref="T:System.Collections.Generic.IDictionary`2"></see>.</summary>
  6489.             <returns>An <see cref="T:System.Collections.Generic.ICollection`1"></see> containing the values in the <see cref="T:System.Collections.Generic.IDictionary`2"></see>.</returns>
  6490.         </member>
  6491.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.ICollection.IsSynchronized">
  6492.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).</summary>
  6493.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedList`2"></see>, this property always returns false.</returns>
  6494.         </member>
  6495.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.ICollection.SyncRoot">
  6496.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</summary>
  6497.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.  In the default implementation of <see cref="T:System.Collections.Generic.SortedList`2"></see>, this property always returns the current instance.</returns>
  6498.         </member>
  6499.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.IDictionary.IsFixedSize">
  6500.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"></see> has a fixed size.</summary>
  6501.             <returns>true if the <see cref="T:System.Collections.IDictionary"></see> has a fixed size; otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedList`2"></see>, this property always returns false.</returns>
  6502.         </member>
  6503.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.IDictionary.IsReadOnly">
  6504.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"></see> is read-only.</summary>
  6505.             <returns>true if the <see cref="T:System.Collections.IDictionary"></see> is read-only; otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.SortedList`2"></see>, this property always returns false.</returns>
  6506.         </member>
  6507.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.IDictionary.Item(System.Object)">
  6508.             <summary>Gets or sets the element with the specified key.</summary>
  6509.             <returns>The element with the specified key, or null if key is not in the dictionary or key is of a type that is not assignable to the key type TKey of the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</returns>
  6510.             <param name="key">The key of the element to get or set.</param>
  6511.             <exception cref="T:System.ArgumentException">A value is being assigned, and key is of a type that is not assignable to the key type TKey of the <see cref="T:System.Collections.Generic.SortedList`2"></see>.-or-A value is being assigned, and value is of a type that is not assignable to the value type TValue of the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</exception>
  6512.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6513.         </member>
  6514.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.IDictionary.Keys">
  6515.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the keys of the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  6516.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the keys of the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  6517.         </member>
  6518.         <member name="P:System.Collections.Generic.SortedList`2.System.Collections.IDictionary.Values">
  6519.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  6520.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  6521.         </member>
  6522.         <member name="P:System.Collections.Generic.SortedList`2.Values">
  6523.             <summary>Gets a collection containing the values in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</summary>
  6524.             <returns>A <see cref="T:System.Collections.Generic.IList`1"></see> containing the keys in the <see cref="T:System.Collections.Generic.SortedList`2"></see>.</returns>
  6525.         </member>
  6526.         <member name="T:System.Collections.Generic.Stack`1">
  6527.             <summary>Represents a variable size last-in-first-out (LIFO) collection of instances of the same arbitrary type.</summary>
  6528.             <filterpriority>1</filterpriority>
  6529.         </member>
  6530.         <member name="M:System.Collections.Generic.Stack`1.#ctor">
  6531.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.Stack`1"></see> class that is empty and has the default initial capacity.</summary>
  6532.         </member>
  6533.         <member name="M:System.Collections.Generic.Stack`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
  6534.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.Stack`1"></see> class that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.</summary>
  6535.             <param name="collection">The collection to copy elements from.</param>
  6536.             <exception cref="T:System.ArgumentNullException">collection is null.</exception>
  6537.         </member>
  6538.         <member name="M:System.Collections.Generic.Stack`1.#ctor(System.Int32)">
  6539.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.Stack`1"></see> class that is empty and has the specified initial capacity or the default initial capacity, whichever is greater.</summary>
  6540.             <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.Stack`1"></see> can contain.</param>
  6541.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  6542.         </member>
  6543.         <member name="M:System.Collections.Generic.Stack`1.Clear">
  6544.             <summary>Removes all objects from the <see cref="T:System.Collections.Generic.Stack`1"></see>.</summary>
  6545.             <filterpriority>1</filterpriority>
  6546.         </member>
  6547.         <member name="M:System.Collections.Generic.Stack`1.Contains(`0)">
  6548.             <summary>Determines whether an element is in the <see cref="T:System.Collections.Generic.Stack`1"></see>.</summary>
  6549.             <returns>true if item is found in the <see cref="T:System.Collections.Generic.Stack`1"></see>; otherwise, false.</returns>
  6550.             <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.Stack`1"></see>. The value can be null for reference types.</param>
  6551.         </member>
  6552.         <member name="M:System.Collections.Generic.Stack`1.CopyTo(`0[],System.Int32)">
  6553.             <summary>Copies the <see cref="T:System.Collections.Generic.Stack`1"></see> to an existing one-dimensional <see cref="T:System.Array"></see>, starting at the specified array index.</summary>
  6554.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.Generic.Stack`1"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  6555.             <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
  6556.             <exception cref="T:System.ArgumentException">arrayIndex is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.Generic.Stack`1"></see> is greater than the available space from arrayIndex to the end of the destination array.</exception>
  6557.             <exception cref="T:System.ArgumentOutOfRangeException">arrayIndex is less than zero.</exception>
  6558.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  6559.         </member>
  6560.         <member name="M:System.Collections.Generic.Stack`1.GetEnumerator">
  6561.             <summary>Returns an enumerator for the <see cref="T:System.Collections.Generic.Stack`1"></see>.</summary>
  6562.             <returns>An <see cref="T:System.Collections.Generic.Stack`1.Enumerator"></see> for the <see cref="T:System.Collections.Generic.Stack`1"></see>.</returns>
  6563.         </member>
  6564.         <member name="M:System.Collections.Generic.Stack`1.Peek">
  6565.             <summary>Returns the object at the top of the <see cref="T:System.Collections.Generic.Stack`1"></see> without removing it.</summary>
  6566.             <returns>The object at the top of the <see cref="T:System.Collections.Generic.Stack`1"></see>.</returns>
  6567.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.Generic.Stack`1"></see> is empty.</exception>
  6568.         </member>
  6569.         <member name="M:System.Collections.Generic.Stack`1.Pop">
  6570.             <summary>Removes and returns the object at the top of the <see cref="T:System.Collections.Generic.Stack`1"></see>.</summary>
  6571.             <returns>The object removed from the top of the <see cref="T:System.Collections.Generic.Stack`1"></see>.</returns>
  6572.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Collections.Generic.Stack`1"></see> is empty.</exception>
  6573.         </member>
  6574.         <member name="M:System.Collections.Generic.Stack`1.Push(`0)">
  6575.             <summary>Inserts an object at the top of the <see cref="T:System.Collections.Generic.Stack`1"></see>.</summary>
  6576.             <param name="item">The object to push onto the <see cref="T:System.Collections.Generic.Stack`1"></see>. The value can be null for reference types.</param>
  6577.         </member>
  6578.         <member name="M:System.Collections.Generic.Stack`1.System.Collections.Generic.IEnumerable<T>.GetEnumerator">
  6579.             <summary>Returns an enumerator that iterates through the collection.</summary>
  6580.             <returns>An <see cref="T:System.Collections.Generic.IEnumerator`1"></see> that can be used to iterate through the collection.</returns>
  6581.         </member>
  6582.         <member name="M:System.Collections.Generic.Stack`1.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  6583.             <summary>Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.</summary>
  6584.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.ICollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  6585.             <param name="arrayIndex">The zero-based index in array at which copying begins.</param>
  6586.             <exception cref="T:System.ArgumentException">array is multidimensional.-or-array does not have zero-based indexing.-or-arrayIndex is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.ICollection"></see> is greater than the available space from arrayIndex to the end of the destination array.-or-The type of the source <see cref="T:System.Collections.ICollection"></see> cannot be cast automatically to the type of the destination array.</exception>
  6587.             <exception cref="T:System.ArgumentOutOfRangeException">arrayIndex is less than zero.</exception>
  6588.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  6589.         </member>
  6590.         <member name="M:System.Collections.Generic.Stack`1.System.Collections.IEnumerable.GetEnumerator">
  6591.             <summary>Returns an enumerator that iterates through a collection.</summary>
  6592.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  6593.         </member>
  6594.         <member name="M:System.Collections.Generic.Stack`1.ToArray">
  6595.             <summary>Copies the <see cref="T:System.Collections.Generic.Stack`1"></see> to a new array.</summary>
  6596.             <returns>A new array containing copies of the elements of the <see cref="T:System.Collections.Generic.Stack`1"></see>.</returns>
  6597.         </member>
  6598.         <member name="M:System.Collections.Generic.Stack`1.TrimExcess">
  6599.             <summary>Sets the capacity to the actual number of elements in the <see cref="T:System.Collections.Generic.Stack`1"></see>, if that number is less than 90 percent of current capacity.</summary>
  6600.         </member>
  6601.         <member name="M:System.Collections.Generic.Stack`1.TrimToSize">
  6602.             <summary>Sets the capacity to the actual number of elements in the <see cref="T:System.Collections.Generic.Stack`1"></see>.</summary>
  6603.         </member>
  6604.         <member name="P:System.Collections.Generic.Stack`1.Count">
  6605.             <summary>Gets the number of elements contained in the <see cref="T:System.Collections.Generic.Stack`1"></see>.</summary>
  6606.             <returns>The number of elements contained in the <see cref="T:System.Collections.Generic.Stack`1"></see>.</returns>
  6607.         </member>
  6608.         <member name="P:System.Collections.Generic.Stack`1.System.Collections.ICollection.IsSynchronized">
  6609.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).</summary>
  6610.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.  In the default implementation of <see cref="T:System.Collections.Generic.Stack`1"></see>, this property always returns false.</returns>
  6611.         </member>
  6612.         <member name="P:System.Collections.Generic.Stack`1.System.Collections.ICollection.SyncRoot">
  6613.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.</summary>
  6614.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.  In the default implementation of <see cref="T:System.Collections.Generic.Stack`1"></see>, this property always returns the current instance.</returns>
  6615.         </member>
  6616.         <member name="T:System.Collections.Generic.Stack`1.Enumerator">
  6617.             <summary>Enumerates the elements of a <see cref="T:System.Collections.Generic.Stack`1"></see>.</summary>
  6618.         </member>
  6619.         <member name="M:System.Collections.Generic.Stack`1.Enumerator.Dispose">
  6620.             <summary>Releases all resources used by the <see cref="T:System.Collections.Generic.Stack`1.Enumerator"></see>.</summary>
  6621.         </member>
  6622.         <member name="M:System.Collections.Generic.Stack`1.Enumerator.MoveNext">
  6623.             <summary>Advances the enumerator to the next element of the <see cref="T:System.Collections.Generic.Stack`1"></see>.</summary>
  6624.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  6625.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  6626.         </member>
  6627.         <member name="M:System.Collections.Generic.Stack`1.Enumerator.System.Collections.IEnumerator.Reset">
  6628.             <summary>Sets the enumerator to its initial position, which is before the first element in the collection. This class cannot be inherited.</summary>
  6629.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  6630.         </member>
  6631.         <member name="P:System.Collections.Generic.Stack`1.Enumerator.Current">
  6632.             <summary>Gets the element at the current position of the enumerator.</summary>
  6633.             <returns>The element in the <see cref="T:System.Collections.Generic.Stack`1"></see> at the current position of the enumerator.</returns>
  6634.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  6635.         </member>
  6636.         <member name="P:System.Collections.Generic.Stack`1.Enumerator.System.Collections.IEnumerator.Current">
  6637.             <summary>Gets the element at the current position of the enumerator.</summary>
  6638.             <returns>The element in the collection at the current position of the enumerator.</returns>
  6639.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  6640.         </member>
  6641.         <member name="N:System.Collections.Specialized">
  6642.             <summary>The <see cref="N:System.Collections.Specialized"></see> namespace contains specialized and strongly-typed collections; for example, a linked list dictionary, a bit vector, and collections that contain only strings.</summary>
  6643.         </member>
  6644.         <member name="T:System.Collections.Specialized.BitVector32">
  6645.             <summary>Provides a simple structure that stores Boolean values and small integers in 32 bits of memory.</summary>
  6646.         </member>
  6647.         <member name="M:System.Collections.Specialized.BitVector32.#ctor(System.Collections.Specialized.BitVector32)">
  6648.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.BitVector32"></see> structure containing the data represented in an existing <see cref="T:System.Collections.Specialized.BitVector32"></see> structure.</summary>
  6649.             <param name="value">A <see cref="T:System.Collections.Specialized.BitVector32"></see> structure that contains the data to copy. </param>
  6650.         </member>
  6651.         <member name="M:System.Collections.Specialized.BitVector32.#ctor(System.Int32)">
  6652.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.BitVector32"></see> structure containing the data represented in an integer.</summary>
  6653.             <param name="data">An integer representing the data of the new <see cref="T:System.Collections.Specialized.BitVector32"></see>. </param>
  6654.         </member>
  6655.         <member name="M:System.Collections.Specialized.BitVector32.CreateMask">
  6656.             <summary>Creates the first mask in a series of masks that can be used to retrieve individual bits in a <see cref="T:System.Collections.Specialized.BitVector32"></see> that is set up as bit flags.</summary>
  6657.             <returns>A mask that isolates the first bit flag in the <see cref="T:System.Collections.Specialized.BitVector32"></see>.</returns>
  6658.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  6659.         </member>
  6660.         <member name="M:System.Collections.Specialized.BitVector32.CreateMask(System.Int32)">
  6661.             <summary>Creates an additional mask following the specified mask in a series of masks that can be used to retrieve individual bits in a <see cref="T:System.Collections.Specialized.BitVector32"></see> that is set up as bit flags.</summary>
  6662.             <returns>A mask that isolates the bit flag following the one that previous points to in <see cref="T:System.Collections.Specialized.BitVector32"></see>.</returns>
  6663.             <param name="previous">The mask that indicates the previous bit flag. </param>
  6664.             <exception cref="T:System.InvalidOperationException">previous indicates the last bit flag in the <see cref="T:System.Collections.Specialized.BitVector32"></see>. </exception>
  6665.         </member>
  6666.         <member name="M:System.Collections.Specialized.BitVector32.CreateSection(System.Int16)">
  6667.             <summary>Creates the first <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> in a series of sections that contain small integers.</summary>
  6668.             <returns>A <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> that can hold a number from zero to maxValue.</returns>
  6669.             <param name="maxValue">A 16-bit signed integer that specifies the maximum value for the new <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>. </param>
  6670.             <exception cref="T:System.ArgumentException">maxValue is less than 1. </exception>
  6671.         </member>
  6672.         <member name="M:System.Collections.Specialized.BitVector32.CreateSection(System.Int16,System.Collections.Specialized.BitVector32.Section)">
  6673.             <summary>Creates a new <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> following the specified <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> in a series of sections that contain small integers.</summary>
  6674.             <returns>A <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> that can hold a number from zero to maxValue.</returns>
  6675.             <param name="maxValue">A 16-bit signed integer that specifies the maximum value for the new <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>. </param>
  6676.             <param name="previous">The previous <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> in the <see cref="T:System.Collections.Specialized.BitVector32"></see>. </param>
  6677.             <exception cref="T:System.ArgumentException">maxValue is less than 1. </exception>
  6678.             <exception cref="T:System.InvalidOperationException">previous includes the final bit in the <see cref="T:System.Collections.Specialized.BitVector32"></see>.-or- maxValue is greater than the highest value that can be represented by the number of bits after previous. </exception>
  6679.         </member>
  6680.         <member name="M:System.Collections.Specialized.BitVector32.Equals(System.Object)">
  6681.             <summary>Determines whether the specified object is equal to the <see cref="T:System.Collections.Specialized.BitVector32"></see>.</summary>
  6682.             <returns>true if the specified object is equal to the <see cref="T:System.Collections.Specialized.BitVector32"></see>; otherwise, false.</returns>
  6683.             <param name="o">The object to compare with the current <see cref="T:System.Collections.Specialized.BitVector32"></see>. </param>
  6684.         </member>
  6685.         <member name="M:System.Collections.Specialized.BitVector32.GetHashCode">
  6686.             <summary>Serves as a hash function for the <see cref="T:System.Collections.Specialized.BitVector32"></see>.</summary>
  6687.             <returns>A hash code for the <see cref="T:System.Collections.Specialized.BitVector32"></see>.</returns>
  6688.         </member>
  6689.         <member name="M:System.Collections.Specialized.BitVector32.ToString">
  6690.             <summary>Returns a string that represents the current <see cref="T:System.Collections.Specialized.BitVector32"></see>.</summary>
  6691.             <returns>A string that represents the current <see cref="T:System.Collections.Specialized.BitVector32"></see>.</returns>
  6692.         </member>
  6693.         <member name="M:System.Collections.Specialized.BitVector32.ToString(System.Collections.Specialized.BitVector32)">
  6694.             <summary>Returns a string that represents the specified <see cref="T:System.Collections.Specialized.BitVector32"></see>.</summary>
  6695.             <returns>A string that represents the specified <see cref="T:System.Collections.Specialized.BitVector32"></see>.</returns>
  6696.             <param name="value">The <see cref="T:System.Collections.Specialized.BitVector32"></see> to represent. </param>
  6697.         </member>
  6698.         <member name="P:System.Collections.Specialized.BitVector32.Data">
  6699.             <summary>Gets the value of the <see cref="T:System.Collections.Specialized.BitVector32"></see> as an integer.</summary>
  6700.             <returns>The value of the <see cref="T:System.Collections.Specialized.BitVector32"></see> as an integer.</returns>
  6701.         </member>
  6702.         <member name="P:System.Collections.Specialized.BitVector32.Item(System.Collections.Specialized.BitVector32.Section)">
  6703.             <summary>Gets or sets the value stored in the specified <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>.</summary>
  6704.             <returns>The value stored in the specified <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>.</returns>
  6705.             <param name="section">A <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> that contains the value to get or set. </param>
  6706.         </member>
  6707.         <member name="P:System.Collections.Specialized.BitVector32.Item(System.Int32)">
  6708.             <summary>Gets or sets the state of the bit flag indicated by the specified mask.</summary>
  6709.             <returns>true if the specified bit flag is on (1); otherwise, false.</returns>
  6710.             <param name="bit">A mask that indicates the bit to get or set. </param>
  6711.         </member>
  6712.         <member name="T:System.Collections.Specialized.BitVector32.Section">
  6713.             <summary>Represents a section of the vector that can contain an integer number.</summary>
  6714.         </member>
  6715.         <member name="M:System.Collections.Specialized.BitVector32.Section.Equals(System.Collections.Specialized.BitVector32.Section)">
  6716.             <summary>Determines whether the specified <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object is the same as the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object.</summary>
  6717.             <returns>true if the obj parameter is the same as the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object; otherwise false.</returns>
  6718.             <param name="obj">The <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object to compare with the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object.</param>
  6719.         </member>
  6720.         <member name="M:System.Collections.Specialized.BitVector32.Section.Equals(System.Object)">
  6721.             <summary>Determines whether the specified object is the same as the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object.</summary>
  6722.             <returns>true if the specified object is the same as the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object; otherwise, false.</returns>
  6723.             <param name="o">The object to compare with the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>.</param>
  6724.         </member>
  6725.         <member name="M:System.Collections.Specialized.BitVector32.Section.GetHashCode">
  6726.             <summary>Serves as a hash function for the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>, suitable for hashing algorithms and data structures, such as a hash table.</summary>
  6727.             <returns>A hash code for the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>.</returns>
  6728.         </member>
  6729.         <member name="M:System.Collections.Specialized.BitVector32.Section.op_Equality(System.Collections.Specialized.BitVector32.Section,System.Collections.Specialized.BitVector32.Section)">
  6730.             <summary>Determines whether two specified <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> objects are equal.</summary>
  6731.             <returns>true if the a and b parameters represent the same <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object, otherwise, false.</returns>
  6732.             <param name="a">A <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object.</param>
  6733.             <param name="b">A <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object.</param>
  6734.         </member>
  6735.         <member name="M:System.Collections.Specialized.BitVector32.Section.op_Inequality(System.Collections.Specialized.BitVector32.Section,System.Collections.Specialized.BitVector32.Section)">
  6736.             <summary>Determines whether two <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> objects have different values.</summary>
  6737.             <returns>true if the a and b parameters represent different <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> objects; otherwise, false.</returns>
  6738.             <param name="a">A <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object.</param>
  6739.             <param name="b">A <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> object.</param>
  6740.         </member>
  6741.         <member name="M:System.Collections.Specialized.BitVector32.Section.ToString">
  6742.             <summary>Returns a string that represents the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>.</summary>
  6743.             <returns>A string that represents the current <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>.</returns>
  6744.         </member>
  6745.         <member name="M:System.Collections.Specialized.BitVector32.Section.ToString(System.Collections.Specialized.BitVector32.Section)">
  6746.             <summary>Returns a string that represents the specified <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>.</summary>
  6747.             <returns>A string that represents the specified <see cref="T:System.Collections.Specialized.BitVector32.Section"></see>.</returns>
  6748.             <param name="value">The <see cref="T:System.Collections.Specialized.BitVector32.Section"></see> to represent.</param>
  6749.         </member>
  6750.         <member name="P:System.Collections.Specialized.BitVector32.Section.Mask">
  6751.             <summary>Gets a mask that isolates this section within the <see cref="T:System.Collections.Specialized.BitVector32"></see>.</summary>
  6752.             <returns>A mask that isolates this section within the <see cref="T:System.Collections.Specialized.BitVector32"></see>.</returns>
  6753.         </member>
  6754.         <member name="P:System.Collections.Specialized.BitVector32.Section.Offset">
  6755.             <summary>Gets the offset of this section from the start of the <see cref="T:System.Collections.Specialized.BitVector32"></see>.</summary>
  6756.             <returns>The offset of this section from the start of the <see cref="T:System.Collections.Specialized.BitVector32"></see>.</returns>
  6757.         </member>
  6758.         <member name="T:System.Collections.Specialized.CollectionsUtil">
  6759.             <summary>Creates collections that ignore the case in strings.</summary>
  6760.         </member>
  6761.         <member name="M:System.Collections.Specialized.CollectionsUtil.#ctor">
  6762.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.CollectionsUtil"></see> class. </summary>
  6763.         </member>
  6764.         <member name="M:System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable">
  6765.             <summary>Creates a new case-insensitive instance of the <see cref="T:System.Collections.Hashtable"></see> class with the default initial capacity.</summary>
  6766.             <returns>A new case-insensitive instance of the <see cref="T:System.Collections.Hashtable"></see> class with the default initial capacity.</returns>
  6767.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  6768.         </member>
  6769.         <member name="M:System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable(System.Collections.IDictionary)">
  6770.             <summary>Copies the entries from the specified dictionary to a new case-insensitive instance of the <see cref="T:System.Collections.Hashtable"></see> class with the same initial capacity as the number of entries copied.</summary>
  6771.             <returns>A new case-insensitive instance of the <see cref="T:System.Collections.Hashtable"></see> class containing the entries from the specified <see cref="T:System.Collections.IDictionary"></see>.</returns>
  6772.             <param name="d">The <see cref="T:System.Collections.IDictionary"></see> to copy to a new case-insensitive <see cref="T:System.Collections.Hashtable"></see>. </param>
  6773.             <exception cref="T:System.ArgumentNullException">d is null. </exception>
  6774.         </member>
  6775.         <member name="M:System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveHashtable(System.Int32)">
  6776.             <summary>Creates a new case-insensitive instance of the <see cref="T:System.Collections.Hashtable"></see> class with the specified initial capacity.</summary>
  6777.             <returns>A new case-insensitive instance of the <see cref="T:System.Collections.Hashtable"></see> class with the specified initial capacity.</returns>
  6778.             <param name="capacity">The approximate number of entries that the <see cref="T:System.Collections.Hashtable"></see> can initially contain. </param>
  6779.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero. </exception>
  6780.         </member>
  6781.         <member name="M:System.Collections.Specialized.CollectionsUtil.CreateCaseInsensitiveSortedList">
  6782.             <summary>Creates a new instance of the <see cref="T:System.Collections.SortedList"></see> class that ignores the case of strings.</summary>
  6783.             <returns>A new instance of the <see cref="T:System.Collections.SortedList"></see> class that ignores the case of strings.</returns>
  6784.         </member>
  6785.         <member name="T:System.Collections.Specialized.HybridDictionary">
  6786.             <summary>Implements IDictionary by using a <see cref="T:System.Collections.Specialized.ListDictionary"></see> while the collection is small, and then switching to a <see cref="T:System.Collections.Hashtable"></see> when the collection gets large.</summary>
  6787.         </member>
  6788.         <member name="M:System.Collections.Specialized.HybridDictionary.#ctor">
  6789.             <summary>Creates an empty case-sensitive <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6790.         </member>
  6791.         <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Boolean)">
  6792.             <summary>Creates an empty <see cref="T:System.Collections.Specialized.HybridDictionary"></see> with the specified case sensitivity.</summary>
  6793.             <param name="caseInsensitive">A Boolean that denotes whether the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> is case-insensitive. </param>
  6794.         </member>
  6795.         <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Int32)">
  6796.             <summary>Creates a case-sensitive <see cref="T:System.Collections.Specialized.HybridDictionary"></see> with the specified initial size.</summary>
  6797.             <param name="initialSize">The approximate number of entries that the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> can initially contain. </param>
  6798.         </member>
  6799.         <member name="M:System.Collections.Specialized.HybridDictionary.#ctor(System.Int32,System.Boolean)">
  6800.             <summary>Creates a <see cref="T:System.Collections.Specialized.HybridDictionary"></see> with the specified initial size and case sensitivity.</summary>
  6801.             <param name="caseInsensitive">A Boolean that denotes whether the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> is case-insensitive. </param>
  6802.             <param name="initialSize">The approximate number of entries that the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> can initially contain. </param>
  6803.         </member>
  6804.         <member name="M:System.Collections.Specialized.HybridDictionary.Add(System.Object,System.Object)">
  6805.             <summary>Adds an entry with the specified key and value into the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6806.             <param name="value">The value of the entry to add. The value can be null. </param>
  6807.             <param name="key">The key of the entry to add. </param>
  6808.             <exception cref="T:System.ArgumentException">An entry with the same key already exists in the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>. </exception>
  6809.             <exception cref="T:System.ArgumentNullException">key is null. </exception>
  6810.         </member>
  6811.         <member name="M:System.Collections.Specialized.HybridDictionary.Clear">
  6812.             <summary>Removes all entries from the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6813.         </member>
  6814.         <member name="M:System.Collections.Specialized.HybridDictionary.Contains(System.Object)">
  6815.             <summary>Determines whether the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> contains a specific key.</summary>
  6816.             <returns>true if the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> contains an entry with the specified key; otherwise, false.</returns>
  6817.             <param name="key">The key to locate in the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>. </param>
  6818.             <exception cref="T:System.ArgumentNullException">key is null. </exception>
  6819.         </member>
  6820.         <member name="M:System.Collections.Specialized.HybridDictionary.CopyTo(System.Array,System.Int32)">
  6821.             <summary>Copies the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> entries to a one-dimensional <see cref="T:System.Array"></see> instance at the specified index.</summary>
  6822.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the <see cref="T:System.Collections.DictionaryEntry"></see> objects copied from <see cref="T:System.Collections.Specialized.HybridDictionary"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing. </param>
  6823.             <param name="index">The zero-based index in array at which copying begins. </param>
  6824.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  6825.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
  6826.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- arrayIndex is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.Specialized.HybridDictionary"></see> is greater than the available space from arrayIndex to the end of the destination array. </exception>
  6827.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.Specialized.HybridDictionary"></see> cannot be cast automatically to the type of the destination array. </exception>
  6828.         </member>
  6829.         <member name="M:System.Collections.Specialized.HybridDictionary.GetEnumerator">
  6830.             <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator"></see> that iterates through the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6831.             <returns>An <see cref="T:System.Collections.IDictionaryEnumerator"></see> for the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</returns>
  6832.         </member>
  6833.         <member name="M:System.Collections.Specialized.HybridDictionary.Remove(System.Object)">
  6834.             <summary>Removes the entry with the specified key from the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6835.             <param name="key">The key of the entry to remove. </param>
  6836.             <exception cref="T:System.ArgumentNullException">key is null. </exception>
  6837.         </member>
  6838.         <member name="M:System.Collections.Specialized.HybridDictionary.System.Collections.IEnumerable.GetEnumerator">
  6839.             <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> that iterates through the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6840.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</returns>
  6841.         </member>
  6842.         <member name="P:System.Collections.Specialized.HybridDictionary.Count">
  6843.             <summary>Gets the number of key/value pairs contained in the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6844.             <returns>The number of key/value pairs contained in the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.Retrieving the value of this property is an O(1) operation.</returns>
  6845.         </member>
  6846.         <member name="P:System.Collections.Specialized.HybridDictionary.IsFixedSize">
  6847.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> has a fixed size.</summary>
  6848.             <returns>This property always returns false.</returns>
  6849.         </member>
  6850.         <member name="P:System.Collections.Specialized.HybridDictionary.IsReadOnly">
  6851.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> is read-only.</summary>
  6852.             <returns>This property always returns false.</returns>
  6853.         </member>
  6854.         <member name="P:System.Collections.Specialized.HybridDictionary.IsSynchronized">
  6855.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.HybridDictionary"></see> is synchronized (thread safe).</summary>
  6856.             <returns>This property always returns false.</returns>
  6857.         </member>
  6858.         <member name="P:System.Collections.Specialized.HybridDictionary.Item(System.Object)">
  6859.             <summary>Gets or sets the value associated with the specified key.</summary>
  6860.             <returns>The value associated with the specified key. If the specified key is not found, attempting to get it returns null, and attempting to set it creates a new entry using the specified key.</returns>
  6861.             <param name="key">The key whose value to get or set. </param>
  6862.             <exception cref="T:System.ArgumentNullException">key is null. </exception>
  6863.         </member>
  6864.         <member name="P:System.Collections.Specialized.HybridDictionary.Keys">
  6865.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the keys in the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6866.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the keys in the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</returns>
  6867.         </member>
  6868.         <member name="P:System.Collections.Specialized.HybridDictionary.SyncRoot">
  6869.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6870.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</returns>
  6871.         </member>
  6872.         <member name="P:System.Collections.Specialized.HybridDictionary.Values">
  6873.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</summary>
  6874.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.Specialized.HybridDictionary"></see>.</returns>
  6875.         </member>
  6876.         <member name="T:System.Collections.Specialized.IOrderedDictionary">
  6877.             <summary>Represents an indexed collection of key/value pairs.</summary>
  6878.         </member>
  6879.         <member name="M:System.Collections.Specialized.IOrderedDictionary.GetEnumerator">
  6880.             <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.Specialized.IOrderedDictionary"></see> collection.</summary>
  6881.             <returns>An <see cref="T:System.Collections.IDictionaryEnumerator"></see> for the entire <see cref="T:System.Collections.Specialized.IOrderedDictionary"></see> collection.</returns>
  6882.         </member>
  6883.         <member name="M:System.Collections.Specialized.IOrderedDictionary.Insert(System.Int32,System.Object,System.Object)">
  6884.             <summary>Inserts a key/value pair into the collection at the specified index.</summary>
  6885.             <param name="value">The object to use as the value of the element to add.  The value can be null.</param>
  6886.             <param name="key">The object to use as the key of the element to add.</param>
  6887.             <param name="index">The zero-based index at which the key/value pair should be inserted.</param>
  6888.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.-or-index is greater than <see cref="P:System.Collections.ICollection.Count"></see>.</exception>
  6889.             <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.Specialized.IOrderedDictionary"></see> collection.</exception>
  6890.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  6891.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.IOrderedDictionary"></see> collection is read-only.-or-The <see cref="T:System.Collections.Specialized.IOrderedDictionary"></see> collection has a fixed size.</exception>
  6892.         </member>
  6893.         <member name="M:System.Collections.Specialized.IOrderedDictionary.RemoveAt(System.Int32)">
  6894.             <summary>Removes the element at the specified index.</summary>
  6895.             <param name="index">The zero-based index of the element to remove.</param>
  6896.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.-or- index is equal to or greater than <see cref="P:System.Collections.ICollection.Count"></see>. </exception>
  6897.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.IOrderedDictionary"></see> collection is read-only.-or- The <see cref="T:System.Collections.Specialized.IOrderedDictionary"></see> collection has a fixed size. </exception>
  6898.         </member>
  6899.         <member name="P:System.Collections.Specialized.IOrderedDictionary.Item(System.Int32)">
  6900.             <summary>Gets or sets the element at the specified index.</summary>
  6901.             <returns>The element at the specified index.</returns>
  6902.             <param name="index">The zero-based index of the element to get or set.</param>
  6903.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.-or- index is equal to or greater than <see cref="P:System.Collections.ICollection.Count"></see>. </exception>
  6904.         </member>
  6905.         <member name="T:System.Collections.Specialized.ListDictionary">
  6906.             <summary>Implements IDictionary using a singly linked list. Recommended for collections that typically contain 10 items or less.</summary>
  6907.         </member>
  6908.         <member name="M:System.Collections.Specialized.ListDictionary.#ctor">
  6909.             <summary>Creates an empty <see cref="T:System.Collections.Specialized.ListDictionary"></see> using the default comparer.</summary>
  6910.         </member>
  6911.         <member name="M:System.Collections.Specialized.ListDictionary.#ctor(System.Collections.IComparer)">
  6912.             <summary>Creates an empty <see cref="T:System.Collections.Specialized.ListDictionary"></see> using the specified comparer.</summary>
  6913.             <param name="comparer">The <see cref="T:System.Collections.IComparer"></see> to use to determine whether two keys are equal.-or- null to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)"></see>. </param>
  6914.         </member>
  6915.         <member name="M:System.Collections.Specialized.ListDictionary.Add(System.Object,System.Object)">
  6916.             <summary>Adds an entry with the specified key and value into the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</summary>
  6917.             <param name="value">The value of the entry to add. The value can be null. </param>
  6918.             <param name="key">The key of the entry to add. </param>
  6919.             <exception cref="T:System.ArgumentException">An entry with the same key already exists in the <see cref="T:System.Collections.Specialized.ListDictionary"></see>. </exception>
  6920.             <exception cref="T:System.ArgumentNullException">key is null. </exception>
  6921.         </member>
  6922.         <member name="M:System.Collections.Specialized.ListDictionary.Clear">
  6923.             <summary>Removes all entries from the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</summary>
  6924.         </member>
  6925.         <member name="M:System.Collections.Specialized.ListDictionary.Contains(System.Object)">
  6926.             <summary>Determines whether the <see cref="T:System.Collections.Specialized.ListDictionary"></see> contains a specific key.</summary>
  6927.             <returns>true if the <see cref="T:System.Collections.Specialized.ListDictionary"></see> contains an entry with the specified key; otherwise, false.</returns>
  6928.             <param name="key">The key to locate in the <see cref="T:System.Collections.Specialized.ListDictionary"></see>. </param>
  6929.             <exception cref="T:System.ArgumentNullException">key is null. </exception>
  6930.         </member>
  6931.         <member name="M:System.Collections.Specialized.ListDictionary.CopyTo(System.Array,System.Int32)">
  6932.             <summary>Copies the <see cref="T:System.Collections.Specialized.ListDictionary"></see> entries to a one-dimensional <see cref="T:System.Array"></see> instance at the specified index.</summary>
  6933.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the <see cref="T:System.Collections.DictionaryEntry"></see> objects copied from <see cref="T:System.Collections.Specialized.ListDictionary"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing. </param>
  6934.             <param name="index">The zero-based index in array at which copying begins. </param>
  6935.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  6936.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
  6937.             <exception cref="T:System.IndexOutOfRangeException">index is equal to or greater than the length of array. </exception>
  6938.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- The number of elements in the source <see cref="T:System.Collections.Specialized.ListDictionary"></see> is greater than the available space from index to the end of the destination array. </exception>
  6939.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.Specialized.ListDictionary"></see> cannot be cast automatically to the type of the destination array. </exception>
  6940.         </member>
  6941.         <member name="M:System.Collections.Specialized.ListDictionary.GetEnumerator">
  6942.             <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator"></see> that iterates through the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</summary>
  6943.             <returns>An <see cref="T:System.Collections.IDictionaryEnumerator"></see> for the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</returns>
  6944.         </member>
  6945.         <member name="M:System.Collections.Specialized.ListDictionary.Remove(System.Object)">
  6946.             <summary>Removes the entry with the specified key from the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</summary>
  6947.             <param name="key">The key of the entry to remove. </param>
  6948.             <exception cref="T:System.ArgumentNullException">key is null. </exception>
  6949.         </member>
  6950.         <member name="M:System.Collections.Specialized.ListDictionary.System.Collections.IEnumerable.GetEnumerator">
  6951.             <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> that iterates through the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</summary>
  6952.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</returns>
  6953.         </member>
  6954.         <member name="P:System.Collections.Specialized.ListDictionary.Count">
  6955.             <summary>Gets the number of key/value pairs contained in the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</summary>
  6956.             <returns>The number of key/value pairs contained in the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</returns>
  6957.         </member>
  6958.         <member name="P:System.Collections.Specialized.ListDictionary.IsFixedSize">
  6959.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.ListDictionary"></see> has a fixed size.</summary>
  6960.             <returns>This property always returns false.</returns>
  6961.         </member>
  6962.         <member name="P:System.Collections.Specialized.ListDictionary.IsReadOnly">
  6963.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.ListDictionary"></see> is read-only.</summary>
  6964.             <returns>This property always returns false.</returns>
  6965.         </member>
  6966.         <member name="P:System.Collections.Specialized.ListDictionary.IsSynchronized">
  6967.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.ListDictionary"></see> is synchronized (thread safe).</summary>
  6968.             <returns>This property always returns false.</returns>
  6969.         </member>
  6970.         <member name="P:System.Collections.Specialized.ListDictionary.Item(System.Object)">
  6971.             <summary>Gets or sets the value associated with the specified key.</summary>
  6972.             <returns>The value associated with the specified key. If the specified key is not found, attempting to get it returns null, and attempting to set it creates a new entry using the specified key.</returns>
  6973.             <param name="key">The key whose value to get or set. </param>
  6974.             <exception cref="T:System.ArgumentNullException">key is null. </exception>
  6975.         </member>
  6976.         <member name="P:System.Collections.Specialized.ListDictionary.Keys">
  6977.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the keys in the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</summary>
  6978.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the keys in the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</returns>
  6979.         </member>
  6980.         <member name="P:System.Collections.Specialized.ListDictionary.SyncRoot">
  6981.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</summary>
  6982.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</returns>
  6983.         </member>
  6984.         <member name="P:System.Collections.Specialized.ListDictionary.Values">
  6985.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</summary>
  6986.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.Specialized.ListDictionary"></see>.</returns>
  6987.         </member>
  6988.         <member name="T:System.Collections.Specialized.NameObjectCollectionBase">
  6989.             <summary>Provides the abstract base class for a collection of associated <see cref="T:System.String"></see> keys and <see cref="T:System.Object"></see> values that can be accessed either with the key or with the index.</summary>
  6990.         </member>
  6991.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor">
  6992.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> class that is empty.</summary>
  6993.         </member>
  6994.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Collections.IEqualityComparer)">
  6995.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> class that is empty, has the default initial capacity, and uses the specified <see cref="T:System.Collections.IEqualityComparer"></see> object.</summary>
  6996.             <param name="equalityComparer">The <see cref="T:System.Collections.IEqualityComparer"></see> object to use to determine whether two keys are equal and to generate hash codes for the keys in the collection.</param>
  6997.         </member>
  6998.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Int32)">
  6999.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> class that is empty, has the specified initial capacity, and uses the default hash code provider and the default comparer.</summary>
  7000.             <param name="capacity">The approximate number of entries that the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance can initially contain.</param>
  7001.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero. </exception>
  7002.         </member>
  7003.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer)">
  7004.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> class that is empty, has the default initial capacity, and uses the specified hash code provider and the specified comparer.</summary>
  7005.             <param name="hashProvider">The <see cref="T:System.Collections.IHashCodeProvider"></see> that will supply the hash codes for all keys in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</param>
  7006.             <param name="comparer">The <see cref="T:System.Collections.IComparer"></see> to use to determine whether two keys are equal.</param>
  7007.         </member>
  7008.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  7009.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> class that is empty, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.IEqualityComparer"></see> object.</summary>
  7010.             <param name="capacity">The approximate number of entries that the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> object can initially contain.</param>
  7011.             <param name="equalityComparer">The <see cref="T:System.Collections.IEqualityComparer"></see> object to use to determine whether two keys are equal and to generate hash codes for the keys in the collection.</param>
  7012.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  7013.         </member>
  7014.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  7015.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> class that is serializable and uses the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
  7016.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source and destination of the serialized stream associated with the new <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</param>
  7017.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information required to serialize the new <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</param>
  7018.         </member>
  7019.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.#ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer)">
  7020.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> class that is empty, has the specified initial capacity and uses the specified hash code provider and the specified comparer.</summary>
  7021.             <param name="capacity">The approximate number of entries that the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance can initially contain.</param>
  7022.             <param name="hashProvider">The <see cref="T:System.Collections.IHashCodeProvider"></see> that will supply the hash codes for all keys in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</param>
  7023.             <param name="comparer">The <see cref="T:System.Collections.IComparer"></see> to use to determine whether two keys are equal.</param>
  7024.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  7025.         </member>
  7026.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseAdd(System.String,System.Object)">
  7027.             <summary>Adds an entry with the specified key and value into the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7028.             <param name="name">The <see cref="T:System.String"></see> key of the entry to add. The key can be null.</param>
  7029.             <param name="value">The <see cref="T:System.Object"></see> value of the entry to add. The value can be null.</param>
  7030.             <exception cref="T:System.NotSupportedException">The collection is read-only. </exception>
  7031.         </member>
  7032.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseClear">
  7033.             <summary>Removes all entries from the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7034.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  7035.         </member>
  7036.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGet(System.Int32)">
  7037.             <summary>Gets the value of the entry at the specified index of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7038.             <returns>An <see cref="T:System.Object"></see> that represents the value of the entry at the specified index.</returns>
  7039.             <param name="index">The zero-based index of the value to get.</param>
  7040.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection. </exception>
  7041.         </member>
  7042.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGet(System.String)">
  7043.             <summary>Gets the value of the first entry with the specified key from the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7044.             <returns>An <see cref="T:System.Object"></see> that represents the value of the first entry with the specified key, if found; otherwise, null.</returns>
  7045.             <param name="name">The <see cref="T:System.String"></see> key of the entry to get. The key can be null.</param>
  7046.         </member>
  7047.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllKeys">
  7048.             <summary>Returns a <see cref="T:System.String"></see> array that contains all the keys in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7049.             <returns>A <see cref="T:System.String"></see> array that contains all the keys in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</returns>
  7050.         </member>
  7051.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllValues">
  7052.             <summary>Returns an <see cref="T:System.Object"></see> array that contains all the values in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7053.             <returns>An <see cref="T:System.Object"></see> array that contains all the values in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</returns>
  7054.         </member>
  7055.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetAllValues(System.Type)">
  7056.             <summary>Returns an array of the specified type that contains all the values in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7057.             <returns>An array of the specified type that contains all the values in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</returns>
  7058.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of array to return.</param>
  7059.             <exception cref="T:System.ArgumentNullException">type is null. </exception>
  7060.             <exception cref="T:System.ArgumentException">type is not a valid <see cref="T:System.Type"></see>. </exception>
  7061.         </member>
  7062.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseGetKey(System.Int32)">
  7063.             <summary>Gets the key of the entry at the specified index of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7064.             <returns>A <see cref="T:System.String"></see> that represents the key of the entry at the specified index.</returns>
  7065.             <param name="index">The zero-based index of the key to get.</param>
  7066.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection. </exception>
  7067.         </member>
  7068.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseHasKeys">
  7069.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance contains entries whose keys are not null.</summary>
  7070.             <returns>true if the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance contains entries whose keys are not null; otherwise, false.</returns>
  7071.         </member>
  7072.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseRemove(System.String)">
  7073.             <summary>Removes the entries with the specified key from the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7074.             <param name="name">The <see cref="T:System.String"></see> key of the entries to remove. The key can be null.</param>
  7075.             <exception cref="T:System.NotSupportedException">The collection is read-only.-or- The collection has a fixed size. </exception>
  7076.         </member>
  7077.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseRemoveAt(System.Int32)">
  7078.             <summary>Removes the entry at the specified index of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7079.             <param name="index">The zero-based index of the entry to remove.</param>
  7080.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection.</exception>
  7081.             <exception cref="T:System.NotSupportedException">The collection is read-only.-or-The collection has a fixed size.</exception>
  7082.         </member>
  7083.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseSet(System.Int32,System.Object)">
  7084.             <summary>Sets the value of the entry at the specified index of the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7085.             <param name="value">The <see cref="T:System.Object"></see> that represents the new value of the entry to set. The value can be null.</param>
  7086.             <param name="index">The zero-based index of the entry to set.</param>
  7087.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection.</exception>
  7088.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  7089.         </member>
  7090.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.BaseSet(System.String,System.Object)">
  7091.             <summary>Sets the value of the first entry with the specified key in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance, if found; otherwise, adds an entry with the specified key and value into the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7092.             <param name="name">The <see cref="T:System.String"></see> key of the entry to set. The key can be null.</param>
  7093.             <param name="value">The <see cref="T:System.Object"></see> that represents the new value of the entry to set. The value can be null.</param>
  7094.             <exception cref="T:System.NotSupportedException">The collection is read-only. </exception>
  7095.         </member>
  7096.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.GetEnumerator">
  7097.             <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see>.</summary>
  7098.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</returns>
  7099.         </member>
  7100.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  7101.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and returns the data needed to serialize the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7102.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</param>
  7103.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information required to serialize the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</param>
  7104.             <exception cref="T:System.ArgumentNullException">info is null.</exception>
  7105.         </member>
  7106.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.OnDeserialization(System.Object)">
  7107.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and raises the deserialization event when the deserialization is complete.</summary>
  7108.             <param name="sender">The source of the deserialization event.</param>
  7109.             <exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object associated with the current <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance is invalid.</exception>
  7110.         </member>
  7111.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  7112.             <summary>Copies the entire <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
  7113.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  7114.             <param name="index">The zero-based index in array at which copying begins.</param>
  7115.             <exception cref="T:System.ArgumentException">array is multidimensional.-or-index is equal to or greater than the length of array.-or-The number of elements in the source <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> is greater than the available space from index to the end of the destination array.</exception>
  7116.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> cannot be cast automatically to the type of the destination array.</exception>
  7117.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  7118.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  7119.         </member>
  7120.         <member name="P:System.Collections.Specialized.NameObjectCollectionBase.Count">
  7121.             <summary>Gets the number of key/value pairs contained in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7122.             <returns>The number of key/value pairs contained in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</returns>
  7123.         </member>
  7124.         <member name="P:System.Collections.Specialized.NameObjectCollectionBase.IsReadOnly">
  7125.             <summary>Gets or sets a value indicating whether the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance is read-only.</summary>
  7126.             <returns>true if the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance is read-only; otherwise, false.</returns>
  7127.         </member>
  7128.         <member name="P:System.Collections.Specialized.NameObjectCollectionBase.Keys">
  7129.             <summary>Gets a <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> instance that contains all the keys in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7130.             <returns>A <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> instance that contains all the keys in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</returns>
  7131.         </member>
  7132.         <member name="P:System.Collections.Specialized.NameObjectCollectionBase.System.Collections.ICollection.IsSynchronized">
  7133.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> object is synchronized (thread safe).</summary>
  7134.             <returns>true if access to the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> object is synchronized (thread safe); otherwise, false. The default is false.</returns>
  7135.         </member>
  7136.         <member name="P:System.Collections.Specialized.NameObjectCollectionBase.System.Collections.ICollection.SyncRoot">
  7137.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> object.</summary>
  7138.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> object.</returns>
  7139.         </member>
  7140.         <member name="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection">
  7141.             <summary>Represents a collection of the <see cref="T:System.String"></see> keys of a collection.</summary>
  7142.         </member>
  7143.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Get(System.Int32)">
  7144.             <summary>Gets the key at the specified index of the collection.</summary>
  7145.             <returns>A <see cref="T:System.String"></see> that contains the key at the specified index of the collection.</returns>
  7146.             <param name="index">The zero-based index of the key to get from the collection. </param>
  7147.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection. </exception>
  7148.         </member>
  7149.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.GetEnumerator">
  7150.             <summary>Returns an enumerator that iterates through the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see>.</summary>
  7151.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see>.</returns>
  7152.         </member>
  7153.         <member name="M:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  7154.             <summary>Copies the entire <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
  7155.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing. </param>
  7156.             <param name="index">The zero-based index in array at which copying begins. </param>
  7157.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  7158.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
  7159.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> cannot be cast automatically to the type of the destination array. </exception>
  7160.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> is greater than the available space from index to the end of the destination array. </exception>
  7161.         </member>
  7162.         <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Count">
  7163.             <summary>Gets the number of keys in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see>.</summary>
  7164.             <returns>The number of keys in the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see>.</returns>
  7165.         </member>
  7166.         <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.Item(System.Int32)">
  7167.             <summary>Gets the entry at the specified index of the collection.</summary>
  7168.             <returns>The <see cref="T:System.String"></see> key of the entry at the specified index of the collection.</returns>
  7169.             <param name="index">The zero-based index of the entry to locate in the collection. </param>
  7170.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection. </exception>
  7171.         </member>
  7172.         <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System.Collections.ICollection.IsSynchronized">
  7173.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> is synchronized (thread safe).</summary>
  7174.             <returns>true if access to the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> is synchronized (thread safe); otherwise, false. The default is false.</returns>
  7175.         </member>
  7176.         <member name="P:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection.System.Collections.ICollection.SyncRoot">
  7177.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see>.</summary>
  7178.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see>.</returns>
  7179.         </member>
  7180.         <member name="T:System.Collections.Specialized.NameValueCollection">
  7181.             <summary>Represents a collection of associated <see cref="T:System.String"></see> keys and <see cref="T:System.String"></see> values that can be accessed either with the key or with the index.</summary>
  7182.         </member>
  7183.         <member name="M:System.Collections.Specialized.NameValueCollection.#ctor">
  7184.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> class that is empty, has the default initial capacity and uses the default case-insensitive hash code provider and the default case-insensitive comparer.</summary>
  7185.         </member>
  7186.         <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Collections.IEqualityComparer)">
  7187.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> class that is empty, has the default initial capacity, and uses the specified <see cref="T:System.Collections.IEqualityComparer"></see> object.</summary>
  7188.             <param name="equalityComparer">The <see cref="T:System.Collections.IEqualityComparer"></see> object to use to determine whether two keys are equal and to generate hash codes for the keys in the collection.</param>
  7189.         </member>
  7190.         <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32)">
  7191.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> class that is empty, has the specified initial capacity and uses the default case-insensitive hash code provider and the default case-insensitive comparer.</summary>
  7192.             <param name="capacity">The initial number of entries that the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> can contain.</param>
  7193.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  7194.         </member>
  7195.         <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Collections.Specialized.NameValueCollection)">
  7196.             <summary>Copies the entries from the specified <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to a new <see cref="T:System.Collections.Specialized.NameValueCollection"></see> with the same initial capacity as the number of entries copied and using the same hash code provider and the same comparer as the source collection.</summary>
  7197.             <param name="col">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to copy to the new <see cref="T:System.Collections.Specialized.NameValueCollection"></see> instance.</param>
  7198.             <exception cref="T:System.ArgumentNullException">col is null.</exception>
  7199.         </member>
  7200.         <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Collections.IHashCodeProvider,System.Collections.IComparer)">
  7201.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> class that is empty, has the default initial capacity and uses the specified hash code provider and the specified comparer.</summary>
  7202.             <param name="hashProvider">The <see cref="T:System.Collections.IHashCodeProvider"></see> that will supply the hash codes for all keys in the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</param>
  7203.             <param name="comparer">The <see cref="T:System.Collections.IComparer"></see> to use to determine whether two keys are equal.</param>
  7204.         </member>
  7205.         <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  7206.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> class that is empty, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.IEqualityComparer"></see> object.</summary>
  7207.             <param name="capacity">The initial number of entries that the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> object can contain.</param>
  7208.             <param name="equalityComparer">The <see cref="T:System.Collections.IEqualityComparer"></see> object to use to determine whether two keys are equal and to generate hash codes for the keys in the collection.</param>
  7209.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  7210.         </member>
  7211.         <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32,System.Collections.Specialized.NameValueCollection)">
  7212.             <summary>Copies the entries from the specified <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to a new <see cref="T:System.Collections.Specialized.NameValueCollection"></see> with the specified initial capacity or the same initial capacity as the number of entries copied, whichever is greater, and using the default case-insensitive hash code provider and the default case-insensitive comparer.</summary>
  7213.             <param name="capacity">The initial number of entries that the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> can contain.</param>
  7214.             <param name="col">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to copy to the new <see cref="T:System.Collections.Specialized.NameValueCollection"></see> instance.</param>
  7215.             <exception cref="T:System.ArgumentNullException">col is null.</exception>
  7216.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  7217.         </member>
  7218.         <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  7219.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> class that is serializable and uses the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
  7220.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source and destination of the serialized stream associated with the new <see cref="T:System.Collections.Specialized.NameValueCollection"></see> instance.</param>
  7221.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information required to serialize the new <see cref="T:System.Collections.Specialized.NameValueCollection"></see> instance.</param>
  7222.         </member>
  7223.         <member name="M:System.Collections.Specialized.NameValueCollection.#ctor(System.Int32,System.Collections.IHashCodeProvider,System.Collections.IComparer)">
  7224.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> class that is empty, has the specified initial capacity and uses the specified hash code provider and the specified comparer.</summary>
  7225.             <param name="capacity">The initial number of entries that the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> can contain.</param>
  7226.             <param name="hashProvider">The <see cref="T:System.Collections.IHashCodeProvider"></see> that will supply the hash codes for all keys in the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</param>
  7227.             <param name="comparer">The <see cref="T:System.Collections.IComparer"></see> to use to determine whether two keys are equal.</param>
  7228.             <exception cref="T:System.ArgumentOutOfRangeException">capacity is less than zero.</exception>
  7229.         </member>
  7230.         <member name="M:System.Collections.Specialized.NameValueCollection.Add(System.Collections.Specialized.NameValueCollection)">
  7231.             <summary>Copies the entries in the specified <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to the current <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7232.             <param name="c">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to copy to the current <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</param>
  7233.             <exception cref="T:System.ArgumentNullException">c is null.</exception>
  7234.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  7235.         </member>
  7236.         <member name="M:System.Collections.Specialized.NameValueCollection.Add(System.String,System.String)">
  7237.             <summary>Adds an entry with the specified name and value to the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7238.             <param name="name">The <see cref="T:System.String"></see> key of the entry to add. The key can be null.</param>
  7239.             <param name="value">The <see cref="T:System.String"></see> value of the entry to add. The value can be null.</param>
  7240.             <exception cref="T:System.NotSupportedException">The collection is read-only. </exception>
  7241.         </member>
  7242.         <member name="M:System.Collections.Specialized.NameValueCollection.Clear">
  7243.             <summary>Invalidates the cached arrays and removes all entries from the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7244.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  7245.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  7246.         </member>
  7247.         <member name="M:System.Collections.Specialized.NameValueCollection.CopyTo(System.Array,System.Int32)">
  7248.             <summary>Copies the entire <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
  7249.             <param name="dest">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.Specialized.NameValueCollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  7250.             <param name="index">The zero-based index in dest at which copying begins.</param>
  7251.             <exception cref="T:System.ArgumentException">dest is multidimensional.-or- index is equal to or greater than the length of dest.-or- The number of elements in the source <see cref="T:System.Collections.Specialized.NameValueCollection"></see> is greater than the available space from index to the end of the destination dest.</exception>
  7252.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.Specialized.NameValueCollection"></see> cannot be cast automatically to the type of the destination dest.</exception>
  7253.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.</exception>
  7254.             <exception cref="T:System.ArgumentNullException">dest is null.</exception>
  7255.         </member>
  7256.         <member name="M:System.Collections.Specialized.NameValueCollection.Get(System.Int32)">
  7257.             <summary>Gets the values at the specified index of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> combined into one comma-separated list.</summary>
  7258.             <returns>A <see cref="T:System.String"></see> that contains a comma-separated list of the values at the specified index of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>, if found; otherwise, null.</returns>
  7259.             <param name="index">The zero-based index of the entry that contains the values to get from the collection.</param>
  7260.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection.</exception>
  7261.         </member>
  7262.         <member name="M:System.Collections.Specialized.NameValueCollection.Get(System.String)">
  7263.             <summary>Gets the values associated with the specified key from the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> combined into one comma-separated list.</summary>
  7264.             <returns>A <see cref="T:System.String"></see> that contains a comma-separated list of the values associated with the specified key from the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>, if found; otherwise, null.</returns>
  7265.             <param name="name">The <see cref="T:System.String"></see> key of the entry that contains the values to get. The key can be null.</param>
  7266.         </member>
  7267.         <member name="M:System.Collections.Specialized.NameValueCollection.GetKey(System.Int32)">
  7268.             <summary>Gets the key at the specified index of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7269.             <returns>A <see cref="T:System.String"></see> that contains the key at the specified index of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>, if found; otherwise, null.</returns>
  7270.             <param name="index">The zero-based index of the key to get from the collection.</param>
  7271.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection. </exception>
  7272.         </member>
  7273.         <member name="M:System.Collections.Specialized.NameValueCollection.GetValues(System.Int32)">
  7274.             <summary>Gets the values at the specified index of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7275.             <returns>A <see cref="T:System.String"></see> array that contains the values at the specified index of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>, if found; otherwise, null.</returns>
  7276.             <param name="index">The zero-based index of the entry that contains the values to get from the collection.</param>
  7277.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection. </exception>
  7278.         </member>
  7279.         <member name="M:System.Collections.Specialized.NameValueCollection.GetValues(System.String)">
  7280.             <summary>Gets the values associated with the specified key from the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7281.             <returns>A <see cref="T:System.String"></see> array that contains the values associated with the specified key from the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>, if found; otherwise, null.</returns>
  7282.             <param name="name">The <see cref="T:System.String"></see> key of the entry that contains the values to get. The key can be null.</param>
  7283.         </member>
  7284.         <member name="M:System.Collections.Specialized.NameValueCollection.HasKeys">
  7285.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> contains keys that are not null.</summary>
  7286.             <returns>true if the <see cref="T:System.Collections.Specialized.NameValueCollection"></see> contains keys that are not null; otherwise, false.</returns>
  7287.         </member>
  7288.         <member name="M:System.Collections.Specialized.NameValueCollection.InvalidateCachedArrays">
  7289.             <summary>Resets the cached arrays of the collection to null.</summary>
  7290.         </member>
  7291.         <member name="M:System.Collections.Specialized.NameValueCollection.Remove(System.String)">
  7292.             <summary>Removes the entries with the specified key from the <see cref="T:System.Collections.Specialized.NameObjectCollectionBase"></see> instance.</summary>
  7293.             <param name="name">The <see cref="T:System.String"></see> key of the entry to remove. The key can be null.</param>
  7294.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  7295.         </member>
  7296.         <member name="M:System.Collections.Specialized.NameValueCollection.Set(System.String,System.String)">
  7297.             <summary>Sets the value of an entry in the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7298.             <param name="name">The <see cref="T:System.String"></see> key of the entry to add the new value to. The key can be null.</param>
  7299.             <param name="value">The <see cref="T:System.Object"></see> that represents the new value to add to the specified entry. The value can be null.</param>
  7300.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  7301.         </member>
  7302.         <member name="P:System.Collections.Specialized.NameValueCollection.AllKeys">
  7303.             <summary>Gets all the keys in the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7304.             <returns>A <see cref="T:System.String"></see> array that contains all the keys of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</returns>
  7305.         </member>
  7306.         <member name="P:System.Collections.Specialized.NameValueCollection.Item(System.Int32)">
  7307.             <summary>Gets the entry at the specified index of the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7308.             <returns>A <see cref="T:System.String"></see> that contains the comma-separated list of values at the specified index of the collection.</returns>
  7309.             <param name="index">The zero-based index of the entry to locate in the collection.</param>
  7310.             <exception cref="T:System.ArgumentOutOfRangeException">index is outside the valid range of indexes for the collection.</exception>
  7311.         </member>
  7312.         <member name="P:System.Collections.Specialized.NameValueCollection.Item(System.String)">
  7313.             <summary>Gets or sets the entry with the specified key in the <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</summary>
  7314.             <returns>A <see cref="T:System.String"></see> that contains the comma-separated list of values associated with the specified key, if found; otherwise, null.</returns>
  7315.             <param name="name">The <see cref="T:System.String"></see> key of the entry to locate. The key can be null.</param>
  7316.             <exception cref="T:System.NotSupportedException">The collection is read-only and the operation attempts to modify the collection. </exception>
  7317.         </member>
  7318.         <member name="T:System.Collections.Specialized.OrderedDictionary">
  7319.             <summary>Represents a collection of key/value pairs that are ordered based on the key/index.</summary>
  7320.         </member>
  7321.         <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor">
  7322.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> class.</summary>
  7323.         </member>
  7324.         <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Collections.IEqualityComparer)">
  7325.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> class using the specified comparer.</summary>
  7326.             <param name="comparer">The <see cref="T:System.Collections.IComparer"></see> to use to determine whether two keys are equal.-or- null to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)"></see>.</param>
  7327.         </member>
  7328.         <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Int32)">
  7329.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> class using the specified initial capacity.</summary>
  7330.             <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection can contain.</param>
  7331.         </member>
  7332.         <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Int32,System.Collections.IEqualityComparer)">
  7333.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> class using the specified initial capacity and comparer.</summary>
  7334.             <param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection can contain.</param>
  7335.             <param name="comparer">The <see cref="T:System.Collections.IComparer"></see> to use to determine whether two keys are equal.-or- null to use the default comparer, which is each key's implementation of <see cref="M:System.Object.Equals(System.Object)"></see>.</param>
  7336.         </member>
  7337.         <member name="M:System.Collections.Specialized.OrderedDictionary.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  7338.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> class that is serializable using the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> objects.</summary>
  7339.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object containing the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see>.</param>
  7340.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object containing the information required to serialize the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</param>
  7341.         </member>
  7342.         <member name="M:System.Collections.Specialized.OrderedDictionary.Add(System.Object,System.Object)">
  7343.             <summary>Adds an entry with the specified key and value into the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection with the lowest available index.</summary>
  7344.             <param name="value">The value of the entry to add. This value can be null.</param>
  7345.             <param name="key">The key of the entry to add.</param>
  7346.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection is read-only.</exception>
  7347.         </member>
  7348.         <member name="M:System.Collections.Specialized.OrderedDictionary.AsReadOnly">
  7349.             <summary>Returns a read-only copy of the current <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7350.             <returns>A read-only copy of the current <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</returns>
  7351.         </member>
  7352.         <member name="M:System.Collections.Specialized.OrderedDictionary.Clear">
  7353.             <summary>Removes all elements from the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7354.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection is read-only.</exception>
  7355.         </member>
  7356.         <member name="M:System.Collections.Specialized.OrderedDictionary.Contains(System.Object)">
  7357.             <summary>Determines whether the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection contains a specific key.</summary>
  7358.             <returns>true if the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection contains an element with the specified key; otherwise, false.</returns>
  7359.             <param name="key">The key to locate in the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</param>
  7360.         </member>
  7361.         <member name="M:System.Collections.Specialized.OrderedDictionary.CopyTo(System.Array,System.Int32)">
  7362.             <summary>Copies the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> elements to a one-dimensional <see cref="T:System.Array"></see> object at the specified index.</summary>
  7363.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> object that is the destination of the <see cref="T:System.Collections.DictionaryEntry"></see> objects copied from <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  7364.             <param name="index">The zero-based index in array at which copying begins.</param>
  7365.         </member>
  7366.         <member name="M:System.Collections.Specialized.OrderedDictionary.GetEnumerator">
  7367.             <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator"></see> object that iterates through the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7368.             <returns>An <see cref="T:System.Collections.IDictionaryEnumerator"></see> object for the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</returns>
  7369.         </member>
  7370.         <member name="M:System.Collections.Specialized.OrderedDictionary.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  7371.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and returns the data needed to serialize the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7372.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object containing the source and destination of the serialized stream associated with the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see>.</param>
  7373.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object containing the information required to serialize the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</param>
  7374.             <exception cref="T:System.ArgumentNullException">info is null.</exception>
  7375.         </member>
  7376.         <member name="M:System.Collections.Specialized.OrderedDictionary.Insert(System.Int32,System.Object,System.Object)">
  7377.             <summary>Inserts a new entry into the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection with the specified key and value at the specified index.</summary>
  7378.             <param name="value">The value of the entry to add. The value can be null.</param>
  7379.             <param name="key">The key of the entry to add.</param>
  7380.             <param name="index">The zero-based index at which the element should be inserted.</param>
  7381.         </member>
  7382.         <member name="M:System.Collections.Specialized.OrderedDictionary.OnDeserialization(System.Object)">
  7383.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and is called back by the deserialization event when deserialization is complete.</summary>
  7384.             <param name="sender">The source of the deserialization event.</param>
  7385.             <exception cref="T:System.Runtime.Serialization.SerializationException">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object associated with the current <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection is invalid.</exception>
  7386.         </member>
  7387.         <member name="M:System.Collections.Specialized.OrderedDictionary.Remove(System.Object)">
  7388.             <summary>Removes the entry with the specified key from the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7389.             <param name="key">The key of the entry to remove.</param>
  7390.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection is read-only.</exception>
  7391.         </member>
  7392.         <member name="M:System.Collections.Specialized.OrderedDictionary.RemoveAt(System.Int32)">
  7393.             <summary>Removes the entry at the specified index from the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7394.             <param name="index">The zero-based index of the entry to remove.</param>
  7395.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection is read-only.</exception>
  7396.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.- or -index is equal to or greater than <see cref="P:System.Collections.Specialized.OrderedDictionary.Count"></see>.</exception>
  7397.         </member>
  7398.         <member name="M:System.Collections.Specialized.OrderedDictionary.System.Collections.IEnumerable.GetEnumerator">
  7399.             <summary>Returns an <see cref="T:System.Collections.IDictionaryEnumerator"></see> object that iterates through the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7400.             <returns>An <see cref="T:System.Collections.IDictionaryEnumerator"></see> object for the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</returns>
  7401.         </member>
  7402.         <member name="M:System.Collections.Specialized.OrderedDictionary.System.Runtime.Serialization.IDeserializationCallback.OnDeserialization(System.Object)">
  7403.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and is called back by the deserialization event when deserialization is complete.</summary>
  7404.             <param name="sender">The source of the deserialization event.</param>
  7405.         </member>
  7406.         <member name="P:System.Collections.Specialized.OrderedDictionary.Count">
  7407.             <summary>Gets the number of key/values pairs contained in the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7408.             <returns>The number of key/value pairs contained in the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</returns>
  7409.         </member>
  7410.         <member name="P:System.Collections.Specialized.OrderedDictionary.IsReadOnly">
  7411.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection is read-only.</summary>
  7412.             <returns>true if the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection is read-only; otherwise, false. The default is false.</returns>
  7413.         </member>
  7414.         <member name="P:System.Collections.Specialized.OrderedDictionary.Item(System.Int32)">
  7415.             <summary>Gets or sets the value at the specified index.</summary>
  7416.             <returns>The value of the item at the specified index. </returns>
  7417.             <param name="index">The zero-based index of the value to get or set.</param>
  7418.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or-index is equal to or greater than <see cref="P:System.Collections.Specialized.OrderedDictionary.Count"></see>.</exception>
  7419.             <exception cref="T:System.NotSupportedException">The property is being set and the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection is read-only.</exception>
  7420.         </member>
  7421.         <member name="P:System.Collections.Specialized.OrderedDictionary.Item(System.Object)">
  7422.             <summary>Gets or sets the value with the specified key.</summary>
  7423.             <returns>The value associated with the specified key. If the specified key is not found, attempting to get it returns null, and attempting to set it creates a new element using the specified key.</returns>
  7424.             <param name="key">The key of the value to get or set.</param>
  7425.             <exception cref="T:System.NotSupportedException">The property is being set and the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection is read-only.</exception>
  7426.         </member>
  7427.         <member name="P:System.Collections.Specialized.OrderedDictionary.Keys">
  7428.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> object containing the keys in the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7429.             <returns>An <see cref="T:System.Collections.ICollection"></see> object containing the keys in the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</returns>
  7430.         </member>
  7431.         <member name="P:System.Collections.Specialized.OrderedDictionary.System.Collections.ICollection.IsSynchronized">
  7432.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> object is synchronized (thread-safe).</summary>
  7433.             <returns>This method always returns false.</returns>
  7434.         </member>
  7435.         <member name="P:System.Collections.Specialized.OrderedDictionary.System.Collections.ICollection.SyncRoot">
  7436.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> object.</summary>
  7437.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> object.</returns>
  7438.         </member>
  7439.         <member name="P:System.Collections.Specialized.OrderedDictionary.System.Collections.IDictionary.IsFixedSize">
  7440.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> has a fixed size.</summary>
  7441.             <returns>true if the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> has a fixed size; otherwise, false. The default is false.</returns>
  7442.         </member>
  7443.         <member name="P:System.Collections.Specialized.OrderedDictionary.Values">
  7444.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> object containing the values in the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</summary>
  7445.             <returns>An <see cref="T:System.Collections.ICollection"></see> object containing the values in the <see cref="T:System.Collections.Specialized.OrderedDictionary"></see> collection.</returns>
  7446.         </member>
  7447.         <member name="T:System.Collections.Specialized.StringCollection">
  7448.             <summary>Represents a collection of strings.</summary>
  7449.         </member>
  7450.         <member name="M:System.Collections.Specialized.StringCollection.#ctor">
  7451.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.StringCollection"></see> class. </summary>
  7452.         </member>
  7453.         <member name="M:System.Collections.Specialized.StringCollection.Add(System.String)">
  7454.             <summary>Adds a string to the end of the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7455.             <returns>The zero-based index at which the new element is inserted.</returns>
  7456.             <param name="value">The string to add to the end of the <see cref="T:System.Collections.Specialized.StringCollection"></see>. The value can be null. </param>
  7457.         </member>
  7458.         <member name="M:System.Collections.Specialized.StringCollection.AddRange(System.String[])">
  7459.             <summary>Copies the elements of a string array to the end of the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7460.             <param name="value">An array of strings to add to the end of the <see cref="T:System.Collections.Specialized.StringCollection"></see>. The array itself can not be null but it can contain elements that are null. </param>
  7461.             <exception cref="T:System.ArgumentNullException">value is null. </exception>
  7462.         </member>
  7463.         <member name="M:System.Collections.Specialized.StringCollection.Clear">
  7464.             <summary>Removes all the strings from the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7465.         </member>
  7466.         <member name="M:System.Collections.Specialized.StringCollection.Contains(System.String)">
  7467.             <summary>Determines whether the specified string is in the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7468.             <returns>true if value is found in the <see cref="T:System.Collections.Specialized.StringCollection"></see>; otherwise, false.</returns>
  7469.             <param name="value">The string to locate in the <see cref="T:System.Collections.Specialized.StringCollection"></see>. The value can be null. </param>
  7470.         </member>
  7471.         <member name="M:System.Collections.Specialized.StringCollection.CopyTo(System.String[],System.Int32)">
  7472.             <summary>Copies the entire <see cref="T:System.Collections.Specialized.StringCollection"></see> values to a one-dimensional array of strings, starting at the specified index of the target array.</summary>
  7473.             <param name="array">The one-dimensional array of strings that is the destination of the elements copied from <see cref="T:System.Collections.Specialized.StringCollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing. </param>
  7474.             <param name="index">The zero-based index in array at which copying begins. </param>
  7475.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  7476.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.Specialized.StringCollection"></see> cannot be cast automatically to the type of the destination array. </exception>
  7477.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.Specialized.StringCollection"></see> is greater than the available space from index to the end of the destination array. </exception>
  7478.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
  7479.         </member>
  7480.         <member name="M:System.Collections.Specialized.StringCollection.GetEnumerator">
  7481.             <summary>Returns a <see cref="T:System.Collections.Specialized.StringEnumerator"></see> that iterates through the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7482.             <returns>A <see cref="T:System.Collections.Specialized.StringEnumerator"></see> for the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</returns>
  7483.         </member>
  7484.         <member name="M:System.Collections.Specialized.StringCollection.IndexOf(System.String)">
  7485.             <summary>Searches for the specified string and returns the zero-based index of the first occurrence within the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7486.             <returns>The zero-based index of the first occurrence of value in the <see cref="T:System.Collections.Specialized.StringCollection"></see>, if found; otherwise, -1.</returns>
  7487.             <param name="value">The string to locate. The value can be null. </param>
  7488.         </member>
  7489.         <member name="M:System.Collections.Specialized.StringCollection.Insert(System.Int32,System.String)">
  7490.             <summary>Inserts a string into the <see cref="T:System.Collections.Specialized.StringCollection"></see> at the specified index.</summary>
  7491.             <param name="value">The string to insert. The value can be null. </param>
  7492.             <param name="index">The zero-based index at which value is inserted. </param>
  7493.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or- index greater than <see cref="P:System.Collections.Specialized.StringCollection.Count"></see>. </exception>
  7494.         </member>
  7495.         <member name="M:System.Collections.Specialized.StringCollection.Remove(System.String)">
  7496.             <summary>Removes the first occurrence of a specific string from the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7497.             <param name="value">The string to remove from the <see cref="T:System.Collections.Specialized.StringCollection"></see>. The value can be null. </param>
  7498.         </member>
  7499.         <member name="M:System.Collections.Specialized.StringCollection.RemoveAt(System.Int32)">
  7500.             <summary>Removes the string at the specified index of the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7501.             <param name="index">The zero-based index of the string to remove. </param>
  7502.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or- index is equal to or greater than <see cref="P:System.Collections.Specialized.StringCollection.Count"></see>. </exception>
  7503.         </member>
  7504.         <member name="M:System.Collections.Specialized.StringCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  7505.             <summary>Copies the entire <see cref="T:System.Collections.Specialized.StringCollection"></see> to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
  7506.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from <see cref="T:System.Collections.Specialized.StringCollection"></see>. The <see cref="T:System.Array"></see> must have zero-based indexing. </param>
  7507.             <param name="index">The zero-based index in array at which copying begins. </param>
  7508.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  7509.             <exception cref="T:System.InvalidCastException">The type of the source <see cref="T:System.Collections.Specialized.StringCollection"></see> cannot be cast automatically to the type of the destination array. </exception>
  7510.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in the source <see cref="T:System.Collections.Specialized.StringCollection"></see> is greater than the available space from index to the end of the destination array. </exception>
  7511.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
  7512.         </member>
  7513.         <member name="M:System.Collections.Specialized.StringCollection.System.Collections.IEnumerable.GetEnumerator">
  7514.             <summary>Returns a <see cref="T:System.Collections.IEnumerator"></see> that iterates through the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7515.             <returns>A <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</returns>
  7516.         </member>
  7517.         <member name="M:System.Collections.Specialized.StringCollection.System.Collections.IList.Add(System.Object)">
  7518.             <summary>Adds an object to the end of the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7519.             <returns>The <see cref="T:System.Collections.Specialized.StringCollection"></see> index at which the value has been added.</returns>
  7520.             <param name="value">The <see cref="T:System.Object"></see> to be added to the end of the <see cref="T:System.Collections.Specialized.StringCollection"></see>. The value can be null. </param>
  7521.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringCollection"></see> is read-only.-or- The <see cref="T:System.Collections.Specialized.StringCollection"></see> has a fixed size. </exception>
  7522.         </member>
  7523.         <member name="M:System.Collections.Specialized.StringCollection.System.Collections.IList.Contains(System.Object)">
  7524.             <summary>Determines whether an element is in the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7525.             <returns>true if value is found in the <see cref="T:System.Collections.Specialized.StringCollection"></see>; otherwise, false.</returns>
  7526.             <param name="value">The <see cref="T:System.Object"></see> to locate in the <see cref="T:System.Collections.Specialized.StringCollection"></see>. The value can be null. </param>
  7527.         </member>
  7528.         <member name="M:System.Collections.Specialized.StringCollection.System.Collections.IList.IndexOf(System.Object)">
  7529.             <summary>Searches for the specified <see cref="T:System.Object"></see> and returns the zero-based index of the first occurrence within the entire <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7530.             <returns>The zero-based index of the first occurrence of value within the entire <see cref="T:System.Collections.Specialized.StringCollection"></see>, if found; otherwise, -1.</returns>
  7531.             <param name="value">The <see cref="T:System.Object"></see> to locate in the <see cref="T:System.Collections.Specialized.StringCollection"></see>. The value can be null. </param>
  7532.         </member>
  7533.         <member name="M:System.Collections.Specialized.StringCollection.System.Collections.IList.Insert(System.Int32,System.Object)">
  7534.             <summary>Inserts an element into the <see cref="T:System.Collections.Specialized.StringCollection"></see> at the specified index.</summary>
  7535.             <param name="value">The <see cref="T:System.Object"></see> to insert. The value can be null. </param>
  7536.             <param name="index">The zero-based index at which value should be inserted. </param>
  7537.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringCollection"></see> is read-only.-or- The <see cref="T:System.Collections.Specialized.StringCollection"></see> has a fixed size. </exception>
  7538.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or- index is greater than <see cref="P:System.Collections.Specialized.StringCollection.Count"></see>. </exception>
  7539.         </member>
  7540.         <member name="M:System.Collections.Specialized.StringCollection.System.Collections.IList.Remove(System.Object)">
  7541.             <summary>Removes the first occurrence of a specific object from the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7542.             <param name="value">The <see cref="T:System.Object"></see> to remove from the <see cref="T:System.Collections.Specialized.StringCollection"></see>. The value can be null. </param>
  7543.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringCollection"></see> is read-only.-or- The <see cref="T:System.Collections.Specialized.StringCollection"></see> has a fixed size. </exception>
  7544.         </member>
  7545.         <member name="P:System.Collections.Specialized.StringCollection.Count">
  7546.             <summary>Gets the number of strings contained in the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7547.             <returns>The number of strings contained in the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</returns>
  7548.         </member>
  7549.         <member name="P:System.Collections.Specialized.StringCollection.IsReadOnly">
  7550.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.StringCollection"></see> is read-only.</summary>
  7551.             <returns>This property always returns false.</returns>
  7552.         </member>
  7553.         <member name="P:System.Collections.Specialized.StringCollection.IsSynchronized">
  7554.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.Specialized.StringCollection"></see> is synchronized (thread safe).</summary>
  7555.             <returns>This property always returns false.</returns>
  7556.         </member>
  7557.         <member name="P:System.Collections.Specialized.StringCollection.Item(System.Int32)">
  7558.             <summary>Gets or sets the element at the specified index.</summary>
  7559.             <returns>The element at the specified index.</returns>
  7560.             <param name="index">The zero-based index of the entry to get or set. </param>
  7561.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or- index is equal to or greater than <see cref="P:System.Collections.Specialized.StringCollection.Count"></see>. </exception>
  7562.         </member>
  7563.         <member name="P:System.Collections.Specialized.StringCollection.SyncRoot">
  7564.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7565.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.StringCollection"></see>.</returns>
  7566.         </member>
  7567.         <member name="P:System.Collections.Specialized.StringCollection.System.Collections.IList.IsFixedSize">
  7568.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.StringCollection"></see> object has a fixed size.</summary>
  7569.             <returns>true if the <see cref="T:System.Collections.Specialized.StringCollection"></see> object has a fixed size; otherwise, false. The default is false.</returns>
  7570.         </member>
  7571.         <member name="P:System.Collections.Specialized.StringCollection.System.Collections.IList.IsReadOnly">
  7572.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.Specialized.StringCollection"></see> object is read-only.</summary>
  7573.             <returns>true if the <see cref="T:System.Collections.Specialized.StringCollection"></see> object is read-only; otherwise, false. The default is false.</returns>
  7574.         </member>
  7575.         <member name="P:System.Collections.Specialized.StringCollection.System.Collections.IList.Item(System.Int32)">
  7576.             <summary>Gets or sets the element at the specified index.</summary>
  7577.             <returns>The element at the specified index.</returns>
  7578.             <param name="value">The new value of the element at the specified index.</param>
  7579.             <param name="index">The zero-based index of the element to get or set. </param>
  7580.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or- index is equal to or greater than <see cref="P:System.Collections.Specialized.StringCollection.Count"></see>. </exception>
  7581.         </member>
  7582.         <member name="T:System.Collections.Specialized.StringDictionary">
  7583.             <summary>Implements a hash table with the key and the value strongly typed to be strings rather than objects.</summary>
  7584.         </member>
  7585.         <member name="M:System.Collections.Specialized.StringDictionary.#ctor">
  7586.             <summary>Initializes a new instance of the <see cref="T:System.Collections.Specialized.StringDictionary"></see> class.</summary>
  7587.         </member>
  7588.         <member name="M:System.Collections.Specialized.StringDictionary.Add(System.String,System.String)">
  7589.             <summary>Adds an entry with the specified key and value into the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.</summary>
  7590.             <param name="value">The value of the entry to add. The value can be null. </param>
  7591.             <param name="key">The key of the entry to add. </param>
  7592.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary"></see> is read-only. </exception>
  7593.             <exception cref="T:System.ArgumentException">An entry with the same key already exists in the <see cref="T:System.Collections.Specialized.StringDictionary"></see>. </exception>
  7594.             <exception cref="T:System.ArgumentNullException">key is null. </exception>
  7595.         </member>
  7596.         <member name="M:System.Collections.Specialized.StringDictionary.Clear">
  7597.             <summary>Removes all entries from the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.</summary>
  7598.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary"></see> is read-only. </exception>
  7599.         </member>
  7600.         <member name="M:System.Collections.Specialized.StringDictionary.ContainsKey(System.String)">
  7601.             <summary>Determines if the <see cref="T:System.Collections.Specialized.StringDictionary"></see> contains a specific key.</summary>
  7602.             <returns>true if the <see cref="T:System.Collections.Specialized.StringDictionary"></see> contains an entry with the specified key; otherwise, false.</returns>
  7603.             <param name="key">The key to locate in the <see cref="T:System.Collections.Specialized.StringDictionary"></see>. </param>
  7604.             <exception cref="T:System.ArgumentNullException">The key is null. </exception>
  7605.         </member>
  7606.         <member name="M:System.Collections.Specialized.StringDictionary.ContainsValue(System.String)">
  7607.             <summary>Determines if the <see cref="T:System.Collections.Specialized.StringDictionary"></see> contains a specific value.</summary>
  7608.             <returns>true if the <see cref="T:System.Collections.Specialized.StringDictionary"></see> contains an element with the specified value; otherwise, false.</returns>
  7609.             <param name="value">The value to locate in the <see cref="T:System.Collections.Specialized.StringDictionary"></see>. The value can be null. </param>
  7610.         </member>
  7611.         <member name="M:System.Collections.Specialized.StringDictionary.CopyTo(System.Array,System.Int32)">
  7612.             <summary>Copies the string dictionary values to a one-dimensional <see cref="T:System.Array"></see> instance at the specified index.</summary>
  7613.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the <see cref="T:System.Collections.Specialized.StringDictionary"></see>. </param>
  7614.             <param name="index">The index in the array where copying begins. </param>
  7615.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  7616.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than the lower bound of array. </exception>
  7617.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- The number of elements in the <see cref="T:System.Collections.Specialized.StringDictionary"></see> is greater than the available space from index to the end of array. </exception>
  7618.         </member>
  7619.         <member name="M:System.Collections.Specialized.StringDictionary.GetEnumerator">
  7620.             <summary>Returns an enumerator that iterates through the string dictionary.</summary>
  7621.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that iterates through the string dictionary.</returns>
  7622.         </member>
  7623.         <member name="M:System.Collections.Specialized.StringDictionary.Remove(System.String)">
  7624.             <summary>Removes the entry with the specified key from the string dictionary.</summary>
  7625.             <param name="key">The key of the entry to remove. </param>
  7626.             <exception cref="T:System.ArgumentNullException">The key is null. </exception>
  7627.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Specialized.StringDictionary"></see> is read-only. </exception>
  7628.         </member>
  7629.         <member name="P:System.Collections.Specialized.StringDictionary.Count">
  7630.             <summary>Gets the number of key/value pairs in the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.</summary>
  7631.             <returns>The number of key/value pairs in the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.Retrieving the value of this property is an O(1) operation.</returns>
  7632.         </member>
  7633.         <member name="P:System.Collections.Specialized.StringDictionary.IsSynchronized">
  7634.             <summary>Gets a value that indicates whether access to the <see cref="T:System.Collections.Specialized.StringDictionary"></see> is synchronized (thread safe).</summary>
  7635.             <returns>true if access to the <see cref="T:System.Collections.Specialized.StringDictionary"></see> is synchronized (thread safe); otherwise, false.</returns>
  7636.         </member>
  7637.         <member name="P:System.Collections.Specialized.StringDictionary.Item(System.String)">
  7638.             <summary>Gets or sets the value associated with the specified key.</summary>
  7639.             <returns>The value associated with the specified key. If the specified key is not found, Get returns null, and Set creates a new entry with the specified key.</returns>
  7640.             <param name="key">The key whose value to get or set. </param>
  7641.             <exception cref="T:System.ArgumentNullException">key is null.</exception>
  7642.         </member>
  7643.         <member name="P:System.Collections.Specialized.StringDictionary.Keys">
  7644.             <summary>Gets a collection of keys in the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.</summary>
  7645.             <returns>An <see cref="T:System.Collections.ICollection"></see> that provides the keys in the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.</returns>
  7646.         </member>
  7647.         <member name="P:System.Collections.Specialized.StringDictionary.SyncRoot">
  7648.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.</summary>
  7649.             <returns>An <see cref="T:System.Object"></see> that can be used to synchronize access to the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.</returns>
  7650.         </member>
  7651.         <member name="P:System.Collections.Specialized.StringDictionary.Values">
  7652.             <summary>Gets a collection of values in the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.</summary>
  7653.             <returns>An <see cref="T:System.Collections.ICollection"></see> that provides the values in the <see cref="T:System.Collections.Specialized.StringDictionary"></see>.</returns>
  7654.         </member>
  7655.         <member name="T:System.Collections.Specialized.StringEnumerator">
  7656.             <summary>Supports a simple iteration over a <see cref="T:System.Collections.Specialized.StringCollection"></see>.</summary>
  7657.         </member>
  7658.         <member name="M:System.Collections.Specialized.StringEnumerator.MoveNext">
  7659.             <summary>Advances the enumerator to the next element of the collection.</summary>
  7660.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  7661.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  7662.         </member>
  7663.         <member name="M:System.Collections.Specialized.StringEnumerator.Reset">
  7664.             <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
  7665.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  7666.         </member>
  7667.         <member name="P:System.Collections.Specialized.StringEnumerator.Current">
  7668.             <summary>Gets the current element in the collection.</summary>
  7669.             <returns>The current element in the collection.</returns>
  7670.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  7671.         </member>
  7672.         <member name="N:System.ComponentModel">
  7673.             <summary>The <see cref="N:System.ComponentModel"></see> namespace provides classes that are used to implement the run-time and design-time behavior of components and controls. This namespace includes the base classes and interfaces for implementing attributes and type converters, binding to data sources, and licensing components.</summary>
  7674.         </member>
  7675.         <member name="T:System.ComponentModel.AddingNewEventArgs">
  7676.             <summary>Provides data for the <see cref="E:System.Windows.Forms.BindingSource.AddingNew"></see> event.</summary>
  7677.         </member>
  7678.         <member name="M:System.ComponentModel.AddingNewEventArgs.#ctor">
  7679.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AddingNewEventArgs"></see> class using no parameters.</summary>
  7680.         </member>
  7681.         <member name="M:System.ComponentModel.AddingNewEventArgs.#ctor(System.Object)">
  7682.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AddingNewEventArgs"></see> class using the specified object as the new item.</summary>
  7683.             <param name="newObject">An <see cref="T:System.Object"></see> to use as the new item value.</param>
  7684.         </member>
  7685.         <member name="P:System.ComponentModel.AddingNewEventArgs.NewObject">
  7686.             <summary>Gets or sets the object to be added to the binding list. </summary>
  7687.             <returns>The <see cref="T:System.Object"></see> to be added as a new item to the associated collection. </returns>
  7688.         </member>
  7689.         <member name="T:System.ComponentModel.AddingNewEventHandler">
  7690.             <summary>Represents the method that will handle the <see cref="E:System.Windows.Forms.BindingSource.AddingNew"></see> event.</summary>
  7691.         </member>
  7692.         <member name="T:System.ComponentModel.AmbientValueAttribute">
  7693.             <summary>Specifies the value to pass to a property to cause the property to get its value from another source. This is known as ambience. This class cannot be inherited.</summary>
  7694.         </member>
  7695.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Boolean)">
  7696.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given a Boolean value for its value.</summary>
  7697.             <param name="value">The value of this attribute. </param>
  7698.         </member>
  7699.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Byte)">
  7700.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given an 8-bit unsigned integer for its value.</summary>
  7701.             <param name="value">The value of this attribute. </param>
  7702.         </member>
  7703.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Char)">
  7704.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given a Unicode character for its value.</summary>
  7705.             <param name="value">The value of this attribute. </param>
  7706.         </member>
  7707.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Double)">
  7708.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given a double-precision floating-point number for its value.</summary>
  7709.             <param name="value">The value of this attribute. </param>
  7710.         </member>
  7711.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Int16)">
  7712.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given a 16-bit signed integer for its value.</summary>
  7713.             <param name="value">The value of this attribute. </param>
  7714.         </member>
  7715.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Int32)">
  7716.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given a 32-bit signed integer for its value.</summary>
  7717.             <param name="value">The value of this attribute. </param>
  7718.         </member>
  7719.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Int64)">
  7720.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given a 64-bit signed integer for its value.</summary>
  7721.             <param name="value">The value of this attribute. </param>
  7722.         </member>
  7723.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Object)">
  7724.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given an object for its value.</summary>
  7725.             <param name="value">The value of this attribute. </param>
  7726.         </member>
  7727.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Single)">
  7728.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given a single-precision floating point number for its value.</summary>
  7729.             <param name="value">The value of this attribute. </param>
  7730.         </member>
  7731.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.String)">
  7732.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given a string for its value.</summary>
  7733.             <param name="value">The value of this attribute. </param>
  7734.         </member>
  7735.         <member name="M:System.ComponentModel.AmbientValueAttribute.#ctor(System.Type,System.String)">
  7736.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> class, given the value and its type.</summary>
  7737.             <param name="type">The <see cref="T:System.Type"></see> of the value parameter. </param>
  7738.             <param name="value">The value for this attribute. </param>
  7739.         </member>
  7740.         <member name="M:System.ComponentModel.AmbientValueAttribute.Equals(System.Object)">
  7741.             <summary>Determines whether the specified <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> is equal to the current <see cref="T:System.ComponentModel.AmbientValueAttribute"></see>.</summary>
  7742.             <returns>true if the specified <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> is equal to the current <see cref="T:System.ComponentModel.AmbientValueAttribute"></see>; otherwise, false.</returns>
  7743.             <param name="obj">The <see cref="T:System.ComponentModel.AmbientValueAttribute"></see> to compare with the current <see cref="T:System.ComponentModel.AmbientValueAttribute"></see>.</param>
  7744.         </member>
  7745.         <member name="M:System.ComponentModel.AmbientValueAttribute.GetHashCode">
  7746.             <summary>Returns the hash code for this instance.</summary>
  7747.             <returns>A hash code for the current <see cref="T:System.ComponentModel.AmbientValueAttribute"></see>.</returns>
  7748.         </member>
  7749.         <member name="P:System.ComponentModel.AmbientValueAttribute.Value">
  7750.             <summary>Gets the object that is the value of this <see cref="T:System.ComponentModel.AmbientValueAttribute"></see>.</summary>
  7751.             <returns>The object that is the value of this <see cref="T:System.ComponentModel.AmbientValueAttribute"></see>.</returns>
  7752.         </member>
  7753.         <member name="T:System.ComponentModel.ArrayConverter">
  7754.             <summary>Provides a type converter to convert <see cref="T:System.Array"></see> objects to and from various other representations.</summary>
  7755.         </member>
  7756.         <member name="M:System.ComponentModel.ArrayConverter.#ctor">
  7757.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ArrayConverter"></see> class. </summary>
  7758.         </member>
  7759.         <member name="M:System.ComponentModel.ArrayConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  7760.             <summary>Converts the given value object to the specified destination type.</summary>
  7761.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  7762.             <param name="culture">The culture into which value will be converted.</param>
  7763.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  7764.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value to. </param>
  7765.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  7766.             <exception cref="T:System.ArgumentNullException">destinationType is null. </exception>
  7767.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  7768.         </member>
  7769.         <member name="M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  7770.             <summary>Gets a collection of properties for the type of array specified by the value parameter.</summary>
  7771.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that are exposed for an array, or null if there are no properties.</returns>
  7772.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  7773.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that will be used as a filter. </param>
  7774.             <param name="value">An <see cref="T:System.Object"></see> that specifies the type of array to get the properties for. </param>
  7775.         </member>
  7776.         <member name="M:System.ComponentModel.ArrayConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  7777.             <summary>Gets a value indicating whether this object supports properties.</summary>
  7778.             <returns>true because <see cref="M:System.ComponentModel.ArrayConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])"></see> should be called to find the properties of this object. This method never returns false.</returns>
  7779.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  7780.         </member>
  7781.         <member name="T:System.ComponentModel.AsyncCompletedEventArgs">
  7782.             <summary>Provides data for the MethodNameCompleted event.</summary>
  7783.         </member>
  7784.         <member name="M:System.ComponentModel.AsyncCompletedEventArgs.#ctor(System.Exception,System.Boolean,System.Object)">
  7785.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AsyncCompletedEventArgs"></see> class. </summary>
  7786.             <param name="error">Any error that occurred during the asynchronous operation.</param>
  7787.             <param name="cancelled">A value indicating whether the asynchronous operation was canceled.</param>
  7788.             <param name="userState">The optional user-supplied state object passed to the <see cref="M:System.ComponentModel.BackgroundWorker.RunWorkerAsync(System.Object)"></see> method.</param>
  7789.         </member>
  7790.         <member name="M:System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary">
  7791.             <summary>Raises a user-supplied exception if an asynchronous operation failed.</summary>
  7792.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"></see> property is true. </exception>
  7793.             <exception cref="T:System.Reflection.TargetInvocationException">The <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"></see> property has been set by the asynchronous operation. The <see cref="P:System.Exception.InnerException"></see> property holds a reference to <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"></see>. </exception>
  7794.         </member>
  7795.         <member name="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled">
  7796.             <summary>Gets a value indicating whether an asynchronous operation has been canceled.</summary>
  7797.             <returns>true if the background operation has been canceled; otherwise false. The default is false.</returns>
  7798.         </member>
  7799.         <member name="P:System.ComponentModel.AsyncCompletedEventArgs.Error">
  7800.             <summary>Gets a value indicating which error occurred during an asynchronous operation.</summary>
  7801.             <returns>An <see cref="T:System.Exception"></see> instance, if an error occurred during an asynchronous operation; otherwise null.</returns>
  7802.         </member>
  7803.         <member name="P:System.ComponentModel.AsyncCompletedEventArgs.UserState">
  7804.             <summary>Gets the unique identifier for the asynchronous task.</summary>
  7805.             <returns>An object reference that uniquely identifies the asynchronous task; otherwise, null if no value has been set.</returns>
  7806.         </member>
  7807.         <member name="T:System.ComponentModel.AsyncCompletedEventHandler">
  7808.             <summary>Represents the method that will handle the MethodNameCompleted event of an asynchronous operation.</summary>
  7809.         </member>
  7810.         <member name="T:System.ComponentModel.AsyncOperation">
  7811.             <summary>Tracks the lifetime of an asynchronous operation.</summary>
  7812.         </member>
  7813.         <member name="M:System.ComponentModel.AsyncOperation.OperationCompleted">
  7814.             <summary>Ends the lifetime of an asynchronous operation.</summary>
  7815.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.ComponentModel.AsyncOperation.OperationCompleted"></see> has been called previously for this task. </exception>
  7816.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  7817.         </member>
  7818.         <member name="M:System.ComponentModel.AsyncOperation.Post(System.Threading.SendOrPostCallback,System.Object)">
  7819.             <summary>Invokes a delegate on the thread or context appropriate for the application model.</summary>
  7820.             <param name="arg">An argument for the delegate contained in the d parameter. </param>
  7821.             <param name="d">A <see cref="T:System.Threading.SendOrPostCallback"></see> object that wraps the delegate to be called when the operation ends. </param>
  7822.             <exception cref="T:System.InvalidOperationException">The <see cref="M:System.ComponentModel.AsyncOperation.PostOperationCompleted(System.Threading.SendOrPostCallback,System.Object)"></see> method has been called previously for this task. </exception>
  7823.             <exception cref="T:System.ArgumentNullException">d is null. </exception>
  7824.         </member>
  7825.         <member name="M:System.ComponentModel.AsyncOperation.PostOperationCompleted(System.Threading.SendOrPostCallback,System.Object)">
  7826.             <summary>Ends the lifetime of an asynchronous operation.</summary>
  7827.             <param name="arg">An argument for the delegate contained in the d parameter. </param>
  7828.             <param name="d">A <see cref="T:System.Threading.SendOrPostCallback"></see> object that wraps the delegate to be called when the operation ends. </param>
  7829.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.ComponentModel.AsyncOperation.OperationCompleted"></see> has been called previously for this task. </exception>
  7830.             <exception cref="T:System.ArgumentNullException">d is null. </exception>
  7831.         </member>
  7832.         <member name="P:System.ComponentModel.AsyncOperation.SynchronizationContext">
  7833.             <summary>Gets the <see cref="T:System.Threading.SynchronizationContext"></see> object that was passed to the constructor.</summary>
  7834.             <returns>The <see cref="T:System.Threading.SynchronizationContext"></see> object that was passed to the constructor.</returns>
  7835.         </member>
  7836.         <member name="P:System.ComponentModel.AsyncOperation.UserSuppliedState">
  7837.             <summary>Gets or sets an object used to uniquely identify an asynchronous operation.</summary>
  7838.             <returns>The state object passed to the asynchronous method invocation.</returns>
  7839.         </member>
  7840.         <member name="T:System.ComponentModel.AsyncOperationManager">
  7841.             <summary>Provides concurrency management for classes that support asynchronous method calls. This class cannot be inherited.</summary>
  7842.         </member>
  7843.         <member name="M:System.ComponentModel.AsyncOperationManager.CreateOperation(System.Object)">
  7844.             <summary>Returns an <see cref="T:System.ComponentModel.AsyncOperation"></see> for tracking the duration of a particular asynchronous operation.</summary>
  7845.             <returns>An <see cref="T:System.ComponentModel.AsyncOperation"></see> that you can use to track the duration of an asynchronous method invocation.</returns>
  7846.             <param name="userSuppliedState">An object used to associate a piece of client state, such as a task ID, with a particular asynchronous operation. </param>
  7847.         </member>
  7848.         <member name="P:System.ComponentModel.AsyncOperationManager.SynchronizationContext">
  7849.             <summary>Gets or sets the synchronization context for the asynchronous operation.</summary>
  7850.             <returns>The synchronization context for the asynchronous operation.</returns>
  7851.         </member>
  7852.         <member name="T:System.ComponentModel.AttributeCollection">
  7853.             <summary>Represents a collection of attributes.</summary>
  7854.         </member>
  7855.         <member name="M:System.ComponentModel.AttributeCollection.#ctor(System.Attribute[])">
  7856.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AttributeCollection"></see> class.</summary>
  7857.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that provides the attributes for this collection. </param>
  7858.             <exception cref="T:System.ArgumentNullException">attributes is null.</exception>
  7859.         </member>
  7860.         <member name="F:System.ComponentModel.AttributeCollection.Empty">
  7861.             <summary>Specifies an empty collection that you can use, rather than creating a new one. This field is read-only.</summary>
  7862.         </member>
  7863.         <member name="M:System.ComponentModel.AttributeCollection.Contains(System.Attribute)">
  7864.             <summary>Determines whether this collection of attributes has the specified attribute.</summary>
  7865.             <returns>true if the collection contains the attribute or is the default attribute for the type of attribute; otherwise, false.</returns>
  7866.             <param name="attribute">An <see cref="T:System.Attribute"></see> to find in the collection. </param>
  7867.         </member>
  7868.         <member name="M:System.ComponentModel.AttributeCollection.Contains(System.Attribute[])">
  7869.             <summary>Determines whether this attribute collection contains all the specified attributes in the attribute array.</summary>
  7870.             <returns>true if the collection contains all the attributes; otherwise, false.</returns>
  7871.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> to find in the collection. </param>
  7872.         </member>
  7873.         <member name="M:System.ComponentModel.AttributeCollection.CopyTo(System.Array,System.Int32)">
  7874.             <summary>Copies the collection to an array, starting at the specified index.</summary>
  7875.             <param name="array">The <see cref="T:System.Array"></see> to copy the collection to. </param>
  7876.             <param name="index">The index to start from. </param>
  7877.         </member>
  7878.         <member name="M:System.ComponentModel.AttributeCollection.FromExisting(System.ComponentModel.AttributeCollection,System.Attribute[])">
  7879.             <summary>Creates a new <see cref="T:System.ComponentModel.AttributeCollection"></see> from an existing <see cref="T:System.ComponentModel.AttributeCollection"></see>.</summary>
  7880.             <returns>A new <see cref="T:System.ComponentModel.AttributeCollection"></see> that is a copy of existing.</returns>
  7881.             <param name="existing">An <see cref="T:System.ComponentModel.AttributeCollection"></see> from which to create the copy.</param>
  7882.             <param name="newAttributes">An array of type <see cref="T:System.Attribute"></see> that provides the attributes for this collection. Can be null.</param>
  7883.             <exception cref="T:System.ArgumentNullException">existing is null.</exception>
  7884.         </member>
  7885.         <member name="M:System.ComponentModel.AttributeCollection.GetDefaultAttribute(System.Type)">
  7886.             <summary>Returns the default <see cref="T:System.Attribute"></see> of a given <see cref="T:System.Type"></see>.</summary>
  7887.             <returns>An <see cref="T:System.Attribute"></see>.</returns>
  7888.             <param name="attributeType">The <see cref="T:System.Type"></see> of the attribute to retrieve. </param>
  7889.         </member>
  7890.         <member name="M:System.ComponentModel.AttributeCollection.GetEnumerator">
  7891.             <summary>Gets an enumerator for this collection.</summary>
  7892.             <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator"></see>.</returns>
  7893.         </member>
  7894.         <member name="M:System.ComponentModel.AttributeCollection.Matches(System.Attribute)">
  7895.             <summary>Determines whether a specified attribute is the same as an attribute in the collection.</summary>
  7896.             <returns>true if the attribute is contained within the collection and has the same value as the attribute in the collection; otherwise, false.</returns>
  7897.             <param name="attribute">An instance of <see cref="T:System.Attribute"></see> to compare with the attributes in this collection. </param>
  7898.         </member>
  7899.         <member name="M:System.ComponentModel.AttributeCollection.Matches(System.Attribute[])">
  7900.             <summary>Determines whether the attributes in the specified array are the same as the attributes in the collection.</summary>
  7901.             <returns>true if all the attributes in the array are contained in the collection and have the same values as the attributes in the collection; otherwise, false.</returns>
  7902.             <param name="attributes">An array of <see cref="T:System.CodeDom.MemberAttributes"></see> to compare with the attributes in this collection. </param>
  7903.         </member>
  7904.         <member name="M:System.ComponentModel.AttributeCollection.System.Collections.IEnumerable.GetEnumerator">
  7905.             <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Collections.IDictionary"></see>. </summary>
  7906.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  7907.         </member>
  7908.         <member name="P:System.ComponentModel.AttributeCollection.Count">
  7909.             <summary>Gets the number of attributes.</summary>
  7910.             <returns>The number of attributes.</returns>
  7911.         </member>
  7912.         <member name="P:System.ComponentModel.AttributeCollection.Item(System.Int32)">
  7913.             <summary>Gets the attribute with the specified index number.</summary>
  7914.             <returns>The <see cref="T:System.Attribute"></see> with the specified index number.</returns>
  7915.             <param name="index">The zero-based index of <see cref="T:System.ComponentModel.AttributeCollection"></see>. </param>
  7916.         </member>
  7917.         <member name="P:System.ComponentModel.AttributeCollection.Item(System.Type)">
  7918.             <summary>Gets the attribute with the specified type.</summary>
  7919.             <returns>The <see cref="T:System.Attribute"></see> with the specified type or, if the attribute does not exist, the default value for the attribute type.</returns>
  7920.             <param name="attributeType">The <see cref="T:System.Type"></see> of the <see cref="T:System.Attribute"></see> to get from the collection. </param>
  7921.         </member>
  7922.         <member name="P:System.ComponentModel.AttributeCollection.System.Collections.ICollection.Count">
  7923.             <summary>Gets the number of elements contained in the collection.</summary>
  7924.             <returns>The number of elements contained in the collection.</returns>
  7925.         </member>
  7926.         <member name="P:System.ComponentModel.AttributeCollection.System.Collections.ICollection.IsSynchronized">
  7927.             <summary>Gets a value indicating whether access to the collection is synchronized (thread-safe).</summary>
  7928.             <returns>true if access to the collection is synchronized (thread-safe); otherwise, false.</returns>
  7929.         </member>
  7930.         <member name="P:System.ComponentModel.AttributeCollection.System.Collections.ICollection.SyncRoot">
  7931.             <summary>Gets an object that can be used to synchronize access to the collection.</summary>
  7932.             <returns>An object that can be used to synchronize access to the collection.</returns>
  7933.         </member>
  7934.         <member name="T:System.ComponentModel.AttributeProviderAttribute">
  7935.             <summary>Enables attribute redirection. This class cannot be inherited.</summary>
  7936.         </member>
  7937.         <member name="M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String)">
  7938.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AttributeProviderAttribute"></see> class with the given type name.</summary>
  7939.             <param name="typeName">The name of the type to specify.</param>
  7940.             <exception cref="T:System.ArgumentNullException">typeName is null.</exception>
  7941.         </member>
  7942.         <member name="M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.Type)">
  7943.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AttributeProviderAttribute"></see> class with the given type.</summary>
  7944.             <param name="type">The type to specify.</param>
  7945.             <exception cref="T:System.ArgumentNullException">type is null.</exception>
  7946.         </member>
  7947.         <member name="M:System.ComponentModel.AttributeProviderAttribute.#ctor(System.String,System.String)">
  7948.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.AttributeProviderAttribute"></see> class with the given type name and property name.</summary>
  7949.             <param name="typeName">The name of the type to specify.</param>
  7950.             <param name="propertyName">The name of the property for which attributes will be retrieved.</param>
  7951.             <exception cref="T:System.ArgumentNullException">propertyName is null.</exception>
  7952.             <exception cref="T:System.ArgumentNullException">typeName is null.</exception>
  7953.         </member>
  7954.         <member name="P:System.ComponentModel.AttributeProviderAttribute.PropertyName">
  7955.             <summary>Gets the name of the property for which attributes will be retrieved.</summary>
  7956.             <returns>The name of the property for which attributes will be retrieved.</returns>
  7957.         </member>
  7958.         <member name="P:System.ComponentModel.AttributeProviderAttribute.TypeName">
  7959.             <summary>Gets the assembly qualified type name passed into the constructor.</summary>
  7960.             <returns>The assembly qualified name of the type specified in the constructor.</returns>
  7961.         </member>
  7962.         <member name="T:System.ComponentModel.BackgroundWorker">
  7963.             <summary>Executes an operation on a separate thread.</summary>
  7964.         </member>
  7965.         <member name="M:System.ComponentModel.BackgroundWorker.#ctor">
  7966.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BackgroundWorker"></see> class.</summary>
  7967.         </member>
  7968.         <member name="E:System.ComponentModel.BackgroundWorker.DoWork">
  7969.             <summary>Occurs when <see cref="M:System.ComponentModel.BackgroundWorker.RunWorkerAsync"></see> is called.</summary>
  7970.         </member>
  7971.         <member name="E:System.ComponentModel.BackgroundWorker.ProgressChanged">
  7972.             <summary>Occurs when <see cref="M:System.ComponentModel.BackgroundWorker.ReportProgress(System.Int32)"></see> is called.</summary>
  7973.         </member>
  7974.         <member name="E:System.ComponentModel.BackgroundWorker.RunWorkerCompleted">
  7975.             <summary>Occurs when the background operation has completed, has been canceled, or has raised an exception.</summary>
  7976.         </member>
  7977.         <member name="M:System.ComponentModel.BackgroundWorker.CancelAsync">
  7978.             <summary>Requests cancellation of a pending background operation.</summary>
  7979.             <exception cref="T:System.InvalidOperationException"><see cref="P:System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation"></see> is false. </exception>
  7980.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  7981.         </member>
  7982.         <member name="M:System.ComponentModel.BackgroundWorker.OnDoWork(System.ComponentModel.DoWorkEventArgs)">
  7983.             <summary>Raises the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork"></see> event. </summary>
  7984.             <param name="e">An <see cref="T:System.EventArgs"></see> that contains the event data.</param>
  7985.         </member>
  7986.         <member name="M:System.ComponentModel.BackgroundWorker.OnProgressChanged(System.ComponentModel.ProgressChangedEventArgs)">
  7987.             <summary>Raises the <see cref="E:System.ComponentModel.BackgroundWorker.ProgressChanged"></see> event.</summary>
  7988.             <param name="e">An <see cref="T:System.EventArgs"></see> that contains the event data. </param>
  7989.         </member>
  7990.         <member name="M:System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(System.ComponentModel.RunWorkerCompletedEventArgs)">
  7991.             <summary>Raises the <see cref="E:System.ComponentModel.BackgroundWorker.RunWorkerCompleted"></see> event.</summary>
  7992.             <param name="e">An <see cref="T:System.EventArgs"></see> that contains the event data. </param>
  7993.         </member>
  7994.         <member name="M:System.ComponentModel.BackgroundWorker.ReportProgress(System.Int32)">
  7995.             <summary>Raises the <see cref="E:System.ComponentModel.BackgroundWorker.ProgressChanged"></see> event.</summary>
  7996.             <param name="percentProgress">The percentage, from 0 to 100, of the background operation that is complete. </param>
  7997.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.ComponentModel.BackgroundWorker.WorkerReportsProgress"></see> property is set to false. </exception>
  7998.         </member>
  7999.         <member name="M:System.ComponentModel.BackgroundWorker.ReportProgress(System.Int32,System.Object)">
  8000.             <summary>Raises the <see cref="E:System.ComponentModel.BackgroundWorker.ProgressChanged"></see> event.</summary>
  8001.             <param name="percentProgress">The percentage, from 0 to 100, of the background operation that is complete.</param>
  8002.             <param name="userState">The state object passed to <see cref="M:System.ComponentModel.BackgroundWorker.RunWorkerAsync(System.Object)"></see>.</param>
  8003.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.ComponentModel.BackgroundWorker.WorkerReportsProgress"></see> property is set to false. </exception>
  8004.         </member>
  8005.         <member name="M:System.ComponentModel.BackgroundWorker.RunWorkerAsync">
  8006.             <summary>Starts execution of a background operation.</summary>
  8007.             <exception cref="T:System.InvalidOperationException"><see cref="P:System.ComponentModel.BackgroundWorker.IsBusy"></see> is true.</exception>
  8008.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8009.         </member>
  8010.         <member name="M:System.ComponentModel.BackgroundWorker.RunWorkerAsync(System.Object)">
  8011.             <summary>Starts execution of a background operation.</summary>
  8012.             <param name="argument">A parameter for use by the background operation to be executed in the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork"></see> event handler. </param>
  8013.             <exception cref="T:System.InvalidOperationException"><see cref="P:System.ComponentModel.BackgroundWorker.IsBusy"></see> is true. </exception>
  8014.         </member>
  8015.         <member name="P:System.ComponentModel.BackgroundWorker.CancellationPending">
  8016.             <summary>Gets a value indicating whether the application has requested cancellation of a background operation.</summary>
  8017.             <returns>true if the application has requested cancellation of a background operation; otherwise, false. The default is false.</returns>
  8018.         </member>
  8019.         <member name="P:System.ComponentModel.BackgroundWorker.IsBusy">
  8020.             <summary>Gets a value indicating whether the <see cref="T:System.ComponentModel.BackgroundWorker"></see> is running an asynchronous operation.</summary>
  8021.             <returns>true, if the <see cref="T:System.ComponentModel.BackgroundWorker"></see> is running an asynchronous operation; otherwise, false.</returns>
  8022.         </member>
  8023.         <member name="P:System.ComponentModel.BackgroundWorker.WorkerReportsProgress">
  8024.             <summary>Gets or sets a value indicating whether the <see cref="T:System.ComponentModel.BackgroundWorker"></see> can report progress updates.</summary>
  8025.             <returns>true if the <see cref="T:System.ComponentModel.BackgroundWorker"></see> supports progress updates; otherwise false. The default is false.</returns>
  8026.         </member>
  8027.         <member name="P:System.ComponentModel.BackgroundWorker.WorkerSupportsCancellation">
  8028.             <summary>Gets or sets a value indicating whether the <see cref="T:System.ComponentModel.BackgroundWorker"></see> supports asynchronous cancellation.</summary>
  8029.             <returns>true if the <see cref="T:System.ComponentModel.BackgroundWorker"></see> supports cancellation; otherwise false. The default is false.</returns>
  8030.         </member>
  8031.         <member name="T:System.ComponentModel.BaseNumberConverter">
  8032.             <summary>Provides a base type converter for nonfloating-point numerical types.</summary>
  8033.         </member>
  8034.         <member name="M:System.ComponentModel.BaseNumberConverter.#ctor">
  8035.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BaseNumberConverter"></see> class.</summary>
  8036.         </member>
  8037.         <member name="M:System.ComponentModel.BaseNumberConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8038.             <summary>Determines if this converter can convert an object in the given source type to the native type of the converter.</summary>
  8039.             <returns>true if this converter can perform the operation; otherwise, false.</returns>
  8040.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8041.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type from which you want to convert. </param>
  8042.         </member>
  8043.         <member name="M:System.ComponentModel.BaseNumberConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8044.             <summary>Returns a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  8045.             <returns>true if this converter can perform the operation; otherwise, false.</returns>
  8046.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8047.             <param name="t">A <see cref="T:System.Type"></see> that represents the type to which you want to convert. </param>
  8048.         </member>
  8049.         <member name="M:System.ComponentModel.BaseNumberConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  8050.             <summary>Converts the given object to the converter's native type.</summary>
  8051.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  8052.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture to represent the number. </param>
  8053.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8054.             <param name="value">The object to convert. </param>
  8055.             <exception cref="T:System.Exception">value is not a valid value for the target type.</exception>
  8056.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  8057.         </member>
  8058.         <member name="M:System.ComponentModel.BaseNumberConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  8059.             <summary>Converts the specified object to another type.</summary>
  8060.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  8061.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture to represent the number. </param>
  8062.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8063.             <param name="destinationType">The type to convert the object to. </param>
  8064.             <param name="value">The object to convert. </param>
  8065.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  8066.             <exception cref="T:System.ArgumentNullException">destinationType is null.</exception>
  8067.         </member>
  8068.         <member name="T:System.ComponentModel.BindableAttribute">
  8069.             <summary>Specifies whether a member is typically used for binding. This class cannot be inherited.</summary>
  8070.         </member>
  8071.         <member name="M:System.ComponentModel.BindableAttribute.#ctor(System.ComponentModel.BindableSupport)">
  8072.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindableAttribute"></see> class with one of the <see cref="T:System.ComponentModel.BindableSupport"></see> values.</summary>
  8073.             <param name="flags">One of the <see cref="T:System.ComponentModel.BindableSupport"></see> values. </param>
  8074.         </member>
  8075.         <member name="M:System.ComponentModel.BindableAttribute.#ctor(System.Boolean)">
  8076.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindableAttribute"></see> class with a Boolean value.</summary>
  8077.             <param name="bindable">true to use property for binding; otherwise, false.</param>
  8078.         </member>
  8079.         <member name="M:System.ComponentModel.BindableAttribute.#ctor(System.ComponentModel.BindableSupport,System.ComponentModel.BindingDirection)">
  8080.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindableAttribute"></see> class.</summary>
  8081.             <param name="direction">One of the <see cref="T:System.ComponentModel.BindingDirection"></see> values.</param>
  8082.             <param name="flags">One of the <see cref="T:System.ComponentModel.BindableSupport"></see> values. </param>
  8083.         </member>
  8084.         <member name="M:System.ComponentModel.BindableAttribute.#ctor(System.Boolean,System.ComponentModel.BindingDirection)">
  8085.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindableAttribute"></see> class.</summary>
  8086.             <param name="bindable">true to use property for binding; otherwise, false.</param>
  8087.             <param name="direction">One of the <see cref="T:System.ComponentModel.BindingDirection"></see> values.</param>
  8088.         </member>
  8089.         <member name="F:System.ComponentModel.BindableAttribute.Default">
  8090.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.BindableAttribute"></see>, which is <see cref="F:System.ComponentModel.BindableAttribute.No"></see>. This field is read-only.</summary>
  8091.         </member>
  8092.         <member name="F:System.ComponentModel.BindableAttribute.No">
  8093.             <summary>Specifies that a property is not typically used for binding. This field is read-only.</summary>
  8094.         </member>
  8095.         <member name="F:System.ComponentModel.BindableAttribute.Yes">
  8096.             <summary>Specifies that a property is typically used for binding. This field is read-only.</summary>
  8097.         </member>
  8098.         <member name="M:System.ComponentModel.BindableAttribute.Equals(System.Object)">
  8099.             <summary>Determines whether two <see cref="T:System.ComponentModel.BindableAttribute"></see> objects are equal.</summary>
  8100.             <returns>true if the specified <see cref="T:System.ComponentModel.BindableAttribute"></see> is equal to the current <see cref="T:System.ComponentModel.BindableAttribute"></see>; false if it is not equal.</returns>
  8101.             <param name="obj">The object to compare.</param>
  8102.         </member>
  8103.         <member name="M:System.ComponentModel.BindableAttribute.GetHashCode">
  8104.             <summary>Serves as a hash function for the <see cref="T:System.ComponentModel.BindableAttribute"></see> class.</summary>
  8105.             <returns>A hash code for the current <see cref="T:System.ComponentModel.BindableAttribute"></see>.</returns>
  8106.         </member>
  8107.         <member name="M:System.ComponentModel.BindableAttribute.IsDefaultAttribute">
  8108.             <summary>Determines if this attribute is the default.</summary>
  8109.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  8110.         </member>
  8111.         <member name="P:System.ComponentModel.BindableAttribute.Bindable">
  8112.             <summary>Gets a value indicating that a property is typically used for binding.</summary>
  8113.             <returns>true if the property is typically used for binding; otherwise, false.</returns>
  8114.         </member>
  8115.         <member name="P:System.ComponentModel.BindableAttribute.Direction">
  8116.             <summary>Gets a value indicating the direction or directions of this property's data binding.</summary>
  8117.             <returns>A <see cref="T:System.ComponentModel.BindingDirection"></see>.</returns>
  8118.         </member>
  8119.         <member name="T:System.ComponentModel.BindableSupport">
  8120.             <summary>Specifies values to indicate whether a property can be bound to a data element or another property.</summary>
  8121.         </member>
  8122.         <member name="F:System.ComponentModel.BindableSupport.Default">
  8123.             <summary>The property is set to the default.</summary>
  8124.         </member>
  8125.         <member name="F:System.ComponentModel.BindableSupport.No">
  8126.             <summary>The property is not bindable at design time.</summary>
  8127.         </member>
  8128.         <member name="F:System.ComponentModel.BindableSupport.Yes">
  8129.             <summary>The property is bindable at design time.</summary>
  8130.         </member>
  8131.         <member name="T:System.ComponentModel.BindingDirection">
  8132.             <summary>Specifies whether the template can be bound one way or two ways.</summary>
  8133.         </member>
  8134.         <member name="F:System.ComponentModel.BindingDirection.OneWay">
  8135.             <summary>The template can only accept property values. Used with a generic <see cref="T:System.Web.UI.ITemplate"></see>.</summary>
  8136.         </member>
  8137.         <member name="F:System.ComponentModel.BindingDirection.TwoWay">
  8138.             <summary>The template can accept and expose property values. Used with an <see cref="T:System.Web.UI.IBindableTemplate"></see>.</summary>
  8139.         </member>
  8140.         <member name="T:System.ComponentModel.BindingList`1">
  8141.             <summary>Provides a generic collection that supports data binding.</summary>
  8142.         </member>
  8143.         <member name="M:System.ComponentModel.BindingList`1.#ctor">
  8144.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindingList`1"></see> class using default values.</summary>
  8145.         </member>
  8146.         <member name="M:System.ComponentModel.BindingList`1.#ctor(System.Collections.Generic.IList{`0})">
  8147.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BindingList`1"></see> class with the specified list.</summary>
  8148.             <param name="list">An <see cref="T:System.Collections.Generic.IList`1"></see> of items to be contained in the <see cref="T:System.ComponentModel.BindingList`1"></see>.</param>
  8149.         </member>
  8150.         <member name="E:System.ComponentModel.BindingList`1.AddingNew">
  8151.             <summary>Occurs before an item is added to the list.</summary>
  8152.         </member>
  8153.         <member name="E:System.ComponentModel.BindingList`1.ListChanged">
  8154.             <summary>Occurs when the list or an item in the list changes.</summary>
  8155.         </member>
  8156.         <member name="M:System.ComponentModel.BindingList`1.AddNew">
  8157.             <summary>Adds a new item to the collection.</summary>
  8158.             <returns>The item added to the list.</returns>
  8159.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Windows.Forms.BindingSource.AllowNew"></see> property is set to false. -or-A public default constructor could not be found for the current item type.</exception>
  8160.         </member>
  8161.         <member name="M:System.ComponentModel.BindingList`1.AddNewCore">
  8162.             <summary>Adds a new item to the end of the collection.</summary>
  8163.             <returns>The item that was added to the collection.</returns>
  8164.             <exception cref="T:System.InvalidCastException">The new item is not the same type as the objects contained in the <see cref="T:System.ComponentModel.BindingList`1"></see>.</exception>
  8165.         </member>
  8166.         <member name="M:System.ComponentModel.BindingList`1.ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
  8167.             <summary>Sorts the items if overridden in a derived class; otherwise, throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  8168.             <param name="prop">A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that specifies the property to sort on.</param>
  8169.             <param name="direction">One of the <see cref="T:System.ComponentModel.ListSortDirection"></see>  values.</param>
  8170.         </member>
  8171.         <member name="M:System.ComponentModel.BindingList`1.CancelNew(System.Int32)">
  8172.             <summary>Discards a pending new item.</summary>
  8173.             <param name="itemIndex">The index of the of the new item to be added </param>
  8174.         </member>
  8175.         <member name="M:System.ComponentModel.BindingList`1.ClearItems">
  8176.             <summary>Removes all elements from the collection.</summary>
  8177.         </member>
  8178.         <member name="M:System.ComponentModel.BindingList`1.EndNew(System.Int32)">
  8179.             <summary>Commits a pending new item to the collection.</summary>
  8180.             <param name="itemIndex">The index of the new item to be added.</param>
  8181.         </member>
  8182.         <member name="M:System.ComponentModel.BindingList`1.FindCore(System.ComponentModel.PropertyDescriptor,System.Object)">
  8183.             <summary>Searches for the index of the item that has the specified property descriptor with the specified value, if searching is implemented in a derived class; otherwise, a <see cref="T:System.NotSupportedException"></see>.</summary>
  8184.             <returns>The zero-based index of the item that matches the property descriptor and contains the specified value.</returns>
  8185.             <param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to search for.</param>
  8186.             <param name="key">The value of property to match.</param>
  8187.             <exception cref="T:System.NotSupportedException"><see cref="M:System.ComponentModel.BindingList`1.FindCore(System.ComponentModel.PropertyDescriptor,System.Object)"></see> is not overridden in a derived class.</exception>
  8188.         </member>
  8189.         <member name="M:System.ComponentModel.BindingList`1.InsertItem(System.Int32,`0)">
  8190.             <summary>Inserts the specified item in the list at the specified index.</summary>
  8191.             <param name="item">The item to insert in the list.</param>
  8192.             <param name="index">The zero-based index where the item is to be inserted.</param>
  8193.         </member>
  8194.         <member name="M:System.ComponentModel.BindingList`1.OnAddingNew(System.ComponentModel.AddingNewEventArgs)">
  8195.             <summary>Raises the <see cref="E:System.ComponentModel.BindingList`1.AddingNew"></see> event.</summary>
  8196.             <param name="e">An <see cref="T:System.ComponentModel.AddingNewEventArgs"></see> that contains the event data. </param>
  8197.         </member>
  8198.         <member name="M:System.ComponentModel.BindingList`1.OnListChanged(System.ComponentModel.ListChangedEventArgs)">
  8199.             <summary>Raises the <see cref="E:System.ComponentModel.BindingList`1.ListChanged"></see> event.</summary>
  8200.             <param name="e">A <see cref="T:System.ComponentModel.ListChangedEventArgs"></see> that contains the event data. </param>
  8201.         </member>
  8202.         <member name="M:System.ComponentModel.BindingList`1.RemoveItem(System.Int32)">
  8203.             <summary>Removes the item at the specified index.</summary>
  8204.             <param name="index">The zero-based index of the item to remove. </param>
  8205.         </member>
  8206.         <member name="M:System.ComponentModel.BindingList`1.RemoveSortCore">
  8207.             <summary>Removes any sort applied with <see cref="M:System.ComponentModel.BindingList`1.ApplySortCore(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)"></see> if sorting is implemented in a derived class; otherwise, raises <see cref="T:System.NotSupportedException"></see>.</summary>
  8208.         </member>
  8209.         <member name="M:System.ComponentModel.BindingList`1.ResetBindings">
  8210.             <summary>Raises a <see cref="E:System.ComponentModel.BindingList`1.ListChanged"></see> event of type <see cref="F:System.ComponentModel.ListChangedType.Reset"></see>.</summary>
  8211.         </member>
  8212.         <member name="M:System.ComponentModel.BindingList`1.ResetItem(System.Int32)">
  8213.             <summary>Raises a <see cref="E:System.ComponentModel.BindingList`1.ListChanged"></see> event of type <see cref="F:System.ComponentModel.ListChangedType.ItemChanged"></see> for the item at the specified position.</summary>
  8214.             <param name="position">A zero-based index of the item to be reset.</param>
  8215.         </member>
  8216.         <member name="M:System.ComponentModel.BindingList`1.SetItem(System.Int32,`0)">
  8217.             <summary>Replaces the item at the specified index with the specified item.</summary>
  8218.             <param name="item">The new value for the item at the specified index. The value can be null for reference types.</param>
  8219.             <param name="index">The zero-based index of the item to replace.</param>
  8220.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or-index is greater than <see cref="P:System.Collections.ObjectModel.Collection`1.Count"></see>.</exception>
  8221.         </member>
  8222.         <member name="M:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor)">
  8223.             <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor)"></see>.</summary>
  8224.             <param name="prop">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to add as a search criteria. </param>
  8225.         </member>
  8226.         <member name="M:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.AddNew">
  8227.             <summary>Adds a new item to the list. For more information, see <see cref="M:System.ComponentModel.IBindingList.AddNew"></see>.</summary>
  8228.             <returns>The item added to the list.</returns>
  8229.             <exception cref="T:System.NotSupportedException">This method is not supported. </exception>
  8230.         </member>
  8231.         <member name="M:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
  8232.             <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingListView.ApplySort(System.ComponentModel.ListSortDescriptionCollection)"></see>.</summary>
  8233.         </member>
  8234.         <member name="M:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)">
  8235.             <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)"></see>.</summary>
  8236.         </member>
  8237.         <member name="M:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor)">
  8238.             <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor)"></see>.</summary>
  8239.             <param name="prop">A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to remove from the indexes used for searching.</param>
  8240.         </member>
  8241.         <member name="M:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.RemoveSort">
  8242.             <summary>For a description of this member, see <see cref="M:System.ComponentModel.IBindingList.RemoveSort"></see></summary>
  8243.         </member>
  8244.         <member name="P:System.ComponentModel.BindingList`1.AllowEdit">
  8245.             <summary>Gets or sets a value indicating whether items in the list can be edited.</summary>
  8246.             <returns>true if list items can be edited; otherwise, false. The default is true.</returns>
  8247.         </member>
  8248.         <member name="P:System.ComponentModel.BindingList`1.AllowNew">
  8249.             <summary>Gets or sets a value indicating whether you can add items to the list using the <see cref="M:System.ComponentModel.BindingList`1.AddNew"></see> method.</summary>
  8250.             <returns>true if you can add items to the list with the <see cref="M:System.ComponentModel.BindingList`1.AddNew"></see> method; otherwise, false. The default depends on the underlying type contained in the list.</returns>
  8251.         </member>
  8252.         <member name="P:System.ComponentModel.BindingList`1.AllowRemove">
  8253.             <summary>Gets or sets a value indicating whether you can remove items from the collection. </summary>
  8254.             <returns>true if you can remove items from the list with the <see cref="M:System.ComponentModel.BindingList`1.RemoveItem(System.Int32)"></see> method otherwise, false. The default is true.</returns>
  8255.         </member>
  8256.         <member name="P:System.ComponentModel.BindingList`1.IsSortedCore">
  8257.             <summary>Gets a value indicating whether the list is sorted. </summary>
  8258.             <returns>true if the list is sorted; otherwise, false. The default is false.</returns>
  8259.         </member>
  8260.         <member name="P:System.ComponentModel.BindingList`1.RaiseListChangedEvents">
  8261.             <summary>Gets or sets a value indicating whether adding or removing items within the list raises <see cref="E:System.ComponentModel.BindingList`1.ListChanged"></see> events.</summary>
  8262.             <returns>true if adding or removing items raises <see cref="E:System.ComponentModel.BindingList`1.ListChanged"></see> events; otherwise, false. The default is true.</returns>
  8263.         </member>
  8264.         <member name="P:System.ComponentModel.BindingList`1.SortDirectionCore">
  8265.             <summary>Gets the direction the list is sorted.</summary>
  8266.             <returns>One of the <see cref="T:System.ComponentModel.ListSortDirection"></see> values. The default is <see cref="F:System.ComponentModel.ListSortDirection.Ascending"></see>. </returns>
  8267.         </member>
  8268.         <member name="P:System.ComponentModel.BindingList`1.SortPropertyCore">
  8269.             <summary>Gets the property descriptor that is used for sorting the list if sorting is implemented in a derived class; otherwise, returns null. </summary>
  8270.             <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> used for sorting the list.</returns>
  8271.         </member>
  8272.         <member name="P:System.ComponentModel.BindingList`1.SupportsChangeNotificationCore">
  8273.             <summary>Gets a value indicating whether <see cref="E:System.ComponentModel.BindingList`1.ListChanged"></see> events are enabled.</summary>
  8274.             <returns>true if <see cref="E:System.ComponentModel.BindingList`1.ListChanged"></see> events are supported; otherwise, false. The default is true.</returns>
  8275.         </member>
  8276.         <member name="P:System.ComponentModel.BindingList`1.SupportsSearchingCore">
  8277.             <summary>Gets a value indicating whether the list supports searching.</summary>
  8278.             <returns>true if the list supports searching; otherwise, false. The default is false.</returns>
  8279.         </member>
  8280.         <member name="P:System.ComponentModel.BindingList`1.SupportsSortingCore">
  8281.             <summary>Gets a value indicating whether the list supports sorting.</summary>
  8282.             <returns>true if the list supports sorting; otherwise, false. The default is false.</returns>
  8283.         </member>
  8284.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.AllowEdit">
  8285.             <summary>Gets a value indicating whether items in the list can be edited.</summary>
  8286.             <returns>true if list items can be edited; otherwise, false. The default is true.</returns>
  8287.         </member>
  8288.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.AllowNew">
  8289.             <summary>Gets a value indicating whether new items can be added to the list using the <see cref="M:System.ComponentModel.BindingList`1.AddNew"></see> method.</summary>
  8290.             <returns>true if you can add items to the list with the <see cref="M:System.ComponentModel.BindingList`1.AddNew"></see> method; otherwise, false. The default depends on the underlying type contained in the list.</returns>
  8291.         </member>
  8292.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.AllowRemove">
  8293.             <summary>Gets a value indicating whether items can be removed from the list.</summary>
  8294.             <returns>true if you can remove items from the list with the <see cref="M:System.ComponentModel.BindingList`1.RemoveItem(System.Int32)"></see> method; otherwise, false. The default is true.</returns>
  8295.         </member>
  8296.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.IsSorted">
  8297.             <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.IsSorted"></see>.</summary>
  8298.         </member>
  8299.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.SortDirection">
  8300.             <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortDirection"></see>.</summary>
  8301.         </member>
  8302.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.SortProperty">
  8303.             <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SortProperty"></see>.</summary>
  8304.         </member>
  8305.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.SupportsChangeNotification">
  8306.             <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsChangeNotification"></see>.</summary>
  8307.         </member>
  8308.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.SupportsSearching">
  8309.             <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSearching"></see>.</summary>
  8310.         </member>
  8311.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IBindingList.SupportsSorting">
  8312.             <summary>For a description of this member, see <see cref="P:System.ComponentModel.IBindingList.SupportsSorting"></see>.</summary>
  8313.         </member>
  8314.         <member name="P:System.ComponentModel.BindingList`1.System.ComponentModel.IRaiseItemChangedEvents.RaisesItemChangedEvents">
  8315.             <summary>Gets a value indicating whether item property value changes raise <see cref="E:System.ComponentModel.BindingList`1.ListChanged"></see> events of type <see cref="F:System.ComponentModel.ListChangedType.ItemChanged"></see>. This member cannot be overridden in a derived class.</summary>
  8316.             <returns>true if the list type implements <see cref="T:System.ComponentModel.INotifyPropertyChanged"></see>, otherwise, false. The default is false.</returns>
  8317.         </member>
  8318.         <member name="T:System.ComponentModel.BooleanConverter">
  8319.             <summary>Provides a type converter to convert <see cref="T:System.Boolean"></see> objects to and from various other representations.</summary>
  8320.         </member>
  8321.         <member name="M:System.ComponentModel.BooleanConverter.#ctor">
  8322.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BooleanConverter"></see> class. </summary>
  8323.         </member>
  8324.         <member name="M:System.ComponentModel.BooleanConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8325.             <summary>Gets a value indicating whether this converter can convert an object in the given source type to a Boolean object using the specified context.</summary>
  8326.             <returns>true if this object can perform the conversion; otherwise, false.</returns>
  8327.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8328.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you wish to convert from. </param>
  8329.         </member>
  8330.         <member name="M:System.ComponentModel.BooleanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  8331.             <summary>Converts the given value object to a Boolean object.</summary>
  8332.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  8333.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture to which to convert.</param>
  8334.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8335.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  8336.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  8337.             <exception cref="T:System.FormatException">value is not a valid value for the target type. </exception>
  8338.         </member>
  8339.         <member name="M:System.ComponentModel.BooleanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  8340.             <summary>Gets a collection of standard values for the Boolean data type.</summary>
  8341.             <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> that holds a standard set of valid values.</returns>
  8342.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8343.         </member>
  8344.         <member name="M:System.ComponentModel.BooleanConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  8345.             <summary>Gets a value indicating whether the list of standard values returned from the <see cref="M:System.ComponentModel.BooleanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> method is an exclusive list.</summary>
  8346.             <returns>true because the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> returned from <see cref="M:System.ComponentModel.BooleanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> is an exhaustive list of possible values. This method never returns false.</returns>
  8347.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8348.         </member>
  8349.         <member name="M:System.ComponentModel.BooleanConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  8350.             <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list.</summary>
  8351.             <returns>true because <see cref="M:System.ComponentModel.BooleanConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> can be called to find a common set of values the object supports. This method never returns false.</returns>
  8352.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8353.         </member>
  8354.         <member name="T:System.ComponentModel.BrowsableAttribute">
  8355.             <summary>Specifies whether a property or event should be displayed in a Properties window.</summary>
  8356.         </member>
  8357.         <member name="M:System.ComponentModel.BrowsableAttribute.#ctor(System.Boolean)">
  8358.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.BrowsableAttribute"></see> class.</summary>
  8359.             <param name="browsable">true if a property or event can be modified at design time; otherwise, false. The default is true. </param>
  8360.         </member>
  8361.         <member name="F:System.ComponentModel.BrowsableAttribute.Default">
  8362.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.BrowsableAttribute"></see>, which is <see cref="F:System.ComponentModel.BrowsableAttribute.Yes"></see>. This static field is read-only.</summary>
  8363.         </member>
  8364.         <member name="F:System.ComponentModel.BrowsableAttribute.No">
  8365.             <summary>Specifies that a property or event cannot be modified at design time. This static field is read-only.</summary>
  8366.         </member>
  8367.         <member name="F:System.ComponentModel.BrowsableAttribute.Yes">
  8368.             <summary>Specifies that a property or event can be modified at design time. This static field is read-only.</summary>
  8369.         </member>
  8370.         <member name="M:System.ComponentModel.BrowsableAttribute.Equals(System.Object)">
  8371.             <summary>Indicates whether this instance and a specified object are equal.</summary>
  8372.             <returns>true if obj is equal to this instance; otherwise, false.</returns>
  8373.             <param name="obj">Another object to compare to. </param>
  8374.         </member>
  8375.         <member name="M:System.ComponentModel.BrowsableAttribute.GetHashCode">
  8376.             <summary>Returns the hash code for this instance.</summary>
  8377.             <returns>A 32-bit signed integer hash code.</returns>
  8378.         </member>
  8379.         <member name="M:System.ComponentModel.BrowsableAttribute.IsDefaultAttribute">
  8380.             <summary>Determines if this attribute is the default.</summary>
  8381.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  8382.         </member>
  8383.         <member name="P:System.ComponentModel.BrowsableAttribute.Browsable">
  8384.             <summary>Gets a value indicating whether an object is browsable.</summary>
  8385.             <returns>true if the object is browsable; otherwise, false.</returns>
  8386.         </member>
  8387.         <member name="T:System.ComponentModel.ByteConverter">
  8388.             <summary>Provides a type converter to convert 8-bit unsigned integer objects to and from various other representations.</summary>
  8389.         </member>
  8390.         <member name="M:System.ComponentModel.ByteConverter.#ctor">
  8391.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ByteConverter"></see> class. </summary>
  8392.         </member>
  8393.         <member name="T:System.ComponentModel.CancelEventArgs">
  8394.             <summary>Provides data for a cancelable event.</summary>
  8395.         </member>
  8396.         <member name="M:System.ComponentModel.CancelEventArgs.#ctor">
  8397.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CancelEventArgs"></see> class with the <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"></see> property set to false.</summary>
  8398.         </member>
  8399.         <member name="M:System.ComponentModel.CancelEventArgs.#ctor(System.Boolean)">
  8400.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CancelEventArgs"></see> class with the <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"></see> property set to the given value.</summary>
  8401.             <param name="cancel">true to cancel the event; otherwise, false. </param>
  8402.         </member>
  8403.         <member name="P:System.ComponentModel.CancelEventArgs.Cancel">
  8404.             <summary>Gets or sets a value indicating whether the event should be canceled.</summary>
  8405.             <returns>true if the event should be canceled; otherwise, false.</returns>
  8406.         </member>
  8407.         <member name="T:System.ComponentModel.CancelEventHandler">
  8408.             <summary>Represents the method that handles a cancelable event.</summary>
  8409.         </member>
  8410.         <member name="T:System.ComponentModel.CategoryAttribute">
  8411.             <summary>Specifies the name of the category in which to group the property or event when displayed in a <see cref="T:System.Windows.Forms.PropertyGrid"></see> control set to Categorized mode.</summary>
  8412.         </member>
  8413.         <member name="M:System.ComponentModel.CategoryAttribute.#ctor">
  8414.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CategoryAttribute"></see> class using the category name Default.</summary>
  8415.         </member>
  8416.         <member name="M:System.ComponentModel.CategoryAttribute.#ctor(System.String)">
  8417.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CategoryAttribute"></see> class using the specified category name.</summary>
  8418.             <param name="category">The name of the category. </param>
  8419.         </member>
  8420.         <member name="M:System.ComponentModel.CategoryAttribute.Equals(System.Object)">
  8421.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.CategoryAttribute"></see>..</summary>
  8422.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  8423.             <param name="obj">The object to test the value equality of. </param>
  8424.         </member>
  8425.         <member name="M:System.ComponentModel.CategoryAttribute.GetHashCode">
  8426.             <summary>Returns the hash code for this attribute.</summary>
  8427.             <returns>A 32-bit signed integer hash code.</returns>
  8428.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8429.         </member>
  8430.         <member name="M:System.ComponentModel.CategoryAttribute.GetLocalizedString(System.String)">
  8431.             <summary>Looks up the localized name of the specified category.</summary>
  8432.             <returns>The localized name of the category, or null if a localized name does not exist.</returns>
  8433.             <param name="value">The identifer for the category to look up. </param>
  8434.         </member>
  8435.         <member name="M:System.ComponentModel.CategoryAttribute.IsDefaultAttribute">
  8436.             <summary>Determines if this attribute is the default.</summary>
  8437.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  8438.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8439.         </member>
  8440.         <member name="P:System.ComponentModel.CategoryAttribute.Action">
  8441.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Action category.</summary>
  8442.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the action category.</returns>
  8443.         </member>
  8444.         <member name="P:System.ComponentModel.CategoryAttribute.Appearance">
  8445.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Appearance category.</summary>
  8446.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the appearance category.</returns>
  8447.         </member>
  8448.         <member name="P:System.ComponentModel.CategoryAttribute.Asynchronous">
  8449.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Asynchronous category.</summary>
  8450.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the asynchronous category.</returns>
  8451.         </member>
  8452.         <member name="P:System.ComponentModel.CategoryAttribute.Behavior">
  8453.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Behavior category.</summary>
  8454.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the behavior category.</returns>
  8455.         </member>
  8456.         <member name="P:System.ComponentModel.CategoryAttribute.Category">
  8457.             <summary>Gets the name of the category for the property or event that this attribute is applied to.</summary>
  8458.             <returns>The name of the category for the property or event that this attribute is applied to.</returns>
  8459.         </member>
  8460.         <member name="P:System.ComponentModel.CategoryAttribute.Data">
  8461.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Data category.</summary>
  8462.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the data category.</returns>
  8463.         </member>
  8464.         <member name="P:System.ComponentModel.CategoryAttribute.Default">
  8465.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Default category.</summary>
  8466.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the default category.</returns>
  8467.         </member>
  8468.         <member name="P:System.ComponentModel.CategoryAttribute.Design">
  8469.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Design category.</summary>
  8470.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the design category.</returns>
  8471.         </member>
  8472.         <member name="P:System.ComponentModel.CategoryAttribute.DragDrop">
  8473.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the DragDrop category.</summary>
  8474.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the drag-and-drop category.</returns>
  8475.         </member>
  8476.         <member name="P:System.ComponentModel.CategoryAttribute.Focus">
  8477.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Focus category.</summary>
  8478.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the focus category.</returns>
  8479.         </member>
  8480.         <member name="P:System.ComponentModel.CategoryAttribute.Format">
  8481.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Format category.</summary>
  8482.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the format category.</returns>
  8483.         </member>
  8484.         <member name="P:System.ComponentModel.CategoryAttribute.Key">
  8485.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Key category.</summary>
  8486.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the key category.</returns>
  8487.         </member>
  8488.         <member name="P:System.ComponentModel.CategoryAttribute.Layout">
  8489.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Layout category.</summary>
  8490.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the layout category.</returns>
  8491.         </member>
  8492.         <member name="P:System.ComponentModel.CategoryAttribute.Mouse">
  8493.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the Mouse category.</summary>
  8494.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the mouse category.</returns>
  8495.         </member>
  8496.         <member name="P:System.ComponentModel.CategoryAttribute.WindowStyle">
  8497.             <summary>Gets a <see cref="T:System.ComponentModel.CategoryAttribute"></see> representing the WindowStyle category.</summary>
  8498.             <returns>A <see cref="T:System.ComponentModel.CategoryAttribute"></see> for the window style category.</returns>
  8499.         </member>
  8500.         <member name="T:System.ComponentModel.CharConverter">
  8501.             <summary>Provides a type converter to convert Unicode character objects to and from various other representations.</summary>
  8502.         </member>
  8503.         <member name="M:System.ComponentModel.CharConverter.#ctor">
  8504.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CharConverter"></see> class. </summary>
  8505.         </member>
  8506.         <member name="M:System.ComponentModel.CharConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8507.             <summary>Gets a value indicating whether this converter can convert an object in the given source type to a Unicode character object using the specified context.</summary>
  8508.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  8509.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8510.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you want to convert from. </param>
  8511.         </member>
  8512.         <member name="M:System.ComponentModel.CharConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  8513.             <summary>Converts the given object to a Unicode character object.</summary>
  8514.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  8515.             <param name="culture">The culture into which value will be converted.</param>
  8516.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8517.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  8518.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  8519.             <exception cref="T:System.FormatException">value is not a valid value for the target type. </exception>
  8520.         </member>
  8521.         <member name="M:System.ComponentModel.CharConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  8522.             <summary>Converts the given value object to a Unicode character object using the arguments.</summary>
  8523.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  8524.             <param name="culture">The culture into which value will be converted.</param>
  8525.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8526.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value to. </param>
  8527.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  8528.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  8529.         </member>
  8530.         <member name="T:System.ComponentModel.CollectionChangeAction">
  8531.             <summary>Specifies how the collection is changed.</summary>
  8532.         </member>
  8533.         <member name="F:System.ComponentModel.CollectionChangeAction.Add">
  8534.             <summary>Specifies that an element was added to the collection.</summary>
  8535.         </member>
  8536.         <member name="F:System.ComponentModel.CollectionChangeAction.Refresh">
  8537.             <summary>Specifies that the entire collection has changed. This is caused by using methods that manipulate the entire collection, such as <see cref="M:System.Collections.CollectionBase.Clear"></see>.</summary>
  8538.         </member>
  8539.         <member name="F:System.ComponentModel.CollectionChangeAction.Remove">
  8540.             <summary>Specifies that an element was removed from the collection.</summary>
  8541.         </member>
  8542.         <member name="T:System.ComponentModel.CollectionChangeEventArgs">
  8543.             <summary>Provides data for the <see cref="E:System.Data.DataColumnCollection.CollectionChanged"></see> event.</summary>
  8544.         </member>
  8545.         <member name="M:System.ComponentModel.CollectionChangeEventArgs.#ctor(System.ComponentModel.CollectionChangeAction,System.Object)">
  8546.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CollectionChangeEventArgs"></see> class.</summary>
  8547.             <param name="element">An <see cref="T:System.Object"></see> that specifies the instance of the collection where the change occurred. </param>
  8548.             <param name="action">One of the <see cref="T:System.ComponentModel.CollectionChangeAction"></see> values that specifies how the collection changed. </param>
  8549.         </member>
  8550.         <member name="P:System.ComponentModel.CollectionChangeEventArgs.Action">
  8551.             <summary>Gets an action that specifies how the collection changed.</summary>
  8552.             <returns>One of the <see cref="T:System.ComponentModel.CollectionChangeAction"></see> values.</returns>
  8553.         </member>
  8554.         <member name="P:System.ComponentModel.CollectionChangeEventArgs.Element">
  8555.             <summary>Gets the instance of the collection with the change.</summary>
  8556.             <returns>An <see cref="T:System.Object"></see> that represents the instance of the collection with the change, or null if you refresh the collection.</returns>
  8557.         </member>
  8558.         <member name="T:System.ComponentModel.CollectionChangeEventHandler">
  8559.             <summary>Represents the method that handles the <see cref="E:System.Data.DataColumnCollection.CollectionChanged"></see> event raised when adding elements to or removing elements from a collection.</summary>
  8560.         </member>
  8561.         <member name="T:System.ComponentModel.CollectionConverter">
  8562.             <summary>Provides a type converter to convert collection objects to and from various other representations.</summary>
  8563.         </member>
  8564.         <member name="M:System.ComponentModel.CollectionConverter.#ctor">
  8565.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CollectionConverter"></see> class. </summary>
  8566.         </member>
  8567.         <member name="M:System.ComponentModel.CollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  8568.             <summary>Converts the given value object to the specified destination type.</summary>
  8569.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  8570.             <param name="culture">The culture to which value will be converted.</param>
  8571.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8572.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value to. </param>
  8573.             <param name="value">The <see cref="T:System.Object"></see> to convert. This parameter must inherit from <see cref="T:System.Collections.ICollection"></see>. </param>
  8574.             <exception cref="T:System.ArgumentNullException">destinationType is null. </exception>
  8575.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  8576.         </member>
  8577.         <member name="M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  8578.             <summary>Gets a collection of properties for the type of array specified by the value parameter using the specified context and attributes.</summary>
  8579.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that are exposed for this data type, or null if there are no properties. This method always returns null.</returns>
  8580.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8581.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that will be used as a filter. </param>
  8582.             <param name="value">An <see cref="T:System.Object"></see> that specifies the type of array to get the properties for. </param>
  8583.         </member>
  8584.         <member name="M:System.ComponentModel.CollectionConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  8585.             <summary>Gets a value indicating whether this object supports properties.</summary>
  8586.             <returns>false because <see cref="M:System.ComponentModel.CollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])"></see> should not be called to find the properties of this object. This method never returns true.</returns>
  8587.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8588.         </member>
  8589.         <member name="T:System.ComponentModel.ComplexBindingPropertiesAttribute">
  8590.             <summary>Specifies the data source and data member properties for a component that supports complex data binding. This class cannot be inherited.</summary>
  8591.         </member>
  8592.         <member name="M:System.ComponentModel.ComplexBindingPropertiesAttribute.#ctor">
  8593.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> class using no parameters. </summary>
  8594.         </member>
  8595.         <member name="M:System.ComponentModel.ComplexBindingPropertiesAttribute.#ctor(System.String)">
  8596.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> class using the specified data source. </summary>
  8597.             <param name="dataSource">The name of the property to be used as the data source.</param>
  8598.         </member>
  8599.         <member name="M:System.ComponentModel.ComplexBindingPropertiesAttribute.#ctor(System.String,System.String)">
  8600.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> class using the specified data source and data member. </summary>
  8601.             <param name="dataSource">The name of the property to be used as the data source.</param>
  8602.             <param name="dataMember">The name of the property to be used as the source for data.</param>
  8603.         </member>
  8604.         <member name="F:System.ComponentModel.ComplexBindingPropertiesAttribute.Default">
  8605.             <summary>Represents the default value for the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> class.</summary>
  8606.         </member>
  8607.         <member name="M:System.ComponentModel.ComplexBindingPropertiesAttribute.Equals(System.Object)">
  8608.             <summary>Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> instance. </summary>
  8609.             <returns>true if the object is equal to the current instance; otherwise, false, indicating they are not equal.</returns>
  8610.             <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> instance </param>
  8611.         </member>
  8612.         <member name="P:System.ComponentModel.ComplexBindingPropertiesAttribute.DataMember">
  8613.             <summary>Gets the name of the data member property for the component to which the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> is bound.</summary>
  8614.             <returns>The name of the data member property for the component to which <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> is bound</returns>
  8615.         </member>
  8616.         <member name="P:System.ComponentModel.ComplexBindingPropertiesAttribute.DataSource">
  8617.             <summary>Gets the name of the data source property for the component to which the <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> is bound.</summary>
  8618.             <returns>The name of the data source property for the component to which <see cref="T:System.ComponentModel.ComplexBindingPropertiesAttribute"></see> is bound.</returns>
  8619.         </member>
  8620.         <member name="T:System.ComponentModel.Component">
  8621.             <summary>Provides the base implementation for the <see cref="T:System.ComponentModel.IComponent"></see> interface and enables object sharing between applications.</summary>
  8622.         </member>
  8623.         <member name="M:System.ComponentModel.Component.#ctor">
  8624.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Component"></see> class. </summary>
  8625.         </member>
  8626.         <member name="E:System.ComponentModel.Component.Disposed">
  8627.             <summary>Adds an event handler to listen to the <see cref="E:System.ComponentModel.Component.Disposed"></see> event on the component.</summary>
  8628.         </member>
  8629.         <member name="M:System.ComponentModel.Component.Dispose">
  8630.             <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Component"></see>.</summary>
  8631.         </member>
  8632.         <member name="M:System.ComponentModel.Component.Dispose(System.Boolean)">
  8633.             <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Component"></see> and optionally releases the managed resources.</summary>
  8634.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  8635.         </member>
  8636.         <member name="M:System.ComponentModel.Component.Finalize">
  8637.             <summary>Releases unmanaged resources and performs other cleanup operations before the <see cref="T:System.ComponentModel.Component"></see> is reclaimed by garbage collection.</summary>
  8638.         </member>
  8639.         <member name="M:System.ComponentModel.Component.GetService(System.Type)">
  8640.             <summary>Returns an object that represents a service provided by the <see cref="T:System.ComponentModel.Component"></see> or by its <see cref="T:System.ComponentModel.Container"></see>.</summary>
  8641.             <returns>An <see cref="T:System.Object"></see> that represents a service provided by the <see cref="T:System.ComponentModel.Component"></see>, or null if the <see cref="T:System.ComponentModel.Component"></see> does not provide the specified service.</returns>
  8642.             <param name="service">A service provided by the <see cref="T:System.ComponentModel.Component"></see>. </param>
  8643.         </member>
  8644.         <member name="M:System.ComponentModel.Component.ToString">
  8645.             <summary>Returns a <see cref="T:System.String"></see> containing the name of the <see cref="T:System.ComponentModel.Component"></see>, if any. This method should not be overridden.</summary>
  8646.             <returns>A <see cref="T:System.String"></see> containing the name of the <see cref="T:System.ComponentModel.Component"></see>, if any, or null if the <see cref="T:System.ComponentModel.Component"></see> is unnamed.</returns>
  8647.         </member>
  8648.         <member name="P:System.ComponentModel.Component.CanRaiseEvents">
  8649.             <summary>Gets a value indicating whether the component can raise an event.</summary>
  8650.             <returns>true if the component can raise events; otherwise, false. The default is true.</returns>
  8651.         </member>
  8652.         <member name="P:System.ComponentModel.Component.Container">
  8653.             <summary>Gets the <see cref="T:System.ComponentModel.IContainer"></see> that contains the <see cref="T:System.ComponentModel.Component"></see>.</summary>
  8654.             <returns>The <see cref="T:System.ComponentModel.IContainer"></see> that contains the <see cref="T:System.ComponentModel.Component"></see>, if any, or null if the <see cref="T:System.ComponentModel.Component"></see> is not encapsulated in an <see cref="T:System.ComponentModel.IContainer"></see>.</returns>
  8655.         </member>
  8656.         <member name="P:System.ComponentModel.Component.DesignMode">
  8657.             <summary>Gets a value that indicates whether the <see cref="T:System.ComponentModel.Component"></see> is currently in design mode.</summary>
  8658.             <returns>true if the <see cref="T:System.ComponentModel.Component"></see> is in design mode; otherwise, false.</returns>
  8659.         </member>
  8660.         <member name="P:System.ComponentModel.Component.Events">
  8661.             <summary>Gets the list of event handlers that are attached to this <see cref="T:System.ComponentModel.Component"></see>.</summary>
  8662.             <returns>An <see cref="T:System.ComponentModel.EventHandlerList"></see> that provides the delegates for this component.</returns>
  8663.         </member>
  8664.         <member name="P:System.ComponentModel.Component.Site">
  8665.             <summary>Gets or sets the <see cref="T:System.ComponentModel.ISite"></see> of the <see cref="T:System.ComponentModel.Component"></see>.</summary>
  8666.             <returns>The <see cref="T:System.ComponentModel.ISite"></see> associated with the <see cref="T:System.ComponentModel.Component"></see>, if any. null if the <see cref="T:System.ComponentModel.Component"></see> is not encapsulated in an <see cref="T:System.ComponentModel.IContainer"></see>, the <see cref="T:System.ComponentModel.Component"></see> does not have an <see cref="T:System.ComponentModel.ISite"></see> associated with it, or the <see cref="T:System.ComponentModel.Component"></see> is removed from its <see cref="T:System.ComponentModel.IContainer"></see>.</returns>
  8667.         </member>
  8668.         <member name="T:System.ComponentModel.ComponentCollection">
  8669.             <summary>Provides a read-only container for a collection of <see cref="T:System.ComponentModel.IComponent"></see> objects.</summary>
  8670.         </member>
  8671.         <member name="M:System.ComponentModel.ComponentCollection.#ctor(System.ComponentModel.IComponent[])">
  8672.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComponentCollection"></see> class using the specified array of components.</summary>
  8673.             <param name="components">An array of <see cref="T:System.ComponentModel.IComponent"></see> objects to initialize the collection with. </param>
  8674.         </member>
  8675.         <member name="M:System.ComponentModel.ComponentCollection.CopyTo(System.ComponentModel.IComponent[],System.Int32)">
  8676.             <summary>Copies the entire collection to an array, starting writing at the specified array index.</summary>
  8677.             <param name="array">An <see cref="T:System.ComponentModel.IComponent"></see> array to copy the objects in the collection to. </param>
  8678.             <param name="index">The index of the array at which copying to should begin. </param>
  8679.         </member>
  8680.         <member name="P:System.ComponentModel.ComponentCollection.Item(System.Int32)">
  8681.             <summary>Gets the <see cref="T:System.ComponentModel.Component"></see> in the collection at the specified collection index.</summary>
  8682.             <returns>The <see cref="T:System.ComponentModel.IComponent"></see> at the specified index.</returns>
  8683.             <param name="index">The collection index of the <see cref="T:System.ComponentModel.Component"></see> to get. </param>
  8684.             <exception cref="T:System.ArgumentOutOfRangeException">If the specified index is not within the index range of the collection. </exception>
  8685.         </member>
  8686.         <member name="P:System.ComponentModel.ComponentCollection.Item(System.String)">
  8687.             <summary>Gets any component in the collection matching the specified name.</summary>
  8688.             <returns>A component with a name matching the name specified by the name parameter, or null if the named component cannot be found in the collection.</returns>
  8689.             <param name="name">The name of the <see cref="T:System.ComponentModel.IComponent"></see> to get. </param>
  8690.         </member>
  8691.         <member name="T:System.ComponentModel.ComponentConverter">
  8692.             <summary>Provides a type converter to convert components to and from various other representations.</summary>
  8693.         </member>
  8694.         <member name="M:System.ComponentModel.ComponentConverter.#ctor(System.Type)">
  8695.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComponentConverter"></see> class.</summary>
  8696.             <param name="type">A <see cref="T:System.Type"></see> that represents the type to associate with this component converter. </param>
  8697.         </member>
  8698.         <member name="M:System.ComponentModel.ComponentConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  8699.             <summary>Gets a collection of properties for the type of component specified by the value parameter.</summary>
  8700.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that are exposed for the component, or null if there are no properties.</returns>
  8701.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8702.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that will be used as a filter. </param>
  8703.             <param name="value">An <see cref="T:System.Object"></see> that specifies the type of component to get the properties for. </param>
  8704.         </member>
  8705.         <member name="M:System.ComponentModel.ComponentConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  8706.             <summary>Gets a value indicating whether this object supports properties using the specified context.</summary>
  8707.             <returns>true because <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)"></see> should be called to find the properties of this object. This method never returns false.</returns>
  8708.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8709.         </member>
  8710.         <member name="T:System.ComponentModel.ComponentEditor">
  8711.             <summary>Provides the base class for a custom component editor.</summary>
  8712.         </member>
  8713.         <member name="M:System.ComponentModel.ComponentEditor.#ctor">
  8714.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComponentEditor"></see> class. </summary>
  8715.         </member>
  8716.         <member name="M:System.ComponentModel.ComponentEditor.EditComponent(System.Object)">
  8717.             <summary>Edits the component and returns a value indicating whether the component was modified.</summary>
  8718.             <returns>true if the component was modified; otherwise, false.</returns>
  8719.             <param name="component">The component to be edited. </param>
  8720.         </member>
  8721.         <member name="M:System.ComponentModel.ComponentEditor.EditComponent(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  8722.             <summary>Edits the component and returns a value indicating whether the component was modified based upon a given context.</summary>
  8723.             <returns>true if the component was modified; otherwise, false.</returns>
  8724.             <param name="context">An optional context object that can be used to obtain further information about the edit. </param>
  8725.             <param name="component">The component to be edited. </param>
  8726.         </member>
  8727.         <member name="T:System.ComponentModel.ComponentResourceManager">
  8728.             <summary>Provides simple functionality for enumerating resources for a component or object. The <see cref="T:System.ComponentModel.ComponentResourceManager"></see> class is a <see cref="T:System.Resources.ResourceManager"></see>.</summary>
  8729.         </member>
  8730.         <member name="M:System.ComponentModel.ComponentResourceManager.#ctor">
  8731.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ComponentResourceManager"></see> class with default values.</summary>
  8732.         </member>
  8733.         <member name="M:System.ComponentModel.ComponentResourceManager.#ctor(System.Type)">
  8734.             <summary>Creates a <see cref="T:System.ComponentModel.ComponentResourceManager"></see> that looks up resources in satellite assemblies based on information from the specified <see cref="T:System.Type"></see>.</summary>
  8735.             <param name="t">A <see cref="T:System.Type"></see> from which the <see cref="T:System.ComponentModel.ComponentResourceManager"></see> derives all information for finding resource files. </param>
  8736.         </member>
  8737.         <member name="M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String)">
  8738.             <summary>Applies a resource's value to the corresponding property of the object.</summary>
  8739.             <param name="value">An <see cref="T:System.Object"></see> that contains the property value to be applied. </param>
  8740.             <param name="objectName">A <see cref="T:System.String"></see> that contains the name of the object to look up in the resources. </param>
  8741.             <exception cref="T:System.ArgumentNullException">value or objectName is null.</exception>
  8742.         </member>
  8743.         <member name="M:System.ComponentModel.ComponentResourceManager.ApplyResources(System.Object,System.String,System.Globalization.CultureInfo)">
  8744.             <summary>Applies a resource's value to the corresponding property of the object.</summary>
  8745.             <param name="culture">The culture for which to apply resources.</param>
  8746.             <param name="value">An <see cref="T:System.Object"></see> that contains the property value to be applied. </param>
  8747.             <param name="objectName">A <see cref="T:System.String"></see> that contains the name of the object to look up in the resources.</param>
  8748.             <exception cref="T:System.ArgumentNullException">value or objectName is null.</exception>
  8749.         </member>
  8750.         <member name="T:System.ComponentModel.Container">
  8751.             <summary>Encapsulates zero or more components.</summary>
  8752.         </member>
  8753.         <member name="M:System.ComponentModel.Container.#ctor">
  8754.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Container"></see> class. </summary>
  8755.         </member>
  8756.         <member name="M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent)">
  8757.             <summary>Adds the specified <see cref="T:System.ComponentModel.Component"></see> to the <see cref="T:System.ComponentModel.Container"></see>. The component is unnamed.</summary>
  8758.             <param name="component">The component to add. </param>
  8759.             <exception cref="T:System.ArgumentNullException">component is null.</exception>
  8760.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  8761.         </member>
  8762.         <member name="M:System.ComponentModel.Container.Add(System.ComponentModel.IComponent,System.String)">
  8763.             <summary>Adds the specified <see cref="T:System.ComponentModel.Component"></see> to the <see cref="T:System.ComponentModel.Container"></see> and assigns it a name.</summary>
  8764.             <param name="name">The unique, case-insensitive name to assign to the component.-or- null, which leaves the component unnamed. </param>
  8765.             <param name="component">The component to add. </param>
  8766.             <exception cref="T:System.ArgumentNullException">component is null.</exception>
  8767.             <exception cref="T:System.ArgumentException">name is not unique.</exception>
  8768.         </member>
  8769.         <member name="M:System.ComponentModel.Container.CreateSite(System.ComponentModel.IComponent,System.String)">
  8770.             <summary>Creates a site <see cref="T:System.ComponentModel.ISite"></see> for the given <see cref="T:System.ComponentModel.IComponent"></see> and assigns the given name to the site.</summary>
  8771.             <returns>The newly created site.</returns>
  8772.             <param name="name">The name to assign to component, or null to skip the name assignment. </param>
  8773.             <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to create a site for. </param>
  8774.         </member>
  8775.         <member name="M:System.ComponentModel.Container.Dispose">
  8776.             <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Container"></see>.</summary>
  8777.         </member>
  8778.         <member name="M:System.ComponentModel.Container.Dispose(System.Boolean)">
  8779.             <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Container"></see>, and optionally releases the managed resources.</summary>
  8780.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  8781.         </member>
  8782.         <member name="M:System.ComponentModel.Container.Finalize">
  8783.             <summary>Releases unmanaged resources and performs other cleanup operations before the <see cref="T:System.ComponentModel.Container"></see> is reclaimed by garbage collection.</summary>
  8784.         </member>
  8785.         <member name="M:System.ComponentModel.Container.GetService(System.Type)">
  8786.             <summary>Gets the service object of the specified type, if it is available.</summary>
  8787.             <returns>An <see cref="T:System.Object"></see> implementing the requested service, or null if the service cannot be resolved.</returns>
  8788.             <param name="service">The <see cref="T:System.Type"></see> of the service to retrieve. </param>
  8789.         </member>
  8790.         <member name="M:System.ComponentModel.Container.Remove(System.ComponentModel.IComponent)">
  8791.             <summary>Removes a component from the <see cref="T:System.ComponentModel.Container"></see>.</summary>
  8792.             <param name="component">The component to remove. </param>
  8793.         </member>
  8794.         <member name="M:System.ComponentModel.Container.RemoveWithoutUnsiting(System.ComponentModel.IComponent)">
  8795.             <summary>Removes a component from the <see cref="T:System.ComponentModel.Container"></see> without setting <see cref="P:System.ComponentModel.IComponent.Site"></see> to null.</summary>
  8796.             <param name="component">The component to remove.</param>
  8797.         </member>
  8798.         <member name="M:System.ComponentModel.Container.ValidateName(System.ComponentModel.IComponent,System.String)">
  8799.             <summary>Determines whether the component name is unique for this container.</summary>
  8800.             <param name="name">The component name to validate.</param>
  8801.             <param name="component">The named component.</param>
  8802.             <exception cref="T:System.ArgumentNullException">component is null.</exception>
  8803.             <exception cref="T:System.ArgumentException">name is not unique.</exception>
  8804.         </member>
  8805.         <member name="P:System.ComponentModel.Container.Components">
  8806.             <summary>Gets all the components in the <see cref="T:System.ComponentModel.Container"></see>.</summary>
  8807.             <returns>A collection that contains the components in the <see cref="T:System.ComponentModel.Container"></see>.</returns>
  8808.         </member>
  8809.         <member name="T:System.ComponentModel.ContainerFilterService">
  8810.             <summary>Provides a base class for the container filter service.</summary>
  8811.         </member>
  8812.         <member name="M:System.ComponentModel.ContainerFilterService.#ctor">
  8813.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ContainerFilterService"></see> class.</summary>
  8814.         </member>
  8815.         <member name="M:System.ComponentModel.ContainerFilterService.FilterComponents(System.ComponentModel.ComponentCollection)">
  8816.             <summary>Filters the component collection.</summary>
  8817.             <returns>A <see cref="T:System.ComponentModel.ComponentCollection"></see> that represents a modified collection.</returns>
  8818.             <param name="components">The component collection to filter.</param>
  8819.         </member>
  8820.         <member name="T:System.ComponentModel.CultureInfoConverter">
  8821.             <summary>Provides a type converter to convert <see cref="T:System.Globalization.CultureInfo"></see> objects to and from various other representations.</summary>
  8822.         </member>
  8823.         <member name="M:System.ComponentModel.CultureInfoConverter.#ctor">
  8824.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CultureInfoConverter"></see> class.</summary>
  8825.         </member>
  8826.         <member name="M:System.ComponentModel.CultureInfoConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8827.             <summary>Gets a value indicating whether this converter can convert an object in the given source type to a <see cref="T:System.Globalization.CultureInfo"></see> using the specified context.</summary>
  8828.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  8829.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8830.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you wish to convert from. </param>
  8831.         </member>
  8832.         <member name="M:System.ComponentModel.CultureInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  8833.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  8834.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  8835.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8836.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you wish to convert to. </param>
  8837.         </member>
  8838.         <member name="M:System.ComponentModel.CultureInfoConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  8839.             <summary>Converts the specified value object to a <see cref="T:System.Globalization.CultureInfo"></see>.</summary>
  8840.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  8841.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture to which to convert.</param>
  8842.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  8843.             <param name="value">The <see cref="T:System.Object"></see> to convert.</param>
  8844.             <exception cref="T:System.ArgumentException">value specifies a culture that is not valid. </exception>
  8845.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  8846.         </member>
  8847.         <member name="M:System.ComponentModel.CultureInfoConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  8848.             <summary>Converts the given value object to the specified destination type.</summary>
  8849.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  8850.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture to which to convert.</param>
  8851.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8852.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value to. </param>
  8853.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  8854.             <exception cref="T:System.ArgumentNullException">destinationType is null. </exception>
  8855.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  8856.         </member>
  8857.         <member name="M:System.ComponentModel.CultureInfoConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  8858.             <summary>Gets a collection of standard values for a <see cref="T:System.Globalization.CultureInfo"></see> object using the specified context.</summary>
  8859.             <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> containing a standard set of valid values, or null if the data type does not support a standard set of values.</returns>
  8860.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8861.         </member>
  8862.         <member name="M:System.ComponentModel.CultureInfoConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  8863.             <summary>Gets a value indicating whether the list of standard values returned from <see cref="M:System.ComponentModel.CultureInfoConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> is an exhaustive list.</summary>
  8864.             <returns>false because the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> returned from <see cref="M:System.ComponentModel.CultureInfoConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> is not an exhaustive list of possible values (that is, other values are possible). This method never returns true.</returns>
  8865.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8866.         </member>
  8867.         <member name="M:System.ComponentModel.CultureInfoConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  8868.             <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list using the specified context.</summary>
  8869.             <returns>true because <see cref="M:System.ComponentModel.CultureInfoConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> should be called to find a common set of values the object supports. This method never returns false.</returns>
  8870.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  8871.         </member>
  8872.         <member name="T:System.ComponentModel.CustomTypeDescriptor">
  8873.             <summary>Provides a simple default implementation of the <see cref="T:System.ComponentModel.ICustomTypeDescriptor"></see> interface.</summary>
  8874.         </member>
  8875.         <member name="M:System.ComponentModel.CustomTypeDescriptor.#ctor">
  8876.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CustomTypeDescriptor"></see> class.</summary>
  8877.         </member>
  8878.         <member name="M:System.ComponentModel.CustomTypeDescriptor.#ctor(System.ComponentModel.ICustomTypeDescriptor)">
  8879.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.CustomTypeDescriptor"></see> class using a parent custom type descriptor.</summary>
  8880.             <param name="parent">The parent custom type descriptor.</param>
  8881.         </member>
  8882.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetAttributes">
  8883.             <summary>Returns a collection of custom attributes for the type represented by this type descriptor.</summary>
  8884.             <returns>An <see cref="T:System.ComponentModel.AttributeCollection"></see> containing the attributes for the type. The default is <see cref="F:System.ComponentModel.AttributeCollection.Empty"></see>.</returns>
  8885.         </member>
  8886.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetClassName">
  8887.             <summary>Returns the fully qualified name of the class represented by this type descriptor.</summary>
  8888.             <returns>A <see cref="T:System.String"></see> containing the fully qualified class name of the type this type descriptor is describing. The default is null.</returns>
  8889.         </member>
  8890.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetComponentName">
  8891.             <summary>Returns the name of the class represented by this type descriptor.</summary>
  8892.             <returns>A <see cref="T:System.String"></see> containing the name of the component instance this type descriptor is describing. The default is null.</returns>
  8893.         </member>
  8894.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetConverter">
  8895.             <summary>Returns a type converter for the type represented by this type descriptor.</summary>
  8896.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> for the type represented by this type descriptor. The default is a newly created <see cref="T:System.ComponentModel.TypeConverter"></see>.</returns>
  8897.         </member>
  8898.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetDefaultEvent">
  8899.             <summary>Returns the event descriptor for the default event of the object represented by this type descriptor.</summary>
  8900.             <returns>The <see cref="T:System.ComponentModel.EventDescriptor"></see> for the default event on the object represented by this type descriptor. The default is null.</returns>
  8901.         </member>
  8902.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetDefaultProperty">
  8903.             <summary>Returns the property descriptor for the default property of the object represented by this type descriptor.</summary>
  8904.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> for the default property on the object represented by this type descriptor. The default is null.</returns>
  8905.         </member>
  8906.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetEditor(System.Type)">
  8907.             <summary>Returns an editor of the specified type that is to be associated with the class represented by this type descriptor.</summary>
  8908.             <returns>An editor of the given type that is to be associated with the class represented by this type descriptor. The default is null.</returns>
  8909.             <param name="editorBaseType">The base type of the editor to retrieve.</param>
  8910.         </member>
  8911.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetEvents">
  8912.             <summary>Returns a collection of event descriptors for the object represented by this type descriptor.</summary>
  8913.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> containing the event descriptors for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.EventDescriptorCollection.Empty"></see>.</returns>
  8914.         </member>
  8915.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetEvents(System.Attribute[])">
  8916.             <summary>Returns a filtered collection of event descriptors for the object represented by this type descriptor.</summary>
  8917.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> containing the event descriptions for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.EventDescriptorCollection.Empty"></see>.</returns>
  8918.             <param name="attributes">An array of attributes to use as a filter. This can be null.</param>
  8919.         </member>
  8920.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetProperties">
  8921.             <summary>Returns a collection of property descriptors for the object represented by this type descriptor.</summary>
  8922.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> containing the property descriptions for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.PropertyDescriptorCollection.Empty"></see>.</returns>
  8923.         </member>
  8924.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetProperties(System.Attribute[])">
  8925.             <summary>Returns a filtered collection of property descriptors for the object represented by this type descriptor.</summary>
  8926.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> containing the property descriptions for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.PropertyDescriptorCollection.Empty"></see>.</returns>
  8927.             <param name="attributes">An array of attributes to use as a filter. This can be null.</param>
  8928.         </member>
  8929.         <member name="M:System.ComponentModel.CustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
  8930.             <summary>Returns an object that contains the property described by the specified property descriptor.</summary>
  8931.             <returns>An <see cref="T:System.Object"></see> that owns the given property specified by the type descriptor. The default is null.</returns>
  8932.             <param name="pd">The property descriptor for which to retrieve the owning object.</param>
  8933.         </member>
  8934.         <member name="T:System.ComponentModel.DataObjectAttribute">
  8935.             <summary>Identifies a type as an object suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource"></see> object. This class cannot be inherited.</summary>
  8936.         </member>
  8937.         <member name="M:System.ComponentModel.DataObjectAttribute.#ctor">
  8938.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectAttribute"></see> class. </summary>
  8939.         </member>
  8940.         <member name="M:System.ComponentModel.DataObjectAttribute.#ctor(System.Boolean)">
  8941.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectAttribute"></see> class and indicates whether an object is suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource"></see> object.</summary>
  8942.             <param name="isDataObject">true if the object is suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource"></see> object; otherwise, false.</param>
  8943.         </member>
  8944.         <member name="F:System.ComponentModel.DataObjectAttribute.DataObject">
  8945.             <summary>Indicates that the class is suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource"></see> object at design time. This field is read-only.</summary>
  8946.         </member>
  8947.         <member name="F:System.ComponentModel.DataObjectAttribute.Default">
  8948.             <summary>Represents the default value of the <see cref="T:System.ComponentModel.DataObjectAttribute"></see> class, which indicates that the class is suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource"></see> object at design time. This field is read-only.</summary>
  8949.         </member>
  8950.         <member name="F:System.ComponentModel.DataObjectAttribute.NonDataObject">
  8951.             <summary>Indicates that the class is not suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource"></see> object at design time. This field is read-only.</summary>
  8952.         </member>
  8953.         <member name="M:System.ComponentModel.DataObjectAttribute.IsDefaultAttribute">
  8954.             <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
  8955.             <returns>true if the current value of the attribute is the default; otherwise, false.</returns>
  8956.         </member>
  8957.         <member name="P:System.ComponentModel.DataObjectAttribute.IsDataObject">
  8958.             <summary>Gets a value indicating whether an object should be considered suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource"></see> object at design time.</summary>
  8959.             <returns>true if the object should be considered suitable for binding to an <see cref="T:System.Web.UI.WebControls.ObjectDataSource"></see> object; otherwise, false.</returns>
  8960.         </member>
  8961.         <member name="T:System.ComponentModel.DataObjectFieldAttribute">
  8962.             <summary>Provides metadata for a property representing a data field. This class cannot be inherited.</summary>
  8963.         </member>
  8964.         <member name="M:System.ComponentModel.DataObjectFieldAttribute.#ctor(System.Boolean)">
  8965.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectFieldAttribute"></see> class and indicates whether the field is the primary key for the data row.</summary>
  8966.             <param name="primaryKey">true to indicate that the field is in the primary key of the data row; otherwise, false.</param>
  8967.         </member>
  8968.         <member name="M:System.ComponentModel.DataObjectFieldAttribute.#ctor(System.Boolean,System.Boolean)">
  8969.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectFieldAttribute"></see> class and indicates whether the field is the primary key for the data row, and whether the field is a database identity field.</summary>
  8970.             <param name="isIdentity">true to indicate that the field is an identity field that uniquely identifies the data row; otherwise, false.</param>
  8971.             <param name="primaryKey">true to indicate that the field is in the primary key of the data row; otherwise, false.</param>
  8972.         </member>
  8973.         <member name="M:System.ComponentModel.DataObjectFieldAttribute.#ctor(System.Boolean,System.Boolean,System.Boolean)">
  8974.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectFieldAttribute"></see> class and indicates whether the field is the primary key for the data row, whether the field is a database identity field, and whether the field can be null.</summary>
  8975.             <param name="isIdentity">true to indicate that the field is an  identity field that uniquely identifies the data row; otherwise, false.</param>
  8976.             <param name="isNullable">true to indicate that the field can be null in the data store; otherwise, false.</param>
  8977.             <param name="primaryKey">true to indicate that the field is in the primary key of the data row; otherwise, false.</param>
  8978.         </member>
  8979.         <member name="M:System.ComponentModel.DataObjectFieldAttribute.#ctor(System.Boolean,System.Boolean,System.Boolean,System.Int32)">
  8980.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectFieldAttribute"></see> class and indicates whether the field is the primary key for the data row, whether it is a database identity field, and whether it can be null and sets the length of the field.</summary>
  8981.             <param name="isIdentity">true to indicate that the field is an identity field that uniquely identifies the data row; otherwise, false.</param>
  8982.             <param name="isNullable">true to indicate that the field can be null in the data store; otherwise, false.</param>
  8983.             <param name="primaryKey">true to indicate that the field is in the primary key of the data row; otherwise, false.</param>
  8984.             <param name="length">The length of the field in bytes.</param>
  8985.         </member>
  8986.         <member name="P:System.ComponentModel.DataObjectFieldAttribute.IsIdentity">
  8987.             <summary>Gets a value indicating whether a property represents an identity field in the underlying data.</summary>
  8988.             <returns>true if the property represents an identity field in the underlying data; otherwise, false. The default value is false.</returns>
  8989.         </member>
  8990.         <member name="P:System.ComponentModel.DataObjectFieldAttribute.IsNullable">
  8991.             <summary>Gets a value indicating whether a property represents a field that can be null in the underlying data store.</summary>
  8992.             <returns>true if the property represents a field that can be null in the underlying data store; otherwise, false.</returns>
  8993.         </member>
  8994.         <member name="P:System.ComponentModel.DataObjectFieldAttribute.Length">
  8995.             <summary>Gets the length of the property in bytes.</summary>
  8996.             <returns>The length of the property in bytes, or -1 if not set.</returns>
  8997.         </member>
  8998.         <member name="P:System.ComponentModel.DataObjectFieldAttribute.PrimaryKey">
  8999.             <summary>Gets a value indicating whether a property is in the primary key in the underlying data.</summary>
  9000.             <returns>true if the property is in the primary key of the data store; otherwise, false.</returns>
  9001.         </member>
  9002.         <member name="T:System.ComponentModel.DataObjectMethodAttribute">
  9003.             <summary>Identifies a data operation method exposed by a type, what type of operation the method performs, and whether the method is the default data method. This class cannot be inherited.</summary>
  9004.         </member>
  9005.         <member name="M:System.ComponentModel.DataObjectMethodAttribute.#ctor(System.ComponentModel.DataObjectMethodType)">
  9006.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectMethodAttribute"></see> class and identifies the type of data operation the method performs.</summary>
  9007.             <param name="methodType">One of the <see cref="T:System.ComponentModel.DataObjectMethodType"></see> values that describes the data operation the method performs.</param>
  9008.         </member>
  9009.         <member name="M:System.ComponentModel.DataObjectMethodAttribute.#ctor(System.ComponentModel.DataObjectMethodType,System.Boolean)">
  9010.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataObjectMethodAttribute"></see> class, identifies the type of data operation the method performs, and identifies whether the method is the default data method that the data object exposes.</summary>
  9011.             <param name="methodType">One of the <see cref="T:System.ComponentModel.DataObjectMethodType"></see> values that describes the data operation the method performs.</param>
  9012.             <param name="isDefault">true to indicate the method that the attribute is applied to is the default method of the data object for the specified methodType; otherwise, false.</param>
  9013.         </member>
  9014.         <member name="M:System.ComponentModel.DataObjectMethodAttribute.Match(System.Object)">
  9015.             <summary>Gets a value indicating whether this instance shares a common pattern with a specified attribute.</summary>
  9016.             <returns>true if this instance is the same as the instance specified by the obj parameter; otherwise, false.</returns>
  9017.             <param name="obj">An object to compare with this instance of <see cref="T:System.ComponentModel.DataObjectMethodAttribute"></see>.</param>
  9018.         </member>
  9019.         <member name="P:System.ComponentModel.DataObjectMethodAttribute.IsDefault">
  9020.             <summary>Gets a value indicating whether the method that the <see cref="T:System.ComponentModel.DataObjectMethodAttribute"></see> is applied to is the default data method exposed by the data object for a specific method type.</summary>
  9021.             <returns>true if the method is the default method exposed by the object for a method type; otherwise, false.</returns>
  9022.         </member>
  9023.         <member name="P:System.ComponentModel.DataObjectMethodAttribute.MethodType">
  9024.             <summary>Gets a <see cref="T:System.ComponentModel.DataObjectMethodType"></see> value indicating the type of data operation the method performs.</summary>
  9025.             <returns>One of the <see cref="T:System.ComponentModel.DataObjectMethodType"></see> values that identifies the type of data operation performed by the method to which the <see cref="T:System.ComponentModel.DataObjectMethodAttribute"></see> is applied.</returns>
  9026.         </member>
  9027.         <member name="T:System.ComponentModel.DataObjectMethodType">
  9028.             <summary>Identifies the type of data operation performed by a method, as specified by the <see cref="T:System.ComponentModel.DataObjectMethodAttribute"></see> applied to the method.</summary>
  9029.         </member>
  9030.         <member name="F:System.ComponentModel.DataObjectMethodType.Delete">
  9031.             <summary>Indicates that a method is used for a data operation that deletes data.</summary>
  9032.         </member>
  9033.         <member name="F:System.ComponentModel.DataObjectMethodType.Fill">
  9034.             <summary>Indicates that a method is used for a data operation that fills a <see cref="T:System.Data.DataSet"></see> object.</summary>
  9035.         </member>
  9036.         <member name="F:System.ComponentModel.DataObjectMethodType.Insert">
  9037.             <summary>Indicates that a method is used for a data operation that inserts data.</summary>
  9038.         </member>
  9039.         <member name="F:System.ComponentModel.DataObjectMethodType.Select">
  9040.             <summary>Indicates that a method is used for a data operation that retrieves data.</summary>
  9041.         </member>
  9042.         <member name="F:System.ComponentModel.DataObjectMethodType.Update">
  9043.             <summary>Indicates that a method is used for a data operation that updates data.</summary>
  9044.         </member>
  9045.         <member name="T:System.ComponentModel.DateTimeConverter">
  9046.             <summary>Provides a type converter to convert <see cref="T:System.DateTime"></see> objects to and from various other representations.</summary>
  9047.         </member>
  9048.         <member name="M:System.ComponentModel.DateTimeConverter.#ctor">
  9049.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DateTimeConverter"></see> class.</summary>
  9050.         </member>
  9051.         <member name="M:System.ComponentModel.DateTimeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  9052.             <summary>Gets a value indicating whether this converter can convert an object in the given source type to a <see cref="T:System.DateTime"></see> using the specified context.</summary>
  9053.             <returns>true if this object can perform the conversion; otherwise, false.</returns>
  9054.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9055.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you wish to convert from. </param>
  9056.         </member>
  9057.         <member name="M:System.ComponentModel.DateTimeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  9058.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  9059.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  9060.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9061.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you wish to convert to. </param>
  9062.         </member>
  9063.         <member name="M:System.ComponentModel.DateTimeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  9064.             <summary>Converts the given value object to a <see cref="T:System.DateTime"></see>.</summary>
  9065.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  9066.             <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo"></see>. If not supplied, the current culture is assumed. </param>
  9067.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9068.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  9069.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  9070.             <exception cref="T:System.FormatException">value is not a valid value for the target type. </exception>
  9071.         </member>
  9072.         <member name="M:System.ComponentModel.DateTimeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  9073.             <summary>Converts the given value object to a <see cref="T:System.DateTime"></see> using the arguments.</summary>
  9074.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  9075.             <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo"></see>. If not supplied, the current culture is assumed. </param>
  9076.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9077.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value to. </param>
  9078.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  9079.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  9080.         </member>
  9081.         <member name="T:System.ComponentModel.DecimalConverter">
  9082.             <summary>Provides a type converter to convert <see cref="T:System.Decimal"></see> objects to and from various other representations.</summary>
  9083.         </member>
  9084.         <member name="M:System.ComponentModel.DecimalConverter.#ctor">
  9085.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DecimalConverter"></see> class. </summary>
  9086.         </member>
  9087.         <member name="M:System.ComponentModel.DecimalConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  9088.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  9089.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  9090.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9091.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you wish to convert to. </param>
  9092.         </member>
  9093.         <member name="M:System.ComponentModel.DecimalConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  9094.             <summary>Converts the given value object to a <see cref="T:System.Decimal"></see> using the arguments.</summary>
  9095.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  9096.             <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo"></see>. If not supplied, the current culture is assumed. </param>
  9097.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9098.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value to. </param>
  9099.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  9100.             <exception cref="T:System.ArgumentNullException">The destinationType is null. </exception>
  9101.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  9102.         </member>
  9103.         <member name="T:System.ComponentModel.DefaultBindingPropertyAttribute">
  9104.             <summary>Specifies the default binding property for a component. This class cannot be inherited.</summary>
  9105.         </member>
  9106.         <member name="M:System.ComponentModel.DefaultBindingPropertyAttribute.#ctor">
  9107.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute"></see> class using no parameters. </summary>
  9108.         </member>
  9109.         <member name="M:System.ComponentModel.DefaultBindingPropertyAttribute.#ctor(System.String)">
  9110.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute"></see> class using the specified property name.</summary>
  9111.             <param name="name">The name of the default binding property.</param>
  9112.         </member>
  9113.         <member name="F:System.ComponentModel.DefaultBindingPropertyAttribute.Default">
  9114.             <summary>Represents the default value for the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute"></see> class.</summary>
  9115.         </member>
  9116.         <member name="M:System.ComponentModel.DefaultBindingPropertyAttribute.Equals(System.Object)">
  9117.             <summary>Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute"></see> instance. </summary>
  9118.             <returns>true if the object is equal to the current instance; otherwise, false, indicating they are not equal.</returns>
  9119.             <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute"></see> instance</param>
  9120.         </member>
  9121.         <member name="P:System.ComponentModel.DefaultBindingPropertyAttribute.Name">
  9122.             <summary>Gets the name of the default binding property for the component to which the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute"></see> is bound.</summary>
  9123.             <returns>The name of the default binding property for the component to which the <see cref="T:System.ComponentModel.DefaultBindingPropertyAttribute"></see> is bound.</returns>
  9124.         </member>
  9125.         <member name="T:System.ComponentModel.DefaultEventAttribute">
  9126.             <summary>Specifies the default event for a component.</summary>
  9127.         </member>
  9128.         <member name="M:System.ComponentModel.DefaultEventAttribute.#ctor(System.String)">
  9129.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultEventAttribute"></see> class.</summary>
  9130.             <param name="name">The name of the default event for the component this attribute is bound to. </param>
  9131.         </member>
  9132.         <member name="F:System.ComponentModel.DefaultEventAttribute.Default">
  9133.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DefaultEventAttribute"></see>, which is null. This static field is read-only.</summary>
  9134.         </member>
  9135.         <member name="M:System.ComponentModel.DefaultEventAttribute.Equals(System.Object)">
  9136.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DefaultEventAttribute"></see>.</summary>
  9137.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  9138.             <param name="obj">The object to test the value equality of. </param>
  9139.         </member>
  9140.         <member name="M:System.ComponentModel.DefaultEventAttribute.GetHashCode">
  9141.             <summary>Returns the hash code for this instance.</summary>
  9142.             <returns>A 32-bit signed integer hash code.</returns>
  9143.         </member>
  9144.         <member name="P:System.ComponentModel.DefaultEventAttribute.Name">
  9145.             <summary>Gets the name of the default event for the component this attribute is bound to.</summary>
  9146.             <returns>The name of the default event for the component this attribute is bound to. The default value is null.</returns>
  9147.         </member>
  9148.         <member name="T:System.ComponentModel.DefaultPropertyAttribute">
  9149.             <summary>Specifies the default property for a component.</summary>
  9150.         </member>
  9151.         <member name="M:System.ComponentModel.DefaultPropertyAttribute.#ctor(System.String)">
  9152.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultPropertyAttribute"></see> class.</summary>
  9153.             <param name="name">The name of the default property for the component this attribute is bound to. </param>
  9154.         </member>
  9155.         <member name="F:System.ComponentModel.DefaultPropertyAttribute.Default">
  9156.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DefaultPropertyAttribute"></see>, which is null. This static field is read-only.</summary>
  9157.         </member>
  9158.         <member name="M:System.ComponentModel.DefaultPropertyAttribute.Equals(System.Object)">
  9159.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DefaultPropertyAttribute"></see>.</summary>
  9160.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  9161.             <param name="obj">The object to test the value equality of. </param>
  9162.         </member>
  9163.         <member name="M:System.ComponentModel.DefaultPropertyAttribute.GetHashCode">
  9164.             <summary>Returns the hash code for this instance.</summary>
  9165.             <returns>A 32-bit signed integer hash code.</returns>
  9166.         </member>
  9167.         <member name="P:System.ComponentModel.DefaultPropertyAttribute.Name">
  9168.             <summary>Gets the name of the default property for the component this attribute is bound to.</summary>
  9169.             <returns>The name of the default property for the component this attribute is bound to. The default value is null.</returns>
  9170.         </member>
  9171.         <member name="T:System.ComponentModel.DefaultValueAttribute">
  9172.             <summary>Specifies the default value for a property.</summary>
  9173.         </member>
  9174.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Boolean)">
  9175.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class using a <see cref="T:System.Boolean"></see> value.</summary>
  9176.             <param name="value">A <see cref="T:System.Boolean"></see> that is the default value. </param>
  9177.         </member>
  9178.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Byte)">
  9179.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class using an 8-bit unsigned integer.</summary>
  9180.             <param name="value">An 8-bit unsigned integer that is the default value. </param>
  9181.         </member>
  9182.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Char)">
  9183.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class using a Unicode character.</summary>
  9184.             <param name="value">A Unicode character that is the default value. </param>
  9185.         </member>
  9186.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Double)">
  9187.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class using a double-precision floating point number.</summary>
  9188.             <param name="value">A double-precision floating point number that is the default value. </param>
  9189.         </member>
  9190.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Int16)">
  9191.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class using a 16-bit signed integer.</summary>
  9192.             <param name="value">A 16-bit signed integer that is the default value. </param>
  9193.         </member>
  9194.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Int32)">
  9195.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class using a 32-bit signed integer.</summary>
  9196.             <param name="value">A 32-bit signed integer that is the default value. </param>
  9197.         </member>
  9198.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Int64)">
  9199.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class using a 64-bit signed integer.</summary>
  9200.             <param name="value">A 64-bit signed integer that is the default value. </param>
  9201.         </member>
  9202.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Object)">
  9203.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class.</summary>
  9204.             <param name="value">An <see cref="T:System.Object"></see> that represents the default value. </param>
  9205.         </member>
  9206.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Single)">
  9207.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class using a single-precision floating point number.</summary>
  9208.             <param name="value">A single-precision floating point number that is the default value. </param>
  9209.         </member>
  9210.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.String)">
  9211.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class using a <see cref="T:System.String"></see>.</summary>
  9212.             <param name="value">A <see cref="T:System.String"></see> that is the default value. </param>
  9213.         </member>
  9214.         <member name="M:System.ComponentModel.DefaultValueAttribute.#ctor(System.Type,System.String)">
  9215.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DefaultValueAttribute"></see> class, converting the specified value to the specified type, and using an invariant culture as the translation context.</summary>
  9216.             <param name="type">A <see cref="T:System.Type"></see> that represents the type to convert the value to. </param>
  9217.             <param name="value">A <see cref="T:System.String"></see> that can be converted to the type using the <see cref="T:System.ComponentModel.TypeConverter"></see> for the type and the U.S. English culture. </param>
  9218.         </member>
  9219.         <member name="M:System.ComponentModel.DefaultValueAttribute.Equals(System.Object)">
  9220.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DefaultValueAttribute"></see>.</summary>
  9221.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  9222.             <param name="obj">The object to test the value equality of. </param>
  9223.         </member>
  9224.         <member name="M:System.ComponentModel.DefaultValueAttribute.SetValue(System.Object)">
  9225.             <summary>Sets the default value for the property to which this attribute is bound.</summary>
  9226.             <param name="value">The default value.</param>
  9227.         </member>
  9228.         <member name="P:System.ComponentModel.DefaultValueAttribute.Value">
  9229.             <summary>Gets the default value of the property this attribute is bound to.</summary>
  9230.             <returns>An <see cref="T:System.Object"></see> that represents the default value of the property this attribute is bound to.</returns>
  9231.         </member>
  9232.         <member name="T:System.ComponentModel.DescriptionAttribute">
  9233.             <summary>Specifies a description for a property or event.</summary>
  9234.         </member>
  9235.         <member name="M:System.ComponentModel.DescriptionAttribute.#ctor">
  9236.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DescriptionAttribute"></see> class with no parameters.</summary>
  9237.         </member>
  9238.         <member name="M:System.ComponentModel.DescriptionAttribute.#ctor(System.String)">
  9239.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DescriptionAttribute"></see> class with a description.</summary>
  9240.             <param name="description">The description text. </param>
  9241.         </member>
  9242.         <member name="F:System.ComponentModel.DescriptionAttribute.Default">
  9243.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DescriptionAttribute"></see>, which is an empty string (""). This static field is read-only.</summary>
  9244.         </member>
  9245.         <member name="M:System.ComponentModel.DescriptionAttribute.Equals(System.Object)">
  9246.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DescriptionAttribute"></see>.</summary>
  9247.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  9248.             <param name="obj">The object to test the value equality of. </param>
  9249.         </member>
  9250.         <member name="M:System.ComponentModel.DescriptionAttribute.IsDefaultAttribute">
  9251.             <summary>Returns a value indicating whether this is the default <see cref="T:System.ComponentModel.DescriptionAttribute"></see> instance.</summary>
  9252.             <returns>true, if this is the default <see cref="T:System.ComponentModel.DescriptionAttribute"></see> instance; otherwise, false.</returns>
  9253.         </member>
  9254.         <member name="P:System.ComponentModel.DescriptionAttribute.Description">
  9255.             <summary>Gets the description stored in this attribute.</summary>
  9256.             <returns>The description stored in this attribute.</returns>
  9257.         </member>
  9258.         <member name="P:System.ComponentModel.DescriptionAttribute.DescriptionValue">
  9259.             <summary>Gets or sets the string stored as the description.</summary>
  9260.             <returns>The string stored as the description. The default value is an empty string ("").</returns>
  9261.         </member>
  9262.         <member name="T:System.ComponentModel.DesignerAttribute">
  9263.             <summary>Specifies the class used to implement design-time services for a component.</summary>
  9264.         </member>
  9265.         <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.String)">
  9266.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute"></see> class using the name of the type that provides design-time services.</summary>
  9267.             <param name="designerTypeName">The concatenation of the fully qualified name of the type that provides design-time services for the component this attribute is bound to, and the name of the assembly this type resides in. </param>
  9268.         </member>
  9269.         <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.Type)">
  9270.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute"></see> class using the type that provides design-time services.</summary>
  9271.             <param name="designerType">A <see cref="T:System.Type"></see> that represents the class that provides design-time services for the component this attribute is bound to. </param>
  9272.         </member>
  9273.         <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.String)">
  9274.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute"></see> class using the designer type and the base class for the designer.</summary>
  9275.             <param name="designerTypeName">The concatenation of the fully qualified name of the type that provides design-time services for the component this attribute is bound to, and the name of the assembly this type resides in. </param>
  9276.             <param name="designerBaseTypeName">The fully qualified name of the base class to associate with the designer class. </param>
  9277.         </member>
  9278.         <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.String,System.Type)">
  9279.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute"></see> class, using the name of the designer class and the base class for the designer.</summary>
  9280.             <param name="designerTypeName">The concatenation of the fully qualified name of the type that provides design-time services for the component this attribute is bound to, and the name of the assembly this type resides in. </param>
  9281.             <param name="designerBaseType">A <see cref="T:System.Type"></see> that represents the base class to associate with the designerTypeName. </param>
  9282.         </member>
  9283.         <member name="M:System.ComponentModel.DesignerAttribute.#ctor(System.Type,System.Type)">
  9284.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerAttribute"></see> class using the types of the designer and designer base class.</summary>
  9285.             <param name="designerType">A <see cref="T:System.Type"></see> that represents the class that provides design-time services for the component this attribute is bound to. </param>
  9286.             <param name="designerBaseType">A <see cref="T:System.Type"></see> that represents the base class to associate with the designerType. </param>
  9287.         </member>
  9288.         <member name="M:System.ComponentModel.DesignerAttribute.Equals(System.Object)">
  9289.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DesignerAttribute"></see>.</summary>
  9290.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  9291.             <param name="obj">The object to test the value equality of. </param>
  9292.         </member>
  9293.         <member name="P:System.ComponentModel.DesignerAttribute.DesignerBaseTypeName">
  9294.             <summary>Gets the name of the base type of this designer.</summary>
  9295.             <returns>The name of the base type of this designer.</returns>
  9296.         </member>
  9297.         <member name="P:System.ComponentModel.DesignerAttribute.DesignerTypeName">
  9298.             <summary>Gets the name of the designer type associated with this designer attribute.</summary>
  9299.             <returns>The name of the designer type associated with this designer attribute.</returns>
  9300.         </member>
  9301.         <member name="P:System.ComponentModel.DesignerAttribute.TypeId">
  9302.             <summary>Gets a unique ID for this attribute type.</summary>
  9303.             <returns>A unique ID for this attribute type.</returns>
  9304.         </member>
  9305.         <member name="T:System.ComponentModel.DesignerCategoryAttribute">
  9306.             <summary>Specifies that the designer for a class belongs to a certain category.</summary>
  9307.         </member>
  9308.         <member name="M:System.ComponentModel.DesignerCategoryAttribute.#ctor">
  9309.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerCategoryAttribute"></see> class with an empty string ("").</summary>
  9310.         </member>
  9311.         <member name="M:System.ComponentModel.DesignerCategoryAttribute.#ctor(System.String)">
  9312.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerCategoryAttribute"></see> class with the given category name.</summary>
  9313.             <param name="category">The name of the category. </param>
  9314.         </member>
  9315.         <member name="F:System.ComponentModel.DesignerCategoryAttribute.Component">
  9316.             <summary>Specifies that a component marked with this category use a component designer. This field is read-only.</summary>
  9317.         </member>
  9318.         <member name="F:System.ComponentModel.DesignerCategoryAttribute.Default">
  9319.             <summary>Specifies that a component marked with this category cannot use a visual designer. This static field is read-only.</summary>
  9320.         </member>
  9321.         <member name="F:System.ComponentModel.DesignerCategoryAttribute.Form">
  9322.             <summary>Specifies that a component marked with this category use a form designer. This static field is read-only.</summary>
  9323.         </member>
  9324.         <member name="F:System.ComponentModel.DesignerCategoryAttribute.Generic">
  9325.             <summary>Specifies that a component marked with this category use a generic designer. This static field is read-only.</summary>
  9326.         </member>
  9327.         <member name="M:System.ComponentModel.DesignerCategoryAttribute.Equals(System.Object)">
  9328.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DesignOnlyAttribute"></see>.</summary>
  9329.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  9330.             <param name="obj">The object to test the value equality of. </param>
  9331.         </member>
  9332.         <member name="M:System.ComponentModel.DesignerCategoryAttribute.GetHashCode">
  9333.             <summary>Returns the hash code for this instance.</summary>
  9334.             <returns>A 32-bit signed integer hash code.</returns>
  9335.         </member>
  9336.         <member name="M:System.ComponentModel.DesignerCategoryAttribute.IsDefaultAttribute">
  9337.             <summary>Determines if this attribute is the default.</summary>
  9338.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  9339.         </member>
  9340.         <member name="P:System.ComponentModel.DesignerCategoryAttribute.Category">
  9341.             <summary>Gets the name of the category.</summary>
  9342.             <returns>The name of the category.</returns>
  9343.         </member>
  9344.         <member name="P:System.ComponentModel.DesignerCategoryAttribute.TypeId">
  9345.             <summary>Gets a unique identifier for this attribute.</summary>
  9346.             <returns>An <see cref="T:System.Object"></see> that is a unique identifier for the attribute.</returns>
  9347.         </member>
  9348.         <member name="T:System.ComponentModel.DesignerSerializationVisibility">
  9349.             <summary>Specifies the visibility a property has to the design-time serializer.</summary>
  9350.         </member>
  9351.         <member name="F:System.ComponentModel.DesignerSerializationVisibility.Content">
  9352.             <summary>The code generator produces code for the contents of the object, rather than for the object itself.</summary>
  9353.         </member>
  9354.         <member name="F:System.ComponentModel.DesignerSerializationVisibility.Hidden">
  9355.             <summary>The code generator does not produce code for the object.</summary>
  9356.         </member>
  9357.         <member name="F:System.ComponentModel.DesignerSerializationVisibility.Visible">
  9358.             <summary>The code generator produces code for the object.</summary>
  9359.         </member>
  9360.         <member name="T:System.ComponentModel.DesignerSerializationVisibilityAttribute">
  9361.             <summary>Specifies the type of persistence to use when serializing a property on a component at design time.</summary>
  9362.         </member>
  9363.         <member name="M:System.ComponentModel.DesignerSerializationVisibilityAttribute.#ctor(System.ComponentModel.DesignerSerializationVisibility)">
  9364.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignerSerializationVisibilityAttribute"></see> class using the specified <see cref="T:System.ComponentModel.DesignerSerializationVisibility"></see> value.</summary>
  9365.             <param name="visibility">One of the <see cref="T:System.ComponentModel.DesignerSerializationVisibility"></see> values. </param>
  9366.         </member>
  9367.         <member name="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Content">
  9368.             <summary>Specifies that a serializer should serialize the contents of the property, rather than the property itself. This field is read-only.</summary>
  9369.         </member>
  9370.         <member name="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Default">
  9371.             <summary>Specifies the default value, which is <see cref="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Visible"></see>, that is, a visual designer uses default rules to generate the value of a property. This static field is read-only.</summary>
  9372.         </member>
  9373.         <member name="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Hidden">
  9374.             <summary>Specifies that a serializer should not serialize the value of the property. This static field is read-only.</summary>
  9375.         </member>
  9376.         <member name="F:System.ComponentModel.DesignerSerializationVisibilityAttribute.Visible">
  9377.             <summary>Specifies that a serializer should be allowed to serialize the value of the property. This static field is read-only.</summary>
  9378.         </member>
  9379.         <member name="M:System.ComponentModel.DesignerSerializationVisibilityAttribute.Equals(System.Object)">
  9380.             <summary>Indicates whether this instance and a specified object are equal.</summary>
  9381.             <returns>true if obj is equal to this instance; otherwise, false.</returns>
  9382.             <param name="obj">Another object to compare to. </param>
  9383.         </member>
  9384.         <member name="M:System.ComponentModel.DesignerSerializationVisibilityAttribute.GetHashCode">
  9385.             <summary>Returns the hash code for this object.</summary>
  9386.             <returns>A 32-bit signed integer hash code.</returns>
  9387.         </member>
  9388.         <member name="M:System.ComponentModel.DesignerSerializationVisibilityAttribute.IsDefaultAttribute">
  9389.             <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
  9390.             <returns>true if the attribute is set to the default value; otherwise, false.</returns>
  9391.         </member>
  9392.         <member name="P:System.ComponentModel.DesignerSerializationVisibilityAttribute.Visibility">
  9393.             <summary>Gets a value indicating the basic serialization mode a serializer should use when determining whether and how to persist the value of a property.</summary>
  9394.             <returns>One of the <see cref="T:System.ComponentModel.DesignerSerializationVisibility"></see> values. The default is <see cref="F:System.ComponentModel.DesignerSerializationVisibility.Visible"></see>.</returns>
  9395.         </member>
  9396.         <member name="T:System.ComponentModel.DesignOnlyAttribute">
  9397.             <summary>Specifies whether a property can only be set at design time.</summary>
  9398.         </member>
  9399.         <member name="M:System.ComponentModel.DesignOnlyAttribute.#ctor(System.Boolean)">
  9400.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DesignOnlyAttribute"></see> class.</summary>
  9401.             <param name="isDesignOnly">true if a property can be set only at design time; false if the property can be set at design time and at run time. </param>
  9402.         </member>
  9403.         <member name="F:System.ComponentModel.DesignOnlyAttribute.Default">
  9404.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DesignOnlyAttribute"></see>, which is <see cref="F:System.ComponentModel.DesignOnlyAttribute.No"></see>. This static field is read-only.</summary>
  9405.         </member>
  9406.         <member name="F:System.ComponentModel.DesignOnlyAttribute.No">
  9407.             <summary>Specifies that a property can be set at design time or at run time. This static field is read-only.</summary>
  9408.         </member>
  9409.         <member name="F:System.ComponentModel.DesignOnlyAttribute.Yes">
  9410.             <summary>Specifies that a property can be set only at design time. This static field is read-only.</summary>
  9411.         </member>
  9412.         <member name="M:System.ComponentModel.DesignOnlyAttribute.Equals(System.Object)">
  9413.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.DesignOnlyAttribute"></see>.</summary>
  9414.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  9415.             <param name="obj">The object to test the value equality of. </param>
  9416.         </member>
  9417.         <member name="M:System.ComponentModel.DesignOnlyAttribute.IsDefaultAttribute">
  9418.             <summary>Determines if this attribute is the default.</summary>
  9419.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  9420.         </member>
  9421.         <member name="P:System.ComponentModel.DesignOnlyAttribute.IsDesignOnly">
  9422.             <summary>Gets a value indicating whether a property can be set only at design time.</summary>
  9423.             <returns>true if a property can be set only at design time; otherwise, false.</returns>
  9424.         </member>
  9425.         <member name="T:System.ComponentModel.DesignTimeVisibleAttribute">
  9426.             <summary><see cref="T:System.ComponentModel.DesignTimeVisibleAttribute"></see> marks a component's visibility. If <see cref="F:System.ComponentModel.DesignTimeVisibleAttribute.Yes"></see> is present, a visual designer can show this component on a designer.</summary>
  9427.         </member>
  9428.         <member name="M:System.ComponentModel.DesignTimeVisibleAttribute.#ctor">
  9429.             <summary>Creates a new <see cref="T:System.ComponentModel.DesignTimeVisibleAttribute"></see> set to the default value of true.</summary>
  9430.         </member>
  9431.         <member name="M:System.ComponentModel.DesignTimeVisibleAttribute.#ctor(System.Boolean)">
  9432.             <summary>Creates a new <see cref="T:System.ComponentModel.DesignTimeVisibleAttribute"></see> with the <see cref="P:System.ComponentModel.DesignTimeVisibleAttribute.Visible"></see> property set to the given value in visible.</summary>
  9433.             <param name="visible">The value that the <see cref="P:System.ComponentModel.DesignTimeVisibleAttribute.Visible"></see> property will be set against. </param>
  9434.         </member>
  9435.         <member name="F:System.ComponentModel.DesignTimeVisibleAttribute.Default">
  9436.             <summary>The default visibility which is Yes.</summary>
  9437.         </member>
  9438.         <member name="F:System.ComponentModel.DesignTimeVisibleAttribute.No">
  9439.             <summary>Marks a component as not visible in a visual designer.</summary>
  9440.         </member>
  9441.         <member name="F:System.ComponentModel.DesignTimeVisibleAttribute.Yes">
  9442.             <summary>Marks a component as visible in a visual designer.</summary>
  9443.         </member>
  9444.         <member name="M:System.ComponentModel.DesignTimeVisibleAttribute.Equals(System.Object)">
  9445.             <param name="obj">The object to compare.</param>
  9446.         </member>
  9447.         <member name="M:System.ComponentModel.DesignTimeVisibleAttribute.IsDefaultAttribute">
  9448.             <summary>Gets a value indicating if this instance is equal to the <see cref="F:System.ComponentModel.DesignTimeVisibleAttribute.Default"></see> value.</summary>
  9449.             <returns>true, if this instance is equal to the <see cref="F:System.ComponentModel.DesignTimeVisibleAttribute.Default"></see> value; otherwise, false.</returns>
  9450.         </member>
  9451.         <member name="P:System.ComponentModel.DesignTimeVisibleAttribute.Visible">
  9452.             <summary>Gets or sets whether the component should be shown at design time.</summary>
  9453.             <returns>true if this component should be shown at design time, or false if it shouldn't.</returns>
  9454.         </member>
  9455.         <member name="T:System.ComponentModel.DisplayNameAttribute">
  9456.             <summary>Specifies the display name for a property, event, or public void method which takes no arguments. </summary>
  9457.         </member>
  9458.         <member name="M:System.ComponentModel.DisplayNameAttribute.#ctor">
  9459.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DisplayNameAttribute"></see> class.</summary>
  9460.         </member>
  9461.         <member name="M:System.ComponentModel.DisplayNameAttribute.#ctor(System.String)">
  9462.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DisplayNameAttribute"></see> class using the display name.</summary>
  9463.             <param name="displayName">The display name.</param>
  9464.         </member>
  9465.         <member name="F:System.ComponentModel.DisplayNameAttribute.Default">
  9466.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.DisplayNameAttribute"></see>. This field is read-only.</summary>
  9467.         </member>
  9468.         <member name="M:System.ComponentModel.DisplayNameAttribute.Equals(System.Object)">
  9469.             <summary>Determines whether two <see cref="T:System.ComponentModel.DisplayNameAttribute"></see> instances are equal.</summary>
  9470.             <returns>true if the value of the given object is equal to that of the current object; otherwise, false.</returns>
  9471.             <param name="obj">The <see cref="T:System.ComponentModel.DisplayNameAttribute"></see> to test the value equality of.</param>
  9472.         </member>
  9473.         <member name="M:System.ComponentModel.DisplayNameAttribute.GetHashCode">
  9474.             <summary>Returns the hash code for this instance.</summary>
  9475.             <returns>A hash code for the current <see cref="T:System.ComponentModel.DisplayNameAttribute"></see>.</returns>
  9476.         </member>
  9477.         <member name="M:System.ComponentModel.DisplayNameAttribute.IsDefaultAttribute">
  9478.             <summary>Determines if this attribute is the default.</summary>
  9479.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  9480.         </member>
  9481.         <member name="P:System.ComponentModel.DisplayNameAttribute.DisplayName">
  9482.             <summary>Gets the display name for a property, event, or public void method that takes no arguments stored in this attribute.</summary>
  9483.             <returns>The display name.</returns>
  9484.         </member>
  9485.         <member name="P:System.ComponentModel.DisplayNameAttribute.DisplayNameValue">
  9486.             <summary>Gets or sets the display name.</summary>
  9487.             <returns>The display name.</returns>
  9488.         </member>
  9489.         <member name="T:System.ComponentModel.DoubleConverter">
  9490.             <summary>Provides a type converter to convert double-precision, floating point number objects to and from various other representations.</summary>
  9491.         </member>
  9492.         <member name="M:System.ComponentModel.DoubleConverter.#ctor">
  9493.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DoubleConverter"></see> class. </summary>
  9494.         </member>
  9495.         <member name="T:System.ComponentModel.DoWorkEventArgs">
  9496.             <summary>Provides data for the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork"></see> event handler.</summary>
  9497.         </member>
  9498.         <member name="M:System.ComponentModel.DoWorkEventArgs.#ctor(System.Object)">
  9499.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DoWorkEventArgs"></see> class.</summary>
  9500.             <param name="argument">Specifies an argument for an asynchronous operation.</param>
  9501.         </member>
  9502.         <member name="P:System.ComponentModel.DoWorkEventArgs.Argument">
  9503.             <summary>Gets a value that represents the argument of an asynchronous operation.</summary>
  9504.             <returns>An <see cref="T:System.Object"></see> representing the argument of an asynchronous operation.</returns>
  9505.         </member>
  9506.         <member name="P:System.ComponentModel.DoWorkEventArgs.Result">
  9507.             <summary>Gets or sets a value that represents the result of an asynchronous operation.</summary>
  9508.             <returns>An <see cref="T:System.Object"></see> representing the result of an asynchronous operation.</returns>
  9509.         </member>
  9510.         <member name="T:System.ComponentModel.DoWorkEventHandler">
  9511.             <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.BackgroundWorker.DoWork"></see> event. This class cannot be inherited.</summary>
  9512.         </member>
  9513.         <member name="T:System.ComponentModel.EditorAttribute">
  9514.             <summary>Specifies the editor to use to change a property. This class cannot be inherited.</summary>
  9515.         </member>
  9516.         <member name="M:System.ComponentModel.EditorAttribute.#ctor">
  9517.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorAttribute"></see> class with the default editor, which is no editor.</summary>
  9518.         </member>
  9519.         <member name="M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.String)">
  9520.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorAttribute"></see> class with the type name and base type name of the editor.</summary>
  9521.             <param name="typeName">The fully qualified type name of the editor. </param>
  9522.             <param name="baseTypeName">The fully qualified type name of the base class or interface to use as a lookup key for the editor. This class must be or derive from <see cref="T:System.Drawing.Design.UITypeEditor"></see>. </param>
  9523.         </member>
  9524.         <member name="M:System.ComponentModel.EditorAttribute.#ctor(System.String,System.Type)">
  9525.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorAttribute"></see> class with the type name and the base type.</summary>
  9526.             <param name="typeName">The fully qualified type name of the editor. </param>
  9527.             <param name="baseType">The <see cref="T:System.Type"></see> of the base class or interface to use as a lookup key for the editor. This class must be or derive from <see cref="T:System.Drawing.Design.UITypeEditor"></see>. </param>
  9528.         </member>
  9529.         <member name="M:System.ComponentModel.EditorAttribute.#ctor(System.Type,System.Type)">
  9530.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorAttribute"></see> class with the type and the base type.</summary>
  9531.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of the editor. </param>
  9532.             <param name="baseType">The <see cref="T:System.Type"></see> of the base class or interface to use as a lookup key for the editor. This class must be or derive from <see cref="T:System.Drawing.Design.UITypeEditor"></see>. </param>
  9533.         </member>
  9534.         <member name="M:System.ComponentModel.EditorAttribute.Equals(System.Object)">
  9535.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.EditorAttribute"></see>.</summary>
  9536.             <returns>true if the value of the given object is equal to that of the current object; otherwise, false.</returns>
  9537.             <param name="obj">The object to test the value equality of. </param>
  9538.         </member>
  9539.         <member name="P:System.ComponentModel.EditorAttribute.EditorBaseTypeName">
  9540.             <summary>Gets the name of the base class or interface serving as a lookup key for this editor.</summary>
  9541.             <returns>The name of the base class or interface serving as a lookup key for this editor.</returns>
  9542.         </member>
  9543.         <member name="P:System.ComponentModel.EditorAttribute.EditorTypeName">
  9544.             <summary>Gets the name of the editor class in the <see cref="P:System.Type.AssemblyQualifiedName"></see> format.</summary>
  9545.             <returns>The name of the editor class in the <see cref="P:System.Type.AssemblyQualifiedName"></see> format.</returns>
  9546.         </member>
  9547.         <member name="P:System.ComponentModel.EditorAttribute.TypeId">
  9548.             <summary>Gets a unique ID for this attribute type.</summary>
  9549.             <returns>A unique ID for this attribute type.</returns>
  9550.         </member>
  9551.         <member name="T:System.ComponentModel.EditorBrowsableAttribute">
  9552.             <summary>Specifies that a property or method is viewable in an editor. This class cannot be inherited.</summary>
  9553.         </member>
  9554.         <member name="M:System.ComponentModel.EditorBrowsableAttribute.#ctor">
  9555.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorBrowsableAttribute"></see> class with <see cref="P:System.ComponentModel.EditorBrowsableAttribute.State"></see> set to the default state.</summary>
  9556.         </member>
  9557.         <member name="M:System.ComponentModel.EditorBrowsableAttribute.#ctor(System.ComponentModel.EditorBrowsableState)">
  9558.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EditorBrowsableAttribute"></see> class with an <see cref="T:System.ComponentModel.EditorBrowsableState"></see>.</summary>
  9559.             <param name="state">The <see cref="T:System.ComponentModel.EditorBrowsableState"></see> to set <see cref="P:System.ComponentModel.EditorBrowsableAttribute.State"></see> to. </param>
  9560.         </member>
  9561.         <member name="M:System.ComponentModel.EditorBrowsableAttribute.Equals(System.Object)">
  9562.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.EditorBrowsableAttribute"></see>.</summary>
  9563.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  9564.             <param name="obj">The object to test the value equality of. </param>
  9565.         </member>
  9566.         <member name="P:System.ComponentModel.EditorBrowsableAttribute.State">
  9567.             <summary>Gets the browsable state of the property or method.</summary>
  9568.             <returns>An <see cref="T:System.ComponentModel.EditorBrowsableState"></see> that is the browsable state of the property or method.</returns>
  9569.         </member>
  9570.         <member name="T:System.ComponentModel.EditorBrowsableState">
  9571.             <summary>Specifies the browsable state of a property or method from within an editor.</summary>
  9572.         </member>
  9573.         <member name="F:System.ComponentModel.EditorBrowsableState.Advanced">
  9574.             <summary>The property or method is a feature that only advanced users should see. An editor can either show or hide such properties.</summary>
  9575.         </member>
  9576.         <member name="F:System.ComponentModel.EditorBrowsableState.Always">
  9577.             <summary>The property or method is always browsable from within an editor.</summary>
  9578.         </member>
  9579.         <member name="F:System.ComponentModel.EditorBrowsableState.Never">
  9580.             <summary>The property or method is never browsable from within an editor.</summary>
  9581.         </member>
  9582.         <member name="T:System.ComponentModel.EnumConverter">
  9583.             <summary>Provides a type converter to convert <see cref="T:System.Enum"></see> objects to and from various other representations.</summary>
  9584.         </member>
  9585.         <member name="M:System.ComponentModel.EnumConverter.#ctor(System.Type)">
  9586.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EnumConverter"></see> class for the given type.</summary>
  9587.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of enumeration to associate with this enumeration converter. </param>
  9588.         </member>
  9589.         <member name="M:System.ComponentModel.EnumConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  9590.             <summary>Gets a value indicating whether this converter can convert an object in the given source type to an enumeration object using the specified context.</summary>
  9591.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  9592.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9593.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you wish to convert from. </param>
  9594.         </member>
  9595.         <member name="M:System.ComponentModel.EnumConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  9596.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  9597.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  9598.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9599.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you wish to convert to. </param>
  9600.         </member>
  9601.         <member name="M:System.ComponentModel.EnumConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  9602.             <summary>Converts the specified value object to an enumeration object.</summary>
  9603.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  9604.             <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo"></see>. If not supplied, the current culture is assumed. </param>
  9605.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9606.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  9607.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  9608.             <exception cref="T:System.FormatException">value is not a valid value for the target type. </exception>
  9609.         </member>
  9610.         <member name="M:System.ComponentModel.EnumConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  9611.             <summary>Converts the given value object to the specified destination type.</summary>
  9612.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  9613.             <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo"></see>. If not supplied, the current culture is assumed. </param>
  9614.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9615.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value to. </param>
  9616.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  9617.             <exception cref="T:System.ArgumentException">value is not a valid value for the enumeration. </exception>
  9618.             <exception cref="T:System.ArgumentNullException">destinationType is null. </exception>
  9619.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  9620.         </member>
  9621.         <member name="M:System.ComponentModel.EnumConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  9622.             <summary>Gets a collection of standard values for the data type this validator is designed for.</summary>
  9623.             <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> that holds a standard set of valid values, or null if the data type does not support a standard set of values.</returns>
  9624.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9625.         </member>
  9626.         <member name="M:System.ComponentModel.EnumConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  9627.             <summary>Gets a value indicating whether the list of standard values returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> is an exclusive list using the specified context.</summary>
  9628.             <returns>true if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> is an exhaustive list of possible values; false if other values are possible.</returns>
  9629.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9630.         </member>
  9631.         <member name="M:System.ComponentModel.EnumConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  9632.             <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list using the specified context.</summary>
  9633.             <returns>true because <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> should be called to find a common set of values the object supports. This method never returns false.</returns>
  9634.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9635.         </member>
  9636.         <member name="M:System.ComponentModel.EnumConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  9637.             <summary>Gets a value indicating whether the given object value is valid for this type.</summary>
  9638.             <returns>true if the specified value is valid for this object; otherwise, false.</returns>
  9639.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9640.             <param name="value">The <see cref="T:System.Object"></see> to test. </param>
  9641.         </member>
  9642.         <member name="P:System.ComponentModel.EnumConverter.Comparer">
  9643.             <summary>Gets an <see cref="T:System.Collections.IComparer"></see> that can be used to sort the values of the enumeration.</summary>
  9644.             <returns>An <see cref="T:System.Collections.IComparer"></see> for sorting the enumeration values.</returns>
  9645.         </member>
  9646.         <member name="P:System.ComponentModel.EnumConverter.EnumType">
  9647.             <summary>Specifies the type of the enumerator this converter is associated with.</summary>
  9648.             <returns>The type of the enumerator this converter is associated with.</returns>
  9649.         </member>
  9650.         <member name="P:System.ComponentModel.EnumConverter.Values">
  9651.             <summary>Gets or sets a <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> that specifies the possible values for the enumeration.</summary>
  9652.             <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> that specifies the possible values for the enumeration.</returns>
  9653.         </member>
  9654.         <member name="T:System.ComponentModel.EventDescriptor">
  9655.             <summary>Provides information about an event.</summary>
  9656.         </member>
  9657.         <member name="M:System.ComponentModel.EventDescriptor.#ctor(System.ComponentModel.MemberDescriptor)">
  9658.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptor"></see> class with the name and attributes in the specified <see cref="T:System.ComponentModel.MemberDescriptor"></see>.</summary>
  9659.             <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor"></see> that contains the name of the event and its attributes. </param>
  9660.         </member>
  9661.         <member name="M:System.ComponentModel.EventDescriptor.#ctor(System.ComponentModel.MemberDescriptor,System.Attribute[])">
  9662.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptor"></see> class with the name in the specified <see cref="T:System.ComponentModel.MemberDescriptor"></see> and the attributes in both the <see cref="T:System.ComponentModel.MemberDescriptor"></see> and the <see cref="T:System.Attribute"></see> array.</summary>
  9663.             <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor"></see> that has the name of the member and its attributes. </param>
  9664.             <param name="attrs">An <see cref="T:System.Attribute"></see> array with the attributes you want to add to this event description. </param>
  9665.         </member>
  9666.         <member name="M:System.ComponentModel.EventDescriptor.#ctor(System.String,System.Attribute[])">
  9667.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptor"></see> class with the specified name and attribute array.</summary>
  9668.             <param name="name">The name of the event. </param>
  9669.             <param name="attrs">An array of type <see cref="T:System.Attribute"></see> that contains the event attributes. </param>
  9670.         </member>
  9671.         <member name="M:System.ComponentModel.EventDescriptor.AddEventHandler(System.Object,System.Delegate)">
  9672.             <summary>When overridden in a derived class, binds the event to the component.</summary>
  9673.             <param name="component">A component that provides events to the delegate. </param>
  9674.             <param name="value">A delegate that represents the method that handles the event. </param>
  9675.         </member>
  9676.         <member name="M:System.ComponentModel.EventDescriptor.RemoveEventHandler(System.Object,System.Delegate)">
  9677.             <summary>When overridden in a derived class, unbinds the delegate from the component so that the delegate will no longer receive events from the component.</summary>
  9678.             <param name="component">The component that the delegate is bound to. </param>
  9679.             <param name="value">The delegate to unbind from the component. </param>
  9680.         </member>
  9681.         <member name="P:System.ComponentModel.EventDescriptor.ComponentType">
  9682.             <summary>When overridden in a derived class, gets the type of component this event is bound to.</summary>
  9683.             <returns>A <see cref="T:System.Type"></see> that represents the type of component the event is bound to.</returns>
  9684.         </member>
  9685.         <member name="P:System.ComponentModel.EventDescriptor.EventType">
  9686.             <summary>When overridden in a derived class, gets the type of delegate for the event.</summary>
  9687.             <returns>A <see cref="T:System.Type"></see> that represents the type of delegate for the event.</returns>
  9688.         </member>
  9689.         <member name="P:System.ComponentModel.EventDescriptor.IsMulticast">
  9690.             <summary>When overridden in a derived class, gets a value indicating whether the event delegate is a multicast delegate.</summary>
  9691.             <returns>true if the event delegate is multicast; otherwise, false.</returns>
  9692.         </member>
  9693.         <member name="T:System.ComponentModel.EventDescriptorCollection">
  9694.             <summary>Represents a collection of <see cref="T:System.ComponentModel.EventDescriptor"></see> objects.</summary>
  9695.         </member>
  9696.         <member name="M:System.ComponentModel.EventDescriptorCollection.#ctor(System.ComponentModel.EventDescriptor[])">
  9697.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> class with the given array of <see cref="T:System.ComponentModel.EventDescriptor"></see> objects.</summary>
  9698.             <param name="events">An array of type <see cref="T:System.ComponentModel.EventDescriptor"></see> that provides the events for this collection. </param>
  9699.         </member>
  9700.         <member name="M:System.ComponentModel.EventDescriptorCollection.#ctor(System.ComponentModel.EventDescriptor[],System.Boolean)">
  9701.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> class with the given array of <see cref="T:System.ComponentModel.EventDescriptor"></see> objects. The collection is optionally read-only.</summary>
  9702.             <param name="events">An array of type <see cref="T:System.ComponentModel.EventDescriptor"></see> that provides the events for this collection. </param>
  9703.             <param name="readOnly">true to specify a read-only collection; otherwise, false.</param>
  9704.         </member>
  9705.         <member name="F:System.ComponentModel.EventDescriptorCollection.Empty">
  9706.             <summary>Specifies an empty collection to use, rather than creating a new one with no items. This static field is read-only.</summary>
  9707.         </member>
  9708.         <member name="M:System.ComponentModel.EventDescriptorCollection.Add(System.ComponentModel.EventDescriptor)">
  9709.             <summary>Adds an <see cref="T:System.ComponentModel.EventDescriptor"></see> to the end of the collection.</summary>
  9710.             <returns>The position of the <see cref="T:System.ComponentModel.EventDescriptor"></see> within the collection.</returns>
  9711.             <param name="value">An <see cref="T:System.ComponentModel.EventDescriptor"></see> to add to the collection. </param>
  9712.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9713.         </member>
  9714.         <member name="M:System.ComponentModel.EventDescriptorCollection.Clear">
  9715.             <summary>Removes all objects from the collection.</summary>
  9716.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9717.         </member>
  9718.         <member name="M:System.ComponentModel.EventDescriptorCollection.Contains(System.ComponentModel.EventDescriptor)">
  9719.             <summary>Returns whether the collection contains the given <see cref="T:System.ComponentModel.EventDescriptor"></see>.</summary>
  9720.             <returns>true if the collection contains the value parameter given; otherwise, false.</returns>
  9721.             <param name="value">The <see cref="T:System.ComponentModel.EventDescriptor"></see> to find within the collection. </param>
  9722.         </member>
  9723.         <member name="M:System.ComponentModel.EventDescriptorCollection.Find(System.String,System.Boolean)">
  9724.             <summary>Gets the description of the event with the specified name in the collection.</summary>
  9725.             <returns>The <see cref="T:System.ComponentModel.EventDescriptor"></see> with the specified name, or null if the event does not exist.</returns>
  9726.             <param name="name">The name of the event to get from the collection. </param>
  9727.             <param name="ignoreCase">true if you want to ignore the case of the event; otherwise, false. </param>
  9728.         </member>
  9729.         <member name="M:System.ComponentModel.EventDescriptorCollection.GetEnumerator">
  9730.             <summary>Gets an enumerator for this <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>.</summary>
  9731.             <returns>An enumerator that implements <see cref="T:System.Collections.IEnumerator"></see>.</returns>
  9732.         </member>
  9733.         <member name="M:System.ComponentModel.EventDescriptorCollection.IndexOf(System.ComponentModel.EventDescriptor)">
  9734.             <summary>Returns the index of the given <see cref="T:System.ComponentModel.EventDescriptor"></see>.</summary>
  9735.             <returns>The index of the given <see cref="T:System.ComponentModel.EventDescriptor"></see> within the collection.</returns>
  9736.             <param name="value">The <see cref="T:System.ComponentModel.EventDescriptor"></see> to find within the collection. </param>
  9737.         </member>
  9738.         <member name="M:System.ComponentModel.EventDescriptorCollection.Insert(System.Int32,System.ComponentModel.EventDescriptor)">
  9739.             <summary>Inserts an <see cref="T:System.ComponentModel.EventDescriptor"></see> to the collection at a specified index.</summary>
  9740.             <param name="value">An <see cref="T:System.ComponentModel.EventDescriptor"></see> to insert into the collection. </param>
  9741.             <param name="index">The index within the collection in which to insert the value parameter. </param>
  9742.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9743.         </member>
  9744.         <member name="M:System.ComponentModel.EventDescriptorCollection.InternalSort(System.Collections.IComparer)">
  9745.             <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>, using the specified <see cref="T:System.Collections.IComparer"></see>.</summary>
  9746.             <param name="sorter">A comparer to use to sort the <see cref="T:System.ComponentModel.EventDescriptor"></see> objects in this collection. </param>
  9747.         </member>
  9748.         <member name="M:System.ComponentModel.EventDescriptorCollection.InternalSort(System.String[])">
  9749.             <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>. The specified order is applied first, followed by the default sort for this collection, which is usually alphabetical.</summary>
  9750.             <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.EventDescriptor"></see> objects in this collection. </param>
  9751.         </member>
  9752.         <member name="M:System.ComponentModel.EventDescriptorCollection.Remove(System.ComponentModel.EventDescriptor)">
  9753.             <summary>Removes the specified <see cref="T:System.ComponentModel.EventDescriptor"></see> from the collection.</summary>
  9754.             <param name="value">The <see cref="T:System.ComponentModel.EventDescriptor"></see> to remove from the collection. </param>
  9755.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9756.         </member>
  9757.         <member name="M:System.ComponentModel.EventDescriptorCollection.RemoveAt(System.Int32)">
  9758.             <summary>Removes the <see cref="T:System.ComponentModel.EventDescriptor"></see> at the specified index from the collection.</summary>
  9759.             <param name="index">The index of the <see cref="T:System.ComponentModel.EventDescriptor"></see> to remove. </param>
  9760.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9761.         </member>
  9762.         <member name="M:System.ComponentModel.EventDescriptorCollection.Sort">
  9763.             <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>, using the default sort for this collection, which is usually alphabetical.</summary>
  9764.             <returns>The new <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>.</returns>
  9765.         </member>
  9766.         <member name="M:System.ComponentModel.EventDescriptorCollection.Sort(System.Collections.IComparer)">
  9767.             <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>, using the specified <see cref="T:System.Collections.IComparer"></see>.</summary>
  9768.             <returns>The new <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>.</returns>
  9769.             <param name="comparer">An <see cref="T:System.Collections.IComparer"></see> to use to sort the <see cref="T:System.ComponentModel.EventDescriptor"></see> objects in this collection. </param>
  9770.         </member>
  9771.         <member name="M:System.ComponentModel.EventDescriptorCollection.Sort(System.String[])">
  9772.             <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>, given a specified sort order.</summary>
  9773.             <returns>The new <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>.</returns>
  9774.             <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.EventDescriptor"></see> objects in the collection. </param>
  9775.         </member>
  9776.         <member name="M:System.ComponentModel.EventDescriptorCollection.Sort(System.String[],System.Collections.IComparer)">
  9777.             <summary>Sorts the members of this <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>, given a specified sort order and an <see cref="T:System.Collections.IComparer"></see>.</summary>
  9778.             <returns>The new <see cref="T:System.ComponentModel.EventDescriptorCollection"></see>.</returns>
  9779.             <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.EventDescriptor"></see> objects in the collection. </param>
  9780.             <param name="comparer">An <see cref="T:System.Collections.IComparer"></see> to use to sort the <see cref="T:System.ComponentModel.EventDescriptor"></see> objects in this collection. </param>
  9781.         </member>
  9782.         <member name="M:System.ComponentModel.EventDescriptorCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  9783.             <summary>Copies the elements of the collection to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.</summary>
  9784.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from collection. The <see cref="T:System.Array"></see> must have zero-based indexing.</param>
  9785.             <param name="index">The zero-based index in array at which copying begins.</param>
  9786.         </member>
  9787.         <member name="M:System.ComponentModel.EventDescriptorCollection.System.Collections.IEnumerable.GetEnumerator">
  9788.             <summary>Returns an enumerator that iterates through a collection.</summary>
  9789.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  9790.         </member>
  9791.         <member name="M:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.Add(System.Object)">
  9792.             <summary>Adds an item to the collection.</summary>
  9793.             <returns>The position into which the new element was inserted.</returns>
  9794.             <param name="value">The <see cref="T:System.Object"></see> to add to the collection.</param>
  9795.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9796.         </member>
  9797.         <member name="M:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.Clear">
  9798.             <summary>Removes all the items from the collection.</summary>
  9799.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9800.         </member>
  9801.         <member name="M:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.Contains(System.Object)">
  9802.             <summary>Determines whether the collection contains a specific value.</summary>
  9803.             <returns>true if the <see cref="T:System.Object"></see> is found in the collection; otherwise, false.</returns>
  9804.             <param name="value">The <see cref="T:System.Object"></see> to locate in the collection.</param>
  9805.         </member>
  9806.         <member name="M:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.IndexOf(System.Object)">
  9807.             <summary>Determines the index of a specific item in the collection.</summary>
  9808.             <returns>The index of value if found in the list; otherwise, -1.</returns>
  9809.             <param name="value">The <see cref="T:System.Object"></see> to locate in the collection.</param>
  9810.         </member>
  9811.         <member name="M:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.Insert(System.Int32,System.Object)">
  9812.             <summary>Inserts an item to the collection at the specified index.</summary>
  9813.             <param name="value">The <see cref="T:System.Object"></see> to insert into the collection.</param>
  9814.             <param name="index">The zero-based index at which value should be inserted.</param>
  9815.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9816.         </member>
  9817.         <member name="M:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.Remove(System.Object)">
  9818.             <summary>Removes the first occurrence of a specific object from the collection.</summary>
  9819.             <param name="value">The <see cref="T:System.Object"></see> to remove from the collection.</param>
  9820.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9821.         </member>
  9822.         <member name="M:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.RemoveAt(System.Int32)">
  9823.             <summary>Removes the item at the specified index.</summary>
  9824.             <param name="index">The zero-based index of the item to remove.</param>
  9825.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9826.         </member>
  9827.         <member name="P:System.ComponentModel.EventDescriptorCollection.Count">
  9828.             <summary>Gets the number of event descriptors in the collection.</summary>
  9829.             <returns>The number of event descriptors in the collection.</returns>
  9830.         </member>
  9831.         <member name="P:System.ComponentModel.EventDescriptorCollection.Item(System.Int32)">
  9832.             <summary>Gets or sets the event with the specified index number.</summary>
  9833.             <returns>The <see cref="T:System.ComponentModel.EventDescriptor"></see> with the specified index number.</returns>
  9834.             <param name="index">The zero-based index number of the <see cref="T:System.ComponentModel.EventDescriptor"></see> to get or set. </param>
  9835.             <exception cref="T:System.IndexOutOfRangeException">index is not a valid index for <see cref="P:System.ComponentModel.EventDescriptorCollection.Item(System.Int32)"></see>. </exception>
  9836.         </member>
  9837.         <member name="P:System.ComponentModel.EventDescriptorCollection.Item(System.String)">
  9838.             <summary>Gets or sets the event with the specified name.</summary>
  9839.             <returns>The <see cref="T:System.ComponentModel.EventDescriptor"></see> with the specified name, or null if the event does not exist.</returns>
  9840.             <param name="name">The name of the <see cref="T:System.ComponentModel.EventDescriptor"></see> to get or set. </param>
  9841.         </member>
  9842.         <member name="P:System.ComponentModel.EventDescriptorCollection.System.Collections.ICollection.Count">
  9843.             <summary>Gets the number of elements contained in the collection.</summary>
  9844.             <returns>The number of elements contained in the collection.</returns>
  9845.         </member>
  9846.         <member name="P:System.ComponentModel.EventDescriptorCollection.System.Collections.ICollection.IsSynchronized">
  9847.             <summary>Gets a value indicating whether access to the collection is synchronized.</summary>
  9848.             <returns>true if access to the collection is synchronized; otherwise, false.</returns>
  9849.         </member>
  9850.         <member name="P:System.ComponentModel.EventDescriptorCollection.System.Collections.ICollection.SyncRoot">
  9851.             <summary>Gets an object that can be used to synchronize access to the collection.</summary>
  9852.             <returns>An object that can be used to synchronize access to the collection.</returns>
  9853.         </member>
  9854.         <member name="P:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.IsFixedSize">
  9855.             <summary>Gets a value indicating whether the collection has a fixed size.</summary>
  9856.             <returns>true if the collection has a fixed size; otherwise, false.</returns>
  9857.         </member>
  9858.         <member name="P:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.IsReadOnly">
  9859.             <summary>Gets a value indicating whether the collection is read-only.</summary>
  9860.             <returns>true if the collection is read-only; otherwise, false.</returns>
  9861.         </member>
  9862.         <member name="P:System.ComponentModel.EventDescriptorCollection.System.Collections.IList.Item(System.Int32)">
  9863.             <summary>Gets or sets the element at the specified index.</summary>
  9864.             <returns>The element at the specified index.</returns>
  9865.             <param name="index">The zero-based index of the element to get or set.</param>
  9866.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  9867.             <exception cref="T:System.IndexOutOfRangeException">index is less than 0. -or-index is equal to or greater than <see cref="P:System.ComponentModel.EventDescriptorCollection.Count"></see>.</exception>
  9868.         </member>
  9869.         <member name="T:System.ComponentModel.EventHandlerList">
  9870.             <summary>Provides a simple list of delegates. This class cannot be inherited.</summary>
  9871.         </member>
  9872.         <member name="M:System.ComponentModel.EventHandlerList.#ctor">
  9873.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.EventHandlerList"></see> class. </summary>
  9874.         </member>
  9875.         <member name="M:System.ComponentModel.EventHandlerList.AddHandler(System.Object,System.Delegate)">
  9876.             <summary>Adds a delegate to the list.</summary>
  9877.             <param name="value">The delegate to add to the list. </param>
  9878.             <param name="key">The object that owns the event. </param>
  9879.         </member>
  9880.         <member name="M:System.ComponentModel.EventHandlerList.AddHandlers(System.ComponentModel.EventHandlerList)">
  9881.             <summary>Adds a list of delegates to the current list.</summary>
  9882.             <param name="listToAddFrom">The list to add.</param>
  9883.         </member>
  9884.         <member name="M:System.ComponentModel.EventHandlerList.Dispose">
  9885.             <summary>Disposes the delegate list.</summary>
  9886.         </member>
  9887.         <member name="M:System.ComponentModel.EventHandlerList.RemoveHandler(System.Object,System.Delegate)">
  9888.             <summary>Removes a delegate from the list.</summary>
  9889.             <param name="value">The delegate to remove from the list. </param>
  9890.             <param name="key">The object that owns the event. </param>
  9891.         </member>
  9892.         <member name="P:System.ComponentModel.EventHandlerList.Item(System.Object)">
  9893.             <summary>Gets or sets the delegate for the specified object.</summary>
  9894.             <returns>The delegate for the specified key, or null if a delegate does not exist.</returns>
  9895.             <param name="key">An object to find in the list. </param>
  9896.         </member>
  9897.         <member name="T:System.ComponentModel.ExpandableObjectConverter">
  9898.             <summary>Provides a type converter to convert expandable objects to and from various other representations.</summary>
  9899.         </member>
  9900.         <member name="M:System.ComponentModel.ExpandableObjectConverter.#ctor">
  9901.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ExpandableObjectConverter"></see> class.</summary>
  9902.         </member>
  9903.         <member name="M:System.ComponentModel.ExpandableObjectConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  9904.             <summary>Gets a collection of properties for the type of object specified by the value parameter.</summary>
  9905.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that are exposed for the component, or null if there are no properties.</returns>
  9906.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9907.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that will be used as a filter. </param>
  9908.             <param name="value">An <see cref="T:System.Object"></see> that specifies the type of object to get the properties for. </param>
  9909.         </member>
  9910.         <member name="M:System.ComponentModel.ExpandableObjectConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  9911.             <summary>Gets a value indicating whether this object supports properties using the specified context.</summary>
  9912.             <returns>true because <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)"></see> should be called to find the properties of this object. This method never returns false.</returns>
  9913.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9914.         </member>
  9915.         <member name="T:System.ComponentModel.ExtenderProvidedPropertyAttribute">
  9916.             <summary>Specifies a property that is offered by an extender provider. This class cannot be inherited.</summary>
  9917.         </member>
  9918.         <member name="M:System.ComponentModel.ExtenderProvidedPropertyAttribute.#ctor">
  9919.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ExtenderProvidedPropertyAttribute"></see> class. </summary>
  9920.         </member>
  9921.         <member name="M:System.ComponentModel.ExtenderProvidedPropertyAttribute.Equals(System.Object)">
  9922.             <summary>Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>.</summary>
  9923.             <returns>true if the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.Object"></see>; otherwise, false.</returns>
  9924.         </member>
  9925.         <member name="M:System.ComponentModel.ExtenderProvidedPropertyAttribute.GetHashCode">
  9926.             <summary>Returns the hash code for this instance.</summary>
  9927.             <returns>A 32-bit signed integer hash code.</returns>
  9928.         </member>
  9929.         <member name="M:System.ComponentModel.ExtenderProvidedPropertyAttribute.IsDefaultAttribute">
  9930.             <summary>Provides an indication whether the value of this instance is the default value for the derived class.</summary>
  9931.             <returns>true if this instance is the default attribute for the class; otherwise, false.</returns>
  9932.         </member>
  9933.         <member name="P:System.ComponentModel.ExtenderProvidedPropertyAttribute.ExtenderProperty">
  9934.             <summary>Gets the property that is being provided.</summary>
  9935.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> encapsulating the property that is being provided.</returns>
  9936.         </member>
  9937.         <member name="P:System.ComponentModel.ExtenderProvidedPropertyAttribute.Provider">
  9938.             <summary>Gets the extender provider that is providing the property.</summary>
  9939.             <returns>The <see cref="T:System.ComponentModel.IExtenderProvider"></see> that is providing the property.</returns>
  9940.         </member>
  9941.         <member name="P:System.ComponentModel.ExtenderProvidedPropertyAttribute.ReceiverType">
  9942.             <summary>Gets the type of object that can receive the property.</summary>
  9943.             <returns>A <see cref="T:System.Type"></see> describing the type of object that can receive the property.</returns>
  9944.         </member>
  9945.         <member name="T:System.ComponentModel.GuidConverter">
  9946.             <summary>Provides a type converter to convert <see cref="T:System.Guid"></see> objects to and from various other representations.</summary>
  9947.         </member>
  9948.         <member name="M:System.ComponentModel.GuidConverter.#ctor">
  9949.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.GuidConverter"></see> class. </summary>
  9950.         </member>
  9951.         <member name="M:System.ComponentModel.GuidConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  9952.             <summary>Gets a value indicating whether this converter can convert an object in the given source type to a GUID object using the context.</summary>
  9953.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  9954.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9955.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you wish to convert from. </param>
  9956.         </member>
  9957.         <member name="M:System.ComponentModel.GuidConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  9958.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  9959.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  9960.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9961.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you wish to convert to. </param>
  9962.         </member>
  9963.         <member name="M:System.ComponentModel.GuidConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  9964.             <summary>Converts the given object to a GUID object.</summary>
  9965.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  9966.             <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo"></see>. If not supplied, the current culture is assumed. </param>
  9967.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  9968.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  9969.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  9970.         </member>
  9971.         <member name="M:System.ComponentModel.GuidConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  9972.             <summary>Converts the given object to another type.</summary>
  9973.             <returns>The converted object.</returns>
  9974.             <param name="culture">The culture into which value will be converted.</param>
  9975.             <param name="context">A formatter context. </param>
  9976.             <param name="destinationType">The type to convert the object to. </param>
  9977.             <param name="value">The object to convert. </param>
  9978.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  9979.             <exception cref="T:System.ArgumentNullException">destinationType is null.</exception>
  9980.         </member>
  9981.         <member name="T:System.ComponentModel.HandledEventArgs">
  9982.             <summary>Provides data for events that can be handled completely in an event handler. </summary>
  9983.         </member>
  9984.         <member name="M:System.ComponentModel.HandledEventArgs.#ctor">
  9985.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.HandledEventArgs"></see> class with a default <see cref="P:System.ComponentModel.HandledEventArgs.Handled"></see> property value of false.</summary>
  9986.         </member>
  9987.         <member name="M:System.ComponentModel.HandledEventArgs.#ctor(System.Boolean)">
  9988.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.HandledEventArgs"></see> class with the specified default value for the <see cref="P:System.ComponentModel.HandledEventArgs.Handled"></see> property.</summary>
  9989.             <param name="defaultHandledValue">The default value for the <see cref="P:System.ComponentModel.HandledEventArgs.Handled"></see> property.</param>
  9990.         </member>
  9991.         <member name="P:System.ComponentModel.HandledEventArgs.Handled">
  9992.             <summary>Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing.</summary>
  9993.             <returns>true if the event has been completely handled; otherwise, false.</returns>
  9994.         </member>
  9995.         <member name="T:System.ComponentModel.HandledEventHandler">
  9996.             <summary>Represents a method that can handle events which may or may not require further processing after the event handler has returned.</summary>
  9997.         </member>
  9998.         <member name="T:System.ComponentModel.IBindingList">
  9999.             <summary>Provides the features required to support both complex and simple scenarios when binding to a data source.</summary>
  10000.         </member>
  10001.         <member name="E:System.ComponentModel.IBindingList.ListChanged">
  10002.             <summary>Occurs when the list changes or an item in the list changes.</summary>
  10003.         </member>
  10004.         <member name="M:System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor)">
  10005.             <summary>Adds the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to the indexes used for searching.</summary>
  10006.             <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to add to the indexes used for searching. </param>
  10007.         </member>
  10008.         <member name="M:System.ComponentModel.IBindingList.AddNew">
  10009.             <summary>Adds a new item to the list.</summary>
  10010.             <returns>The item added to the list.</returns>
  10011.             <exception cref="T:System.NotSupportedException"><see cref="P:System.ComponentModel.IBindingList.AllowNew"></see> is false. </exception>
  10012.         </member>
  10013.         <member name="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
  10014.             <summary>Sorts the list based on a <see cref="T:System.ComponentModel.PropertyDescriptor"></see> and a <see cref="T:System.ComponentModel.ListSortDirection"></see>.</summary>
  10015.             <param name="direction">One of the <see cref="T:System.ComponentModel.ListSortDirection"></see> values. </param>
  10016.             <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to sort by. </param>
  10017.             <exception cref="T:System.NotSupportedException"><see cref="P:System.ComponentModel.IBindingList.SupportsSorting"></see> is false. </exception>
  10018.         </member>
  10019.         <member name="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)">
  10020.             <summary>Returns the index of the row that has the given <see cref="T:System.ComponentModel.PropertyDescriptor"></see>.</summary>
  10021.             <returns>The index of the row that has the given <see cref="T:System.ComponentModel.PropertyDescriptor"></see>.</returns>
  10022.             <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to search on. </param>
  10023.             <param name="key">The value of the property parameter to search for. </param>
  10024.             <exception cref="T:System.NotSupportedException"><see cref="P:System.ComponentModel.IBindingList.SupportsSearching"></see> is false. </exception>
  10025.         </member>
  10026.         <member name="M:System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor)">
  10027.             <summary>Removes the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> from the indexes used for searching.</summary>
  10028.             <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to remove from the indexes used for searching. </param>
  10029.         </member>
  10030.         <member name="M:System.ComponentModel.IBindingList.RemoveSort">
  10031.             <summary>Removes any sort applied using <see cref="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)"></see>.</summary>
  10032.             <exception cref="T:System.NotSupportedException"><see cref="P:System.ComponentModel.IBindingList.SupportsSorting"></see> is false. </exception>
  10033.         </member>
  10034.         <member name="P:System.ComponentModel.IBindingList.AllowEdit">
  10035.             <summary>Gets whether you can update items in the list.</summary>
  10036.             <returns>true if you can update the items in the list; otherwise, false.</returns>
  10037.         </member>
  10038.         <member name="P:System.ComponentModel.IBindingList.AllowNew">
  10039.             <summary>Gets whether you can add items to the list using <see cref="M:System.ComponentModel.IBindingList.AddNew"></see>.</summary>
  10040.             <returns>true if you can add items to the list using <see cref="M:System.ComponentModel.IBindingList.AddNew"></see>; otherwise, false.</returns>
  10041.         </member>
  10042.         <member name="P:System.ComponentModel.IBindingList.AllowRemove">
  10043.             <summary>Gets whether you can remove items from the list, using <see cref="M:System.Collections.IList.Remove(System.Object)"></see> or <see cref="M:System.Collections.IList.RemoveAt(System.Int32)"></see>.</summary>
  10044.             <returns>true if you can remove items from the list; otherwise, false.</returns>
  10045.         </member>
  10046.         <member name="P:System.ComponentModel.IBindingList.IsSorted">
  10047.             <summary>Gets whether the items in the list are sorted.</summary>
  10048.             <returns>true if <see cref="M:System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)"></see> has been called and <see cref="M:System.ComponentModel.IBindingList.RemoveSort"></see> has not been called; otherwise, false.</returns>
  10049.             <exception cref="T:System.NotSupportedException"><see cref="P:System.ComponentModel.IBindingList.SupportsSorting"></see> is false. </exception>
  10050.         </member>
  10051.         <member name="P:System.ComponentModel.IBindingList.SortDirection">
  10052.             <summary>Gets the direction of the sort.</summary>
  10053.             <returns>One of the <see cref="T:System.ComponentModel.ListSortDirection"></see> values.</returns>
  10054.             <exception cref="T:System.NotSupportedException"><see cref="P:System.ComponentModel.IBindingList.SupportsSorting"></see> is false. </exception>
  10055.         </member>
  10056.         <member name="P:System.ComponentModel.IBindingList.SortProperty">
  10057.             <summary>Gets the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that is being used for sorting.</summary>
  10058.             <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that is being used for sorting.</returns>
  10059.             <exception cref="T:System.NotSupportedException"><see cref="P:System.ComponentModel.IBindingList.SupportsSorting"></see> is false. </exception>
  10060.         </member>
  10061.         <member name="P:System.ComponentModel.IBindingList.SupportsChangeNotification">
  10062.             <summary>Gets whether a <see cref="E:System.ComponentModel.IBindingList.ListChanged"></see> event is raised when the list changes or an item in the list changes.</summary>
  10063.             <returns>true if a <see cref="E:System.ComponentModel.IBindingList.ListChanged"></see> event is raised when the list changes or when an item changes; otherwise, false.</returns>
  10064.         </member>
  10065.         <member name="P:System.ComponentModel.IBindingList.SupportsSearching">
  10066.             <summary>Gets whether the list supports searching using the <see cref="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)"></see> method.</summary>
  10067.             <returns>true if the list supports searching using the <see cref="M:System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor,System.Object)"></see> method; otherwise, false.</returns>
  10068.         </member>
  10069.         <member name="P:System.ComponentModel.IBindingList.SupportsSorting">
  10070.             <summary>Gets whether the list supports sorting.</summary>
  10071.             <returns>true if the list supports sorting; otherwise, false.</returns>
  10072.         </member>
  10073.         <member name="T:System.ComponentModel.IBindingListView">
  10074.             <summary>Extends the <see cref="T:System.ComponentModel.IBindingList"></see> interface by providing advanced sorting and filtering capabilities.</summary>
  10075.         </member>
  10076.         <member name="M:System.ComponentModel.IBindingListView.ApplySort(System.ComponentModel.ListSortDescriptionCollection)">
  10077.             <summary>Sorts the data source based on the given <see cref="T:System.ComponentModel.ListSortDescriptionCollection"></see>.</summary>
  10078.             <param name="sorts">The <see cref="T:System.ComponentModel.ListSortDescriptionCollection"></see> containing the sorts to apply to the data source.</param>
  10079.         </member>
  10080.         <member name="M:System.ComponentModel.IBindingListView.RemoveFilter">
  10081.             <summary>Removes the current filter applied to the data source.</summary>
  10082.         </member>
  10083.         <member name="P:System.ComponentModel.IBindingListView.Filter">
  10084.             <summary>Gets or sets the filter to be used to exclude items from the collection of items returned by the data source</summary>
  10085.             <returns>The string used to filter items out in the item collection returned by the data source. </returns>
  10086.         </member>
  10087.         <member name="P:System.ComponentModel.IBindingListView.SortDescriptions">
  10088.             <summary>Gets the collection of sort descriptions currently applied to the data source.</summary>
  10089.             <returns>The <see cref="T:System.ComponentModel.ListSortDescriptionCollection"></see> currently applied to the data source.</returns>
  10090.         </member>
  10091.         <member name="P:System.ComponentModel.IBindingListView.SupportsAdvancedSorting">
  10092.             <summary>Gets a value indicating whether the data source supports advanced sorting. </summary>
  10093.             <returns>true if the data source supports advanced sorting; otherwise, false. </returns>
  10094.         </member>
  10095.         <member name="P:System.ComponentModel.IBindingListView.SupportsFiltering">
  10096.             <summary>Gets a value indicating whether the data source supports filtering. </summary>
  10097.             <returns>true if the data source supports filtering; otherwise, false. </returns>
  10098.         </member>
  10099.         <member name="T:System.ComponentModel.ICancelAddNew">
  10100.             <summary>Adds transactional capability when adding a new item to a collection.</summary>
  10101.         </member>
  10102.         <member name="M:System.ComponentModel.ICancelAddNew.CancelNew(System.Int32)">
  10103.             <summary>Discards a pending new item from the collection.</summary>
  10104.             <param name="itemIndex">The index of the item that was previously added to the collection. </param>
  10105.         </member>
  10106.         <member name="M:System.ComponentModel.ICancelAddNew.EndNew(System.Int32)">
  10107.             <summary>Commits a pending new item to the collection.</summary>
  10108.             <param name="itemIndex">The index of the item that was previously added to the collection. </param>
  10109.         </member>
  10110.         <member name="T:System.ComponentModel.IChangeTracking">
  10111.             <summary>Defines the mechanism for querying the object for changes and resetting of the changed status.</summary>
  10112.         </member>
  10113.         <member name="M:System.ComponentModel.IChangeTracking.AcceptChanges">
  10114.             <summary>Resets the objectΓÇÖs state to unchanged by accepting the modifications.</summary>
  10115.         </member>
  10116.         <member name="P:System.ComponentModel.IChangeTracking.IsChanged">
  10117.             <summary>Gets the object's changed status.</summary>
  10118.             <returns>true if the objectΓÇÖs content has changed since the last call to <see cref="M:System.ComponentModel.IChangeTracking.AcceptChanges"></see>; otherwise, false.</returns>
  10119.         </member>
  10120.         <member name="T:System.ComponentModel.IComNativeDescriptorHandler">
  10121.             <summary>Top level mapping layer between a COM object and TypeDescriptor.</summary>
  10122.         </member>
  10123.         <member name="T:System.ComponentModel.IComponent">
  10124.             <summary>Provides functionality required by all components. </summary>
  10125.         </member>
  10126.         <member name="E:System.ComponentModel.IComponent.Disposed">
  10127.             <summary>Represents the method that handles the <see cref="E:System.ComponentModel.IComponent.Disposed"></see> event of a component.</summary>
  10128.         </member>
  10129.         <member name="P:System.ComponentModel.IComponent.Site">
  10130.             <summary>Gets or sets the <see cref="T:System.ComponentModel.ISite"></see> associated with the <see cref="T:System.ComponentModel.IComponent"></see>.</summary>
  10131.             <returns>The <see cref="T:System.ComponentModel.ISite"></see> object associated with the component; or null, if the component does not have a site.</returns>
  10132.         </member>
  10133.         <member name="T:System.ComponentModel.IContainer">
  10134.             <summary>Provides functionality for containers. Containers are objects that logically contain zero or more components.</summary>
  10135.         </member>
  10136.         <member name="M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent)">
  10137.             <summary>Adds the specified <see cref="T:System.ComponentModel.IComponent"></see> to the <see cref="T:System.ComponentModel.IContainer"></see> at the end of the list.</summary>
  10138.             <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to add. </param>
  10139.         </member>
  10140.         <member name="M:System.ComponentModel.IContainer.Add(System.ComponentModel.IComponent,System.String)">
  10141.             <summary>Adds the specified <see cref="T:System.ComponentModel.IComponent"></see> to the <see cref="T:System.ComponentModel.IContainer"></see> at the end of the list, and assigns a name to the component.</summary>
  10142.             <param name="name">The unique, case-insensitive name to assign to the component.-or- null that leaves the component unnamed. </param>
  10143.             <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to add. </param>
  10144.         </member>
  10145.         <member name="M:System.ComponentModel.IContainer.Remove(System.ComponentModel.IComponent)">
  10146.             <summary>Removes a component from the <see cref="T:System.ComponentModel.IContainer"></see>.</summary>
  10147.             <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to remove. </param>
  10148.         </member>
  10149.         <member name="P:System.ComponentModel.IContainer.Components">
  10150.             <summary>Gets all the components in the <see cref="T:System.ComponentModel.IContainer"></see>.</summary>
  10151.             <returns>A collection of <see cref="T:System.ComponentModel.IComponent"></see> objects that represents all the components in the <see cref="T:System.ComponentModel.IContainer"></see>.</returns>
  10152.         </member>
  10153.         <member name="T:System.ComponentModel.ICustomTypeDescriptor">
  10154.             <summary>Provides an interface that supplies dynamic custom type information for an object.</summary>
  10155.         </member>
  10156.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetAttributes">
  10157.             <summary>Returns a collection of custom attributes for this instance of a component.</summary>
  10158.             <returns>An <see cref="T:System.ComponentModel.AttributeCollection"></see> containing the attributes for this object.</returns>
  10159.         </member>
  10160.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetClassName">
  10161.             <summary>Returns the class name of this instance of a component.</summary>
  10162.             <returns>The class name of the object, or null if the class does not have a name.</returns>
  10163.         </member>
  10164.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetComponentName">
  10165.             <summary>Returns the name of this instance of a component.</summary>
  10166.             <returns>The name of the object, or null if the object does not have a name.</returns>
  10167.         </member>
  10168.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetConverter">
  10169.             <summary>Returns a type converter for this instance of a component.</summary>
  10170.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> that is the converter for this object, or null if there is no <see cref="T:System.ComponentModel.TypeConverter"></see> for this object.</returns>
  10171.         </member>
  10172.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent">
  10173.             <summary>Returns the default event for this instance of a component.</summary>
  10174.             <returns>An <see cref="T:System.ComponentModel.EventDescriptor"></see> that represents the default event for this object, or null if this object does not have events.</returns>
  10175.         </member>
  10176.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty">
  10177.             <summary>Returns the default property for this instance of a component.</summary>
  10178.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that represents the default property for this object, or null if this object does not have properties.</returns>
  10179.         </member>
  10180.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type)">
  10181.             <summary>Returns an editor of the specified type for this instance of a component.</summary>
  10182.             <returns>An <see cref="T:System.Object"></see> of the specified type that is the editor for this object, or null if the editor cannot be found.</returns>
  10183.             <param name="editorBaseType">A <see cref="T:System.Type"></see> that represents the editor for this object. </param>
  10184.         </member>
  10185.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents">
  10186.             <summary>Returns the events for this instance of a component.</summary>
  10187.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> that represents the events for this component instance.</returns>
  10188.         </member>
  10189.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[])">
  10190.             <summary>Returns the events for this instance of a component using the specified attribute array as a filter.</summary>
  10191.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> that represents the filtered events for this component instance.</returns>
  10192.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that is used as a filter. </param>
  10193.         </member>
  10194.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties">
  10195.             <summary>Returns the properties for this instance of a component.</summary>
  10196.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that represents the properties for this component instance.</returns>
  10197.         </member>
  10198.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[])">
  10199.             <summary>Returns the properties for this instance of a component using the attribute array as a filter.</summary>
  10200.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that represents the filtered properties for this component instance.</returns>
  10201.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that is used as a filter. </param>
  10202.         </member>
  10203.         <member name="M:System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor)">
  10204.             <summary>Returns an object that contains the property described by the specified property descriptor.</summary>
  10205.             <returns>An <see cref="T:System.Object"></see> that represents the owner of the specified property.</returns>
  10206.             <param name="pd">A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that represents the property whose owner is to be found. </param>
  10207.         </member>
  10208.         <member name="T:System.ComponentModel.IDataErrorInfo">
  10209.             <summary>Provides the functionality to offer custom error information that a user interface can bind to.</summary>
  10210.         </member>
  10211.         <member name="P:System.ComponentModel.IDataErrorInfo.Error">
  10212.             <summary>Gets an error message indicating what is wrong with this object.</summary>
  10213.             <returns>An error message indicating what is wrong with this object. The default is an empty string ("").</returns>
  10214.         </member>
  10215.         <member name="P:System.ComponentModel.IDataErrorInfo.Item(System.String)">
  10216.             <summary>Gets the error message for the property with the given name.</summary>
  10217.             <returns>The error message for the property. The default is an empty string ("").</returns>
  10218.             <param name="columnName">The name of the property whose error message to get. </param>
  10219.         </member>
  10220.         <member name="T:System.ComponentModel.IEditableObject">
  10221.             <summary>Provides functionality to commit or rollback changes to an object that is used as a data source.</summary>
  10222.         </member>
  10223.         <member name="M:System.ComponentModel.IEditableObject.BeginEdit">
  10224.             <summary>Begins an edit on an object.</summary>
  10225.         </member>
  10226.         <member name="M:System.ComponentModel.IEditableObject.CancelEdit">
  10227.             <summary>Discards changes since the last <see cref="M:System.ComponentModel.IEditableObject.BeginEdit"></see> call.</summary>
  10228.         </member>
  10229.         <member name="M:System.ComponentModel.IEditableObject.EndEdit">
  10230.             <summary>Pushes changes since the last <see cref="M:System.ComponentModel.IEditableObject.BeginEdit"></see> or <see cref="M:System.ComponentModel.IBindingList.AddNew"></see> call into the underlying object.</summary>
  10231.         </member>
  10232.         <member name="T:System.ComponentModel.IExtenderProvider">
  10233.             <summary>Defines the interface for extending properties to other components in a container.</summary>
  10234.         </member>
  10235.         <member name="M:System.ComponentModel.IExtenderProvider.CanExtend(System.Object)">
  10236.             <summary>Specifies whether this object can provide its extender properties to the specified object.</summary>
  10237.             <returns>true if this object can provide extender properties to the specified object; otherwise, false.</returns>
  10238.             <param name="extendee">The <see cref="T:System.Object"></see> to receive the extender properties. </param>
  10239.         </member>
  10240.         <member name="T:System.ComponentModel.IIntellisenseBuilder">
  10241.             <summary>Provides an interface to facilitate the retrieval of the builder's name and to display the builder.</summary>
  10242.         </member>
  10243.         <member name="M:System.ComponentModel.IIntellisenseBuilder.Show(System.String,System.String,System.String@)">
  10244.             <summary>Shows the builder.</summary>
  10245.             <returns>true if the value should be replaced with newValue; otherwise, false (if the user cancels, for example).</returns>
  10246.             <param name="newValue">The new value.</param>
  10247.             <param name="value">The expression being edited.</param>
  10248.             <param name="language">The language service that is calling the builder.</param>
  10249.         </member>
  10250.         <member name="P:System.ComponentModel.IIntellisenseBuilder.Name">
  10251.             <summary>Gets a localized name.</summary>
  10252.             <returns>A localized name.</returns>
  10253.         </member>
  10254.         <member name="T:System.ComponentModel.IListSource">
  10255.             <summary>Provides functionality to an object to return a list that can be bound to a data source.</summary>
  10256.         </member>
  10257.         <member name="M:System.ComponentModel.IListSource.GetList">
  10258.             <summary>Returns an <see cref="T:System.Collections.IList"></see> that can be bound to a data source from an object that does not implement an <see cref="T:System.Collections.IList"></see> itself.</summary>
  10259.             <returns>An <see cref="T:System.Collections.IList"></see> that can be bound to a data source from the object.</returns>
  10260.         </member>
  10261.         <member name="P:System.ComponentModel.IListSource.ContainsListCollection">
  10262.             <summary>Gets a value indicating whether the collection is a collection of <see cref="T:System.Collections.IList"></see> objects.</summary>
  10263.             <returns>true if the collection is a collection of <see cref="T:System.Collections.IList"></see> objects; otherwise, false.</returns>
  10264.         </member>
  10265.         <member name="T:System.ComponentModel.ImmutableObjectAttribute">
  10266.             <summary>Specifies that an object has no subproperties capable of being edited. This class cannot be inherited.</summary>
  10267.         </member>
  10268.         <member name="M:System.ComponentModel.ImmutableObjectAttribute.#ctor(System.Boolean)">
  10269.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ImmutableObjectAttribute"></see> class.</summary>
  10270.             <param name="immutable">true if the object is immutable; otherwise, false. </param>
  10271.         </member>
  10272.         <member name="F:System.ComponentModel.ImmutableObjectAttribute.Default">
  10273.             <summary>Represents the default value for <see cref="T:System.ComponentModel.ImmutableObjectAttribute"></see>.</summary>
  10274.         </member>
  10275.         <member name="F:System.ComponentModel.ImmutableObjectAttribute.No">
  10276.             <summary>Specifies that an object has at least one editable subproperty. This static field is read-only.</summary>
  10277.         </member>
  10278.         <member name="F:System.ComponentModel.ImmutableObjectAttribute.Yes">
  10279.             <summary>Specifies that an object has no subproperties that can be edited. This static field is read-only.</summary>
  10280.         </member>
  10281.         <member name="M:System.ComponentModel.ImmutableObjectAttribute.GetHashCode">
  10282.             <summary>Returns the hash code for this instance.</summary>
  10283.             <returns>A hash code for the current <see cref="T:System.ComponentModel.ImmutableObjectAttribute"></see>.</returns>
  10284.         </member>
  10285.         <member name="M:System.ComponentModel.ImmutableObjectAttribute.IsDefaultAttribute">
  10286.             <summary>Indicates whether the value of this instance is the default value.</summary>
  10287.             <returns>true if this instance is the default attribute for the class; otherwise, false.</returns>
  10288.         </member>
  10289.         <member name="P:System.ComponentModel.ImmutableObjectAttribute.Immutable">
  10290.             <summary>Gets whether the object is immutable.</summary>
  10291.             <returns>true if the object is immutable; otherwise, false.</returns>
  10292.         </member>
  10293.         <member name="T:System.ComponentModel.INestedContainer">
  10294.             <summary>Provides functionality for nested containers, which logically contain zero or more other components and are owned by a parent component.</summary>
  10295.         </member>
  10296.         <member name="P:System.ComponentModel.INestedContainer.Owner">
  10297.             <summary>Gets the owning component for the nested container.</summary>
  10298.             <returns>The <see cref="T:System.ComponentModel.IComponent"></see> that owns the nested container.</returns>
  10299.         </member>
  10300.         <member name="T:System.ComponentModel.INestedSite">
  10301.             <summary>Provides the ability to retrieve the full nested name of a component.</summary>
  10302.         </member>
  10303.         <member name="P:System.ComponentModel.INestedSite.FullName">
  10304.             <summary>Gets the full name of the component in this site.</summary>
  10305.             <returns>The full name of the component in this site.</returns>
  10306.         </member>
  10307.         <member name="T:System.ComponentModel.InheritanceAttribute">
  10308.             <summary>Indicates whether the component associated with this attribute has been inherited from a base class. This class cannot be inherited.</summary>
  10309.         </member>
  10310.         <member name="M:System.ComponentModel.InheritanceAttribute.#ctor">
  10311.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InheritanceAttribute"></see> class.</summary>
  10312.         </member>
  10313.         <member name="M:System.ComponentModel.InheritanceAttribute.#ctor(System.ComponentModel.InheritanceLevel)">
  10314.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InheritanceAttribute"></see> class with the specified inheritance level.</summary>
  10315.             <param name="inheritanceLevel">An <see cref="T:System.ComponentModel.InheritanceLevel"></see> that indicates the level of inheritance to set this attribute to. </param>
  10316.         </member>
  10317.         <member name="F:System.ComponentModel.InheritanceAttribute.Default">
  10318.             <summary>Specifies that the default value for <see cref="T:System.ComponentModel.InheritanceAttribute"></see> is <see cref="F:System.ComponentModel.InheritanceAttribute.NotInherited"></see>. This field is read-only.</summary>
  10319.         </member>
  10320.         <member name="F:System.ComponentModel.InheritanceAttribute.Inherited">
  10321.             <summary>Specifies that the component is inherited. This field is read-only.</summary>
  10322.         </member>
  10323.         <member name="F:System.ComponentModel.InheritanceAttribute.InheritedReadOnly">
  10324.             <summary>Specifies that the component is inherited and is read-only. This field is read-only.</summary>
  10325.         </member>
  10326.         <member name="F:System.ComponentModel.InheritanceAttribute.NotInherited">
  10327.             <summary>Specifies that the component is not inherited. This field is read-only.</summary>
  10328.         </member>
  10329.         <member name="M:System.ComponentModel.InheritanceAttribute.Equals(System.Object)">
  10330.             <summary>Override to test for equality.</summary>
  10331.             <returns>true if the object is the same; otherwise, false.</returns>
  10332.             <param name="value">The object to test. </param>
  10333.         </member>
  10334.         <member name="M:System.ComponentModel.InheritanceAttribute.GetHashCode">
  10335.             <summary>Returns the hashcode for this object.</summary>
  10336.             <returns>A hash code for the current <see cref="T:System.ComponentModel.InheritanceAttribute"></see>.</returns>
  10337.         </member>
  10338.         <member name="M:System.ComponentModel.InheritanceAttribute.IsDefaultAttribute">
  10339.             <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
  10340.             <returns>true if the current value of the attribute is the default; otherwise, false.</returns>
  10341.         </member>
  10342.         <member name="M:System.ComponentModel.InheritanceAttribute.ToString">
  10343.             <summary>Converts this attribute to a string.</summary>
  10344.             <returns>A string that represents this <see cref="T:System.ComponentModel.InheritanceAttribute"></see>.</returns>
  10345.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10346.         </member>
  10347.         <member name="P:System.ComponentModel.InheritanceAttribute.InheritanceLevel">
  10348.             <summary>Gets or sets the current inheritance level stored in this attribute.</summary>
  10349.             <returns>The <see cref="T:System.ComponentModel.InheritanceLevel"></see> stored in this attribute.</returns>
  10350.         </member>
  10351.         <member name="T:System.ComponentModel.InheritanceLevel">
  10352.             <summary>Defines identifiers for types of inheritance levels.</summary>
  10353.         </member>
  10354.         <member name="F:System.ComponentModel.InheritanceLevel.Inherited">
  10355.             <summary>The object is inherited.</summary>
  10356.         </member>
  10357.         <member name="F:System.ComponentModel.InheritanceLevel.InheritedReadOnly">
  10358.             <summary>The object is inherited, but has read-only access.</summary>
  10359.         </member>
  10360.         <member name="F:System.ComponentModel.InheritanceLevel.NotInherited">
  10361.             <summary>The object is not inherited.</summary>
  10362.         </member>
  10363.         <member name="T:System.ComponentModel.InitializationEventAttribute">
  10364.             <summary>Specifies which event is raised on initialization. This class cannot be inherited.</summary>
  10365.         </member>
  10366.         <member name="M:System.ComponentModel.InitializationEventAttribute.#ctor(System.String)">
  10367.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InitializationEventAttribute"></see> class.</summary>
  10368.             <param name="eventName">The name of the initialization event.</param>
  10369.         </member>
  10370.         <member name="P:System.ComponentModel.InitializationEventAttribute.EventName">
  10371.             <summary>Gets the name of the initialization event.</summary>
  10372.             <returns>The name of the initialization event.</returns>
  10373.         </member>
  10374.         <member name="T:System.ComponentModel.INotifyPropertyChanged">
  10375.             <summary>Notifies clients that a property value has changed.</summary>
  10376.         </member>
  10377.         <member name="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged">
  10378.             <summary>Occurs when a property value changes.</summary>
  10379.         </member>
  10380.         <member name="T:System.ComponentModel.InstallerTypeAttribute">
  10381.             <summary>Specifies the installer for a type that installs components.</summary>
  10382.         </member>
  10383.         <member name="M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.String)">
  10384.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InstallerTypeAttribute"></see> class with the name of the component's installer type.</summary>
  10385.             <param name="typeName">The name of a <see cref="T:System.Type"></see> that represents the installer for the component this attribute is bound to. This class must implement <see cref="T:System.ComponentModel.Design.IDesigner"></see>. </param>
  10386.         </member>
  10387.         <member name="M:System.ComponentModel.InstallerTypeAttribute.#ctor(System.Type)">
  10388.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InstallerTypeAttribute"></see> class, when given a <see cref="T:System.Type"></see> that represents the installer for a component.</summary>
  10389.             <param name="installerType">A <see cref="T:System.Type"></see> that represents the installer for the component this attribute is bound to. This class must implement <see cref="T:System.ComponentModel.Design.IDesigner"></see>. </param>
  10390.         </member>
  10391.         <member name="M:System.ComponentModel.InstallerTypeAttribute.Equals(System.Object)">
  10392.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.InstallerTypeAttribute"></see>.</summary>
  10393.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  10394.             <param name="obj">The object to test the value equality of. </param>
  10395.         </member>
  10396.         <member name="M:System.ComponentModel.InstallerTypeAttribute.GetHashCode">
  10397.             <summary>Returns the hashcode for this object.</summary>
  10398.             <returns>A hash code for the current <see cref="T:System.ComponentModel.InstallerTypeAttribute"></see>.</returns>
  10399.         </member>
  10400.         <member name="P:System.ComponentModel.InstallerTypeAttribute.InstallerType">
  10401.             <summary>Gets the type of installer associated with this attribute.</summary>
  10402.             <returns>A <see cref="T:System.Type"></see> that represents the type of installer associated with this attribute, or null if an installer does not exist.</returns>
  10403.         </member>
  10404.         <member name="T:System.ComponentModel.InstanceCreationEditor">
  10405.             <summary>Creates an instance of a particular type of property from a drop-down box within the <see cref="T:System.Windows.Forms.PropertyGrid"></see>. </summary>
  10406.         </member>
  10407.         <member name="M:System.ComponentModel.InstanceCreationEditor.#ctor">
  10408.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InstanceCreationEditor"></see> class.</summary>
  10409.         </member>
  10410.         <member name="M:System.ComponentModel.InstanceCreationEditor.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  10411.             <summary>When overridden in a derived class, returns an instance of the specified type.</summary>
  10412.             <returns>An instance of the specified type or null.</returns>
  10413.             <param name="instanceType">The specified type.</param>
  10414.             <param name="context">The context information.</param>
  10415.         </member>
  10416.         <member name="P:System.ComponentModel.InstanceCreationEditor.Text">
  10417.             <summary>Gets the specified text.</summary>
  10418.             <returns>The specified text.</returns>
  10419.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10420.         </member>
  10421.         <member name="T:System.ComponentModel.Int16Converter">
  10422.             <summary>Provides a type converter to convert 16-bit signed integer objects to and from other representations.</summary>
  10423.         </member>
  10424.         <member name="M:System.ComponentModel.Int16Converter.#ctor">
  10425.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Int16Converter"></see> class. </summary>
  10426.         </member>
  10427.         <member name="T:System.ComponentModel.Int32Converter">
  10428.             <summary>Provides a type converter to convert 32-bit signed integer objects to and from other representations.</summary>
  10429.         </member>
  10430.         <member name="M:System.ComponentModel.Int32Converter.#ctor">
  10431.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Int32Converter"></see> class. </summary>
  10432.         </member>
  10433.         <member name="T:System.ComponentModel.Int64Converter">
  10434.             <summary>Provides a type converter to convert 64-bit signed integer objects to and from various other representations.</summary>
  10435.         </member>
  10436.         <member name="M:System.ComponentModel.Int64Converter.#ctor">
  10437.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Int64Converter"></see> class. </summary>
  10438.         </member>
  10439.         <member name="T:System.ComponentModel.InvalidEnumArgumentException">
  10440.             <summary>The exception thrown when using invalid arguments that are enumerators.</summary>
  10441.         </member>
  10442.         <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor">
  10443.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidEnumArgumentException"></see> class without a message.</summary>
  10444.         </member>
  10445.         <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.String)">
  10446.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidEnumArgumentException"></see> class with the specified message.</summary>
  10447.             <param name="message">The message to display with this exception. </param>
  10448.         </member>
  10449.         <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  10450.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidEnumArgumentException"></see> class using the specified serialization data and context.</summary>
  10451.             <param name="context">The destination to be used for deserialization.</param>
  10452.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used for deserialization.</param>
  10453.         </member>
  10454.         <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.String,System.Exception)">
  10455.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidEnumArgumentException"></see> class with the specified detailed description and the specified exception. </summary>
  10456.             <param name="message">A detailed description of the error.</param>
  10457.             <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
  10458.         </member>
  10459.         <member name="M:System.ComponentModel.InvalidEnumArgumentException.#ctor(System.String,System.Int32,System.Type)">
  10460.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.InvalidEnumArgumentException"></see> class with a message generated from the argument, the invalid value, and an enumeration class.</summary>
  10461.             <param name="enumClass">A <see cref="T:System.Type"></see> that represents the enumeration class with the valid values. </param>
  10462.             <param name="argumentName">The name of the argument that caused the exception. </param>
  10463.             <param name="invalidValue">The value of the argument that failed. </param>
  10464.         </member>
  10465.         <member name="T:System.ComponentModel.IRaiseItemChangedEvents">
  10466.             <summary>Indicates whether a class converts property change events to <see cref="E:System.ComponentModel.IBindingList.ListChanged"></see> events.</summary>
  10467.         </member>
  10468.         <member name="P:System.ComponentModel.IRaiseItemChangedEvents.RaisesItemChangedEvents">
  10469.             <summary>Gets a value indicating whether the <see cref="T:System.ComponentModel.IRaiseItemChangedEvents"></see> object raises <see cref="E:System.ComponentModel.IBindingList.ListChanged"></see> events.</summary>
  10470.             <returns>true if the <see cref="T:System.ComponentModel.IRaiseItemChangedEvents"></see> object raises <see cref="E:System.ComponentModel.IBindingList.ListChanged"></see> events when one of its property values changes; otherwise, false.</returns>
  10471.         </member>
  10472.         <member name="T:System.ComponentModel.IRevertibleChangeTracking">
  10473.             <summary>Provides support for rolling back the changes</summary>
  10474.         </member>
  10475.         <member name="M:System.ComponentModel.IRevertibleChangeTracking.RejectChanges">
  10476.             <summary>Resets the objectΓÇÖs state to unchanged by rejecting the modifications.</summary>
  10477.         </member>
  10478.         <member name="T:System.ComponentModel.ISite">
  10479.             <summary>Provides functionality required by sites.</summary>
  10480.         </member>
  10481.         <member name="P:System.ComponentModel.ISite.Component">
  10482.             <summary>Gets the component associated with the <see cref="T:System.ComponentModel.ISite"></see> when implemented by a class.</summary>
  10483.             <returns>The <see cref="T:System.ComponentModel.IComponent"></see> instance associated with the <see cref="T:System.ComponentModel.ISite"></see>.</returns>
  10484.         </member>
  10485.         <member name="P:System.ComponentModel.ISite.Container">
  10486.             <summary>Gets the <see cref="T:System.ComponentModel.IContainer"></see> associated with the <see cref="T:System.ComponentModel.ISite"></see> when implemented by a class.</summary>
  10487.             <returns>The <see cref="T:System.ComponentModel.IContainer"></see> instance associated with the <see cref="T:System.ComponentModel.ISite"></see>.</returns>
  10488.         </member>
  10489.         <member name="P:System.ComponentModel.ISite.DesignMode">
  10490.             <summary>Determines whether the component is in design mode when implemented by a class.</summary>
  10491.             <returns>true if the component is in design mode; otherwise, false.</returns>
  10492.         </member>
  10493.         <member name="P:System.ComponentModel.ISite.Name">
  10494.             <summary>Gets or sets the name of the component associated with the <see cref="T:System.ComponentModel.ISite"></see> when implemented by a class.</summary>
  10495.             <returns>The name of the component associated with the <see cref="T:System.ComponentModel.ISite"></see>; or null, if no name is assigned to the component.</returns>
  10496.         </member>
  10497.         <member name="T:System.ComponentModel.ISupportInitialize">
  10498.             <summary>Specifies that this object supports a simple, transacted notification for batch initialization.</summary>
  10499.         </member>
  10500.         <member name="M:System.ComponentModel.ISupportInitialize.BeginInit">
  10501.             <summary>Signals the object that initialization is starting.</summary>
  10502.         </member>
  10503.         <member name="M:System.ComponentModel.ISupportInitialize.EndInit">
  10504.             <summary>Signals the object that initialization is complete.</summary>
  10505.         </member>
  10506.         <member name="T:System.ComponentModel.ISupportInitializeNotification">
  10507.             <summary>Allows coordination of initialization for a component and its dependent properties.</summary>
  10508.         </member>
  10509.         <member name="E:System.ComponentModel.ISupportInitializeNotification.Initialized">
  10510.             <summary>Occurs when initialization of the component is completed.</summary>
  10511.         </member>
  10512.         <member name="P:System.ComponentModel.ISupportInitializeNotification.IsInitialized">
  10513.             <summary>Gets a value indicating whether the component is initialized.</summary>
  10514.             <returns>true to indicate the component has completed initialization; otherwise, false. </returns>
  10515.         </member>
  10516.         <member name="T:System.ComponentModel.ISynchronizeInvoke">
  10517.             <summary>Provides a way to synchronously or asynchronously execute a delegate.</summary>
  10518.         </member>
  10519.         <member name="M:System.ComponentModel.ISynchronizeInvoke.BeginInvoke(System.Delegate,System.Object[])">
  10520.             <summary>Executes the delegate on the main thread that this object executes on.</summary>
  10521.             <returns>An <see cref="T:System.IAsyncResult"></see> interface that represents the asynchronous operation started by calling this method.</returns>
  10522.             <param name="args">An array of type <see cref="T:System.Object"></see> to pass as arguments to the given method. This can be null if no arguments are needed. </param>
  10523.             <param name="method">A <see cref="T:System.Delegate"></see> to a method that takes parameters of the same number and type that are contained in args. </param>
  10524.         </member>
  10525.         <member name="M:System.ComponentModel.ISynchronizeInvoke.EndInvoke(System.IAsyncResult)">
  10526.             <summary>Waits until the process started by calling <see cref="M:System.ComponentModel.ISynchronizeInvoke.BeginInvoke(System.Delegate,System.Object[])"></see> completes, and then returns the value generated by the process.</summary>
  10527.             <returns>An <see cref="T:System.Object"></see> that represents the return value generated by the asynchronous operation.</returns>
  10528.             <param name="result">An <see cref="T:System.IAsyncResult"></see> interface that represents the asynchronous operation started by calling <see cref="M:System.ComponentModel.ISynchronizeInvoke.BeginInvoke(System.Delegate,System.Object[])"></see>. </param>
  10529.         </member>
  10530.         <member name="M:System.ComponentModel.ISynchronizeInvoke.Invoke(System.Delegate,System.Object[])">
  10531.             <summary>Executes the delegate on the main thread that this object executes on.</summary>
  10532.             <returns>An <see cref="T:System.Object"></see> that represents the return value from the delegate being invoked, or null if the delegate has no return value.</returns>
  10533.             <param name="args">An array of type <see cref="T:System.Object"></see> that represents the arguments to pass to the given method. This can be null if no arguments are needed. </param>
  10534.             <param name="method">A <see cref="T:System.Delegate"></see> that contains a method to call, in the context of the thread for the control. </param>
  10535.         </member>
  10536.         <member name="P:System.ComponentModel.ISynchronizeInvoke.InvokeRequired">
  10537.             <summary>Gets a value indicating whether the caller must call <see cref="M:System.ComponentModel.ISynchronizeInvoke.Invoke(System.Delegate,System.Object[])"></see> when calling an object that implements this interface.</summary>
  10538.             <returns>true if the caller must call <see cref="M:System.ComponentModel.ISynchronizeInvoke.Invoke(System.Delegate,System.Object[])"></see>; otherwise, false.</returns>
  10539.         </member>
  10540.         <member name="T:System.ComponentModel.ITypeDescriptorContext">
  10541.             <summary>Provides contextual information about a component, such as its container and property descriptor.</summary>
  10542.         </member>
  10543.         <member name="M:System.ComponentModel.ITypeDescriptorContext.OnComponentChanged">
  10544.             <summary>Raises the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged"></see> event.</summary>
  10545.         </member>
  10546.         <member name="M:System.ComponentModel.ITypeDescriptorContext.OnComponentChanging">
  10547.             <summary>Raises the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging"></see> event.</summary>
  10548.             <returns>true if this object can be changed; otherwise, false.</returns>
  10549.         </member>
  10550.         <member name="P:System.ComponentModel.ITypeDescriptorContext.Container">
  10551.             <summary>Gets the container representing this <see cref="T:System.ComponentModel.TypeDescriptor"></see> request.</summary>
  10552.             <returns>An <see cref="T:System.ComponentModel.IContainer"></see> with the set of objects for this <see cref="T:System.ComponentModel.TypeDescriptor"></see>; otherwise, null if there is no container or if the <see cref="T:System.ComponentModel.TypeDescriptor"></see> does not use outside objects.</returns>
  10553.         </member>
  10554.         <member name="P:System.ComponentModel.ITypeDescriptorContext.Instance">
  10555.             <summary>Gets the object that is connected with this type descriptor request.</summary>
  10556.             <returns>The object that invokes the method on the <see cref="T:System.ComponentModel.TypeDescriptor"></see>; otherwise, null if there is no object responsible for the call.</returns>
  10557.         </member>
  10558.         <member name="P:System.ComponentModel.ITypeDescriptorContext.PropertyDescriptor">
  10559.             <summary>Gets the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that is associated with the given context item.</summary>
  10560.             <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that describes the given context item; otherwise, null if there is no <see cref="T:System.ComponentModel.PropertyDescriptor"></see> responsible for the call.</returns>
  10561.         </member>
  10562.         <member name="T:System.ComponentModel.ITypedList">
  10563.             <summary>Provides functionality to discover the schema for a bindable list, where the properties available for binding differ from the public properties of the object to bind to. </summary>
  10564.         </member>
  10565.         <member name="M:System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
  10566.             <summary>Returns the <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that represents the properties on each item used to bind data.</summary>
  10567.             <returns>The <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that represents the properties on each item used to bind data.</returns>
  10568.             <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects to find in the collection as bindable. This can be null. </param>
  10569.         </member>
  10570.         <member name="M:System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[])">
  10571.             <summary>Returns the name of the list.</summary>
  10572.             <returns>The name of the list.</returns>
  10573.             <param name="listAccessors">An array of <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects, the list name for which is returned. This can be null. </param>
  10574.         </member>
  10575.         <member name="T:System.ComponentModel.License">
  10576.             <summary>Provides the abstract base class for all licenses. A license is granted to a specific instance of a component.</summary>
  10577.         </member>
  10578.         <member name="M:System.ComponentModel.License.#ctor">
  10579.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.License"></see> class. </summary>
  10580.         </member>
  10581.         <member name="M:System.ComponentModel.License.Dispose">
  10582.             <summary>When overridden in a derived class, disposes of the resources used by the license.</summary>
  10583.         </member>
  10584.         <member name="P:System.ComponentModel.License.LicenseKey">
  10585.             <summary>When overridden in a derived class, gets the license key granted to this component.</summary>
  10586.             <returns>A license key granted to this component.</returns>
  10587.         </member>
  10588.         <member name="T:System.ComponentModel.LicenseContext">
  10589.             <summary>Specifies when you can use a licensed object and provides a way of obtaining additional services needed to support licenses running within its domain.</summary>
  10590.         </member>
  10591.         <member name="M:System.ComponentModel.LicenseContext.#ctor">
  10592.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseContext"></see> class. </summary>
  10593.         </member>
  10594.         <member name="M:System.ComponentModel.LicenseContext.GetSavedLicenseKey(System.Type,System.Reflection.Assembly)">
  10595.             <summary>When overridden in a derived class, returns a saved license key for the specified type, from the specified resource assembly.</summary>
  10596.             <returns>The <see cref="P:System.ComponentModel.License.LicenseKey"></see> for the specified type. This method returns null unless you override it.</returns>
  10597.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of component. </param>
  10598.             <param name="resourceAssembly">An <see cref="T:System.Reflection.Assembly"></see> with the license key. </param>
  10599.         </member>
  10600.         <member name="M:System.ComponentModel.LicenseContext.GetService(System.Type)">
  10601.             <summary>Gets the requested service, if it is available.</summary>
  10602.             <returns>An instance of the service, or null if the service cannot be found.</returns>
  10603.             <param name="type">The type of service to retrieve. </param>
  10604.         </member>
  10605.         <member name="M:System.ComponentModel.LicenseContext.SetSavedLicenseKey(System.Type,System.String)">
  10606.             <summary>When overridden in a derived class, sets a license key for the specified type.</summary>
  10607.             <param name="type">A <see cref="T:System.Type"></see> that represents the component associated with the license key. </param>
  10608.             <param name="key">The <see cref="P:System.ComponentModel.License.LicenseKey"></see> to save for the type of component. </param>
  10609.         </member>
  10610.         <member name="P:System.ComponentModel.LicenseContext.UsageMode">
  10611.             <summary>When overridden in a derived class, gets a value that specifies when you can use a license.</summary>
  10612.             <returns>One of the <see cref="T:System.ComponentModel.LicenseUsageMode"></see> values that specifies when you can use a license. The default is <see cref="F:System.ComponentModel.LicenseUsageMode.Runtime"></see>.</returns>
  10613.         </member>
  10614.         <member name="T:System.ComponentModel.LicenseException">
  10615.             <summary>Represents the exception thrown when a component cannot be granted a license.</summary>
  10616.         </member>
  10617.         <member name="M:System.ComponentModel.LicenseException.#ctor(System.Type)">
  10618.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException"></see> class for the type of component that was denied a license. </summary>
  10619.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of component that was not granted a license. </param>
  10620.         </member>
  10621.         <member name="M:System.ComponentModel.LicenseException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  10622.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException"></see> class with the given <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see>.</summary>
  10623.             <param name="context">The destination to be used for deserialization.</param>
  10624.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used for deserialization.</param>
  10625.         </member>
  10626.         <member name="M:System.ComponentModel.LicenseException.#ctor(System.Type,System.Object)">
  10627.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException"></see> class for the type and the instance of the component that was denied a license.</summary>
  10628.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of component that was not granted a license. </param>
  10629.             <param name="instance">The instance of the component that was not granted a license. </param>
  10630.         </member>
  10631.         <member name="M:System.ComponentModel.LicenseException.#ctor(System.Type,System.Object,System.String)">
  10632.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException"></see> class for the type and the instance of the component that was denied a license, along with a message to display.</summary>
  10633.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of component that was not granted a license. </param>
  10634.             <param name="message">The exception message to display. </param>
  10635.             <param name="instance">The instance of the component that was not granted a license. </param>
  10636.         </member>
  10637.         <member name="M:System.ComponentModel.LicenseException.#ctor(System.Type,System.Object,System.String,System.Exception)">
  10638.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseException"></see> class for the type and the instance of the component that was denied a license, along with a message to display and the original exception thrown.</summary>
  10639.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of component that was not granted a license. </param>
  10640.             <param name="message">The exception message to display. </param>
  10641.             <param name="instance">The instance of the component that was not granted a license. </param>
  10642.             <param name="innerException">An <see cref="T:System.Exception"></see> that represents the original exception. </param>
  10643.         </member>
  10644.         <member name="M:System.ComponentModel.LicenseException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  10645.             <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with information about the exception.</summary>
  10646.             <param name="context">The destination to be used for deserialization.</param>
  10647.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used for deserialization.</param>
  10648.             <exception cref="T:System.ArgumentNullException">info is null.</exception>
  10649.         </member>
  10650.         <member name="P:System.ComponentModel.LicenseException.LicensedType">
  10651.             <summary>Gets the type of the component that was not granted a license.</summary>
  10652.             <returns>A <see cref="T:System.Type"></see> that represents the type of component that was not granted a license.</returns>
  10653.         </member>
  10654.         <member name="T:System.ComponentModel.LicenseManager">
  10655.             <summary>Provides properties and methods to add a license to a component and to manage a <see cref="T:System.ComponentModel.LicenseProvider"></see>. This class cannot be inherited.</summary>
  10656.         </member>
  10657.         <member name="M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext)">
  10658.             <summary>Creates an instance of the specified type, given a context in which you can use the licensed instance.</summary>
  10659.             <returns>An instance of the specified type.</returns>
  10660.             <param name="type">A <see cref="T:System.Type"></see> that represents the type to create. </param>
  10661.             <param name="creationContext">A <see cref="T:System.ComponentModel.LicenseContext"></see> that specifies when you can use the licensed instance. </param>
  10662.         </member>
  10663.         <member name="M:System.ComponentModel.LicenseManager.CreateWithContext(System.Type,System.ComponentModel.LicenseContext,System.Object[])">
  10664.             <summary>Creates an instance of the specified type with the specified arguments, given a context in which you can use the licensed instance.</summary>
  10665.             <returns>An instance of the specified type with the given array of arguments.</returns>
  10666.             <param name="type">A <see cref="T:System.Type"></see> that represents the type to create. </param>
  10667.             <param name="creationContext">A <see cref="T:System.ComponentModel.LicenseContext"></see> that specifies when you can use the licensed instance. </param>
  10668.             <param name="args">An array of type <see cref="T:System.Object"></see> that represents the arguments for the type. </param>
  10669.         </member>
  10670.         <member name="M:System.ComponentModel.LicenseManager.IsLicensed(System.Type)">
  10671.             <summary>Returns whether the given type has a valid license.</summary>
  10672.             <returns>true if the given type is licensed; otherwise, false.</returns>
  10673.             <param name="type">The <see cref="T:System.Type"></see> to find a valid license for. </param>
  10674.         </member>
  10675.         <member name="M:System.ComponentModel.LicenseManager.IsValid(System.Type)">
  10676.             <summary>Determines whether a valid license can be granted for the specified type.</summary>
  10677.             <returns>true if a valid license can be granted; otherwise, false.</returns>
  10678.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of object that requests the <see cref="T:System.ComponentModel.License"></see>. </param>
  10679.         </member>
  10680.         <member name="M:System.ComponentModel.LicenseManager.IsValid(System.Type,System.Object,System.ComponentModel.License@)">
  10681.             <summary>Determines whether a valid license can be granted for the specified instance of the type. This method creates a valid <see cref="T:System.ComponentModel.License"></see>.</summary>
  10682.             <returns>true if a valid <see cref="T:System.ComponentModel.License"></see> can be granted; otherwise, false.</returns>
  10683.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of object that requests the license. </param>
  10684.             <param name="license">A <see cref="T:System.ComponentModel.License"></see> that is a valid license, or null if a valid license cannot be granted. </param>
  10685.             <param name="instance">An object of the specified type or a type derived from the specified type. </param>
  10686.         </member>
  10687.         <member name="M:System.ComponentModel.LicenseManager.LockContext(System.Object)">
  10688.             <summary>Prevents changes being made to the current <see cref="T:System.ComponentModel.LicenseContext"></see> of the given object.</summary>
  10689.             <param name="contextUser">The object whose current context you want to lock. </param>
  10690.             <exception cref="T:System.InvalidOperationException">The context is already locked.</exception>
  10691.         </member>
  10692.         <member name="M:System.ComponentModel.LicenseManager.UnlockContext(System.Object)">
  10693.             <summary>Allows changes to be made to the current <see cref="T:System.ComponentModel.LicenseContext"></see> of the given object.</summary>
  10694.             <param name="contextUser">The object whose current context you want to unlock. </param>
  10695.             <exception cref="T:System.ArgumentException">contextUser represents a different user than the one specified in a previous call to <see cref="M:System.ComponentModel.LicenseManager.LockContext(System.Object)"></see>. </exception>
  10696.         </member>
  10697.         <member name="M:System.ComponentModel.LicenseManager.Validate(System.Type)">
  10698.             <summary>Determines whether a license can be granted for the specified type.</summary>
  10699.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of object that requests the license. </param>
  10700.             <exception cref="T:System.ComponentModel.LicenseException">A <see cref="T:System.ComponentModel.License"></see> cannot be granted. </exception>
  10701.         </member>
  10702.         <member name="M:System.ComponentModel.LicenseManager.Validate(System.Type,System.Object)">
  10703.             <summary>Determines whether a license can be granted for the instance of the specified type.</summary>
  10704.             <returns>A valid <see cref="T:System.ComponentModel.License"></see>.</returns>
  10705.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of object that requests the license. </param>
  10706.             <param name="instance">An <see cref="T:System.Object"></see> of the specified type or a type derived from the specified type. </param>
  10707.             <exception cref="T:System.ComponentModel.LicenseException">The type is licensed, but a <see cref="T:System.ComponentModel.License"></see> cannot be granted. </exception>
  10708.         </member>
  10709.         <member name="P:System.ComponentModel.LicenseManager.CurrentContext">
  10710.             <summary>Gets or sets the current <see cref="T:System.ComponentModel.LicenseContext"></see>, which specifies when you can use the licensed object.</summary>
  10711.             <returns>A <see cref="T:System.ComponentModel.LicenseContext"></see> that specifies when you can use the licensed object.</returns>
  10712.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.ComponentModel.LicenseManager.CurrentContext"></see> property is currently locked and cannot be changed.</exception>
  10713.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  10714.         </member>
  10715.         <member name="P:System.ComponentModel.LicenseManager.UsageMode">
  10716.             <summary>Gets the <see cref="T:System.ComponentModel.LicenseUsageMode"></see> which specifies when you can use the licensed object for the <see cref="P:System.ComponentModel.LicenseManager.CurrentContext"></see>.</summary>
  10717.             <returns>One of the <see cref="T:System.ComponentModel.LicenseUsageMode"></see> values, as specified in the <see cref="P:System.ComponentModel.LicenseManager.CurrentContext"></see> property.</returns>
  10718.         </member>
  10719.         <member name="T:System.ComponentModel.LicenseProvider">
  10720.             <summary>Provides the abstract base class for implementing a license provider.</summary>
  10721.         </member>
  10722.         <member name="M:System.ComponentModel.LicenseProvider.#ctor">
  10723.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseProvider"></see> class. </summary>
  10724.         </member>
  10725.         <member name="M:System.ComponentModel.LicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
  10726.             <summary>When overridden in a derived class, gets a license for an instance or type of component, when given a context and whether the denial of a license throws an exception.</summary>
  10727.             <returns>A valid <see cref="T:System.ComponentModel.License"></see>.</returns>
  10728.             <param name="type">A <see cref="T:System.Type"></see> that represents the component requesting the license. </param>
  10729.             <param name="allowExceptions">true if a <see cref="T:System.ComponentModel.LicenseException"></see> should be thrown when the component cannot be granted a license; otherwise, false. </param>
  10730.             <param name="context">A <see cref="T:System.ComponentModel.LicenseContext"></see> that specifies where you can use the licensed object. </param>
  10731.             <param name="instance">An object that is requesting the license. </param>
  10732.         </member>
  10733.         <member name="T:System.ComponentModel.LicenseProviderAttribute">
  10734.             <summary>Specifies the <see cref="T:System.ComponentModel.LicenseProvider"></see> to use with a class. This class cannot be inherited.</summary>
  10735.         </member>
  10736.         <member name="M:System.ComponentModel.LicenseProviderAttribute.#ctor">
  10737.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseProviderAttribute"></see> class without a license provider.</summary>
  10738.         </member>
  10739.         <member name="M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.String)">
  10740.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseProviderAttribute"></see> class with the specified type.</summary>
  10741.             <param name="typeName">The fully qualified name of the license provider class. </param>
  10742.         </member>
  10743.         <member name="M:System.ComponentModel.LicenseProviderAttribute.#ctor(System.Type)">
  10744.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicenseProviderAttribute"></see> class with the specified type of license provider.</summary>
  10745.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of the license provider class. </param>
  10746.         </member>
  10747.         <member name="F:System.ComponentModel.LicenseProviderAttribute.Default">
  10748.             <summary>Specifies the default value, which is no provider. This static field is read-only.</summary>
  10749.         </member>
  10750.         <member name="M:System.ComponentModel.LicenseProviderAttribute.Equals(System.Object)">
  10751.             <summary>Indicates whether this instance and a specified object are equal.</summary>
  10752.             <returns>true if value is equal to this instance; otherwise, false.</returns>
  10753.             <param name="value">Another object to compare to. </param>
  10754.         </member>
  10755.         <member name="M:System.ComponentModel.LicenseProviderAttribute.GetHashCode">
  10756.             <summary>Returns the hash code for this instance.</summary>
  10757.             <returns>A hash code for the current <see cref="T:System.ComponentModel.LicenseProviderAttribute"></see>.</returns>
  10758.         </member>
  10759.         <member name="P:System.ComponentModel.LicenseProviderAttribute.LicenseProvider">
  10760.             <summary>Gets the license provider that must be used with the associated class.</summary>
  10761.             <returns>A <see cref="T:System.Type"></see> that represents the type of the license provider. The default value is null.</returns>
  10762.         </member>
  10763.         <member name="P:System.ComponentModel.LicenseProviderAttribute.TypeId">
  10764.             <summary>Indicates a unique ID for this attribute type.</summary>
  10765.             <returns>A unique ID for this attribute type.</returns>
  10766.         </member>
  10767.         <member name="T:System.ComponentModel.LicenseUsageMode">
  10768.             <summary>Specifies when the <see cref="T:System.ComponentModel.License"></see> can be used.</summary>
  10769.         </member>
  10770.         <member name="F:System.ComponentModel.LicenseUsageMode.Designtime">
  10771.             <summary>Used during design time by a visual designer or the compiler.</summary>
  10772.         </member>
  10773.         <member name="F:System.ComponentModel.LicenseUsageMode.Runtime">
  10774.             <summary>Used during runtime.</summary>
  10775.         </member>
  10776.         <member name="T:System.ComponentModel.LicFileLicenseProvider">
  10777.             <summary>Provides an implementation of a <see cref="T:System.ComponentModel.LicenseProvider"></see>. The provider works in a similar fashion to the Microsoft .NET Framework standard licensing module.</summary>
  10778.         </member>
  10779.         <member name="M:System.ComponentModel.LicFileLicenseProvider.#ctor">
  10780.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LicFileLicenseProvider"></see> class. </summary>
  10781.         </member>
  10782.         <member name="M:System.ComponentModel.LicFileLicenseProvider.GetKey(System.Type)">
  10783.             <summary>Returns a key for the specified type.</summary>
  10784.             <returns>A confirmation that the type parameter is licensed.</returns>
  10785.             <param name="type">The object type to return the key. </param>
  10786.         </member>
  10787.         <member name="M:System.ComponentModel.LicFileLicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)">
  10788.             <summary>Returns a license for the instance of the component, if one is available.</summary>
  10789.             <returns>A valid <see cref="T:System.ComponentModel.License"></see>. If this method cannot find a valid <see cref="T:System.ComponentModel.License"></see> or a valid context parameter, it returns null.</returns>
  10790.             <param name="type">A <see cref="T:System.Type"></see> that represents the component requesting the <see cref="T:System.ComponentModel.License"></see>. </param>
  10791.             <param name="allowExceptions">true if a <see cref="T:System.ComponentModel.LicenseException"></see> should be thrown when a component cannot be granted a license; otherwise, false. </param>
  10792.             <param name="context">A <see cref="T:System.ComponentModel.LicenseContext"></see> that specifies where you can use the licensed object. </param>
  10793.             <param name="instance">An object that requests the <see cref="T:System.ComponentModel.License"></see>. </param>
  10794.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  10795.         </member>
  10796.         <member name="M:System.ComponentModel.LicFileLicenseProvider.IsKeyValid(System.String,System.Type)">
  10797.             <summary>Determines whether the key that the <see cref="M:System.ComponentModel.LicFileLicenseProvider.GetLicense(System.ComponentModel.LicenseContext,System.Type,System.Object,System.Boolean)"></see> method retrieves is valid for the specified type.</summary>
  10798.             <returns>true if the key is a valid <see cref="P:System.ComponentModel.License.LicenseKey"></see> for the specified type; otherwise, false.</returns>
  10799.             <param name="type">A <see cref="T:System.Type"></see> that represents the component requesting the <see cref="T:System.ComponentModel.License"></see>. </param>
  10800.             <param name="key">The <see cref="P:System.ComponentModel.License.LicenseKey"></see> to check. </param>
  10801.         </member>
  10802.         <member name="T:System.ComponentModel.ListBindableAttribute">
  10803.             <summary>Specifies that a list can be used as a data source. A visual designer should use this attribute to determine whether to display a particular list in a data-binding picker. This class cannot be inherited.</summary>
  10804.         </member>
  10805.         <member name="M:System.ComponentModel.ListBindableAttribute.#ctor(System.ComponentModel.BindableSupport)">
  10806.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListBindableAttribute"></see> class using <see cref="T:System.ComponentModel.BindableSupport"></see> to indicate whether the list is bindable.</summary>
  10807.             <param name="flags">A <see cref="T:System.ComponentModel.BindableSupport"></see> that indicates whether the list is bindable. </param>
  10808.         </member>
  10809.         <member name="M:System.ComponentModel.ListBindableAttribute.#ctor(System.Boolean)">
  10810.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListBindableAttribute"></see> class using a value to indicate whether the list is bindable.</summary>
  10811.             <param name="listBindable">true if the list is bindable; otherwise, false. </param>
  10812.         </member>
  10813.         <member name="F:System.ComponentModel.ListBindableAttribute.Default">
  10814.             <summary>Represents the default value for <see cref="T:System.ComponentModel.ListBindableAttribute"></see>.</summary>
  10815.         </member>
  10816.         <member name="F:System.ComponentModel.ListBindableAttribute.No">
  10817.             <summary>Specifies that the list is not bindable. This static field is read-only.</summary>
  10818.         </member>
  10819.         <member name="F:System.ComponentModel.ListBindableAttribute.Yes">
  10820.             <summary>Specifies that the list is bindable. This static field is read-only.</summary>
  10821.         </member>
  10822.         <member name="M:System.ComponentModel.ListBindableAttribute.Equals(System.Object)">
  10823.             <summary>Returns whether the object passed is equal to this <see cref="T:System.ComponentModel.ListBindableAttribute"></see>.</summary>
  10824.             <returns>true if the object passed is equal to this <see cref="T:System.ComponentModel.ListBindableAttribute"></see>; otherwise, false.</returns>
  10825.             <param name="obj">The object to test equality with. </param>
  10826.         </member>
  10827.         <member name="M:System.ComponentModel.ListBindableAttribute.GetHashCode">
  10828.             <summary>Returns the hash code for this instance.</summary>
  10829.             <returns>A hash code for the current <see cref="T:System.ComponentModel.ListBindableAttribute"></see>.</returns>
  10830.         </member>
  10831.         <member name="M:System.ComponentModel.ListBindableAttribute.IsDefaultAttribute">
  10832.             <summary>Returns whether <see cref="P:System.ComponentModel.ListBindableAttribute.ListBindable"></see> is set to the default value.</summary>
  10833.             <returns>true if <see cref="P:System.ComponentModel.ListBindableAttribute.ListBindable"></see> is set to the default value; otherwise, false.</returns>
  10834.         </member>
  10835.         <member name="P:System.ComponentModel.ListBindableAttribute.ListBindable">
  10836.             <summary>Gets whether the list is bindable.</summary>
  10837.             <returns>true if the list is bindable; otherwise, false.</returns>
  10838.         </member>
  10839.         <member name="T:System.ComponentModel.ListChangedEventArgs">
  10840.             <summary>Provides data for the <see cref="E:System.ComponentModel.IBindingList.ListChanged"></see> event.</summary>
  10841.         </member>
  10842.         <member name="M:System.ComponentModel.ListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32)">
  10843.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListChangedEventArgs"></see> class given the type of change and the index of the affected item.</summary>
  10844.             <param name="listChangedType">A <see cref="T:System.ComponentModel.ListChangedType"></see> value indicating the type of change.</param>
  10845.             <param name="newIndex">The index of the item that was added, changed, or removed.</param>
  10846.         </member>
  10847.         <member name="M:System.ComponentModel.ListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.ComponentModel.PropertyDescriptor)">
  10848.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListChangedEventArgs"></see> class given the type of change and the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> affected.</summary>
  10849.             <param name="propDesc">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that was added, removed, or changed.</param>
  10850.             <param name="listChangedType">A <see cref="T:System.ComponentModel.ListChangedType"></see> value indicating the type of change.</param>
  10851.         </member>
  10852.         <member name="M:System.ComponentModel.ListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32,System.Int32)">
  10853.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListChangedEventArgs"></see> class given the type of change and the old and new index of the item that was moved.</summary>
  10854.             <param name="listChangedType">A <see cref="T:System.ComponentModel.ListChangedType"></see> value indicating the type of change.</param>
  10855.             <param name="oldIndex">The old index of the item that was moved.</param>
  10856.             <param name="newIndex">The new index of the item that was moved.</param>
  10857.         </member>
  10858.         <member name="M:System.ComponentModel.ListChangedEventArgs.#ctor(System.ComponentModel.ListChangedType,System.Int32,System.ComponentModel.PropertyDescriptor)">
  10859.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListChangedEventArgs"></see> class given the type of change, the index of the affected item, and a <see cref="T:System.ComponentModel.PropertyDescriptor"></see> describing the affected item.</summary>
  10860.             <param name="propDesc">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> describing the item.</param>
  10861.             <param name="listChangedType">A <see cref="T:System.ComponentModel.ListChangedType"></see> value indicating the type of change.</param>
  10862.             <param name="newIndex">The index of the item that was added or changed.</param>
  10863.         </member>
  10864.         <member name="P:System.ComponentModel.ListChangedEventArgs.ListChangedType">
  10865.             <summary>Gets the type of change.</summary>
  10866.             <returns>A <see cref="T:System.ComponentModel.ListChangedType"></see> value indicating the type of change.</returns>
  10867.         </member>
  10868.         <member name="P:System.ComponentModel.ListChangedEventArgs.NewIndex">
  10869.             <summary>Gets the index of the item affected by the change.</summary>
  10870.             <returns>The index of the affected by the change.</returns>
  10871.         </member>
  10872.         <member name="P:System.ComponentModel.ListChangedEventArgs.OldIndex">
  10873.             <summary>Gets the old index of an item that has been moved.</summary>
  10874.             <returns>The old index of the moved item.</returns>
  10875.         </member>
  10876.         <member name="P:System.ComponentModel.ListChangedEventArgs.PropertyDescriptor">
  10877.             <summary>Gets the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that was added, changed, or deleted.</summary>
  10878.             <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> affected by the change.</returns>
  10879.         </member>
  10880.         <member name="T:System.ComponentModel.ListChangedEventHandler">
  10881.             <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.IBindingList.ListChanged"></see> event of the <see cref="T:System.ComponentModel.IBindingList"></see> class.</summary>
  10882.         </member>
  10883.         <member name="T:System.ComponentModel.ListChangedType">
  10884.             <summary>Specifies how the list changed.</summary>
  10885.         </member>
  10886.         <member name="F:System.ComponentModel.ListChangedType.ItemAdded">
  10887.             <summary>An item added to the list. <see cref="P:System.ComponentModel.ListChangedEventArgs.NewIndex"></see> contains the index of the item that was added.</summary>
  10888.         </member>
  10889.         <member name="F:System.ComponentModel.ListChangedType.ItemChanged">
  10890.             <summary>An item changed in the list. <see cref="P:System.ComponentModel.ListChangedEventArgs.NewIndex"></see> contains the index of the item that was changed.</summary>
  10891.         </member>
  10892.         <member name="F:System.ComponentModel.ListChangedType.ItemDeleted">
  10893.             <summary>An item deleted from the list. <see cref="P:System.ComponentModel.ListChangedEventArgs.NewIndex"></see> contains the index of the item that was deleted.</summary>
  10894.         </member>
  10895.         <member name="F:System.ComponentModel.ListChangedType.ItemMoved">
  10896.             <summary>An item moved within the list. <see cref="P:System.ComponentModel.ListChangedEventArgs.OldIndex"></see> contains the previous index for the item, whereas <see cref="P:System.ComponentModel.ListChangedEventArgs.NewIndex"></see> contains the new index for the item.</summary>
  10897.         </member>
  10898.         <member name="F:System.ComponentModel.ListChangedType.PropertyDescriptorAdded">
  10899.             <summary>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> was added, which changed the schema.</summary>
  10900.         </member>
  10901.         <member name="F:System.ComponentModel.ListChangedType.PropertyDescriptorChanged">
  10902.             <summary>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> was changed, which changed the schema.</summary>
  10903.         </member>
  10904.         <member name="F:System.ComponentModel.ListChangedType.PropertyDescriptorDeleted">
  10905.             <summary>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> was deleted, which changed the schema.</summary>
  10906.         </member>
  10907.         <member name="F:System.ComponentModel.ListChangedType.Reset">
  10908.             <summary>Much of the list has changed. Any listening controls should refresh all their data from the list.</summary>
  10909.         </member>
  10910.         <member name="T:System.ComponentModel.ListSortDescription">
  10911.             <summary>Provides a description of the sort operation applied to a data source.</summary>
  10912.         </member>
  10913.         <member name="M:System.ComponentModel.ListSortDescription.#ctor(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
  10914.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListSortDescription"></see> class with the specified property description and direction.</summary>
  10915.             <param name="direction">One of the <see cref="T:System.ComponentModel.ListSortDescription"></see>  values.</param>
  10916.             <param name="property">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that describes the property by which the data source is sorted.</param>
  10917.         </member>
  10918.         <member name="P:System.ComponentModel.ListSortDescription.PropertyDescriptor">
  10919.             <summary>Gets or sets the abstract description of a class property associated with this <see cref="T:System.ComponentModel.ListSortDescription"></see></summary>
  10920.             <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> associated with this <see cref="T:System.ComponentModel.ListSortDescription"></see>. </returns>
  10921.         </member>
  10922.         <member name="P:System.ComponentModel.ListSortDescription.SortDirection">
  10923.             <summary>Gets or sets the direction of the sort operation associated with this <see cref="T:System.ComponentModel.ListSortDescription"></see>.</summary>
  10924.             <returns>One of the <see cref="T:System.ComponentModel.ListSortDirection"></see> values. </returns>
  10925.         </member>
  10926.         <member name="T:System.ComponentModel.ListSortDescriptionCollection">
  10927.             <summary>Represents a collection of <see cref="T:System.ComponentModel.ListSortDescription"></see> objects.</summary>
  10928.         </member>
  10929.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.#ctor">
  10930.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListSortDescriptionCollection"></see> class. </summary>
  10931.         </member>
  10932.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.#ctor(System.ComponentModel.ListSortDescription[])">
  10933.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ListSortDescriptionCollection"></see> class with the specified array of <see cref="T:System.ComponentModel.ListSortDescription"></see> objects.</summary>
  10934.             <param name="sorts">The array of <see cref="T:System.ComponentModel.ListSortDescription"></see> objects to be contained in the collection.</param>
  10935.         </member>
  10936.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.Contains(System.Object)">
  10937.             <summary>Determines if the <see cref="T:System.ComponentModel.ListSortDescriptionCollection"></see> contains a specific value.</summary>
  10938.             <returns>true if the <see cref="T:System.Object"></see> is found in the collection; otherwise, false. </returns>
  10939.             <param name="value">The <see cref="T:System.Object"></see> to locate in the collection.</param>
  10940.         </member>
  10941.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.CopyTo(System.Array,System.Int32)">
  10942.             <summary>Copies the contents of the collection to the specified array, starting at the specified destination array index.</summary>
  10943.             <param name="array">The destination array for the items copied from the collection.</param>
  10944.             <param name="index">The index of the destination array at which copying begins.</param>
  10945.         </member>
  10946.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.IndexOf(System.Object)">
  10947.             <summary>Returns the index of the specified item in the collection.</summary>
  10948.             <returns>The index of value if found in the list; otherwise, -1.</returns>
  10949.             <param name="value">The <see cref="T:System.Object"></see> to locate in the collection.</param>
  10950.         </member>
  10951.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.System.Collections.IEnumerable.GetEnumerator">
  10952.             <summary>Gets a <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</summary>
  10953.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  10954.         </member>
  10955.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.System.Collections.IList.Add(System.Object)">
  10956.             <summary>Adds an item to the collection.</summary>
  10957.             <returns>The position into which the new element was inserted.</returns>
  10958.             <param name="value">The item to add to the collection.</param>
  10959.             <exception cref="T:System.InvalidOperationException">In all cases.</exception>
  10960.         </member>
  10961.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.System.Collections.IList.Clear">
  10962.             <summary>Removes all items from the collection.</summary>
  10963.             <exception cref="T:System.InvalidOperationException">In all cases.</exception>
  10964.         </member>
  10965.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.System.Collections.IList.Insert(System.Int32,System.Object)">
  10966.             <summary>Inserts an item into the collection at a specified index.</summary>
  10967.             <param name="value">The item to insert into the collection.</param>
  10968.             <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.ListSortDescription"></see>  to get or set in the collection</param>
  10969.             <exception cref="T:System.InvalidOperationException">In all cases.</exception>
  10970.         </member>
  10971.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.System.Collections.IList.Remove(System.Object)">
  10972.             <summary>Removes the first occurrence of an item from the collection.</summary>
  10973.             <param name="value">The item to remove from the collection.</param>
  10974.             <exception cref="T:System.InvalidOperationException">In all cases.</exception>
  10975.         </member>
  10976.         <member name="M:System.ComponentModel.ListSortDescriptionCollection.System.Collections.IList.RemoveAt(System.Int32)">
  10977.             <summary>Removes an item from the collection at a specified index.</summary>
  10978.             <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.ListSortDescription"></see>  to remove from the collection</param>
  10979.             <exception cref="T:System.InvalidOperationException">In all cases.</exception>
  10980.         </member>
  10981.         <member name="P:System.ComponentModel.ListSortDescriptionCollection.Count">
  10982.             <summary>Gets the number of items in the collection.</summary>
  10983.             <returns>The number of items in the collection.</returns>
  10984.         </member>
  10985.         <member name="P:System.ComponentModel.ListSortDescriptionCollection.Item(System.Int32)">
  10986.             <summary>Gets or sets the specified <see cref="T:System.ComponentModel.ListSortDescription"></see>.</summary>
  10987.             <returns>The <see cref="T:System.ComponentModel.ListSortDescription"></see> with the specified index.</returns>
  10988.             <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.ListSortDescription"></see>  to get or set in the collection. </param>
  10989.             <exception cref="T:System.InvalidOperationException">An item is set in the <see cref="T:System.ComponentModel.ListSortDescriptionCollection"></see>, which is read-only.</exception>
  10990.         </member>
  10991.         <member name="P:System.ComponentModel.ListSortDescriptionCollection.System.Collections.ICollection.SyncRoot">
  10992.             <summary>Gets the current instance that can be used to synchronize access to the collection.</summary>
  10993.             <returns>The current instance of the <see cref="T:System.ComponentModel.ListSortDescriptionCollection"></see>.</returns>
  10994.         </member>
  10995.         <member name="P:System.ComponentModel.ListSortDescriptionCollection.System.Collections.IList.IsFixedSize">
  10996.             <summary>Gets a value indicating whether the collection has a fixed size.</summary>
  10997.             <returns>true in all cases.</returns>
  10998.         </member>
  10999.         <member name="P:System.ComponentModel.ListSortDescriptionCollection.System.Collections.IList.IsReadOnly">
  11000.             <summary>Gets a value indicating whether the collection is read-only.</summary>
  11001.             <returns>true in all cases.</returns>
  11002.         </member>
  11003.         <member name="P:System.ComponentModel.ListSortDescriptionCollection.System.Collections.IList.Item(System.Int32)">
  11004.             <summary>Gets the specified <see cref="T:System.ComponentModel.ListSortDescription"></see>.</summary>
  11005.             <returns>The <see cref="T:System.ComponentModel.ListSortDescription"></see> with the specified index.</returns>
  11006.             <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.ListSortDescription"></see>  to get in the collection </param>
  11007.         </member>
  11008.         <member name="T:System.ComponentModel.ListSortDirection">
  11009.             <summary>Specifies the direction of a sort operation.</summary>
  11010.         </member>
  11011.         <member name="F:System.ComponentModel.ListSortDirection.Ascending">
  11012.             <summary>Sorts in ascending order.</summary>
  11013.         </member>
  11014.         <member name="F:System.ComponentModel.ListSortDirection.Descending">
  11015.             <summary>Sorts in descending order.</summary>
  11016.         </member>
  11017.         <member name="T:System.ComponentModel.LocalizableAttribute">
  11018.             <summary>Specifies whether a property should be localized. This class cannot be inherited.</summary>
  11019.         </member>
  11020.         <member name="M:System.ComponentModel.LocalizableAttribute.#ctor(System.Boolean)">
  11021.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LocalizableAttribute"></see> class.</summary>
  11022.             <param name="isLocalizable">true if a property should be localized; otherwise, false. </param>
  11023.         </member>
  11024.         <member name="F:System.ComponentModel.LocalizableAttribute.Default">
  11025.             <summary>Specifies the default value, which is <see cref="F:System.ComponentModel.LocalizableAttribute.No"></see>. This static field is read-only.</summary>
  11026.         </member>
  11027.         <member name="F:System.ComponentModel.LocalizableAttribute.No">
  11028.             <summary>Specifies that a property should not be localized. This static field is read-only.</summary>
  11029.         </member>
  11030.         <member name="F:System.ComponentModel.LocalizableAttribute.Yes">
  11031.             <summary>Specifies that a property should be localized. This static field is read-only.</summary>
  11032.         </member>
  11033.         <member name="M:System.ComponentModel.LocalizableAttribute.Equals(System.Object)">
  11034.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.LocalizableAttribute"></see>.</summary>
  11035.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  11036.             <param name="obj">The object to test the value equality of. </param>
  11037.         </member>
  11038.         <member name="M:System.ComponentModel.LocalizableAttribute.GetHashCode">
  11039.             <summary>Returns the hash code for this instance.</summary>
  11040.             <returns>A hash code for the current <see cref="T:System.ComponentModel.LocalizableAttribute"></see>.</returns>
  11041.         </member>
  11042.         <member name="M:System.ComponentModel.LocalizableAttribute.IsDefaultAttribute">
  11043.             <summary>Determines if this attribute is the default.</summary>
  11044.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  11045.         </member>
  11046.         <member name="P:System.ComponentModel.LocalizableAttribute.IsLocalizable">
  11047.             <summary>Gets a value indicating whether a property should be localized.</summary>
  11048.             <returns>true if a property should be localized; otherwise, false.</returns>
  11049.         </member>
  11050.         <member name="T:System.ComponentModel.LookupBindingPropertiesAttribute">
  11051.             <summary>Specifies the properties that support lookup-based binding. This class cannot be inherited.</summary>
  11052.         </member>
  11053.         <member name="M:System.ComponentModel.LookupBindingPropertiesAttribute.#ctor">
  11054.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> class using no parameters. </summary>
  11055.         </member>
  11056.         <member name="M:System.ComponentModel.LookupBindingPropertiesAttribute.#ctor(System.String,System.String,System.String,System.String)">
  11057.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> class. </summary>
  11058.             <param name="dataSource">The name of the property to be used as the data source.</param>
  11059.             <param name="valueMember">The name of the property to be used as the source for values.</param>
  11060.             <param name="lookupMember">The name of the property to be used for lookups.</param>
  11061.             <param name="displayMember">The name of the property to be used for the display name.</param>
  11062.         </member>
  11063.         <member name="F:System.ComponentModel.LookupBindingPropertiesAttribute.Default">
  11064.             <summary>Represents the default value for the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> class.</summary>
  11065.         </member>
  11066.         <member name="M:System.ComponentModel.LookupBindingPropertiesAttribute.Equals(System.Object)">
  11067.             <summary>Determines whether the specified <see cref="T:System.Object"></see> is equal to the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> instance. </summary>
  11068.             <returns>true if the object is equal to the current instance; otherwise, false, indicating they are not equal.</returns>
  11069.             <param name="obj">The <see cref="T:System.Object"></see> to compare with the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> instance </param>
  11070.         </member>
  11071.         <member name="M:System.ComponentModel.LookupBindingPropertiesAttribute.GetHashCode">
  11072.             <summary>Returns the hash code for this instance.</summary>
  11073.             <returns>A hash code for the current <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see>.</returns>
  11074.         </member>
  11075.         <member name="P:System.ComponentModel.LookupBindingPropertiesAttribute.DataSource">
  11076.             <summary>Gets the name of the data source property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> is bound.</summary>
  11077.             <returns>The data source property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> is bound.</returns>
  11078.         </member>
  11079.         <member name="P:System.ComponentModel.LookupBindingPropertiesAttribute.DisplayMember">
  11080.             <summary>Gets the name of the display member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> is bound.</summary>
  11081.             <returns>The name of the display member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> is bound.</returns>
  11082.         </member>
  11083.         <member name="P:System.ComponentModel.LookupBindingPropertiesAttribute.LookupMember">
  11084.             <summary>Gets the name of the lookup member for the component to which this attribute is bound.</summary>
  11085.             <returns>The name of the lookup member for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> is bound.</returns>
  11086.         </member>
  11087.         <member name="P:System.ComponentModel.LookupBindingPropertiesAttribute.ValueMember">
  11088.             <summary>Gets the name of the value member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> is bound.</summary>
  11089.             <returns>The name of the value member property for the component to which the <see cref="T:System.ComponentModel.LookupBindingPropertiesAttribute"></see> is bound.</returns>
  11090.         </member>
  11091.         <member name="T:System.ComponentModel.MarshalByValueComponent">
  11092.             <summary>Implements <see cref="T:System.ComponentModel.IComponent"></see> and provides the base implementation for remotable components that are marshaled by value (a copy of the serialized object is passed).</summary>
  11093.         </member>
  11094.         <member name="M:System.ComponentModel.MarshalByValueComponent.#ctor">
  11095.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MarshalByValueComponent"></see> class.</summary>
  11096.         </member>
  11097.         <member name="E:System.ComponentModel.MarshalByValueComponent.Disposed">
  11098.             <summary>Adds an event handler to listen to the <see cref="E:System.ComponentModel.MarshalByValueComponent.Disposed"></see> event on the component.</summary>
  11099.         </member>
  11100.         <member name="M:System.ComponentModel.MarshalByValueComponent.Dispose">
  11101.             <summary>Releases all resources used by the <see cref="T:System.ComponentModel.MarshalByValueComponent"></see>.</summary>
  11102.         </member>
  11103.         <member name="M:System.ComponentModel.MarshalByValueComponent.Dispose(System.Boolean)">
  11104.             <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.MarshalByValueComponent"></see> and optionally releases the managed resources.</summary>
  11105.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  11106.         </member>
  11107.         <member name="M:System.ComponentModel.MarshalByValueComponent.Finalize">
  11108.             <summary>[To be supplied.] </summary>
  11109.         </member>
  11110.         <member name="M:System.ComponentModel.MarshalByValueComponent.GetService(System.Type)">
  11111.             <summary>Gets the implementer of the <see cref="T:System.IServiceProvider"></see>.</summary>
  11112.             <returns>An <see cref="T:System.Object"></see> that represents the implementer of the <see cref="T:System.IServiceProvider"></see>.</returns>
  11113.             <param name="service">A <see cref="T:System.Type"></see> that represents the type of service you want. </param>
  11114.         </member>
  11115.         <member name="M:System.ComponentModel.MarshalByValueComponent.ToString">
  11116.             <summary>Returns a <see cref="T:System.String"></see> containing the name of the <see cref="T:System.ComponentModel.Component"></see>, if any. This method should not be overridden.</summary>
  11117.             <returns>A <see cref="T:System.String"></see> containing the name of the <see cref="T:System.ComponentModel.Component"></see>, if any.null if the <see cref="T:System.ComponentModel.Component"></see> is unnamed.</returns>
  11118.         </member>
  11119.         <member name="P:System.ComponentModel.MarshalByValueComponent.Container">
  11120.             <summary>Gets the container for the component.</summary>
  11121.             <returns>An object implementing the <see cref="T:System.ComponentModel.IContainer"></see> interface that represents the component's container, or null if the component does not have a site.</returns>
  11122.         </member>
  11123.         <member name="P:System.ComponentModel.MarshalByValueComponent.DesignMode">
  11124.             <summary>Gets a value indicating whether the component is currently in design mode.</summary>
  11125.             <returns>true if the component is in design mode; otherwise, false.</returns>
  11126.         </member>
  11127.         <member name="P:System.ComponentModel.MarshalByValueComponent.Events">
  11128.             <summary>Gets the list of event handlers that are attached to this component.</summary>
  11129.             <returns>An <see cref="T:System.ComponentModel.EventHandlerList"></see> that provides the delegates for this component.</returns>
  11130.         </member>
  11131.         <member name="P:System.ComponentModel.MarshalByValueComponent.Site">
  11132.             <summary>Gets or sets the site of the component.</summary>
  11133.             <returns>An object implementing the <see cref="T:System.ComponentModel.ISite"></see> interface that represents the site of the component.</returns>
  11134.         </member>
  11135.         <member name="T:System.ComponentModel.MaskedTextProvider">
  11136.             <summary>Represents a mask-parsing service that can be used by any number of controls that support masking, such as the <see cref="T:System.Windows.Forms.MaskedTextBox"></see> control.</summary>
  11137.         </member>
  11138.         <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String)">
  11139.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider"></see> class using the specified mask.</summary>
  11140.             <param name="mask">A <see cref="T:System.String"></see> that represents the input mask. </param>
  11141.         </member>
  11142.         <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Boolean)">
  11143.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider"></see> class using the specified mask and ASCII restriction value.</summary>
  11144.             <param name="mask">A <see cref="T:System.String"></see> that represents the input mask. </param>
  11145.             <param name="restrictToAscii">true to restrict input to ASCII-compatible characters; otherwise false to allow the entire Unicode set. </param>
  11146.         </member>
  11147.         <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo)">
  11148.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider"></see> class using the specified mask and culture.</summary>
  11149.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that is used to set region-sensitive separator characters.</param>
  11150.             <param name="mask">A <see cref="T:System.String"></see> that represents the input mask. </param>
  11151.         </member>
  11152.         <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Char,System.Boolean)">
  11153.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider"></see> class using the specified mask, password character, and prompt usage value.</summary>
  11154.             <param name="mask">A <see cref="T:System.String"></see> that represents the input mask. </param>
  11155.             <param name="allowPromptAsInput">true to allow the prompt character as input; otherwise false. </param>
  11156.             <param name="passwordChar">A <see cref="T:System.Char"></see> that will be displayed for characters entered into a password string.</param>
  11157.         </member>
  11158.         <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo,System.Boolean)">
  11159.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider"></see> class using the specified mask, culture, and ASCII restriction value.</summary>
  11160.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that is used to set region-sensitive separator characters.</param>
  11161.             <param name="mask">A <see cref="T:System.String"></see> that represents the input mask. </param>
  11162.             <param name="restrictToAscii">true to restrict input to ASCII-compatible characters; otherwise false to allow the entire Unicode set. </param>
  11163.         </member>
  11164.         <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo,System.Char,System.Boolean)">
  11165.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider"></see> class using the specified mask, culture, password character, and prompt usage value.</summary>
  11166.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that is used to set region-sensitive separator characters.</param>
  11167.             <param name="mask">A <see cref="T:System.String"></see> that represents the input mask. </param>
  11168.             <param name="allowPromptAsInput">true to allow the prompt character as input; otherwise false. </param>
  11169.             <param name="passwordChar">A <see cref="T:System.Char"></see> that will be displayed for characters entered into a password string.</param>
  11170.         </member>
  11171.         <member name="M:System.ComponentModel.MaskedTextProvider.#ctor(System.String,System.Globalization.CultureInfo,System.Boolean,System.Char,System.Char,System.Boolean)">
  11172.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MaskedTextProvider"></see> class using the specified mask, culture, prompt usage value, prompt character, password character, and ASCII restriction value.</summary>
  11173.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that is used to set region-sensitive separator characters.</param>
  11174.             <param name="passwordChar">A <see cref="T:System.Char"></see> that will be displayed for characters entered into a password string.</param>
  11175.             <param name="promptChar">A <see cref="T:System.Char"></see> that will be displayed as a placeholder for user input.</param>
  11176.             <param name="mask">A <see cref="T:System.String"></see> that represents the input mask. </param>
  11177.             <param name="restrictToAscii">true to restrict input to ASCII-compatible characters; otherwise false to allow the entire Unicode set. </param>
  11178.             <param name="allowPromptAsInput">A <see cref="T:System.Boolean"></see> value that specifies whether the prompt character should be allowed as a valid input character. </param>
  11179.             <exception cref="T:System.ArgumentException">The mask parameter is null or <see cref="F:System.String.Empty"></see>.-or-The mask contains one or more non-printable characters. </exception>
  11180.         </member>
  11181.         <member name="M:System.ComponentModel.MaskedTextProvider.Add(System.Char)">
  11182.             <summary>Adds the specified input character to the end of the formatted string.</summary>
  11183.             <returns>true if the input character was added successfully; otherwise false.</returns>
  11184.             <param name="input">A <see cref="T:System.Char"></see> value to be appended to the formatted string. </param>
  11185.         </member>
  11186.         <member name="M:System.ComponentModel.MaskedTextProvider.Add(System.String)">
  11187.             <summary>Adds the characters in the specified input string to the end of the formatted string.</summary>
  11188.             <returns>true if all the characters from the input string were added successfully; otherwise false to indicate that no characters were added.</returns>
  11189.             <param name="input">A <see cref="T:System.String"></see> containing character values to be appended to the formatted string. </param>
  11190.             <exception cref="T:System.ArgumentNullException">The input parameter is null.</exception>
  11191.         </member>
  11192.         <member name="M:System.ComponentModel.MaskedTextProvider.Add(System.Char,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11193.             <summary>Adds the specified input character to the end of the formatted string, and then outputs position and descriptive information.</summary>
  11194.             <returns>true if the input character was added successfully; otherwise false.</returns>
  11195.             <param name="testPosition">The zero-based position in the formatted string where the attempt was made to add the character. An output parameter.</param>
  11196.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the addition operation. An output parameter.</param>
  11197.             <param name="input">A <see cref="T:System.Char"></see> value to be appended to the formatted string.</param>
  11198.         </member>
  11199.         <member name="M:System.ComponentModel.MaskedTextProvider.Add(System.String,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11200.             <summary>Adds the characters in the specified input string to the end of the formatted string, and then outputs position and descriptive information.</summary>
  11201.             <returns>true if all the characters from the input string were added successfully; otherwise false to indicate that no characters were added.</returns>
  11202.             <param name="testPosition">The zero-based position in the formatted string where the attempt was made to add the character. An output parameter.</param>
  11203.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the addition operation. An output parameter.</param>
  11204.             <param name="input">A <see cref="T:System.String"></see> containing character values to be appended to the formatted string. </param>
  11205.         </member>
  11206.         <member name="M:System.ComponentModel.MaskedTextProvider.Clear">
  11207.             <summary>Clears all the editable input characters from the formatted string, replacing them with prompt characters.</summary>
  11208.         </member>
  11209.         <member name="M:System.ComponentModel.MaskedTextProvider.Clear(System.ComponentModel.MaskedTextResultHint@)">
  11210.             <summary>Clears all the editable input characters from the formatted string, replacing them with prompt characters, and then outputs descriptive information.</summary>
  11211.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the addition operation. An output parameter. </param>
  11212.         </member>
  11213.         <member name="M:System.ComponentModel.MaskedTextProvider.Clone">
  11214.             <summary>Creates a copy of the current <see cref="T:System.ComponentModel.MaskedTextProvider"></see>.</summary>
  11215.             <returns>The <see cref="T:System.ComponentModel.MaskedTextProvider"></see> object this method creates, cast as an object.</returns>
  11216.         </member>
  11217.         <member name="M:System.ComponentModel.MaskedTextProvider.FindAssignedEditPositionFrom(System.Int32,System.Boolean)">
  11218.             <summary>Returns the position of the first assigned editable position after the specified position using the specified search direction.</summary>
  11219.             <returns>If successful, an <see cref="T:System.Int32"></see> representing the zero-based position of the first assigned editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex"></see>.</returns>
  11220.             <param name="direction">A <see cref="T:System.Boolean"></see> indicating the search direction; either true to search forward or false to search backward.</param>
  11221.             <param name="position">The zero-based position in the formatted string to start the search.</param>
  11222.         </member>
  11223.         <member name="M:System.ComponentModel.MaskedTextProvider.FindAssignedEditPositionInRange(System.Int32,System.Int32,System.Boolean)">
  11224.             <summary>Returns the position of the first assigned editable position between the specified positions using the specified search direction.</summary>
  11225.             <returns>If successful, an <see cref="T:System.Int32"></see> representing the zero-based position of the first assigned editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex"></see>.</returns>
  11226.             <param name="direction">A <see cref="T:System.Boolean"></see> indicating the search direction; either true to search forward or false to search backward.</param>
  11227.             <param name="endPosition">The zero-based position in the formatted string where the search ends.</param>
  11228.             <param name="startPosition">The zero-based position in the formatted string where the search starts.</param>
  11229.         </member>
  11230.         <member name="M:System.ComponentModel.MaskedTextProvider.FindEditPositionFrom(System.Int32,System.Boolean)">
  11231.             <summary>Returns the position of the first editable position after the specified position using the specified search direction.</summary>
  11232.             <returns>If successful, an <see cref="T:System.Int32"></see> representing the zero-based position of the first editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex"></see>.</returns>
  11233.             <param name="direction">A <see cref="T:System.Boolean"></see> indicating the search direction; either true to search forward or false to search backward.</param>
  11234.             <param name="position">The zero-based position in the formatted string to start the search.</param>
  11235.         </member>
  11236.         <member name="M:System.ComponentModel.MaskedTextProvider.FindEditPositionInRange(System.Int32,System.Int32,System.Boolean)">
  11237.             <summary>Returns the position of the first editable position between the specified positions using the specified search direction.</summary>
  11238.             <returns>If successful, an <see cref="T:System.Int32"></see> representing the zero-based position of the first editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex"></see>.</returns>
  11239.             <param name="direction">A <see cref="T:System.Boolean"></see> indicating the search direction; either true to search forward or false to search backward.</param>
  11240.             <param name="endPosition">The zero-based position in the formatted string where the search ends.</param>
  11241.             <param name="startPosition">The zero-based position in the formatted string where the search starts.</param>
  11242.         </member>
  11243.         <member name="M:System.ComponentModel.MaskedTextProvider.FindNonEditPositionFrom(System.Int32,System.Boolean)">
  11244.             <summary>Returns the position of the first non-editable position after the specified position using the specified search direction.</summary>
  11245.             <returns>If successful, an <see cref="T:System.Int32"></see> representing the zero-based position of the first literal position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex"></see>.</returns>
  11246.             <param name="direction">A <see cref="T:System.Boolean"></see> indicating the search direction; either true to search forward or false to search backward.</param>
  11247.             <param name="position">The zero-based position in the formatted string to start the search.</param>
  11248.         </member>
  11249.         <member name="M:System.ComponentModel.MaskedTextProvider.FindNonEditPositionInRange(System.Int32,System.Int32,System.Boolean)">
  11250.             <summary>Returns the position of the first non-editable position between the specified positions using the specified search direction.</summary>
  11251.             <returns>If successful, an <see cref="T:System.Int32"></see> representing the zero-based position of the first literal position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex"></see>.</returns>
  11252.             <param name="direction">A <see cref="T:System.Boolean"></see> indicating the search direction; either true to search forward or false to search backward.</param>
  11253.             <param name="endPosition">The zero-based position in the formatted string where the search ends.</param>
  11254.             <param name="startPosition">The zero-based position in the formatted string where the search starts.</param>
  11255.         </member>
  11256.         <member name="M:System.ComponentModel.MaskedTextProvider.FindUnassignedEditPositionFrom(System.Int32,System.Boolean)">
  11257.             <summary>Returns the position of the first unassigned editable position after the specified position using the specified search direction.</summary>
  11258.             <returns>If successful, an <see cref="T:System.Int32"></see> representing the zero-based position of the first unassigned editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex"></see>.</returns>
  11259.             <param name="direction">A <see cref="T:System.Boolean"></see> indicating the search direction; either true to search forward or false to search backward.</param>
  11260.             <param name="position">The zero-based position in the formatted string to start the search.</param>
  11261.         </member>
  11262.         <member name="M:System.ComponentModel.MaskedTextProvider.FindUnassignedEditPositionInRange(System.Int32,System.Int32,System.Boolean)">
  11263.             <summary>Returns the position of the first unassigned editable position between the specified positions using the specified search direction.</summary>
  11264.             <returns>If successful, an <see cref="T:System.Int32"></see> representing the zero-based position of the first unassigned editable position encountered; otherwise <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex"></see>.</returns>
  11265.             <param name="direction">A <see cref="T:System.Boolean"></see> indicating the search direction; either true to search forward or false to search backward.</param>
  11266.             <param name="endPosition">The zero-based position in the formatted string where the search ends.</param>
  11267.             <param name="startPosition">The zero-based position in the formatted string where the search starts.</param>
  11268.         </member>
  11269.         <member name="M:System.ComponentModel.MaskedTextProvider.GetOperationResultFromHint(System.ComponentModel.MaskedTextResultHint)">
  11270.             <summary>Determines whether the specified <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> denotes success or failure.</summary>
  11271.             <returns>true if the specified <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> value represents a success; otherwise, false if it represents failure.</returns>
  11272.             <param name="hint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> value typically obtained as an output parameter from a previous operation. </param>
  11273.         </member>
  11274.         <member name="M:System.ComponentModel.MaskedTextProvider.InsertAt(System.Char,System.Int32)">
  11275.             <summary>Inserts the specified character at the specified position within the formatted string.</summary>
  11276.             <returns>true if the insertion was successful; otherwise, false.</returns>
  11277.             <param name="position">The zero-based position in the formatted string to insert the character.</param>
  11278.             <param name="input">The <see cref="T:System.Char"></see> to be inserted. </param>
  11279.         </member>
  11280.         <member name="M:System.ComponentModel.MaskedTextProvider.InsertAt(System.String,System.Int32)">
  11281.             <summary>Inserts the specified string at a specified position within the formatted string. </summary>
  11282.             <returns>true if the insertion was successful; otherwise, false.</returns>
  11283.             <param name="position">The zero-based position in the formatted string to insert the input string.</param>
  11284.             <param name="input">The <see cref="T:System.String"></see> to be inserted. </param>
  11285.             <exception cref="T:System.ArgumentNullException">The input parameter is null.</exception>
  11286.         </member>
  11287.         <member name="M:System.ComponentModel.MaskedTextProvider.InsertAt(System.Char,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11288.             <summary>Inserts the specified character at the specified position within the formatted string, returning the last insertion position and the status of the operation.</summary>
  11289.             <returns>true if the insertion was successful; otherwise, false.</returns>
  11290.             <param name="testPosition">If the method is successful, the last position where a character was inserted; otherwise, the first position where the insertion failed. An output parameter.</param>
  11291.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the insertion operation. An output parameter.</param>
  11292.             <param name="position">The zero-based position in the formatted string to insert the character.</param>
  11293.             <param name="input">The <see cref="T:System.Char"></see> to be inserted. </param>
  11294.         </member>
  11295.         <member name="M:System.ComponentModel.MaskedTextProvider.InsertAt(System.String,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11296.             <summary>Inserts the specified string at a specified position within the formatted string, returning the last insertion position and the status of the operation. </summary>
  11297.             <returns>true if the insertion was successful; otherwise, false.</returns>
  11298.             <param name="testPosition">If the method is successful, the last position where a character was inserted; otherwise, the first position where the insertion failed. An output parameter.</param>
  11299.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the insertion operation. An output parameter.</param>
  11300.             <param name="position">The zero-based position in the formatted string to insert the input string.</param>
  11301.             <param name="input">The <see cref="T:System.String"></see> to be inserted. </param>
  11302.             <exception cref="T:System.ArgumentNullException">The input parameter is null.</exception>
  11303.         </member>
  11304.         <member name="M:System.ComponentModel.MaskedTextProvider.IsAvailablePosition(System.Int32)">
  11305.             <summary>Determines whether the specified position is available for assignment.</summary>
  11306.             <returns>true if the specified position in the formatted string is editable and has not been assigned to yet; otherwise false.</returns>
  11307.             <param name="position">The zero-based position in the mask to test.</param>
  11308.         </member>
  11309.         <member name="M:System.ComponentModel.MaskedTextProvider.IsEditPosition(System.Int32)">
  11310.             <summary>Determines whether the specified position is editable. </summary>
  11311.             <returns>true if the specified position in the formatted string is editable; otherwise false.</returns>
  11312.             <param name="position">The zero-based position in the mask to test.</param>
  11313.         </member>
  11314.         <member name="M:System.ComponentModel.MaskedTextProvider.IsValidInputChar(System.Char)">
  11315.             <summary>Determines whether the specified character is a valid input character.</summary>
  11316.             <returns>true if the specified character contains a valid input value; otherwise false.</returns>
  11317.             <param name="c">The <see cref="T:System.Char"></see> value to test.</param>
  11318.         </member>
  11319.         <member name="M:System.ComponentModel.MaskedTextProvider.IsValidMaskChar(System.Char)">
  11320.             <summary>Determines whether the specified character is a valid mask character.</summary>
  11321.             <returns>true if the specified character contains a valid mask value; otherwise false.</returns>
  11322.             <param name="c">The <see cref="T:System.Char"></see> value to test.</param>
  11323.         </member>
  11324.         <member name="M:System.ComponentModel.MaskedTextProvider.IsValidPasswordChar(System.Char)">
  11325.             <summary>Determines whether the specified character is a valid password character.</summary>
  11326.             <returns>true if the specified character contains a valid password value; otherwise false.</returns>
  11327.             <param name="c">The <see cref="T:System.Char"></see> value to test.</param>
  11328.         </member>
  11329.         <member name="M:System.ComponentModel.MaskedTextProvider.Remove">
  11330.             <summary>Removes the last assigned character from the formatted string.</summary>
  11331.             <returns>true if the character was successfully removed; otherwise, false.</returns>
  11332.         </member>
  11333.         <member name="M:System.ComponentModel.MaskedTextProvider.Remove(System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11334.             <summary>Removes the last assigned character from the formatted string, and then outputs the removal position and descriptive information.</summary>
  11335.             <returns>true if the character was successfully removed; otherwise, false.</returns>
  11336.             <param name="testPosition">The zero-based position in the formatted string where the character was actually removed. An output parameter.</param>
  11337.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the addition operation. An output parameter.</param>
  11338.         </member>
  11339.         <member name="M:System.ComponentModel.MaskedTextProvider.RemoveAt(System.Int32)">
  11340.             <summary>Removes the assigned character at the specified position from the formatted string.</summary>
  11341.             <returns>true if the character was successfully removed; otherwise, false.</returns>
  11342.             <param name="position">The zero-based position of the assigned character to remove.</param>
  11343.         </member>
  11344.         <member name="M:System.ComponentModel.MaskedTextProvider.RemoveAt(System.Int32,System.Int32)">
  11345.             <summary>Removes the assigned characters between the specified positions from the formatted string.</summary>
  11346.             <returns>true if the character was successfully removed; otherwise, false.</returns>
  11347.             <param name="endPosition">The zero-based index of the last assigned character to remove.</param>
  11348.             <param name="startPosition">The zero-based index of the first assigned character to remove.</param>
  11349.         </member>
  11350.         <member name="M:System.ComponentModel.MaskedTextProvider.RemoveAt(System.Int32,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11351.             <summary>Removes the assigned characters between the specified positions from the formatted string, and then outputs the removal position and descriptive information.</summary>
  11352.             <returns>true if the character was successfully removed; otherwise, false.</returns>
  11353.             <param name="testPosition">If successful, the zero-based position in the formatted string of where the characters were actually removed; otherwise, the first position where the operation failed. An output parameter.</param>
  11354.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the addition operation. An output parameter.</param>
  11355.             <param name="endPosition">The zero-based index of the last assigned character to remove.</param>
  11356.             <param name="startPosition">The zero-based index of the first assigned character to remove.</param>
  11357.         </member>
  11358.         <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.Char,System.Int32)">
  11359.             <summary>Replaces a single character at or beyond the specified position with the specified character value.</summary>
  11360.             <returns>true if the character was successfully replaced; otherwise, false.</returns>
  11361.             <param name="position">The zero-based position to search for the first editable character to replace.</param>
  11362.             <param name="input">The <see cref="T:System.Char"></see> value that replaces the existing value.</param>
  11363.         </member>
  11364.         <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.String,System.Int32)">
  11365.             <summary>Replaces a range of editable characters starting at the specified position with the specified string.</summary>
  11366.             <returns>true if all the characters were successfully replaced; otherwise, false.</returns>
  11367.             <param name="position">The zero-based position to search for the first editable character to replace.</param>
  11368.             <param name="input">The <see cref="T:System.String"></see> value used to replace the existing editable characters.</param>
  11369.             <exception cref="T:System.ArgumentNullException">The input parameter is null.</exception>
  11370.         </member>
  11371.         <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.Char,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11372.             <summary>Replaces a single character at or beyond the specified position with the specified character value, and then outputs the removal position and descriptive information.</summary>
  11373.             <returns>true if the character was successfully replaced; otherwise, false.</returns>
  11374.             <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually replaced; otherwise, the first position where the operation failed. An output parameter.</param>
  11375.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the replacement operation. An output parameter.</param>
  11376.             <param name="position">The zero-based position to search for the first editable character to replace.</param>
  11377.             <param name="input">The <see cref="T:System.Char"></see> value that replaces the existing value.</param>
  11378.         </member>
  11379.         <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.String,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11380.             <summary>Replaces a range of editable characters starting at the specified position with the specified string, and then outputs the removal position and descriptive information.</summary>
  11381.             <returns>true if all the characters were successfully replaced; otherwise, false.</returns>
  11382.             <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually replaced; otherwise, the first position where the operation failed. An output parameter.</param>
  11383.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the replacement operation. An output parameter.</param>
  11384.             <param name="position">The zero-based position to search for the first editable character to replace.</param>
  11385.             <param name="input">The <see cref="T:System.String"></see> value used to replace the existing editable characters.</param>
  11386.         </member>
  11387.         <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.Char,System.Int32,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11388.             <summary>Replaces a single character between the specified starting and ending positions with the specified character value, and then outputs the removal position and descriptive information.</summary>
  11389.             <returns>true if the character was successfully replaced; otherwise, false.</returns>
  11390.             <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually replaced; otherwise, the first position where the operation failed. An output parameter.</param>
  11391.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the replacement operation. An output parameter.</param>
  11392.             <param name="endPosition">The zero-based position in the formatted string where the replacement ends. </param>
  11393.             <param name="input">The <see cref="T:System.Char"></see> value that replaces the existing value.</param>
  11394.             <param name="startPosition">The zero-based position in the formatted string where the replacement starts. </param>
  11395.         </member>
  11396.         <member name="M:System.ComponentModel.MaskedTextProvider.Replace(System.String,System.Int32,System.Int32,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11397.             <summary>Replaces a range of editable characters between the specified starting and ending positions with the specified string, and then outputs the removal position and descriptive information.</summary>
  11398.             <returns>true if all the characters were successfully replaced; otherwise, false.</returns>
  11399.             <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually replaced; otherwise, the first position where the operation failed. An output parameter.</param>
  11400.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the replacement operation. An output parameter.</param>
  11401.             <param name="endPosition">The zero-based position in the formatted string where the replacement ends. </param>
  11402.             <param name="input">The <see cref="T:System.String"></see> value used to replace the existing editable characters.</param>
  11403.             <param name="startPosition">The zero-based position in the formatted string where the replacement starts. </param>
  11404.         </member>
  11405.         <member name="M:System.ComponentModel.MaskedTextProvider.Set(System.String)">
  11406.             <summary>Sets the formatted string to the specified input string.</summary>
  11407.             <returns>true if all the characters were successfully set; otherwise, false.</returns>
  11408.             <param name="input">The <see cref="T:System.String"></see> value used to set the formatted string.</param>
  11409.             <exception cref="T:System.ArgumentNullException">The input parameter is null.</exception>
  11410.         </member>
  11411.         <member name="M:System.ComponentModel.MaskedTextProvider.Set(System.String,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11412.             <summary>Sets the formatted string to the specified input string, and then outputs the removal position and descriptive information.</summary>
  11413.             <returns>true if all the characters were successfully set; otherwise, false.</returns>
  11414.             <param name="testPosition">If successful, the zero-based position in the formatted string where the last character was actually set; otherwise, the first position where the operation failed. An output parameter.</param>
  11415.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the set operation. An output parameter.</param>
  11416.             <param name="input">The <see cref="T:System.String"></see> value used to set the formatted string.</param>
  11417.             <exception cref="T:System.ArgumentNullException">The input parameter is null.</exception>
  11418.         </member>
  11419.         <member name="M:System.ComponentModel.MaskedTextProvider.ToDisplayString">
  11420.             <summary>Returns the formatted string in a displayable form.</summary>
  11421.             <returns>The formatted <see cref="T:System.String"></see> that includes prompts and mask literals.</returns>
  11422.         </member>
  11423.         <member name="M:System.ComponentModel.MaskedTextProvider.ToString">
  11424.             <summary>Returns the formatted string that includes all the assigned character values.</summary>
  11425.             <returns>The formatted <see cref="T:System.String"></see> that includes all the assigned character values.</returns>
  11426.         </member>
  11427.         <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean)">
  11428.             <summary>Returns the formatted string, optionally including password characters.</summary>
  11429.             <returns>The formatted <see cref="T:System.String"></see> that includes literals, prompts, and optionally password characters.</returns>
  11430.             <param name="ignorePasswordChar">true to return the actual editable characters; otherwise, false to indicate that the <see cref="P:System.ComponentModel.MaskedTextProvider.PasswordChar"></see> property is to be honored.</param>
  11431.         </member>
  11432.         <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean,System.Boolean)">
  11433.             <summary>Returns the formatted string, optionally including prompt and literal characters.</summary>
  11434.             <returns>The formatted <see cref="T:System.String"></see> that includes all the assigned character values and optionally includes literals and prompts.</returns>
  11435.             <param name="includePrompt">true to include prompt characters in the return string; otherwise, false.</param>
  11436.             <param name="includeLiterals">true to include literal characters in the return string; otherwise, false.</param>
  11437.         </member>
  11438.         <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Int32,System.Int32)">
  11439.             <summary>Returns a substring of the formatted string.</summary>
  11440.             <returns>If successful, a substring of the formatted <see cref="T:System.String"></see>, which includes all the assigned character values; otherwise the <see cref="F:System.String.Empty"></see> string.</returns>
  11441.             <param name="startPosition">The zero-based position in the formatted string where the output begins. </param>
  11442.             <param name="length">The number of characters to return.</param>
  11443.         </member>
  11444.         <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean,System.Int32,System.Int32)">
  11445.             <summary>Returns a substring of the formatted string, optionally including password characters.</summary>
  11446.             <returns>If successful, a substring of the formatted <see cref="T:System.String"></see>, which includes literals, prompts, and optionally password characters; otherwise the <see cref="F:System.String.Empty"></see> string.</returns>
  11447.             <param name="ignorePasswordChar">true to return the actual editable characters; otherwise, false to indicate that the <see cref="P:System.ComponentModel.MaskedTextProvider.PasswordChar"></see> property is to be honored.</param>
  11448.             <param name="startPosition">The zero-based position in the formatted string where the output begins. </param>
  11449.             <param name="length">The number of characters to return.</param>
  11450.         </member>
  11451.         <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean,System.Boolean,System.Int32,System.Int32)">
  11452.             <summary>Returns a substring of the formatted string, optionally including prompt and literal characters.</summary>
  11453.             <returns>If successful, a substring of the formatted <see cref="T:System.String"></see>, which includes all the assigned character values and optionally includes literals and prompts; otherwise the <see cref="F:System.String.Empty"></see> string.</returns>
  11454.             <param name="includePrompt">true to include prompt characters in the return string; otherwise, false.</param>
  11455.             <param name="includeLiterals">true to include literal characters in the return string; otherwise, false.</param>
  11456.             <param name="startPosition">The zero-based position in the formatted string where the output begins. </param>
  11457.             <param name="length">The number of characters to return.</param>
  11458.         </member>
  11459.         <member name="M:System.ComponentModel.MaskedTextProvider.ToString(System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32)">
  11460.             <summary>Returns a substring of the formatted string, optionally including prompt, literal, and password characters.</summary>
  11461.             <returns>If successful, a substring of the formatted <see cref="T:System.String"></see>, which includes all the assigned character values and optionally includes literals, prompts, and password characters; otherwise the <see cref="F:System.String.Empty"></see> string.</returns>
  11462.             <param name="ignorePasswordChar">true to return the actual editable characters; otherwise, false to indicate that the <see cref="P:System.ComponentModel.MaskedTextProvider.PasswordChar"></see> property is to be honored.</param>
  11463.             <param name="startPosition">The zero-based position in the formatted string where the output begins. </param>
  11464.             <param name="includePrompt">true to include prompt characters in the return string; otherwise, false.</param>
  11465.             <param name="includeLiterals">true to return literal characters in the return string; otherwise, false.</param>
  11466.             <param name="length">The number of characters to return.</param>
  11467.         </member>
  11468.         <member name="M:System.ComponentModel.MaskedTextProvider.VerifyChar(System.Char,System.Int32,System.ComponentModel.MaskedTextResultHint@)">
  11469.             <summary>Tests whether the specified character could be set successfully at the specified position.</summary>
  11470.             <returns>true if the specified character is valid for the specified position; otherwise, false.</returns>
  11471.             <param name="hint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the addition operation. An output parameter.</param>
  11472.             <param name="position">The position in the mask to test the input character against.</param>
  11473.             <param name="input">The <see cref="T:System.Char"></see> value to test.</param>
  11474.         </member>
  11475.         <member name="M:System.ComponentModel.MaskedTextProvider.VerifyEscapeChar(System.Char,System.Int32)">
  11476.             <summary>Tests whether the specified character would be escaped at the specified position.</summary>
  11477.             <returns>true if the specified character would be escaped at the specified position; otherwise, false.</returns>
  11478.             <param name="position">The position in the mask to test the input character against.</param>
  11479.             <param name="input">The <see cref="T:System.Char"></see> value to test.</param>
  11480.         </member>
  11481.         <member name="M:System.ComponentModel.MaskedTextProvider.VerifyString(System.String)">
  11482.             <summary>Tests whether the specified string could be set successfully.</summary>
  11483.             <returns>true if the specified string represents valid input; otherwise, false.</returns>
  11484.             <param name="input">The <see cref="T:System.String"></see> value to test.</param>
  11485.         </member>
  11486.         <member name="M:System.ComponentModel.MaskedTextProvider.VerifyString(System.String,System.Int32@,System.ComponentModel.MaskedTextResultHint@)">
  11487.             <summary>Tests whether the specified string could be set successfully, and then outputs position and descriptive information.</summary>
  11488.             <returns>true if the specified string represents valid input; otherwise, false. </returns>
  11489.             <param name="testPosition">If successful, the zero-based position of the last character actually tested; otherwise, the first position where the test failed. An output parameter.</param>
  11490.             <param name="resultHint">A <see cref="T:System.ComponentModel.MaskedTextResultHint"></see> that succinctly describes the result of the test operation. An output parameter.</param>
  11491.             <param name="input">The <see cref="T:System.String"></see> value to test.</param>
  11492.         </member>
  11493.         <member name="P:System.ComponentModel.MaskedTextProvider.AllowPromptAsInput">
  11494.             <summary>Gets a value indicating whether the prompt character should be treated as a valid input character or not.</summary>
  11495.             <returns>true if the user can enter <see cref="P:System.ComponentModel.MaskedTextProvider.PromptChar"></see> into the control; otherwise, false. The default is true. </returns>
  11496.         </member>
  11497.         <member name="P:System.ComponentModel.MaskedTextProvider.AsciiOnly">
  11498.             <summary>Gets a value indicating whether the mask accepts characters outside of the ASCII character set.</summary>
  11499.             <returns>true if only ASCII is accepted; false if <see cref="T:System.ComponentModel.MaskedTextProvider"></see> can accept any arbitrary Unicode character. The default is false.</returns>
  11500.         </member>
  11501.         <member name="P:System.ComponentModel.MaskedTextProvider.AssignedEditPositionCount">
  11502.             <summary>Gets the number of editable character positions that have already been successfully assigned an input value.</summary>
  11503.             <returns>An <see cref="T:System.Int32"></see> containing the number of editable character positions in the input mask that have already been assigned a character value in the formatted string.</returns>
  11504.         </member>
  11505.         <member name="P:System.ComponentModel.MaskedTextProvider.AvailableEditPositionCount">
  11506.             <summary>Gets the number of editable character positions in the input mask that have not yet been assigned an input value.</summary>
  11507.             <returns>An <see cref="T:System.Int32"></see> containing the number of editable character positions that not yet been assigned a character value.</returns>
  11508.         </member>
  11509.         <member name="P:System.ComponentModel.MaskedTextProvider.Culture">
  11510.             <summary>Gets the culture that determines the value of the localizable separators and placeholders in the input mask.</summary>
  11511.             <returns>A <see cref="T:System.Globalization.CultureInfo"></see> containing the culture information associated with the input mask.</returns>
  11512.         </member>
  11513.         <member name="P:System.ComponentModel.MaskedTextProvider.DefaultPasswordChar">
  11514.             <summary>Gets the default password character used obscure user input. </summary>
  11515.             <returns>A <see cref="T:System.Char"></see> that represents the default password character.</returns>
  11516.         </member>
  11517.         <member name="P:System.ComponentModel.MaskedTextProvider.EditPositionCount">
  11518.             <summary>Gets the number of editable positions in the formatted string.</summary>
  11519.             <returns>An <see cref="T:System.Int32"></see> containing the number of editable positions in the formatted string.</returns>
  11520.         </member>
  11521.         <member name="P:System.ComponentModel.MaskedTextProvider.EditPositions">
  11522.             <summary>Gets a newly created enumerator for the editable positions in the formatted string. </summary>
  11523.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that supports enumeration over the editable positions in the formatted string.</returns>
  11524.         </member>
  11525.         <member name="P:System.ComponentModel.MaskedTextProvider.IncludeLiterals">
  11526.             <summary>Gets or sets a value that indicates whether literal characters in the input mask should be included in the formatted string.</summary>
  11527.             <returns>true if literals are included; otherwise, false. The default is true. </returns>
  11528.         </member>
  11529.         <member name="P:System.ComponentModel.MaskedTextProvider.IncludePrompt">
  11530.             <summary>Gets or sets a value indicating whether <see cref="P:System.Windows.Forms.MaskedTextBox.PromptChar"></see> is used to represent the absence of user input when displaying the formatted string. </summary>
  11531.             <returns>true if the prompt character is used to represent the positions where no user input was provided; otherwise, false. The default is true.</returns>
  11532.         </member>
  11533.         <member name="P:System.ComponentModel.MaskedTextProvider.InvalidIndex">
  11534.             <summary>Gets the upper bound of the range of invalid indexes.</summary>
  11535.             <returns>A value representing the largest invalid index, as determined by the provider implementation. For example, if the lowest valid index is 0, this property will return -1.</returns>
  11536.         </member>
  11537.         <member name="P:System.ComponentModel.MaskedTextProvider.IsPassword">
  11538.             <summary>Gets or sets a value that determines whether password protection should be applied to the formatted string.</summary>
  11539.             <returns>true if the input string is to be treated as a password string; otherwise, false. The default is false.</returns>
  11540.         </member>
  11541.         <member name="P:System.ComponentModel.MaskedTextProvider.Item(System.Int32)">
  11542.             <summary>Gets the element at the specified position in the formatted string.</summary>
  11543.             <returns>The <see cref="T:System.Char"></see> at the specified position in the formatted string.</returns>
  11544.             <param name="index">A zero-based index of the element to retrieve. </param>
  11545.             <exception cref="T:System.IndexOutOfRangeException">index is less than zero or greater than or equal to the <see cref="P:System.ComponentModel.MaskedTextProvider.Length"></see> of the mask.</exception>
  11546.         </member>
  11547.         <member name="P:System.ComponentModel.MaskedTextProvider.LastAssignedPosition">
  11548.             <summary>Gets the index in the mask of the rightmost input character that has been assigned to the mask.</summary>
  11549.             <returns>If at least one input character has been assigned to the mask, an <see cref="T:System.Int32"></see> containing the index of rightmost assigned position; otherwise, if no position has been assigned, <see cref="P:System.ComponentModel.MaskedTextProvider.InvalidIndex"></see>.</returns>
  11550.         </member>
  11551.         <member name="P:System.ComponentModel.MaskedTextProvider.Length">
  11552.             <summary>Gets the length of the mask, absent any mask modifier characters.</summary>
  11553.             <returns>An <see cref="T:System.Int32"></see> containing the number of positions in the mask, excluding characters that modify mask input. </returns>
  11554.         </member>
  11555.         <member name="P:System.ComponentModel.MaskedTextProvider.Mask">
  11556.             <summary>Gets the input mask.</summary>
  11557.             <returns>A <see cref="T:System.String"></see> containing the full mask.</returns>
  11558.         </member>
  11559.         <member name="P:System.ComponentModel.MaskedTextProvider.MaskCompleted">
  11560.             <summary>Gets a value indicating whether all required inputs have been entered into the formatted string.</summary>
  11561.             <returns>true if all required input has been entered into the mask; otherwise, false.</returns>
  11562.         </member>
  11563.         <member name="P:System.ComponentModel.MaskedTextProvider.MaskFull">
  11564.             <summary>Gets a value indicating whether all required and optional inputs have been entered into the formatted string. </summary>
  11565.             <returns>true if all required and optional inputs have been entered; otherwise, false. </returns>
  11566.         </member>
  11567.         <member name="P:System.ComponentModel.MaskedTextProvider.PasswordChar">
  11568.             <summary>Gets or sets the character to be substituted for the actual input characters.</summary>
  11569.             <returns>The <see cref="T:System.Char"></see> value used as the password character.</returns>
  11570.             <exception cref="T:System.InvalidOperationException">The password character specified when setting this property is the same as the current prompt character, <see cref="P:System.Windows.Forms.MaskedTextProvider.PromptChar"></see>. The two are required to be different.</exception>
  11571.             <exception cref="T:System.ArgumentException">The character specified when setting this property is not a valid password character, as determined by the <see cref="M:System.ComponentModel.MaskedTextProvider.IsValidPasswordChar(System.Char)"></see> method.</exception>
  11572.         </member>
  11573.         <member name="P:System.ComponentModel.MaskedTextProvider.PromptChar">
  11574.             <summary>Gets or sets the character used to represent the absence of user input for all available edit positions.</summary>
  11575.             <returns>The character used to prompt the user for input. The default is an underscore (_). </returns>
  11576.             <exception cref="T:System.InvalidOperationException">The prompt character specified when setting this property is the same as the current password character, <see cref="P:System.ComponentModel.MaskedTextProvider.PasswordChar"></see>. The two are required to be different.</exception>
  11577.             <exception cref="T:System.ArgumentException">The character specified when setting this property is not a valid password character, as determined by the <see cref="M:System.ComponentModel.MaskedTextProvider.IsValidPasswordChar(System.Char)"></see> method.</exception>
  11578.         </member>
  11579.         <member name="P:System.ComponentModel.MaskedTextProvider.ResetOnPrompt">
  11580.             <summary>Gets or sets a value that determines how an input character that matches the prompt character should be handled.</summary>
  11581.             <returns>true if the prompt character entered as input causes the current editable position in the mask to be reset; otherwise, false to indicate that the prompt character is to be processed as a normal input character. The default is true.</returns>
  11582.         </member>
  11583.         <member name="P:System.ComponentModel.MaskedTextProvider.ResetOnSpace">
  11584.             <summary>Gets or sets a value that determines how a space input character should be handled.</summary>
  11585.             <returns>true if the space input character causes the current editable position in the mask to be reset; otherwise, false to indicate that it is to be processed as a normal input character. The default is true.</returns>
  11586.         </member>
  11587.         <member name="P:System.ComponentModel.MaskedTextProvider.SkipLiterals">
  11588.             <summary>Gets or sets a value indicating whether literal character positions in the mask can be overwritten by their same values.</summary>
  11589.             <returns>true to allow literals to be added back; otherwise, false to not allow the user to overwrite literal characters. The default is true.</returns>
  11590.         </member>
  11591.         <member name="T:System.ComponentModel.MaskedTextResultHint">
  11592.             <summary>Specifies values that succinctly describe the results of a masked text parsing operation.</summary>
  11593.         </member>
  11594.         <member name="F:System.ComponentModel.MaskedTextResultHint.AlphanumericCharacterExpected">
  11595.             <summary>Operation did not succeed.An input character was encountered that was not alphanumeric. .</summary>
  11596.         </member>
  11597.         <member name="F:System.ComponentModel.MaskedTextResultHint.AsciiCharacterExpected">
  11598.             <summary>Operation did not succeed.An input character was encountered that was not a member of the ASCII character set.</summary>
  11599.         </member>
  11600.         <member name="F:System.ComponentModel.MaskedTextResultHint.CharacterEscaped">
  11601.             <summary>Success. The operation succeeded because a literal, prompt or space character was an escaped character. For more information about escaped characters, see the <see cref="M:System.ComponentModel.MaskedTextProvider.VerifyEscapeChar(System.Char,System.Int32)"></see> method.</summary>
  11602.         </member>
  11603.         <member name="F:System.ComponentModel.MaskedTextResultHint.DigitExpected">
  11604.             <summary>Operation did not succeed. An input character was encountered that was not a digit.</summary>
  11605.         </member>
  11606.         <member name="F:System.ComponentModel.MaskedTextResultHint.InvalidInput">
  11607.             <summary>Operation did not succeed. The program encountered an  input character that was not valid. For more information about characters that are not valid, see the <see cref="M:System.ComponentModel.MaskedTextProvider.IsValidInputChar(System.Char)"></see> method.</summary>
  11608.         </member>
  11609.         <member name="F:System.ComponentModel.MaskedTextResultHint.LetterExpected">
  11610.             <summary>Operation did not succeed. An input character was encountered that was not a letter.</summary>
  11611.         </member>
  11612.         <member name="F:System.ComponentModel.MaskedTextResultHint.NoEffect">
  11613.             <summary>Success. The primary operation was not performed because it was not needed; therefore, no side effect was produced.</summary>
  11614.         </member>
  11615.         <member name="F:System.ComponentModel.MaskedTextResultHint.NonEditPosition">
  11616.             <summary>Operation did not succeed. The current position in the formatted string is a literal character. </summary>
  11617.         </member>
  11618.         <member name="F:System.ComponentModel.MaskedTextResultHint.PositionOutOfRange">
  11619.             <summary>Operation did not succeed. The specified position is not in the range of the target string; typically it is either less than zero or greater then the length of the target string.</summary>
  11620.         </member>
  11621.         <member name="F:System.ComponentModel.MaskedTextResultHint.PromptCharNotAllowed">
  11622.             <summary>Operation did not succeed. The prompt character is not valid at input, perhaps because the <see cref="P:System.ComponentModel.MaskedTextProvider.AllowPromptAsInput"></see> property is set to false. </summary>
  11623.         </member>
  11624.         <member name="F:System.ComponentModel.MaskedTextResultHint.SideEffect">
  11625.             <summary>Success. The primary operation was not performed because it was not needed, but the method produced a side effect. For example, the <see cref="Overload:System.ComponentModel.MaskedTextProvider.RemoveAt"></see> method can delete an unassigned edit position, which causes left-shifting of subsequent characters in the formatted string. </summary>
  11626.         </member>
  11627.         <member name="F:System.ComponentModel.MaskedTextResultHint.SignedDigitExpected">
  11628.             <summary>Operation did not succeed. An input character was encountered that was not a signed digit.</summary>
  11629.         </member>
  11630.         <member name="F:System.ComponentModel.MaskedTextResultHint.Success">
  11631.             <summary>Success. The primary operation succeeded.</summary>
  11632.         </member>
  11633.         <member name="F:System.ComponentModel.MaskedTextResultHint.UnavailableEditPosition">
  11634.             <summary>Operation did not succeed. There were not enough edit positions available to fulfill the request.</summary>
  11635.         </member>
  11636.         <member name="F:System.ComponentModel.MaskedTextResultHint.Unknown">
  11637.             <summary>Unknown. The result of the operation could not be determined.</summary>
  11638.         </member>
  11639.         <member name="T:System.ComponentModel.MemberDescriptor">
  11640.             <summary>Represents a class member, such as a property or event. This is an abstract base class.</summary>
  11641.         </member>
  11642.         <member name="M:System.ComponentModel.MemberDescriptor.#ctor(System.ComponentModel.MemberDescriptor)">
  11643.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MemberDescriptor"></see> class with the specified <see cref="T:System.ComponentModel.MemberDescriptor"></see>.</summary>
  11644.             <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor"></see> that contains the name of the member and its attributes. </param>
  11645.         </member>
  11646.         <member name="M:System.ComponentModel.MemberDescriptor.#ctor(System.String)">
  11647.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MemberDescriptor"></see> class with the specified name of the member.</summary>
  11648.             <param name="name">The name of the member. </param>
  11649.             <exception cref="T:System.ArgumentException">The name is an empty string ("") or null.</exception>
  11650.         </member>
  11651.         <member name="M:System.ComponentModel.MemberDescriptor.#ctor(System.ComponentModel.MemberDescriptor,System.Attribute[])">
  11652.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MemberDescriptor"></see> class with the name in the specified <see cref="T:System.ComponentModel.MemberDescriptor"></see> and the attributes in both the old <see cref="T:System.ComponentModel.MemberDescriptor"></see> and the <see cref="T:System.Attribute"></see> array.</summary>
  11653.             <param name="newAttributes">An array of <see cref="T:System.Attribute"></see> objects with the attributes you want to add to the member. </param>
  11654.             <param name="oldMemberDescriptor">A <see cref="T:System.ComponentModel.MemberDescriptor"></see> that has the name of the member and its attributes. </param>
  11655.         </member>
  11656.         <member name="M:System.ComponentModel.MemberDescriptor.#ctor(System.String,System.Attribute[])">
  11657.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MemberDescriptor"></see> class with the specified name of the member and an array of attributes.</summary>
  11658.             <param name="name">The name of the member. </param>
  11659.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that contains the member attributes. </param>
  11660.             <exception cref="T:System.ArgumentException">The name is an empty string ("") or null. </exception>
  11661.         </member>
  11662.         <member name="M:System.ComponentModel.MemberDescriptor.CreateAttributeCollection">
  11663.             <summary>Creates a collection of attributes using the array of attributes passed to the constructor.</summary>
  11664.             <returns>A new <see cref="T:System.ComponentModel.AttributeCollection"></see> that contains the <see cref="P:System.ComponentModel.MemberDescriptor.AttributeArray"></see> attributes.</returns>
  11665.         </member>
  11666.         <member name="M:System.ComponentModel.MemberDescriptor.Equals(System.Object)">
  11667.             <summary>Compares this instance to the given object to see if they are equivalent.</summary>
  11668.             <returns>true if equivalent; otherwise, false.</returns>
  11669.             <param name="obj">The object to compare to the current instance. </param>
  11670.         </member>
  11671.         <member name="M:System.ComponentModel.MemberDescriptor.FillAttributes(System.Collections.IList)">
  11672.             <summary>When overridden in a derived class, adds the attributes of the inheriting class to the specified list of attributes in the parent class.</summary>
  11673.             <param name="attributeList">An <see cref="T:System.Collections.IList"></see> that lists the attributes in the parent class. Initially, this is empty. </param>
  11674.         </member>
  11675.         <member name="M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type)">
  11676.             <summary>Finds the given method through reflection, searching only for public methods.</summary>
  11677.             <returns>A <see cref="T:System.Reflection.MethodInfo"></see> that represents the method, or null if the method is not found.</returns>
  11678.             <param name="args">An array of parameters for the method, used to choose between overloaded methods. </param>
  11679.             <param name="name">The name of the method to find. </param>
  11680.             <param name="returnType">The type to return for the method. </param>
  11681.             <param name="componentClass">The component that contains the method. </param>
  11682.         </member>
  11683.         <member name="M:System.ComponentModel.MemberDescriptor.FindMethod(System.Type,System.String,System.Type[],System.Type,System.Boolean)">
  11684.             <summary>Finds the given method through reflection, with an option to search only public methods.</summary>
  11685.             <returns>A <see cref="T:System.Reflection.MethodInfo"></see> that represents the method, or null if the method is not found.</returns>
  11686.             <param name="args">An array of parameters for the method, used to choose between overloaded methods. </param>
  11687.             <param name="publicOnly">Whether to restrict search to public methods. </param>
  11688.             <param name="name">The name of the method to find. </param>
  11689.             <param name="returnType">The type to return for the method. </param>
  11690.             <param name="componentClass">The component that contains the method. </param>
  11691.         </member>
  11692.         <member name="M:System.ComponentModel.MemberDescriptor.GetHashCode">
  11693.             <summary>Returns the hash code for this instance.</summary>
  11694.             <returns>A hash code for the current <see cref="T:System.ComponentModel.MemberDescriptor"></see>.</returns>
  11695.         </member>
  11696.         <member name="M:System.ComponentModel.MemberDescriptor.GetInvocationTarget(System.Type,System.Object)">
  11697.             <summary>Retrieves the object that should be used during invocation of members.</summary>
  11698.             <returns>The object to be used during member invocations.</returns>
  11699.             <param name="type">The <see cref="T:System.Type"></see> of the invocation target.</param>
  11700.             <param name="instance">The potential invocation target.</param>
  11701.             <exception cref="T:System.ArgumentNullException">type or instance is null.</exception>
  11702.         </member>
  11703.         <member name="M:System.ComponentModel.MemberDescriptor.GetInvokee(System.Type,System.Object)">
  11704.             <summary>Gets the component on which to invoke a method.</summary>
  11705.             <returns>An instance of the component to invoke. This method returns a visual designer when the property is attached to a visual designer.</returns>
  11706.             <param name="componentClass">A <see cref="T:System.Type"></see> representing the type of component this <see cref="T:System.ComponentModel.MemberDescriptor"></see> is bound to. For example, if this <see cref="T:System.ComponentModel.MemberDescriptor"></see> describes a property, this parameter should be the class that the property is declared on. </param>
  11707.             <param name="component">An instance of the object to call. </param>
  11708.             <exception cref="T:System.ArgumentNullException">componentClass or component is null.</exception>
  11709.         </member>
  11710.         <member name="M:System.ComponentModel.MemberDescriptor.GetSite(System.Object)">
  11711.             <summary>Gets a component site for the given component.</summary>
  11712.             <returns>The site of the component, or null if a site does not exist.</returns>
  11713.             <param name="component">The component for which you want to find a site. </param>
  11714.         </member>
  11715.         <member name="P:System.ComponentModel.MemberDescriptor.AttributeArray">
  11716.             <summary>Gets or sets an array of attributes.</summary>
  11717.             <returns>An array of type <see cref="T:System.Attribute"></see> that contains the attributes of this member. </returns>
  11718.         </member>
  11719.         <member name="P:System.ComponentModel.MemberDescriptor.Attributes">
  11720.             <summary>Gets the collection of attributes for this member.</summary>
  11721.             <returns>An <see cref="T:System.ComponentModel.AttributeCollection"></see> that provides the attributes for this member, or an empty collection if there are no attributes in the <see cref="P:System.ComponentModel.MemberDescriptor.AttributeArray"></see>.</returns>
  11722.         </member>
  11723.         <member name="P:System.ComponentModel.MemberDescriptor.Category">
  11724.             <summary>Gets the name of the category to which the member belongs, as specified in the <see cref="T:System.ComponentModel.CategoryAttribute"></see>.</summary>
  11725.             <returns>The name of the category to which the member belongs. If there is no <see cref="T:System.ComponentModel.CategoryAttribute"></see>, the category name is set to the default category, Misc.</returns>
  11726.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  11727.         </member>
  11728.         <member name="P:System.ComponentModel.MemberDescriptor.Description">
  11729.             <summary>Gets the description of the member, as specified in the <see cref="T:System.ComponentModel.DescriptionAttribute"></see>.</summary>
  11730.             <returns>The description of the member. If there is no <see cref="T:System.ComponentModel.DescriptionAttribute"></see>, the property value is set to the default, which is an empty string ("").</returns>
  11731.         </member>
  11732.         <member name="P:System.ComponentModel.MemberDescriptor.DesignTimeOnly">
  11733.             <summary>Gets whether this member should be set only at design time, as specified in the <see cref="T:System.ComponentModel.DesignOnlyAttribute"></see>.</summary>
  11734.             <returns>true if this member should be set only at design time; false if the member can be set during run time.</returns>
  11735.         </member>
  11736.         <member name="P:System.ComponentModel.MemberDescriptor.DisplayName">
  11737.             <summary>Gets the name that can be displayed in a window, such as a Properties window.</summary>
  11738.             <returns>The name to display for the member.</returns>
  11739.         </member>
  11740.         <member name="P:System.ComponentModel.MemberDescriptor.IsBrowsable">
  11741.             <summary>Gets a value indicating whether the member is browsable, as specified in the <see cref="T:System.ComponentModel.BrowsableAttribute"></see>.</summary>
  11742.             <returns>true if the member is browsable; otherwise, false. If there is no <see cref="T:System.ComponentModel.BrowsableAttribute"></see>, the property value is set to the default, which is true.</returns>
  11743.         </member>
  11744.         <member name="P:System.ComponentModel.MemberDescriptor.Name">
  11745.             <summary>Gets the name of the member.</summary>
  11746.             <returns>The name of the member.</returns>
  11747.         </member>
  11748.         <member name="P:System.ComponentModel.MemberDescriptor.NameHashCode">
  11749.             <summary>Gets the hash code for the name of the member, as specified in <see cref="M:System.String.GetHashCode"></see>.</summary>
  11750.             <returns>The hash code for the name of the member.</returns>
  11751.         </member>
  11752.         <member name="T:System.ComponentModel.MergablePropertyAttribute">
  11753.             <summary>Specifies that this property can be combined with properties belonging to other objects in a Properties window.</summary>
  11754.         </member>
  11755.         <member name="M:System.ComponentModel.MergablePropertyAttribute.#ctor(System.Boolean)">
  11756.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MergablePropertyAttribute"></see> class.</summary>
  11757.             <param name="allowMerge">true if this property can be combined with properties belonging to other objects in a Properties window; otherwise, false. </param>
  11758.         </member>
  11759.         <member name="F:System.ComponentModel.MergablePropertyAttribute.Default">
  11760.             <summary>Specifies the default value, which is <see cref="F:System.ComponentModel.MergablePropertyAttribute.Yes"></see>, that is a property can be combined with properties belonging to other objects in a Properties window. This static field is read-only.</summary>
  11761.         </member>
  11762.         <member name="F:System.ComponentModel.MergablePropertyAttribute.No">
  11763.             <summary>Specifies that a property cannot be combined with properties belonging to other objects in a Properties window. This static field is read-only.</summary>
  11764.         </member>
  11765.         <member name="F:System.ComponentModel.MergablePropertyAttribute.Yes">
  11766.             <summary>Specifies that a property can be combined with properties belonging to other objects in a Properties window. This static field is read-only.</summary>
  11767.         </member>
  11768.         <member name="M:System.ComponentModel.MergablePropertyAttribute.Equals(System.Object)">
  11769.             <summary>Indicates whether this instance and a specified object are equal.</summary>
  11770.             <returns>true if obj is equal to this instance; otherwise, false.</returns>
  11771.             <param name="obj">Another object to compare to. </param>
  11772.         </member>
  11773.         <member name="M:System.ComponentModel.MergablePropertyAttribute.GetHashCode">
  11774.             <summary>Returns the hash code for this instance.</summary>
  11775.             <returns>A hash code for the current <see cref="T:System.ComponentModel.MergablePropertyAttribute"></see>.</returns>
  11776.         </member>
  11777.         <member name="M:System.ComponentModel.MergablePropertyAttribute.IsDefaultAttribute">
  11778.             <summary>Determines if this attribute is the default.</summary>
  11779.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  11780.         </member>
  11781.         <member name="P:System.ComponentModel.MergablePropertyAttribute.AllowMerge">
  11782.             <summary>Gets a value indicating whether this property can be combined with properties belonging to other objects in a Properties window.</summary>
  11783.             <returns>true if this property can be combined with properties belonging to other objects in a Properties window; otherwise, false.</returns>
  11784.         </member>
  11785.         <member name="T:System.ComponentModel.MultilineStringConverter">
  11786.             <summary>Provides a type converter to convert multiline strings to a simple string.</summary>
  11787.         </member>
  11788.         <member name="M:System.ComponentModel.MultilineStringConverter.#ctor">
  11789.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.MultilineStringConverter"></see> class. </summary>
  11790.         </member>
  11791.         <member name="M:System.ComponentModel.MultilineStringConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  11792.             <summary>Converts the given value object to the specified type, using the specified context and culture information.</summary>
  11793.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  11794.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see>. If null is passed, the current culture is assumed.</param>
  11795.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see>  that provides a format context.</param>
  11796.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value parameter to.</param>
  11797.             <param name="value">The <see cref="T:System.Object"></see> to convert.</param>
  11798.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  11799.             <exception cref="T:System.ArgumentNullException">destinationType is null.</exception>
  11800.         </member>
  11801.         <member name="M:System.ComponentModel.MultilineStringConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  11802.             <summary>Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.</summary>
  11803.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that are exposed for this data type, or null if there are no properties.</returns>
  11804.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see>  that provides a format context.</param>
  11805.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that is used as a filter.</param>
  11806.             <param name="value">An <see cref="T:System.Object"></see> that specifies the type of array for which to get properties.</param>
  11807.         </member>
  11808.         <member name="M:System.ComponentModel.MultilineStringConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  11809.             <summary>Returns whether this object supports properties, using the specified context.</summary>
  11810.             <returns>true if <see cref="Overload:System.ComponentModel.MultilineStringConverter.GetProperties"></see> should be called to find the properties of this object; otherwise, false.</returns>
  11811.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see>  that provides a format context.</param>
  11812.         </member>
  11813.         <member name="T:System.ComponentModel.NestedContainer">
  11814.             <summary>Provides the base implementation for the <see cref="T:System.ComponentModel.INestedContainer"></see> interface, which enables containers to have an owning component.</summary>
  11815.         </member>
  11816.         <member name="M:System.ComponentModel.NestedContainer.#ctor(System.ComponentModel.IComponent)">
  11817.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.NestedContainer"></see> class.</summary>
  11818.             <param name="owner">The <see cref="T:System.ComponentModel.IComponent"></see> that owns this nested container.</param>
  11819.             <exception cref="T:System.ArgumentNullException">owner is null.</exception>
  11820.         </member>
  11821.         <member name="M:System.ComponentModel.NestedContainer.CreateSite(System.ComponentModel.IComponent,System.String)">
  11822.             <summary>Creates a site for the component within the container.</summary>
  11823.             <returns>The newly created <see cref="T:System.ComponentModel.ISite"></see>.</returns>
  11824.             <param name="name">The name to assign to component, or null to skip the name assignment.</param>
  11825.             <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to create a site for.</param>
  11826.             <exception cref="T:System.ArgumentNullException">component is null.</exception>
  11827.         </member>
  11828.         <member name="M:System.ComponentModel.NestedContainer.Dispose(System.Boolean)">
  11829.             <summary>Releases the resources used by the nested container.</summary>
  11830.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
  11831.         </member>
  11832.         <member name="M:System.ComponentModel.NestedContainer.GetService(System.Type)">
  11833.             <summary>Gets the service object of the specified type, if it is available.</summary>
  11834.             <returns>An <see cref="T:System.Object"></see> that implements the requested service, or null if the service cannot be resolved.</returns>
  11835.             <param name="service">The <see cref="T:System.Type"></see> of the service to retrieve.</param>
  11836.         </member>
  11837.         <member name="P:System.ComponentModel.NestedContainer.Owner">
  11838.             <summary>Gets the owning component for this nested container.</summary>
  11839.             <returns>The <see cref="T:System.ComponentModel.IComponent"></see> that owns this nested container.</returns>
  11840.         </member>
  11841.         <member name="P:System.ComponentModel.NestedContainer.OwnerName">
  11842.             <summary>Gets the name of the owning component.</summary>
  11843.             <returns>The name of the owning component.</returns>
  11844.         </member>
  11845.         <member name="T:System.ComponentModel.NotifyParentPropertyAttribute">
  11846.             <summary>Indicates that the parent property is notified when the value of the property that this attribute is applied to is modified. This class cannot be inherited.</summary>
  11847.         </member>
  11848.         <member name="M:System.ComponentModel.NotifyParentPropertyAttribute.#ctor(System.Boolean)">
  11849.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.NotifyParentPropertyAttribute"></see> class, using the specified value to determine whether the parent property is notified of changes to the value of the property.</summary>
  11850.             <param name="notifyParent">true if the parent should be notified of changes; otherwise, false. </param>
  11851.         </member>
  11852.         <member name="F:System.ComponentModel.NotifyParentPropertyAttribute.Default">
  11853.             <summary>Indicates the default attribute state, that the property should not notify the parent property of changes to its value. This field is read-only.</summary>
  11854.         </member>
  11855.         <member name="F:System.ComponentModel.NotifyParentPropertyAttribute.No">
  11856.             <summary>Indicates that the parent property is not be notified of changes to the value of the property. This field is read-only.</summary>
  11857.         </member>
  11858.         <member name="F:System.ComponentModel.NotifyParentPropertyAttribute.Yes">
  11859.             <summary>Indicates that the parent property is notified of changes to the value of the property. This field is read-only.</summary>
  11860.         </member>
  11861.         <member name="M:System.ComponentModel.NotifyParentPropertyAttribute.Equals(System.Object)">
  11862.             <summary>Gets a value indicating whether the specified object is the same as the current object.</summary>
  11863.             <returns>true if the object is the same as this object; otherwise, false.</returns>
  11864.             <param name="obj">The object to test for equality. </param>
  11865.         </member>
  11866.         <member name="M:System.ComponentModel.NotifyParentPropertyAttribute.GetHashCode">
  11867.             <summary>Gets the hash code for this object.</summary>
  11868.             <returns>The hash code for the object the attribute belongs to.</returns>
  11869.         </member>
  11870.         <member name="M:System.ComponentModel.NotifyParentPropertyAttribute.IsDefaultAttribute">
  11871.             <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
  11872.             <returns>true if the current value of the attribute is the default value of the attribute; otherwise, false.</returns>
  11873.         </member>
  11874.         <member name="P:System.ComponentModel.NotifyParentPropertyAttribute.NotifyParent">
  11875.             <summary>Gets or sets a value indicating whether the parent property should be notified of changes to the value of the property.</summary>
  11876.             <returns>true if the parent property should be notified of changes; otherwise, false.</returns>
  11877.         </member>
  11878.         <member name="T:System.ComponentModel.NullableConverter">
  11879.             <summary>Provides automatic conversion between a nullable type and its underlying primitive type.</summary>
  11880.         </member>
  11881.         <member name="M:System.ComponentModel.NullableConverter.#ctor(System.Type)">
  11882.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.NullableConverter"></see> class.</summary>
  11883.             <param name="type">The specified nullable type.</param>
  11884.             <exception cref="T:System.ArgumentException">type is not a nullable type.</exception>
  11885.         </member>
  11886.         <member name="M:System.ComponentModel.NullableConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  11887.             <summary>Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.</summary>
  11888.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  11889.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see>  that provides a format context.</param>
  11890.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you want to convert from.</param>
  11891.         </member>
  11892.         <member name="M:System.ComponentModel.NullableConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  11893.             <summary>Returns whether this converter can convert the object to the specified type, using the specified context.</summary>
  11894.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  11895.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  11896.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you want to convert to.</param>
  11897.         </member>
  11898.         <member name="M:System.ComponentModel.NullableConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  11899.             <summary>Converts the given object to the type of this converter, using the specified context and culture information.</summary>
  11900.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  11901.             <param name="culture">The <see cref="T:System.Globalization.CultureInfo"></see> to use as the current culture.</param>
  11902.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  11903.             <param name="value">The <see cref="T:System.Object"></see> to convert.</param>
  11904.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  11905.         </member>
  11906.         <member name="M:System.ComponentModel.NullableConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  11907.             <summary>Converts the given value object to the specified type, using the specified context and culture information.</summary>
  11908.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  11909.             <param name="culture">The <see cref="T:System.Globalization.CultureInfo"></see> to use as the current culture.</param>
  11910.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  11911.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value parameter to.</param>
  11912.             <param name="value">The <see cref="T:System.Object"></see> to convert.</param>
  11913.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  11914.             <exception cref="T:System.ArgumentNullException">destinationType is null.</exception>
  11915.         </member>
  11916.         <member name="M:System.ComponentModel.NullableConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
  11917.             <returns>An <see cref="T:System.Object"></see> representing the given <see cref="T:System.Collections.IDictionary"></see>, or null if the object cannot be created. This method always returns null.</returns>
  11918.             <param name="propertyValues">An <see cref="T:System.Collections.IDictionary"></see> of new property values. </param>
  11919.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  11920.         </member>
  11921.         <member name="M:System.ComponentModel.NullableConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
  11922.             <returns>true if changing a property on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)"></see> to create a new value; otherwise, false.</returns>
  11923.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  11924.         </member>
  11925.         <member name="M:System.ComponentModel.NullableConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  11926.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that are exposed for this data type, or null if there are no properties.</returns>
  11927.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  11928.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that is used as a filter. </param>
  11929.             <param name="value">An <see cref="T:System.Object"></see> that specifies the type of array for which to get properties. </param>
  11930.         </member>
  11931.         <member name="M:System.ComponentModel.NullableConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  11932.             <returns>true if <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)"></see> should be called to find the properties of this object; otherwise, false.</returns>
  11933.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  11934.         </member>
  11935.         <member name="M:System.ComponentModel.NullableConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  11936.             <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> that holds a standard set of valid values, or null if the data type does not support a standard set of values.</returns>
  11937.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null.</param>
  11938.         </member>
  11939.         <member name="M:System.ComponentModel.NullableConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  11940.             <returns>true if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> is an exhaustive list of possible values; false if other values are possible.</returns>
  11941.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  11942.         </member>
  11943.         <member name="M:System.ComponentModel.NullableConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  11944.             <returns>true if <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> should be called to find a common set of values the object supports; otherwise, false.</returns>
  11945.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  11946.         </member>
  11947.         <member name="M:System.ComponentModel.NullableConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  11948.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  11949.             <param name="value">The <see cref="T:System.Object"></see> to test for validity. </param>
  11950.         </member>
  11951.         <member name="P:System.ComponentModel.NullableConverter.NullableType">
  11952.             <summary>Gets the nullable type.</summary>
  11953.             <returns>A <see cref="T:System.Type"></see> that represents the nullable type.</returns>
  11954.         </member>
  11955.         <member name="P:System.ComponentModel.NullableConverter.UnderlyingType">
  11956.             <summary>Gets the underlying type.</summary>
  11957.             <returns>A <see cref="T:System.Type"></see> that represents the underlying type.</returns>
  11958.         </member>
  11959.         <member name="P:System.ComponentModel.NullableConverter.UnderlyingTypeConverter">
  11960.             <summary>Gets the underlying type converter.</summary>
  11961.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> that represents the underlying type converter.</returns>
  11962.         </member>
  11963.         <member name="T:System.ComponentModel.ParenthesizePropertyNameAttribute">
  11964.             <summary>Indicates whether the name of the associated property is displayed with parentheses in the Properties window. This class cannot be inherited.</summary>
  11965.         </member>
  11966.         <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.#ctor">
  11967.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ParenthesizePropertyNameAttribute"></see> class that indicates that the associated property should not be shown with parentheses.</summary>
  11968.         </member>
  11969.         <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.#ctor(System.Boolean)">
  11970.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ParenthesizePropertyNameAttribute"></see> class, using the specified value to indicate whether the attribute is displayed with parentheses.</summary>
  11971.             <param name="needParenthesis">true if the name should be enclosed in parentheses; otherwise, false. </param>
  11972.         </member>
  11973.         <member name="F:System.ComponentModel.ParenthesizePropertyNameAttribute.Default">
  11974.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ParenthesizePropertyNameAttribute"></see> class with a default value that indicates that the associated property should not be shown with parentheses. This field is read-only.</summary>
  11975.         </member>
  11976.         <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.Equals(System.Object)">
  11977.             <summary>Compares the specified object to this object and tests for equality.</summary>
  11978.             <returns>true if equal; otherwise, false.</returns>
  11979.             <param name="o">The object to be compared. </param>
  11980.         </member>
  11981.         <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.GetHashCode">
  11982.             <summary>Gets the hash code for this object.</summary>
  11983.             <returns>The hash code for the object the attribute belongs to.</returns>
  11984.         </member>
  11985.         <member name="M:System.ComponentModel.ParenthesizePropertyNameAttribute.IsDefaultAttribute">
  11986.             <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
  11987.             <returns>true if the current value of the attribute is the default value of the attribute; otherwise, false.</returns>
  11988.         </member>
  11989.         <member name="P:System.ComponentModel.ParenthesizePropertyNameAttribute.NeedParenthesis">
  11990.             <summary>Gets a value indicating whether the Properties window displays the name of the property in parentheses in the Properties window.</summary>
  11991.             <returns>true if the property is displayed with parentheses; otherwise, false.</returns>
  11992.         </member>
  11993.         <member name="T:System.ComponentModel.PasswordPropertyTextAttribute">
  11994.             <summary>Indicates that an object's text representation is obscured by characters such as asterisks. This class cannot be inherited.</summary>
  11995.         </member>
  11996.         <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.#ctor">
  11997.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see> class. </summary>
  11998.         </member>
  11999.         <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.#ctor(System.Boolean)">
  12000.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see> class, optionally showing password text. </summary>
  12001.             <param name="password">true to indicate that the property should be shown as password text; otherwise, false. The default is false.</param>
  12002.         </member>
  12003.         <member name="F:System.ComponentModel.PasswordPropertyTextAttribute.Default">
  12004.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see>.</summary>
  12005.         </member>
  12006.         <member name="F:System.ComponentModel.PasswordPropertyTextAttribute.No">
  12007.             <summary>Specifies that a text property is not used as a password. This static (Shared in Visual Basic) field is read-only.</summary>
  12008.         </member>
  12009.         <member name="F:System.ComponentModel.PasswordPropertyTextAttribute.Yes">
  12010.             <summary>Specifies that a text property is used as a password. This static (Shared in Visual Basic) field is read-only.</summary>
  12011.         </member>
  12012.         <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.Equals(System.Object)">
  12013.             <summary>Determines whether two <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see> instances are equal.</summary>
  12014.             <returns>true if the specified <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see> is equal to the current <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see>; otherwise, false.</returns>
  12015.             <param name="o">The <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see> to compare with the current <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see>.</param>
  12016.         </member>
  12017.         <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.GetHashCode">
  12018.             <summary>Returns the hash code for this instance.</summary>
  12019.             <returns>A hash code for the current <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see>.</returns>
  12020.         </member>
  12021.         <member name="M:System.ComponentModel.PasswordPropertyTextAttribute.IsDefaultAttribute">
  12022.             <summary>Returns an indication whether the value of this instance is the default value.</summary>
  12023.             <returns>true if this instance is the default attribute for the class; otherwise, false.</returns>
  12024.         </member>
  12025.         <member name="P:System.ComponentModel.PasswordPropertyTextAttribute.Password">
  12026.             <summary>Gets a value indicating if the property for which the <see cref="T:System.ComponentModel.PasswordPropertyTextAttribute"></see> is defined should be shown as password text.</summary>
  12027.             <returns>true if the property should be shown as password text; otherwise, false.</returns>
  12028.         </member>
  12029.         <member name="T:System.ComponentModel.ProgressChangedEventArgs">
  12030.             <summary>Provides data for the <see cref="E:System.ComponentModel.BackgroundWorker.ProgressChanged"></see> event.</summary>
  12031.         </member>
  12032.         <member name="M:System.ComponentModel.ProgressChangedEventArgs.#ctor(System.Int32,System.Object)">
  12033.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ProgressChangedEventArgs"></see> class.</summary>
  12034.             <param name="progressPercentage">The percentage of an asynchronous task that has been completed.</param>
  12035.             <param name="userState">A unique user state.</param>
  12036.         </member>
  12037.         <member name="P:System.ComponentModel.ProgressChangedEventArgs.ProgressPercentage">
  12038.             <summary>Gets the asynchronous task progress percentage.</summary>
  12039.             <returns>A percentage value indicating the asynchronous task progress.</returns>
  12040.         </member>
  12041.         <member name="P:System.ComponentModel.ProgressChangedEventArgs.UserState">
  12042.             <summary>Gets a unique user state.</summary>
  12043.             <returns>A unique <see cref="T:System.Object"></see> indicating the user state.</returns>
  12044.         </member>
  12045.         <member name="T:System.ComponentModel.ProgressChangedEventHandler">
  12046.             <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.BackgroundWorker.ProgressChanged"></see> event of the <see cref="T:System.ComponentModel.BackgroundWorker"></see> class. This class cannot be inherited.</summary>
  12047.         </member>
  12048.         <member name="T:System.ComponentModel.PropertyChangedEventArgs">
  12049.             <summary>Provides data for the <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged"></see> event.</summary>
  12050.         </member>
  12051.         <member name="M:System.ComponentModel.PropertyChangedEventArgs.#ctor(System.String)">
  12052.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyChangedEventArgs"></see> class.</summary>
  12053.             <param name="propertyName">The name of the property that changed. </param>
  12054.         </member>
  12055.         <member name="P:System.ComponentModel.PropertyChangedEventArgs.PropertyName">
  12056.             <summary>Gets the name of the property that changed.</summary>
  12057.             <returns>The name of the property that changed.</returns>
  12058.         </member>
  12059.         <member name="T:System.ComponentModel.PropertyChangedEventHandler">
  12060.             <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.IPropertyChange.PropertyChanged"></see> event raised when a property is changed on a component.</summary>
  12061.         </member>
  12062.         <member name="T:System.ComponentModel.PropertyDescriptor">
  12063.             <summary>Provides an abstraction of a property on a class.</summary>
  12064.         </member>
  12065.         <member name="M:System.ComponentModel.PropertyDescriptor.#ctor(System.ComponentModel.MemberDescriptor)">
  12066.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> class with the name and attributes in the specified <see cref="T:System.ComponentModel.MemberDescriptor"></see>.</summary>
  12067.             <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor"></see> that contains the name of the property and its attributes. </param>
  12068.         </member>
  12069.         <member name="M:System.ComponentModel.PropertyDescriptor.#ctor(System.ComponentModel.MemberDescriptor,System.Attribute[])">
  12070.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> class with the name in the specified <see cref="T:System.ComponentModel.MemberDescriptor"></see> and the attributes in both the <see cref="T:System.ComponentModel.MemberDescriptor"></see> and the <see cref="T:System.Attribute"></see> array.</summary>
  12071.             <param name="descr">A <see cref="T:System.ComponentModel.MemberDescriptor"></see> containing the name of the member and its attributes. </param>
  12072.             <param name="attrs">An <see cref="T:System.Attribute"></see> array containing the attributes you want to associate with the property. </param>
  12073.         </member>
  12074.         <member name="M:System.ComponentModel.PropertyDescriptor.#ctor(System.String,System.Attribute[])">
  12075.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> class with the specified name and attributes.</summary>
  12076.             <param name="name">The name of the property. </param>
  12077.             <param name="attrs">An array of type <see cref="T:System.Attribute"></see> that contains the property attributes. </param>
  12078.         </member>
  12079.         <member name="M:System.ComponentModel.PropertyDescriptor.AddValueChanged(System.Object,System.EventHandler)">
  12080.             <summary>Enables other objects to be notified when this property changes.</summary>
  12081.             <param name="component">The component to add the handler for. </param>
  12082.             <param name="handler">The delegate to add as a listener. </param>
  12083.             <exception cref="T:System.ArgumentNullException">component or handler is null.</exception>
  12084.         </member>
  12085.         <member name="M:System.ComponentModel.PropertyDescriptor.CanResetValue(System.Object)">
  12086.             <summary>When overridden in a derived class, returns whether resetting an object changes its value.</summary>
  12087.             <returns>true if resetting the component changes its value; otherwise, false.</returns>
  12088.             <param name="component">The component to test for reset capability. </param>
  12089.         </member>
  12090.         <member name="M:System.ComponentModel.PropertyDescriptor.CreateInstance(System.Type)">
  12091.             <summary>Creates an instance of the specified type.</summary>
  12092.             <returns>A new instance of the type.</returns>
  12093.             <param name="type">A <see cref="T:System.Type"></see> that represents the type to create. </param>
  12094.         </member>
  12095.         <member name="M:System.ComponentModel.PropertyDescriptor.Equals(System.Object)">
  12096.             <summary>Compares this to another object to see if they are equivalent.</summary>
  12097.             <returns>true if the values are equivalent; otherwise, false.</returns>
  12098.             <param name="obj">The object to compare to this <see cref="T:System.ComponentModel.PropertyDescriptor"></see>. </param>
  12099.         </member>
  12100.         <member name="M:System.ComponentModel.PropertyDescriptor.FillAttributes(System.Collections.IList)">
  12101.             <summary>Adds the attributes of the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to the specified list of attributes in the parent class.</summary>
  12102.             <param name="attributeList">An <see cref="T:System.Collections.IList"></see> that lists the attributes in the parent class. Initially, this is empty.</param>
  12103.         </member>
  12104.         <member name="M:System.ComponentModel.PropertyDescriptor.GetChildProperties">
  12105.             <summary>Returns the default <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see>.</summary>
  12106.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see>.</returns>
  12107.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12108.         </member>
  12109.         <member name="M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Attribute[])">
  12110.             <summary>Returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> using a specified array of attributes as a filter.</summary>
  12111.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that match the specified attributes.</returns>
  12112.             <param name="filter">An array of type <see cref="T:System.Attribute"></see> to use as a filter. </param>
  12113.         </member>
  12114.         <member name="M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object)">
  12115.             <summary>Returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> for a given object.</summary>
  12116.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties for the specified component.</returns>
  12117.             <param name="instance">A component to get the properties for. </param>
  12118.         </member>
  12119.         <member name="M:System.ComponentModel.PropertyDescriptor.GetChildProperties(System.Object,System.Attribute[])">
  12120.             <summary>Returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> for a given object using a specified array of attributes as a filter.</summary>
  12121.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that match the specified attributes for the specified component.</returns>
  12122.             <param name="filter">An array of type <see cref="T:System.Attribute"></see> to use as a filter. </param>
  12123.             <param name="instance">A component to get the properties for. </param>
  12124.         </member>
  12125.         <member name="M:System.ComponentModel.PropertyDescriptor.GetEditor(System.Type)">
  12126.             <summary>Gets an editor of the specified type.</summary>
  12127.             <returns>An instance of the requested editor type, or null if an editor cannot be found.</returns>
  12128.             <param name="editorBaseType">The base type of editor, which is used to differentiate between multiple editors that a property supports. </param>
  12129.         </member>
  12130.         <member name="M:System.ComponentModel.PropertyDescriptor.GetHashCode">
  12131.             <summary>Returns the hash code for this object.</summary>
  12132.             <returns>The hash code for this object.</returns>
  12133.         </member>
  12134.         <member name="M:System.ComponentModel.PropertyDescriptor.GetInvocationTarget(System.Type,System.Object)">
  12135.             <summary>This method returns the object that should be used during invocation of members.</summary>
  12136.             <returns>The <see cref="T:System.Object"></see> that should be used during invocation of members.</returns>
  12137.             <param name="type">The <see cref="T:System.Type"></see> of the invocation target.</param>
  12138.             <param name="instance">The potential invocation target.</param>
  12139.         </member>
  12140.         <member name="M:System.ComponentModel.PropertyDescriptor.GetTypeFromName(System.String)">
  12141.             <summary>Returns a type using its name.</summary>
  12142.             <returns>A <see cref="T:System.Type"></see> that matches the given type name, or null if a match cannot be found.</returns>
  12143.             <param name="typeName">The assembly-qualified name of the type to retrieve. </param>
  12144.         </member>
  12145.         <member name="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)">
  12146.             <summary>When overridden in a derived class, gets the current value of the property on a component.</summary>
  12147.             <returns>The value of a property for a given component.</returns>
  12148.             <param name="component">The component with the property for which to retrieve the value. </param>
  12149.         </member>
  12150.         <member name="M:System.ComponentModel.PropertyDescriptor.GetValueChangedHandler(System.Object)">
  12151.             <summary>Retrieves the current set of ValueChanged event handlers for a specific component</summary>
  12152.             <returns>A combined multicast event handler, or null if no event handlers are currently assigned to component.</returns>
  12153.             <param name="component">The component for which to retrieve event handlers.</param>
  12154.         </member>
  12155.         <member name="M:System.ComponentModel.PropertyDescriptor.OnValueChanged(System.Object,System.EventArgs)">
  12156.             <summary>Raises the ValueChanged event that you implemented.</summary>
  12157.             <param name="e">An <see cref="T:System.EventArgs"></see> that contains the event data. </param>
  12158.             <param name="component">The object that raises the event. </param>
  12159.         </member>
  12160.         <member name="M:System.ComponentModel.PropertyDescriptor.RemoveValueChanged(System.Object,System.EventHandler)">
  12161.             <summary>Enables other objects to be notified when this property changes.</summary>
  12162.             <param name="component">The component to remove the handler for. </param>
  12163.             <param name="handler">The delegate to remove as a listener. </param>
  12164.             <exception cref="T:System.ArgumentNullException">component or handler is null.</exception>
  12165.         </member>
  12166.         <member name="M:System.ComponentModel.PropertyDescriptor.ResetValue(System.Object)">
  12167.             <summary>When overridden in a derived class, resets the value for this property of the component to the default value.</summary>
  12168.             <param name="component">The component with the property value that is to be reset to the default value. </param>
  12169.         </member>
  12170.         <member name="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)">
  12171.             <summary>When overridden in a derived class, sets the value of the component to a different value.</summary>
  12172.             <param name="component">The component with the property value that is to be set. </param>
  12173.             <param name="value">The new value. </param>
  12174.         </member>
  12175.         <member name="M:System.ComponentModel.PropertyDescriptor.ShouldSerializeValue(System.Object)">
  12176.             <summary>When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.</summary>
  12177.             <returns>true if the property should be persisted; otherwise, false.</returns>
  12178.             <param name="component">The component with the property to be examined for persistence. </param>
  12179.         </member>
  12180.         <member name="P:System.ComponentModel.PropertyDescriptor.ComponentType">
  12181.             <summary>When overridden in a derived class, gets the type of the component this property is bound to.</summary>
  12182.             <returns>A <see cref="T:System.Type"></see> that represents the type of component this property is bound to. When the <see cref="M:System.ComponentModel.PropertyDescriptor.GetValue(System.Object)"></see> or <see cref="M:System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object)"></see> methods are invoked, the object specified might be an instance of this type.</returns>
  12183.         </member>
  12184.         <member name="P:System.ComponentModel.PropertyDescriptor.Converter">
  12185.             <summary>Gets the type converter for this property.</summary>
  12186.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> that is used to convert the <see cref="T:System.Type"></see> of this property.</returns>
  12187.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  12188.         </member>
  12189.         <member name="P:System.ComponentModel.PropertyDescriptor.IsLocalizable">
  12190.             <summary>Gets a value indicating whether this property should be localized, as specified in the <see cref="T:System.ComponentModel.LocalizableAttribute"></see>.</summary>
  12191.             <returns>true if the member is marked with the <see cref="T:System.ComponentModel.LocalizableAttribute"></see> set to true; otherwise, false.</returns>
  12192.         </member>
  12193.         <member name="P:System.ComponentModel.PropertyDescriptor.IsReadOnly">
  12194.             <summary>When overridden in a derived class, gets a value indicating whether this property is read-only.</summary>
  12195.             <returns>true if the property is read-only; otherwise, false.</returns>
  12196.         </member>
  12197.         <member name="P:System.ComponentModel.PropertyDescriptor.PropertyType">
  12198.             <summary>When overridden in a derived class, gets the type of the property.</summary>
  12199.             <returns>A <see cref="T:System.Type"></see> that represents the type of the property.</returns>
  12200.         </member>
  12201.         <member name="P:System.ComponentModel.PropertyDescriptor.SerializationVisibility">
  12202.             <summary>Gets a value indicating whether this property should be serialized, as specified in the <see cref="T:System.ComponentModel.DesignerSerializationVisibilityAttribute"></see>.</summary>
  12203.             <returns>One of the <see cref="T:System.ComponentModel.DesignerSerializationVisibility"></see> enumeration values that specifies whether this property should be serialized.</returns>
  12204.         </member>
  12205.         <member name="P:System.ComponentModel.PropertyDescriptor.SupportsChangeEvents">
  12206.             <summary>Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.</summary>
  12207.             <returns>true if value change notifications may originate from outside the property descriptor; otherwise, false.</returns>
  12208.         </member>
  12209.         <member name="T:System.ComponentModel.PropertyDescriptorCollection">
  12210.             <summary>Represents a collection of <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects.</summary>
  12211.         </member>
  12212.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.#ctor(System.ComponentModel.PropertyDescriptor[])">
  12213.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> class.</summary>
  12214.             <param name="properties">An array of type <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that provides the properties for this collection. </param>
  12215.         </member>
  12216.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.#ctor(System.ComponentModel.PropertyDescriptor[],System.Boolean)">
  12217.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> class, which is optionally read-only.</summary>
  12218.             <param name="properties">An array of type <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that provides the properties for this collection.</param>
  12219.             <param name="readOnly">If true, specifies that the collection cannot be modified.</param>
  12220.         </member>
  12221.         <member name="F:System.ComponentModel.PropertyDescriptorCollection.Empty">
  12222.             <summary>Specifies an empty collection that you can use instead of creating a new one with no items. This static field is read-only.</summary>
  12223.         </member>
  12224.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Add(System.ComponentModel.PropertyDescriptor)">
  12225.             <summary>Adds the specified <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to the collection.</summary>
  12226.             <returns>The index of the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that was added to the collection.</returns>
  12227.             <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to add to the collection. </param>
  12228.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12229.         </member>
  12230.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Clear">
  12231.             <summary>Removes all <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects from the collection.</summary>
  12232.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12233.         </member>
  12234.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Contains(System.ComponentModel.PropertyDescriptor)">
  12235.             <summary>Returns whether the collection contains the given <see cref="T:System.ComponentModel.PropertyDescriptor"></see>.</summary>
  12236.             <returns>true if the collection contains the given <see cref="T:System.ComponentModel.PropertyDescriptor"></see>; otherwise, false.</returns>
  12237.             <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to find in the collection. </param>
  12238.         </member>
  12239.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.CopyTo(System.Array,System.Int32)">
  12240.             <summary>Copies the entire collection to an array, starting at the specified index number.</summary>
  12241.             <param name="array">An array of <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects to copy elements of the collection to. </param>
  12242.             <param name="index">The index of the array parameter at which copying begins. </param>
  12243.         </member>
  12244.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Find(System.String,System.Boolean)">
  12245.             <summary>Returns the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> with the specified name, using a Boolean to indicate whether to ignore case.</summary>
  12246.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> with the specified name, or null if the property does not exist.</returns>
  12247.             <param name="name">The name of the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to return from the collection. </param>
  12248.             <param name="ignoreCase">true if you want to ignore the case of the property name; otherwise, false. </param>
  12249.         </member>
  12250.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.GetEnumerator">
  12251.             <summary>Returns an enumerator for this class.</summary>
  12252.             <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator"></see>.</returns>
  12253.         </member>
  12254.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.IndexOf(System.ComponentModel.PropertyDescriptor)">
  12255.             <summary>Returns the index of the given <see cref="T:System.ComponentModel.PropertyDescriptor"></see>.</summary>
  12256.             <returns>The index of the given <see cref="T:System.ComponentModel.PropertyDescriptor"></see>.</returns>
  12257.             <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to return the index of. </param>
  12258.         </member>
  12259.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Insert(System.Int32,System.ComponentModel.PropertyDescriptor)">
  12260.             <summary>Adds the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to the collection at the specified index number.</summary>
  12261.             <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to add to the collection. </param>
  12262.             <param name="index">The index at which to add the value parameter to the collection. </param>
  12263.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12264.         </member>
  12265.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.InternalSort(System.Collections.IComparer)">
  12266.             <summary>Sorts the members of this collection, using the specified <see cref="T:System.Collections.IComparer"></see>.</summary>
  12267.             <param name="sorter">A comparer to use to sort the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects in this collection. </param>
  12268.         </member>
  12269.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.InternalSort(System.String[])">
  12270.             <summary>Sorts the members of this collection. The specified order is applied first, followed by the default sort for this collection, which is usually alphabetical.</summary>
  12271.             <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects in this collection. </param>
  12272.         </member>
  12273.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Remove(System.ComponentModel.PropertyDescriptor)">
  12274.             <summary>Removes the specified <see cref="T:System.ComponentModel.PropertyDescriptor"></see> from the collection.</summary>
  12275.             <param name="value">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to remove from the collection. </param>
  12276.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12277.         </member>
  12278.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.RemoveAt(System.Int32)">
  12279.             <summary>Removes the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> at the specified index from the collection.</summary>
  12280.             <param name="index">The index of the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to remove from the collection. </param>
  12281.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12282.         </member>
  12283.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Sort">
  12284.             <summary>Sorts the members of this collection, using the default sort for this collection, which is usually alphabetical.</summary>
  12285.             <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that contains the sorted <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects.</returns>
  12286.         </member>
  12287.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Sort(System.Collections.IComparer)">
  12288.             <summary>Sorts the members of this collection, using the specified <see cref="T:System.Collections.IComparer"></see>.</summary>
  12289.             <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that contains the sorted <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects.</returns>
  12290.             <param name="comparer">A comparer to use to sort the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects in this collection. </param>
  12291.         </member>
  12292.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Sort(System.String[])">
  12293.             <summary>Sorts the members of this collection. The specified order is applied first, followed by the default sort for this collection, which is usually alphabetical.</summary>
  12294.             <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that contains the sorted <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects.</returns>
  12295.             <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects in this collection. </param>
  12296.         </member>
  12297.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.Sort(System.String[],System.Collections.IComparer)">
  12298.             <summary>Sorts the members of this collection. The specified order is applied first, followed by the sort using the specified <see cref="T:System.Collections.IComparer"></see>.</summary>
  12299.             <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that contains the sorted <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects.</returns>
  12300.             <param name="names">An array of strings describing the order in which to sort the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects in this collection. </param>
  12301.             <param name="comparer">A comparer to use to sort the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects in this collection. </param>
  12302.         </member>
  12303.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.Add(System.Object,System.Object)">
  12304.             <summary>Adds an element with the provided key and value to the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  12305.             <param name="value">The <see cref="T:System.Object"></see> to use as the value of the element to add.</param>
  12306.             <param name="key">The <see cref="T:System.Object"></see> to use as the key of the element to add.</param>
  12307.             <exception cref="T:System.ArgumentException">value is null.</exception>
  12308.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12309.         </member>
  12310.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.Clear">
  12311.             <summary>Removes all elements from the <see cref="T:System.Collections.IDictionary"></see>. </summary>
  12312.         </member>
  12313.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.Contains(System.Object)">
  12314.             <summary>Determines whether the <see cref="T:System.Collections.IDictionary"></see> contains an element with the specified key.</summary>
  12315.             <returns>true if the <see cref="T:System.Collections.IDictionary"></see> contains an element with the key; otherwise, false.</returns>
  12316.             <param name="key">The key to locate in the <see cref="T:System.Collections.IDictionary"></see>.</param>
  12317.         </member>
  12318.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.GetEnumerator">
  12319.             <summary>Returns an enumerator for this class.</summary>
  12320.             <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator"></see>.</returns>
  12321.         </member>
  12322.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.Remove(System.Object)">
  12323.             <summary>Removes the element with the specified key from the <see cref="T:System.Collections.IDictionary"></see>. </summary>
  12324.             <param name="key">The key of the element to remove.</param>
  12325.         </member>
  12326.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IEnumerable.GetEnumerator">
  12327.             <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Collections.IDictionary"></see>. </summary>
  12328.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  12329.         </member>
  12330.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.Add(System.Object)">
  12331.             <summary>Adds an item to the <see cref="T:System.Collections.IList"></see>.</summary>
  12332.             <returns>The position into which the new element was inserted.</returns>
  12333.             <param name="value">The item to add to the collection.</param>
  12334.         </member>
  12335.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.Clear">
  12336.             <summary>Removes all items from the collection.</summary>
  12337.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12338.         </member>
  12339.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.Contains(System.Object)">
  12340.             <summary>Determines whether the collection contains a specific value.</summary>
  12341.             <returns>true if the item is found in the collection; otherwise, false.</returns>
  12342.             <param name="value">The item to locate in the collection.</param>
  12343.         </member>
  12344.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.IndexOf(System.Object)">
  12345.             <summary>Determines the index of a specified item in the collection.</summary>
  12346.             <returns>The index of value if found in the list, otherwise -1.</returns>
  12347.             <param name="value">The item to locate in the collection.</param>
  12348.         </member>
  12349.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.Insert(System.Int32,System.Object)">
  12350.             <summary>Inserts an item into the collection at a specified index.</summary>
  12351.             <param name="value">The item to insert into the collection.</param>
  12352.             <param name="index">The zero-based index at which value should be inserted.</param>
  12353.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12354.         </member>
  12355.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.Remove(System.Object)">
  12356.             <summary>Removes the first occurrence of a specified value from the collection.</summary>
  12357.             <param name="value">The item to remove from the collection.</param>
  12358.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12359.         </member>
  12360.         <member name="M:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.RemoveAt(System.Int32)">
  12361.             <summary>Removes the item at the specified index.</summary>
  12362.             <param name="index">The zero-based index of the item to remove.</param>
  12363.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12364.         </member>
  12365.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.Count">
  12366.             <summary>Gets the number of property descriptors in the collection.</summary>
  12367.             <returns>The number of property descriptors in the collection.</returns>
  12368.         </member>
  12369.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.Item(System.Int32)">
  12370.             <summary>Gets or sets the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> at the specified index number.</summary>
  12371.             <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> with the specified index number.</returns>
  12372.             <param name="index">The zero-based index of the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to get or set. </param>
  12373.             <exception cref="T:System.IndexOutOfRangeException">The index parameter is not a valid index for <see cref="P:System.ComponentModel.PropertyDescriptorCollection.Item(System.Int32)"></see>. </exception>
  12374.         </member>
  12375.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.Item(System.String)">
  12376.             <summary>Gets or sets the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> with the specified name.</summary>
  12377.             <returns>The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> with the specified name, or null if the property does not exist.</returns>
  12378.             <param name="name">The name of the <see cref="T:System.ComponentModel.PropertyDescriptor"></see> to get from the collection. </param>
  12379.         </member>
  12380.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.ICollection.Count">
  12381.             <summary>Gets the number of elements contained in the collection.</summary>
  12382.             <returns>The number of elements contained in the collection.</returns>
  12383.         </member>
  12384.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.ICollection.IsSynchronized">
  12385.             <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
  12386.             <returns>true if access to the collection is synchronized (thread safe); otherwise, false.</returns>
  12387.         </member>
  12388.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.ICollection.SyncRoot">
  12389.             <summary>Gets an object that can be used to synchronize access to the collection.</summary>
  12390.             <returns>An object that can be used to synchronize access to the collection.</returns>
  12391.         </member>
  12392.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.IsFixedSize">
  12393.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"></see> has a fixed size.</summary>
  12394.             <returns>true if the <see cref="T:System.Collections.IDictionary"></see> has a fixed size; otherwise, false.</returns>
  12395.         </member>
  12396.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.IsReadOnly">
  12397.             <summary>Gets a value indicating whether the <see cref="T:System.Collections.IDictionary"></see> is read-only.</summary>
  12398.             <returns>true if the <see cref="T:System.Collections.IDictionary"></see> is read-only; otherwise, false.</returns>
  12399.         </member>
  12400.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.Item(System.Object)">
  12401.             <summary>Gets or sets the element with the specified key. </summary>
  12402.             <returns>The element with the specified key.</returns>
  12403.             <param name="key">The key of the element to get or set. </param>
  12404.         </member>
  12405.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.Keys">
  12406.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the keys of the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  12407.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the keys of the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  12408.         </member>
  12409.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IDictionary.Values">
  12410.             <summary>Gets an <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.IDictionary"></see>.</summary>
  12411.             <returns>An <see cref="T:System.Collections.ICollection"></see> containing the values in the <see cref="T:System.Collections.IDictionary"></see>.</returns>
  12412.         </member>
  12413.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.IsFixedSize">
  12414.             <summary>Gets a value indicating whether the collection has a fixed size.</summary>
  12415.             <returns>true if the collection has a fixed size; otherwise, false.</returns>
  12416.         </member>
  12417.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.IsReadOnly">
  12418.             <summary>Gets a value indicating whether the collection is read-only.</summary>
  12419.             <returns>true if the collection is read-only; otherwise, false.</returns>
  12420.         </member>
  12421.         <member name="P:System.ComponentModel.PropertyDescriptorCollection.System.Collections.IList.Item(System.Int32)">
  12422.             <summary>Gets or sets an item from the collection at a specified index.</summary>
  12423.             <returns>The element at the specified index.</returns>
  12424.             <param name="index">The zero-based index of the item to get or set.</param>
  12425.             <exception cref="T:System.ArgumentException">value is not a <see cref="T:System.ComponentModel.PropertyDescriptor"></see>.</exception>
  12426.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  12427.             <exception cref="T:System.IndexOutOfRangeException">index is less than 0. -or-index is equal to or greater than <see cref="P:System.ComponentModel.EventDescriptorCollection.Count"></see>.</exception>
  12428.         </member>
  12429.         <member name="T:System.ComponentModel.PropertyTabAttribute">
  12430.             <summary>Identifies the property tab or tabs to display for the specified class or classes.</summary>
  12431.         </member>
  12432.         <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor">
  12433.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute"></see> class.</summary>
  12434.         </member>
  12435.         <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String)">
  12436.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute"></see> class using the specified tab class name.</summary>
  12437.             <param name="tabClassName">The assembly qualified name of the type of tab to create. For an example of this format convention, see <see cref="P:System.Type.AssemblyQualifiedName"></see>. </param>
  12438.         </member>
  12439.         <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor(System.Type)">
  12440.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute"></see> class using the specified type of tab.</summary>
  12441.             <param name="tabClass">The type of tab to create. </param>
  12442.         </member>
  12443.         <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor(System.String,System.ComponentModel.PropertyTabScope)">
  12444.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute"></see> class using the specified tab class name and tab scope.</summary>
  12445.             <param name="tabClassName">The assembly qualified name of the type of tab to create. For an example of this format convention, see <see cref="P:System.Type.AssemblyQualifiedName"></see>. </param>
  12446.             <param name="tabScope">A <see cref="T:System.ComponentModel.PropertyTabScope"></see> that indicates the scope of this tab. If the scope is <see cref="F:System.ComponentModel.PropertyTabScope.Component"></see>, it is shown only for components with the corresponding <see cref="T:System.ComponentModel.PropertyTabAttribute"></see>. If it is <see cref="F:System.ComponentModel.PropertyTabScope.Document"></see>, it is shown for all components on the document. </param>
  12447.             <exception cref="T:System.ArgumentException">tabScope is not <see cref="F:System.ComponentModel.PropertyTabScope.Document"></see> or <see cref="F:System.ComponentModel.PropertyTabScope.Component"></see>.</exception>
  12448.         </member>
  12449.         <member name="M:System.ComponentModel.PropertyTabAttribute.#ctor(System.Type,System.ComponentModel.PropertyTabScope)">
  12450.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.PropertyTabAttribute"></see> class using the specified type of tab and tab scope.</summary>
  12451.             <param name="tabClass">The type of tab to create. </param>
  12452.             <param name="tabScope">A <see cref="T:System.ComponentModel.PropertyTabScope"></see> that indicates the scope of this tab. If the scope is <see cref="F:System.ComponentModel.PropertyTabScope.Component"></see>, it is shown only for components with the corresponding <see cref="T:System.ComponentModel.PropertyTabAttribute"></see>. If it is <see cref="F:System.ComponentModel.PropertyTabScope.Document"></see>, it is shown for all components on the document. </param>
  12453.             <exception cref="T:System.ArgumentException">tabScope is not <see cref="F:System.ComponentModel.PropertyTabScope.Document"></see> or <see cref="F:System.ComponentModel.PropertyTabScope.Component"></see>.</exception>
  12454.         </member>
  12455.         <member name="M:System.ComponentModel.PropertyTabAttribute.Equals(System.Object)">
  12456.             <summary>Returns a value indicating whether this instance is equal to a specified object.</summary>
  12457.             <returns>true if other refers to the same <see cref="T:System.ComponentModel.PropertyTabAttribute"></see> instance; otherwise, false.</returns>
  12458.             <param name="other">An object to compare to this instance, or null.</param>
  12459.             <exception cref="T:System.TypeLoadException">The types specified by the <see cref="P:System.ComponentModel.PropertyTabAttribute.TabClassNames"></see> property of the other parameter could not be found.</exception>
  12460.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  12461.         </member>
  12462.         <member name="M:System.ComponentModel.PropertyTabAttribute.Equals(System.ComponentModel.PropertyTabAttribute)">
  12463.             <summary>Returns a value indicating whether this instance is equal to a specified attribute.</summary>
  12464.             <returns>true if the <see cref="T:System.ComponentModel.PropertyTabAttribute"></see> instances are equal; otherwise, false.</returns>
  12465.             <param name="other">A <see cref="T:System.ComponentModel.PropertyTabAttribute"></see> to compare to this instance, or null.</param>
  12466.             <exception cref="T:System.TypeLoadException">The types specified by the <see cref="P:System.ComponentModel.PropertyTabAttribute.TabClassNames"></see> property of the other parameter cannot be found.</exception>
  12467.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  12468.         </member>
  12469.         <member name="M:System.ComponentModel.PropertyTabAttribute.GetHashCode">
  12470.             <summary>Gets the hash code for this object.</summary>
  12471.             <returns>The hash code for the object the attribute belongs to.</returns>
  12472.         </member>
  12473.         <member name="M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.String[],System.ComponentModel.PropertyTabScope[])">
  12474.             <summary>Initializes the attribute using the specified names of tab classes and array of tab scopes.</summary>
  12475.             <param name="tabScopes">The scope of each tab. If the scope is <see cref="F:System.ComponentModel.PropertyTabScope.Component"></see>, it is shown only for components with the corresponding <see cref="T:System.ComponentModel.PropertyTabAttribute"></see>. If it is <see cref="F:System.ComponentModel.PropertyTabScope.Document"></see>, it is shown for all components on the document. </param>
  12476.             <param name="tabClassNames">An array of fully qualified type names of the types to create for tabs on the Properties window. </param>
  12477.             <exception cref="T:System.ArgumentException">One or more of the values in tabScopes is not <see cref="F:System.ComponentModel.PropertyTabScope.Document"></see> or <see cref="F:System.ComponentModel.PropertyTabScope.Component"></see>.-or-The length of the tabClassNames and tabScopes arrays do not match.-or-tabClassNames or tabScopes is null.</exception>
  12478.         </member>
  12479.         <member name="M:System.ComponentModel.PropertyTabAttribute.InitializeArrays(System.Type[],System.ComponentModel.PropertyTabScope[])">
  12480.             <summary>Initializes the attribute using the specified names of tab classes and array of tab scopes.</summary>
  12481.             <param name="tabScopes">The scope of each tab. If the scope is <see cref="F:System.ComponentModel.PropertyTabScope.Component"></see>, it is shown only for components with the corresponding <see cref="T:System.ComponentModel.PropertyTabAttribute"></see>. If it is <see cref="F:System.ComponentModel.PropertyTabScope.Document"></see>, it is shown for all components on the document. </param>
  12482.             <param name="tabClasses">The types of tabs to create. </param>
  12483.             <exception cref="T:System.ArgumentException">One or more of the values in tabScopes is not <see cref="F:System.ComponentModel.PropertyTabScope.Document"></see> or <see cref="F:System.ComponentModel.PropertyTabScope.Component"></see>.-or-The length of the tabClassNames and tabScopes arrays do not match.-or-tabClassNames or tabScopes is null.</exception>
  12484.         </member>
  12485.         <member name="P:System.ComponentModel.PropertyTabAttribute.TabClasses">
  12486.             <summary>Gets the types of tabs that this attribute uses.</summary>
  12487.             <returns>An array of types indicating the types of tabs that this attribute uses.</returns>
  12488.             <exception cref="T:System.TypeLoadException">The types specified by the <see cref="P:System.ComponentModel.PropertyTabAttribute.TabClassNames"></see> property could not be found.</exception>
  12489.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  12490.         </member>
  12491.         <member name="P:System.ComponentModel.PropertyTabAttribute.TabClassNames">
  12492.             <summary>Gets the names of the tab classes that this attribute uses.</summary>
  12493.             <returns>The names of the tab classes that this attribute uses.</returns>
  12494.         </member>
  12495.         <member name="P:System.ComponentModel.PropertyTabAttribute.TabScopes">
  12496.             <summary>Gets an array of tab scopes of each tab of this <see cref="T:System.ComponentModel.PropertyTabAttribute"></see>.</summary>
  12497.             <returns>An array of <see cref="T:System.ComponentModel.PropertyTabScope"></see> objects that indicate the scopes of the tabs.</returns>
  12498.         </member>
  12499.         <member name="T:System.ComponentModel.PropertyTabScope">
  12500.             <summary>Defines identifiers that indicate the persistence scope of a tab in the Properties window.</summary>
  12501.         </member>
  12502.         <member name="F:System.ComponentModel.PropertyTabScope.Component">
  12503.             <summary>This tab is specific to the current component. This tab is added to the Properties window for the current component only and is removed when the component is no longer selected.</summary>
  12504.         </member>
  12505.         <member name="F:System.ComponentModel.PropertyTabScope.Document">
  12506.             <summary>This tab is specific to the current document. This tab is added to the Properties window and is removed when the currently selected document changes.</summary>
  12507.         </member>
  12508.         <member name="F:System.ComponentModel.PropertyTabScope.Global">
  12509.             <summary>This tab is added to the Properties window and can only be removed explicitly by a parent component.</summary>
  12510.         </member>
  12511.         <member name="F:System.ComponentModel.PropertyTabScope.Static">
  12512.             <summary>This tab is added to the Properties window and cannot be removed.</summary>
  12513.         </member>
  12514.         <member name="T:System.ComponentModel.ProvidePropertyAttribute">
  12515.             <summary>Specifies the name of the property that an implementer of <see cref="T:System.ComponentModel.IExtenderProvider"></see> offers to other components. This class cannot be inherited</summary>
  12516.         </member>
  12517.         <member name="M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.String)">
  12518.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ProvidePropertyAttribute"></see> class with the name of the property and the type of its receiver.</summary>
  12519.             <param name="receiverTypeName">The name of the data type this property can extend. </param>
  12520.             <param name="propertyName">The name of the property extending to an object of the specified type. </param>
  12521.         </member>
  12522.         <member name="M:System.ComponentModel.ProvidePropertyAttribute.#ctor(System.String,System.Type)">
  12523.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ProvidePropertyAttribute"></see> class with the name of the property and its <see cref="T:System.Type"></see>.</summary>
  12524.             <param name="receiverType">The <see cref="T:System.Type"></see> of the data type of the object that can receive the property. </param>
  12525.             <param name="propertyName">The name of the property extending to an object of the specified type. </param>
  12526.         </member>
  12527.         <member name="M:System.ComponentModel.ProvidePropertyAttribute.Equals(System.Object)">
  12528.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.ProvidePropertyAttribute"></see>.</summary>
  12529.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  12530.             <param name="obj">The object to test the value equality of. </param>
  12531.         </member>
  12532.         <member name="M:System.ComponentModel.ProvidePropertyAttribute.GetHashCode">
  12533.             <summary>Returns the hash code for this instance.</summary>
  12534.             <returns>A hash code for the current <see cref="T:System.ComponentModel.ProvidePropertyAttribute"></see>.</returns>
  12535.         </member>
  12536.         <member name="P:System.ComponentModel.ProvidePropertyAttribute.PropertyName">
  12537.             <summary>Gets the name of a property that this class provides.</summary>
  12538.             <returns>The name of a property that this class provides.</returns>
  12539.         </member>
  12540.         <member name="P:System.ComponentModel.ProvidePropertyAttribute.ReceiverTypeName">
  12541.             <summary>Gets the name of the data type this property can extend.</summary>
  12542.             <returns>The name of the data type this property can extend.</returns>
  12543.         </member>
  12544.         <member name="P:System.ComponentModel.ProvidePropertyAttribute.TypeId">
  12545.             <summary>Gets a unique identifier for this attribute.</summary>
  12546.             <returns>An <see cref="T:System.Object"></see> that is a unique identifier for the attribute.</returns>
  12547.         </member>
  12548.         <member name="T:System.ComponentModel.ReadOnlyAttribute">
  12549.             <summary>Specifies whether the property this attribute is bound to is read-only or read/write at design time. This class cannot be inherited</summary>
  12550.         </member>
  12551.         <member name="M:System.ComponentModel.ReadOnlyAttribute.#ctor(System.Boolean)">
  12552.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ReadOnlyAttribute"></see> class.</summary>
  12553.             <param name="isReadOnly">true to show that the property this attribute is bound to is read-only; false to show that the property is read/write. </param>
  12554.         </member>
  12555.         <member name="F:System.ComponentModel.ReadOnlyAttribute.Default">
  12556.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.ReadOnlyAttribute"></see>, which is <see cref="F:System.ComponentModel.ReadOnlyAttribute.No"></see> (that is, the property this attribute is bound to is read/write). This static field is read-only.</summary>
  12557.         </member>
  12558.         <member name="F:System.ComponentModel.ReadOnlyAttribute.No">
  12559.             <summary>Specifies that the property this attribute is bound to is read/write and can be modified at design time. This static field is read-only.</summary>
  12560.         </member>
  12561.         <member name="F:System.ComponentModel.ReadOnlyAttribute.Yes">
  12562.             <summary>Specifies that the property this attribute is bound to is read-only and cannot be modified in the server explorer. This static field is read-only.</summary>
  12563.         </member>
  12564.         <member name="M:System.ComponentModel.ReadOnlyAttribute.Equals(System.Object)">
  12565.             <summary>Indicates whether this instance and a specified object are equal.</summary>
  12566.             <returns>true if value is equal to this instance; otherwise, false.</returns>
  12567.             <param name="value">Another object to compare to. </param>
  12568.         </member>
  12569.         <member name="M:System.ComponentModel.ReadOnlyAttribute.GetHashCode">
  12570.             <summary>Returns the hash code for this instance.</summary>
  12571.             <returns>A hash code for the current <see cref="T:System.ComponentModel.ReadOnlyAttribute"></see>.</returns>
  12572.         </member>
  12573.         <member name="M:System.ComponentModel.ReadOnlyAttribute.IsDefaultAttribute">
  12574.             <summary>Determines if this attribute is the default.</summary>
  12575.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  12576.         </member>
  12577.         <member name="P:System.ComponentModel.ReadOnlyAttribute.IsReadOnly">
  12578.             <summary>Gets a value indicating whether the property this attribute is bound to is read-only.</summary>
  12579.             <returns>true if the property this attribute is bound to is read-only; false if the property is read/write.</returns>
  12580.         </member>
  12581.         <member name="T:System.ComponentModel.RecommendedAsConfigurableAttribute">
  12582.             <summary>Specifies that the property can be used as an application setting.</summary>
  12583.         </member>
  12584.         <member name="M:System.ComponentModel.RecommendedAsConfigurableAttribute.#ctor(System.Boolean)">
  12585.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute"></see> class.</summary>
  12586.             <param name="recommendedAsConfigurable">true if the property this attribute is bound to can be used as an application setting; otherwise, false. </param>
  12587.         </member>
  12588.         <member name="F:System.ComponentModel.RecommendedAsConfigurableAttribute.Default">
  12589.             <summary>Specifies the default value for the <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute"></see>, which is <see cref="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No"></see>. This static field is read-only.</summary>
  12590.         </member>
  12591.         <member name="F:System.ComponentModel.RecommendedAsConfigurableAttribute.No">
  12592.             <summary>Specifies that a property cannot be used as an application setting. This static field is read-only.</summary>
  12593.         </member>
  12594.         <member name="F:System.ComponentModel.RecommendedAsConfigurableAttribute.Yes">
  12595.             <summary>Specifies that a property can be used as an application setting. This static field is read-only.</summary>
  12596.         </member>
  12597.         <member name="M:System.ComponentModel.RecommendedAsConfigurableAttribute.Equals(System.Object)">
  12598.             <summary>Indicates whether this instance and a specified object are equal.</summary>
  12599.             <returns>true if obj is equal to this instance; otherwise, false.</returns>
  12600.             <param name="obj">Another object to compare to. </param>
  12601.         </member>
  12602.         <member name="M:System.ComponentModel.RecommendedAsConfigurableAttribute.GetHashCode">
  12603.             <summary>Returns the hash code for this instance.</summary>
  12604.             <returns>A hash code for the current <see cref="T:System.ComponentModel.RecommendedAsConfigurableAttribute"></see>.</returns>
  12605.         </member>
  12606.         <member name="M:System.ComponentModel.RecommendedAsConfigurableAttribute.IsDefaultAttribute">
  12607.             <summary>Indicates whether the value of this instance is the default value for the class.</summary>
  12608.             <returns>true if this instance is the default attribute for the class; otherwise, false.</returns>
  12609.         </member>
  12610.         <member name="P:System.ComponentModel.RecommendedAsConfigurableAttribute.RecommendedAsConfigurable">
  12611.             <summary>Gets a value indicating whether the property this attribute is bound to can be used as an application setting.</summary>
  12612.             <returns>true if the property this attribute is bound to can be used as an application setting; otherwise, false.</returns>
  12613.         </member>
  12614.         <member name="T:System.ComponentModel.ReferenceConverter">
  12615.             <summary>Provides a type converter to convert object references to and from other representations.</summary>
  12616.         </member>
  12617.         <member name="M:System.ComponentModel.ReferenceConverter.#ctor(System.Type)">
  12618.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ReferenceConverter"></see> class.</summary>
  12619.             <param name="type">A <see cref="T:System.Type"></see> that represents the type to associate with this reference converter. </param>
  12620.         </member>
  12621.         <member name="M:System.ComponentModel.ReferenceConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  12622.             <summary>Gets a value indicating whether this converter can convert an object in the given source type to a reference object using the specified context.</summary>
  12623.             <returns>true if this object can perform the conversion; otherwise, false.</returns>
  12624.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12625.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you wish to convert from. </param>
  12626.         </member>
  12627.         <member name="M:System.ComponentModel.ReferenceConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  12628.             <summary>Converts the given object to the reference type.</summary>
  12629.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  12630.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture used to represent the font. </param>
  12631.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12632.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  12633.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  12634.         </member>
  12635.         <member name="M:System.ComponentModel.ReferenceConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  12636.             <summary>Converts the given value object to the reference type using the specified context and arguments.</summary>
  12637.             <returns>The converted object.</returns>
  12638.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture used to represent the font. </param>
  12639.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12640.             <param name="destinationType">The type to convert the object to. </param>
  12641.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  12642.             <exception cref="T:System.ArgumentNullException">destinationType is null. </exception>
  12643.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  12644.         </member>
  12645.         <member name="M:System.ComponentModel.ReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  12646.             <summary>Gets a collection of standard values for the reference data type.</summary>
  12647.             <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> that holds a standard set of valid values, or null if the data type does not support a standard set of values.</returns>
  12648.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12649.         </member>
  12650.         <member name="M:System.ComponentModel.ReferenceConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  12651.             <summary>Gets a value indicating whether the list of standard values returned from <see cref="M:System.ComponentModel.ReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> is an exclusive list.</summary>
  12652.             <returns>true because the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> returned from <see cref="M:System.ComponentModel.ReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> is an exhaustive list of possible values. This method never returns false.</returns>
  12653.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12654.         </member>
  12655.         <member name="M:System.ComponentModel.ReferenceConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  12656.             <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list.</summary>
  12657.             <returns>true because <see cref="M:System.ComponentModel.ReferenceConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> can be called to find a common set of values the object supports. This method never returns false.</returns>
  12658.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12659.         </member>
  12660.         <member name="M:System.ComponentModel.ReferenceConverter.IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  12661.             <summary>Returns a value indicating whether a particular value can be added to the standard values collection.</summary>
  12662.             <returns>true if the value is allowed and can be added to the standard values collection; false if the value cannot be added to the standard values collection.</returns>
  12663.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides an additional context. </param>
  12664.             <param name="value">The value to check. </param>
  12665.         </member>
  12666.         <member name="T:System.ComponentModel.RefreshEventArgs">
  12667.             <summary>Provides data for the <see cref="E:System.ComponentModel.TypeDescriptor.Refreshed"></see> event.</summary>
  12668.         </member>
  12669.         <member name="M:System.ComponentModel.RefreshEventArgs.#ctor(System.Object)">
  12670.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RefreshEventArgs"></see> class with the component that has changed.</summary>
  12671.             <param name="componentChanged">The component that changed. </param>
  12672.         </member>
  12673.         <member name="M:System.ComponentModel.RefreshEventArgs.#ctor(System.Type)">
  12674.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RefreshEventArgs"></see> class with the type of component that has changed.</summary>
  12675.             <param name="typeChanged">The <see cref="T:System.Type"></see> that changed. </param>
  12676.         </member>
  12677.         <member name="P:System.ComponentModel.RefreshEventArgs.ComponentChanged">
  12678.             <summary>Gets the component that changed its properties, events, or extenders.</summary>
  12679.             <returns>The component that changed its properties, events, or extenders, or null if all components of the same type have changed.</returns>
  12680.         </member>
  12681.         <member name="P:System.ComponentModel.RefreshEventArgs.TypeChanged">
  12682.             <summary>Gets the <see cref="T:System.Type"></see> that changed its properties or events.</summary>
  12683.             <returns>The <see cref="T:System.Type"></see> that changed its properties or events.</returns>
  12684.         </member>
  12685.         <member name="T:System.ComponentModel.RefreshEventHandler">
  12686.             <summary>Represents the method that handles the <see cref="E:System.ComponentModel.TypeDescriptor.Refreshed"></see> event raised when a <see cref="T:System.Type"></see> or component is changed during design time.</summary>
  12687.         </member>
  12688.         <member name="T:System.ComponentModel.RefreshProperties">
  12689.             <summary>Defines identifiers that indicate the type of a refresh of the Properties window.</summary>
  12690.         </member>
  12691.         <member name="F:System.ComponentModel.RefreshProperties.All">
  12692.             <summary>The properties should be requeried and the view should be refreshed.</summary>
  12693.         </member>
  12694.         <member name="F:System.ComponentModel.RefreshProperties.None">
  12695.             <summary>No refresh is necessary.</summary>
  12696.         </member>
  12697.         <member name="F:System.ComponentModel.RefreshProperties.Repaint">
  12698.             <summary>The view should be should refreshed.</summary>
  12699.         </member>
  12700.         <member name="T:System.ComponentModel.RefreshPropertiesAttribute">
  12701.             <summary>Indicates that the property grid should refresh when the associated property value changes. This class cannot be inherited.</summary>
  12702.         </member>
  12703.         <member name="M:System.ComponentModel.RefreshPropertiesAttribute.#ctor(System.ComponentModel.RefreshProperties)">
  12704.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RefreshPropertiesAttribute"></see> class.</summary>
  12705.             <param name="refresh">A <see cref="T:System.ComponentModel.RefreshProperties"></see> value indicating the nature of the refresh.</param>
  12706.         </member>
  12707.         <member name="F:System.ComponentModel.RefreshPropertiesAttribute.All">
  12708.             <summary>Indicates that all properties are queried again and refreshed if the property value is changed. This field is read-only.</summary>
  12709.         </member>
  12710.         <member name="F:System.ComponentModel.RefreshPropertiesAttribute.Default">
  12711.             <summary>Indicates that no other properties are refreshed if the property value is changed. This field is read-only.</summary>
  12712.         </member>
  12713.         <member name="F:System.ComponentModel.RefreshPropertiesAttribute.Repaint">
  12714.             <summary>Indicates that all properties are repainted if the property value is changed. This field is read-only.</summary>
  12715.         </member>
  12716.         <member name="M:System.ComponentModel.RefreshPropertiesAttribute.Equals(System.Object)">
  12717.             <summary>Overrides the object's <see cref="Overload:System.Object.Equals"></see> method.</summary>
  12718.             <returns>true if the specified object is the same; otherwise, false.</returns>
  12719.             <param name="value">The object to test for equality. </param>
  12720.         </member>
  12721.         <member name="M:System.ComponentModel.RefreshPropertiesAttribute.GetHashCode">
  12722.             <summary>Returns the hash code for this object.</summary>
  12723.             <returns>The hash code for the object that the attribute belongs to.</returns>
  12724.         </member>
  12725.         <member name="M:System.ComponentModel.RefreshPropertiesAttribute.IsDefaultAttribute">
  12726.             <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
  12727.             <returns>true if the current value of the attribute is the default; otherwise, false.</returns>
  12728.         </member>
  12729.         <member name="P:System.ComponentModel.RefreshPropertiesAttribute.RefreshProperties">
  12730.             <summary>Gets the refresh properties for the member.</summary>
  12731.             <returns>A <see cref="T:System.ComponentModel.RefreshProperties"></see> that indicates the current refresh properties for the member.</returns>
  12732.         </member>
  12733.         <member name="T:System.ComponentModel.RunInstallerAttribute">
  12734.             <summary>Specifies whether the Visual Studio Custom Action Installer or the Installer Tool (Installutil.exe) should be invoked when the assembly is installed.</summary>
  12735.         </member>
  12736.         <member name="M:System.ComponentModel.RunInstallerAttribute.#ctor(System.Boolean)">
  12737.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RunInstallerAttribute"></see> class.</summary>
  12738.             <param name="runInstaller">true if an installer should be invoked during installation of an assembly; otherwise, false. </param>
  12739.         </member>
  12740.         <member name="F:System.ComponentModel.RunInstallerAttribute.Default">
  12741.             <summary>Specifies the default visiblity, which is <see cref="F:System.ComponentModel.RunInstallerAttribute.No"></see>. This static field is read-only.</summary>
  12742.         </member>
  12743.         <member name="F:System.ComponentModel.RunInstallerAttribute.No">
  12744.             <summary>Specifies that the Visual Studio Custom Action Installer or the Installer Tool (Installutil.exe) should not be invoked when the assembly is installed. This static field is read-only.</summary>
  12745.         </member>
  12746.         <member name="F:System.ComponentModel.RunInstallerAttribute.Yes">
  12747.             <summary>Specifies that the Visual Studio Custom Action Installer or the Installer Tool (Installutil.exe) should be invoked when the assembly is installed. This static field is read-only.</summary>
  12748.         </member>
  12749.         <member name="M:System.ComponentModel.RunInstallerAttribute.Equals(System.Object)">
  12750.             <summary>Determines whether the value of the specified <see cref="T:System.ComponentModel.RunInstallerAttribute"></see> is equivalent to the current <see cref="T:System.ComponentModel.RunInstallerAttribute"></see>.</summary>
  12751.             <returns>true if the specified <see cref="T:System.ComponentModel.RunInstallerAttribute"></see> is equal to the current <see cref="T:System.ComponentModel.RunInstallerAttribute"></see>; otherwise, false.</returns>
  12752.             <param name="obj">The object to compare.</param>
  12753.         </member>
  12754.         <member name="M:System.ComponentModel.RunInstallerAttribute.GetHashCode">
  12755.             <summary>Generates a hash code for the current <see cref="T:System.ComponentModel.RunInstallerAttribute"></see>.</summary>
  12756.             <returns>A hash code for the current <see cref="T:System.ComponentModel.RunInstallerAttribute"></see>.</returns>
  12757.         </member>
  12758.         <member name="M:System.ComponentModel.RunInstallerAttribute.IsDefaultAttribute">
  12759.             <summary>Determines if this attribute is the default.</summary>
  12760.             <returns>true if the attribute is the default value for this attribute class; otherwise, false.</returns>
  12761.         </member>
  12762.         <member name="P:System.ComponentModel.RunInstallerAttribute.RunInstaller">
  12763.             <summary>Gets a value indicating whether an installer should be invoked during installation of an assembly.</summary>
  12764.             <returns>true if an installer should be invoked during installation of an assembly; otherwise, false.</returns>
  12765.         </member>
  12766.         <member name="T:System.ComponentModel.RunWorkerCompletedEventArgs">
  12767.             <summary>Provides data for the MethodNameCompleted event.</summary>
  12768.         </member>
  12769.         <member name="M:System.ComponentModel.RunWorkerCompletedEventArgs.#ctor(System.Object,System.Exception,System.Boolean)">
  12770.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.RunWorkerCompletedEventArgs"></see> class.</summary>
  12771.             <param name="error">Any error that occurred during the asynchronous operation.</param>
  12772.             <param name="cancelled">A value indicating whether the asynchronous operation was canceled.</param>
  12773.             <param name="result">The result of an asynchronous operation.</param>
  12774.         </member>
  12775.         <member name="P:System.ComponentModel.RunWorkerCompletedEventArgs.Result">
  12776.             <summary>Gets a value that represents the result of an asynchronous operation.</summary>
  12777.             <returns>An <see cref="T:System.Object"></see> representing the result of an asynchronous operation.</returns>
  12778.             <exception cref="T:System.InvalidOperationException"><see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Cancelled"></see> is true.</exception>
  12779.             <exception cref="T:System.Reflection.TargetInvocationException"><see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"></see> is not null. The <see cref="P:System.Exception.InnerException"></see> property holds a reference to <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error"></see>.</exception>
  12780.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12781.         </member>
  12782.         <member name="P:System.ComponentModel.RunWorkerCompletedEventArgs.UserState">
  12783.             <summary>Gets a value that represents the user state.</summary>
  12784.             <returns>An <see cref="T:System.Object"></see> representing the user state.</returns>
  12785.         </member>
  12786.         <member name="T:System.ComponentModel.RunWorkerCompletedEventHandler">
  12787.             <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.BackgroundWorker.RunWorkerCompleted"></see> event of a <see cref="T:System.ComponentModel.BackgroundWorker"></see> class.</summary>
  12788.         </member>
  12789.         <member name="T:System.ComponentModel.SByteConverter">
  12790.             <summary>Provides a type converter to convert 8-bit unsigned integer objects to and from a string.</summary>
  12791.         </member>
  12792.         <member name="M:System.ComponentModel.SByteConverter.#ctor">
  12793.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SByteConverter"></see> class. </summary>
  12794.         </member>
  12795.         <member name="T:System.ComponentModel.SettingsBindableAttribute">
  12796.             <summary>Specifies when a component property can be bound to an application setting.</summary>
  12797.         </member>
  12798.         <member name="M:System.ComponentModel.SettingsBindableAttribute.#ctor(System.Boolean)">
  12799.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SettingsBindableAttribute"></see> class. </summary>
  12800.             <param name="bindable">true to specify that a property is appropriate to bind settings to; otherwise, false.</param>
  12801.         </member>
  12802.         <member name="F:System.ComponentModel.SettingsBindableAttribute.No">
  12803.             <summary>Specifies that a property is not appropriate to bind settings to.</summary>
  12804.         </member>
  12805.         <member name="F:System.ComponentModel.SettingsBindableAttribute.Yes">
  12806.             <summary>Specifies that a property is appropriate to bind settings to.</summary>
  12807.         </member>
  12808.         <member name="M:System.ComponentModel.SettingsBindableAttribute.Equals(System.Object)">
  12809.             <summary>Determines whether two <see cref="T:System.ComponentModel.SettingsBindableAttribute"></see> objects are equal.</summary>
  12810.             <param name="obj">The value to compare to.</param>
  12811.         </member>
  12812.         <member name="P:System.ComponentModel.SettingsBindableAttribute.Bindable">
  12813.             <summary>Gets a value indicating whether a property is appropriate to bind settings to. </summary>
  12814.             <returns>true if the property is appropriate to bind settings to; otherwise, false.</returns>
  12815.         </member>
  12816.         <member name="T:System.ComponentModel.SingleConverter">
  12817.             <summary>Provides a type converter to convert single-precision, floating point number objects to and from various other representations.</summary>
  12818.         </member>
  12819.         <member name="M:System.ComponentModel.SingleConverter.#ctor">
  12820.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.SingleConverter"></see> class. </summary>
  12821.         </member>
  12822.         <member name="T:System.ComponentModel.StringConverter">
  12823.             <summary>Provides a type converter to convert string objects to and from other representations.</summary>
  12824.         </member>
  12825.         <member name="M:System.ComponentModel.StringConverter.#ctor">
  12826.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.StringConverter"></see> class. </summary>
  12827.         </member>
  12828.         <member name="M:System.ComponentModel.StringConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  12829.             <summary>Gets a value indicating whether this converter can convert an object in the given source type to a string using the specified context.</summary>
  12830.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  12831.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12832.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you wish to convert from. </param>
  12833.         </member>
  12834.         <member name="M:System.ComponentModel.StringConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  12835.             <summary>Converts the specified value object to a <see cref="T:System.String"></see> object.</summary>
  12836.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  12837.             <param name="culture">The <see cref="T:System.Globalization.CultureInfo"></see> to use. </param>
  12838.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12839.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  12840.             <exception cref="T:System.NotSupportedException">The conversion could not be performed. </exception>
  12841.         </member>
  12842.         <member name="T:System.ComponentModel.SyntaxCheck">
  12843.             <summary>Provides methods to verify the machine name and path conform to a specific syntax. This class cannot be inherited.</summary>
  12844.         </member>
  12845.         <member name="M:System.ComponentModel.SyntaxCheck.CheckMachineName(System.String)">
  12846.             <summary>Checks the syntax of the machine name to confirm that it does not contain "\".</summary>
  12847.             <returns>true if value matches the proper machine name format; otherwise, false.</returns>
  12848.             <param name="value">A string containing the machine name to check. </param>
  12849.         </member>
  12850.         <member name="M:System.ComponentModel.SyntaxCheck.CheckPath(System.String)">
  12851.             <summary>Checks the syntax of the path to see whether it starts with "\\".</summary>
  12852.             <returns>true if value matches the proper path format; otherwise, false.</returns>
  12853.             <param name="value">A string containing the path to check. </param>
  12854.         </member>
  12855.         <member name="M:System.ComponentModel.SyntaxCheck.CheckRootedPath(System.String)">
  12856.             <summary>Checks the syntax of the path to see if it starts with "\" or drive letter "C:".</summary>
  12857.             <returns>true if value matches the proper path format; otherwise, false.</returns>
  12858.             <param name="value">A string containing the path to check. </param>
  12859.         </member>
  12860.         <member name="T:System.ComponentModel.TimeSpanConverter">
  12861.             <summary>Provides a type converter to convert <see cref="T:System.TimeSpan"></see> objects to and from other representations.</summary>
  12862.         </member>
  12863.         <member name="M:System.ComponentModel.TimeSpanConverter.#ctor">
  12864.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TimeSpanConverter"></see> class. </summary>
  12865.         </member>
  12866.         <member name="M:System.ComponentModel.TimeSpanConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  12867.             <summary>Gets a value indicating whether this converter can convert an object in the given source type to a <see cref="T:System.TimeSpan"></see> using the specified context.</summary>
  12868.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  12869.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12870.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you wish to convert from. </param>
  12871.         </member>
  12872.         <member name="M:System.ComponentModel.TimeSpanConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  12873.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  12874.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  12875.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12876.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you wish to convert to. </param>
  12877.             <exception cref="T:System.ArgumentNullException">destinationType is null.</exception>
  12878.             <exception cref="T:System.FormatException">value is not a valid value for the target type. </exception>
  12879.         </member>
  12880.         <member name="M:System.ComponentModel.TimeSpanConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  12881.             <summary>Converts the given object to a <see cref="T:System.TimeSpan"></see>.</summary>
  12882.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  12883.             <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo"></see>. If not supplied, the current culture is assumed. </param>
  12884.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12885.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  12886.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  12887.             <exception cref="T:System.FormatException">value is not a valid value for the target type. </exception>
  12888.         </member>
  12889.         <member name="M:System.ComponentModel.TimeSpanConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  12890.             <summary>Converts the given object to another type. </summary>
  12891.             <returns>The converted object.</returns>
  12892.             <param name="culture">The culture into which value will be converted.</param>
  12893.             <param name="context">A formatter context. </param>
  12894.             <param name="destinationType">The type to convert the object to. </param>
  12895.             <param name="value">The object to convert. </param>
  12896.         </member>
  12897.         <member name="T:System.ComponentModel.ToolboxItemAttribute">
  12898.             <summary>Represents an attribute of a toolbox item.</summary>
  12899.         </member>
  12900.         <member name="M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Boolean)">
  12901.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute"></see> class and specifies whether to use default initialization values.</summary>
  12902.             <param name="defaultType">true to create a toolbox item attribute for a default type; false to associate no default toolbox item support for this attribute. </param>
  12903.         </member>
  12904.         <member name="M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.String)">
  12905.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute"></see> class using the specified name of the type.</summary>
  12906.             <param name="toolboxItemTypeName">The names of the type of the toolbox item and of the assembly that contains the type. </param>
  12907.         </member>
  12908.         <member name="M:System.ComponentModel.ToolboxItemAttribute.#ctor(System.Type)">
  12909.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute"></see> class using the specified type of the toolbox item.</summary>
  12910.             <param name="toolboxItemType">The type of the toolbox item. </param>
  12911.         </member>
  12912.         <member name="F:System.ComponentModel.ToolboxItemAttribute.Default">
  12913.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute"></see> class and sets the type to the default, <see cref="T:System.Drawing.Design.ToolboxItem"></see>. This field is read-only.</summary>
  12914.         </member>
  12915.         <member name="F:System.ComponentModel.ToolboxItemAttribute.None">
  12916.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemAttribute"></see> class and sets the type to null. This field is read-only.</summary>
  12917.         </member>
  12918.         <member name="M:System.ComponentModel.ToolboxItemAttribute.Equals(System.Object)">
  12919.             <param name="obj">The object to compare.</param>
  12920.         </member>
  12921.         <member name="M:System.ComponentModel.ToolboxItemAttribute.IsDefaultAttribute">
  12922.             <summary>Gets a value indicating whether the current value of the attribute is the default value for the attribute.</summary>
  12923.             <returns>true if the current value of the attribute is the default; otherwise, false.</returns>
  12924.         </member>
  12925.         <member name="P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemType">
  12926.             <summary>Gets or sets the type of the toolbox item.</summary>
  12927.             <returns>The type of the toolbox item.</returns>
  12928.             <exception cref="T:System.ArgumentException">The type cannot be found. </exception>
  12929.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  12930.         </member>
  12931.         <member name="P:System.ComponentModel.ToolboxItemAttribute.ToolboxItemTypeName">
  12932.             <summary>Gets or sets the name of the type of the current <see cref="T:System.Drawing.Design.ToolboxItem"></see>.</summary>
  12933.             <returns>The fully qualified type name of the current toolbox item.</returns>
  12934.         </member>
  12935.         <member name="T:System.ComponentModel.ToolboxItemFilterAttribute">
  12936.             <summary>Specifies the filter string and filter type to use for a toolbox item.</summary>
  12937.         </member>
  12938.         <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.#ctor(System.String)">
  12939.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemFilterAttribute"></see> class using the specified filter string.</summary>
  12940.             <param name="filterString">The filter string for the toolbox item. </param>
  12941.         </member>
  12942.         <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.#ctor(System.String,System.ComponentModel.ToolboxItemFilterType)">
  12943.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.ToolboxItemFilterAttribute"></see> class using the specified filter string and type.</summary>
  12944.             <param name="filterType">A <see cref="T:System.ComponentModel.ToolboxItemFilterType"></see> indicating the type of the filter. </param>
  12945.             <param name="filterString">The filter string for the toolbox item. </param>
  12946.         </member>
  12947.         <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.Equals(System.Object)">
  12948.             <param name="obj">The object to compare.</param>
  12949.         </member>
  12950.         <member name="M:System.ComponentModel.ToolboxItemFilterAttribute.Match(System.Object)">
  12951.             <summary>Indicates whether the specified object has a matching filter string.</summary>
  12952.             <returns>true if the specified object has a matching filter string; otherwise, false.</returns>
  12953.             <param name="obj">The object to test for a matching filter string. </param>
  12954.         </member>
  12955.         <member name="P:System.ComponentModel.ToolboxItemFilterAttribute.FilterString">
  12956.             <summary>Gets the filter string for the toolbox item.</summary>
  12957.             <returns>The filter string for the toolbox item.</returns>
  12958.         </member>
  12959.         <member name="P:System.ComponentModel.ToolboxItemFilterAttribute.FilterType">
  12960.             <summary>Gets the type of the filter.</summary>
  12961.             <returns>A <see cref="T:System.ComponentModel.ToolboxItemFilterType"></see> that indicates the type of the filter.</returns>
  12962.         </member>
  12963.         <member name="P:System.ComponentModel.ToolboxItemFilterAttribute.TypeId">
  12964.             <summary>Gets the type ID for the attribute.</summary>
  12965.             <returns>The type ID for this attribute. All <see cref="T:System.ComponentModel.ToolboxItemFilterAttribute"></see> objects with the same filter string return the same type ID.</returns>
  12966.         </member>
  12967.         <member name="T:System.ComponentModel.ToolboxItemFilterType">
  12968.             <summary>Defines identifiers used to indicate the type of filter that a <see cref="T:System.ComponentModel.ToolboxItemFilterAttribute"></see> uses.</summary>
  12969.         </member>
  12970.         <member name="F:System.ComponentModel.ToolboxItemFilterType.Allow">
  12971.             <summary>Indicates that a toolbox item filter string is allowed, but not required.</summary>
  12972.         </member>
  12973.         <member name="F:System.ComponentModel.ToolboxItemFilterType.Custom">
  12974.             <summary>Indicates that custom processing is required to determine whether to use a toolbox item filter string. This type of <see cref="T:System.ComponentModel.ToolboxItemFilterType"></see> is typically specified on a root designer class to indicate that the designer wishes to accept or reject a toolbox item through code. The designer must implement the <see cref="M:System.Drawing.Design.IToolboxUser.GetToolSupported(System.Drawing.Design.ToolboxItem)"></see> method of the <see cref="T:System.Drawing.Design.IToolboxUser"></see> interface.</summary>
  12975.         </member>
  12976.         <member name="F:System.ComponentModel.ToolboxItemFilterType.Prevent">
  12977.             <summary>Indicates that a toolbox item filter string is not allowed. If a designer and a component class both have a filter string and one has a <see cref="T:System.ComponentModel.ToolboxItemFilterType"></see> of <see cref="F:System.ComponentModel.ToolboxItemFilterType.Prevent"></see>, the toolbox item will not be available.</summary>
  12978.         </member>
  12979.         <member name="F:System.ComponentModel.ToolboxItemFilterType.Require">
  12980.             <summary>Indicates that a toolbox item filter string must be present for a toolbox item to be enabled. For a toolbox item with a filter type of <see cref="F:System.ComponentModel.ToolboxItemFilterType.Require"></see> to be enabled, the designer and the component class must have a matching filter string. Additionally, neither the designer or component class can have a <see cref="T:System.ComponentModel.ToolboxItemFilterType"></see> of <see cref="F:System.ComponentModel.ToolboxItemFilterType.Prevent"></see> for the toolbox item to be enabled.</summary>
  12981.         </member>
  12982.         <member name="T:System.ComponentModel.TypeConverter">
  12983.             <summary>Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.</summary>
  12984.         </member>
  12985.         <member name="M:System.ComponentModel.TypeConverter.#ctor">
  12986.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverter"></see> class. </summary>
  12987.         </member>
  12988.         <member name="M:System.ComponentModel.TypeConverter.CanConvertFrom(System.Type)">
  12989.             <summary>Returns whether this converter can convert an object of the given type to the type of this converter.</summary>
  12990.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  12991.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you want to convert from. </param>
  12992.         </member>
  12993.         <member name="M:System.ComponentModel.TypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  12994.             <summary>Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.</summary>
  12995.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  12996.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  12997.             <param name="sourceType">A <see cref="T:System.Type"></see> that represents the type you want to convert from. </param>
  12998.         </member>
  12999.         <member name="M:System.ComponentModel.TypeConverter.CanConvertTo(System.Type)">
  13000.             <summary>Returns whether this converter can convert the object to the specified type.</summary>
  13001.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  13002.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you want to convert to. </param>
  13003.         </member>
  13004.         <member name="M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  13005.             <summary>Returns whether this converter can convert the object to the specified type, using the specified context.</summary>
  13006.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  13007.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13008.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you want to convert to. </param>
  13009.         </member>
  13010.         <member name="M:System.ComponentModel.TypeConverter.ConvertFrom(System.Object)">
  13011.             <summary>Converts the given value to the type of this converter.</summary>
  13012.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  13013.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13014.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13015.         </member>
  13016.         <member name="M:System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  13017.             <summary>Converts the given object to the type of this converter, using the specified context and culture information.</summary>
  13018.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  13019.             <param name="culture">The <see cref="T:System.Globalization.CultureInfo"></see> to use as the current culture. </param>
  13020.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13021.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13022.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13023.         </member>
  13024.         <member name="M:System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.String)">
  13025.             <summary>Converts the given string to the type of this converter, using the invariant culture.</summary>
  13026.             <returns>An <see cref="T:System.Object"></see> that represents the converted text.</returns>
  13027.             <param name="text">The <see cref="T:System.String"></see> to convert. </param>
  13028.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13029.         </member>
  13030.         <member name="M:System.ComponentModel.TypeConverter.ConvertFromInvariantString(System.ComponentModel.ITypeDescriptorContext,System.String)">
  13031.             <summary>Converts the given string to the type of this converter, using the invariant culture.</summary>
  13032.             <returns>An <see cref="T:System.Object"></see> that represents the converted text.</returns>
  13033.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13034.             <param name="text">The <see cref="T:System.String"></see> to convert. </param>
  13035.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13036.         </member>
  13037.         <member name="M:System.ComponentModel.TypeConverter.ConvertFromString(System.String)">
  13038.             <summary>Converts the specified text to an object.</summary>
  13039.             <returns>An <see cref="T:System.Object"></see> that represents the converted text.</returns>
  13040.             <param name="text">The text representation of the object to convert. </param>
  13041.             <exception cref="T:System.NotSupportedException">The string cannot be converted into the appropriate object. </exception>
  13042.         </member>
  13043.         <member name="M:System.ComponentModel.TypeConverter.ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.String)">
  13044.             <summary>Converts the given text to an object, using the specified context.</summary>
  13045.             <returns>An <see cref="T:System.Object"></see> that represents the converted text.</returns>
  13046.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13047.             <param name="text">The <see cref="T:System.String"></see> to convert. </param>
  13048.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13049.         </member>
  13050.         <member name="M:System.ComponentModel.TypeConverter.ConvertFromString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.String)">
  13051.             <summary>Converts the given text to an object, using the specified context and culture information.</summary>
  13052.             <returns>An <see cref="T:System.Object"></see> that represents the converted text.</returns>
  13053.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see>. If null is passed, the current culture is assumed. </param>
  13054.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13055.             <param name="text">The <see cref="T:System.String"></see> to convert. </param>
  13056.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13057.         </member>
  13058.         <member name="M:System.ComponentModel.TypeConverter.ConvertTo(System.Object,System.Type)">
  13059.             <summary>Converts the given value object to the specified type, using the arguments.</summary>
  13060.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  13061.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value parameter to. </param>
  13062.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13063.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13064.             <exception cref="T:System.ArgumentNullException">The destinationType parameter is null. </exception>
  13065.         </member>
  13066.         <member name="M:System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  13067.             <summary>Converts the given value object to the specified type, using the specified context and culture information.</summary>
  13068.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  13069.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see>. If null is passed, the current culture is assumed. </param>
  13070.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13071.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value parameter to. </param>
  13072.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13073.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13074.             <exception cref="T:System.ArgumentNullException">The destinationType parameter is null. </exception>
  13075.         </member>
  13076.         <member name="M:System.ComponentModel.TypeConverter.ConvertToInvariantString(System.Object)">
  13077.             <summary>Converts the specified value to a culture-invariant string representation.</summary>
  13078.             <returns>A <see cref="T:System.String"></see> that represents the converted value.</returns>
  13079.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13080.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13081.         </member>
  13082.         <member name="M:System.ComponentModel.TypeConverter.ConvertToInvariantString(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  13083.             <summary>Converts the specified value to a culture-invariant string representation, using the specified context.</summary>
  13084.             <returns>A <see cref="T:System.String"></see> that represents the converted value.</returns>
  13085.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13086.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13087.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13088.         </member>
  13089.         <member name="M:System.ComponentModel.TypeConverter.ConvertToString(System.Object)">
  13090.             <summary>Converts the specified value to a string representation.</summary>
  13091.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  13092.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13093.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13094.         </member>
  13095.         <member name="M:System.ComponentModel.TypeConverter.ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  13096.             <summary>Converts the given value to a string representation, using the given context.</summary>
  13097.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  13098.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13099.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13100.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13101.         </member>
  13102.         <member name="M:System.ComponentModel.TypeConverter.ConvertToString(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  13103.             <summary>Converts the given value to a string representation, using the specified context and culture information.</summary>
  13104.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  13105.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see>. If null is passed, the current culture is assumed. </param>
  13106.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13107.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13108.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13109.         </member>
  13110.         <member name="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)">
  13111.             <summary>Re-creates an <see cref="T:System.Object"></see> given a set of property values for the object.</summary>
  13112.             <returns>An <see cref="T:System.Object"></see> representing the given <see cref="T:System.Collections.IDictionary"></see>, or null if the object cannot be created. This method always returns null.</returns>
  13113.             <param name="propertyValues">An <see cref="T:System.Collections.IDictionary"></see> that represents a dictionary of new property values. </param>
  13114.         </member>
  13115.         <member name="M:System.ComponentModel.TypeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
  13116.             <summary>Creates an instance of the type that this <see cref="T:System.ComponentModel.TypeConverter"></see> is associated with, using the specified context, given a set of property values for the object.</summary>
  13117.             <returns>An <see cref="T:System.Object"></see> representing the given <see cref="T:System.Collections.IDictionary"></see>, or null if the object cannot be created. This method always returns null.</returns>
  13118.             <param name="propertyValues">An <see cref="T:System.Collections.IDictionary"></see> of new property values. </param>
  13119.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13120.         </member>
  13121.         <member name="M:System.ComponentModel.TypeConverter.GetConvertFromException(System.Object)">
  13122.             <summary>Returns an exception to throw when a conversion cannot be performed.</summary>
  13123.             <returns>An <see cref="T:System.Exception"></see> that represents the exception to throw when a conversion cannot be performed.</returns>
  13124.             <param name="value">The <see cref="T:System.Object"></see> to convert, or null if the object is not available. </param>
  13125.             <exception cref="T:System.NotSupportedException">Automatically thrown by this method. </exception>
  13126.         </member>
  13127.         <member name="M:System.ComponentModel.TypeConverter.GetConvertToException(System.Object,System.Type)">
  13128.             <summary>Returns an exception to throw when a conversion cannot be performed.</summary>
  13129.             <returns>An <see cref="T:System.Exception"></see> that represents the exception to throw when a conversion cannot be performed.</returns>
  13130.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type the conversion was trying to convert to. </param>
  13131.             <param name="value">The <see cref="T:System.Object"></see> to convert, or null if the object is not available. </param>
  13132.             <exception cref="T:System.NotSupportedException">Automatically thrown by this method. </exception>
  13133.         </member>
  13134.         <member name="M:System.ComponentModel.TypeConverter.GetCreateInstanceSupported">
  13135.             <summary>Returns whether changing a value on this object requires a call to the <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)"></see> method to create a new value.</summary>
  13136.             <returns>true if changing a property on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)"></see> to create a new value; otherwise, false.</returns>
  13137.         </member>
  13138.         <member name="M:System.ComponentModel.TypeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
  13139.             <summary>Returns whether changing a value on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)"></see> to create a new value, using the specified context.</summary>
  13140.             <returns>true if changing a property on this object requires a call to <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)"></see> to create a new value; otherwise, false.</returns>
  13141.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13142.         </member>
  13143.         <member name="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)">
  13144.             <summary>Returns a collection of properties for the type of array specified by the value parameter.</summary>
  13145.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that are exposed for this data type, or null if there are no properties.</returns>
  13146.             <param name="value">An <see cref="T:System.Object"></see> that specifies the type of array for which to get properties. </param>
  13147.         </member>
  13148.         <member name="M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  13149.             <summary>Returns a collection of properties for the type of array specified by the value parameter, using the specified context.</summary>
  13150.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that are exposed for this data type, or null if there are no properties.</returns>
  13151.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13152.             <param name="value">An <see cref="T:System.Object"></see> that specifies the type of array for which to get properties. </param>
  13153.         </member>
  13154.         <member name="M:System.ComponentModel.TypeConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
  13155.             <summary>Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.</summary>
  13156.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that are exposed for this data type, or null if there are no properties.</returns>
  13157.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13158.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that is used as a filter. </param>
  13159.             <param name="value">An <see cref="T:System.Object"></see> that specifies the type of array for which to get properties. </param>
  13160.         </member>
  13161.         <member name="M:System.ComponentModel.TypeConverter.GetPropertiesSupported">
  13162.             <summary>Returns whether this object supports properties.</summary>
  13163.             <returns>true if <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)"></see> should be called to find the properties of this object; otherwise, false.</returns>
  13164.         </member>
  13165.         <member name="M:System.ComponentModel.TypeConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
  13166.             <summary>Returns whether this object supports properties, using the specified context.</summary>
  13167.             <returns>true if <see cref="M:System.ComponentModel.TypeConverter.GetProperties(System.Object)"></see> should be called to find the properties of this object; otherwise, false.</returns>
  13168.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13169.         </member>
  13170.         <member name="M:System.ComponentModel.TypeConverter.GetStandardValues">
  13171.             <summary>Returns a collection of standard values from the default context for the data type this type converter is designed for.</summary>
  13172.             <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> containing a standard set of valid values, or null if the data type does not support a standard set of values.</returns>
  13173.         </member>
  13174.         <member name="M:System.ComponentModel.TypeConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  13175.             <summary>Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.</summary>
  13176.             <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> that holds a standard set of valid values, or null if the data type does not support a standard set of values.</returns>
  13177.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null. </param>
  13178.         </member>
  13179.         <member name="M:System.ComponentModel.TypeConverter.GetStandardValuesExclusive">
  13180.             <summary>Returns whether the collection of standard values returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> is an exclusive list.</summary>
  13181.             <returns>true if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> is an exhaustive list of possible values; false if other values are possible.</returns>
  13182.         </member>
  13183.         <member name="M:System.ComponentModel.TypeConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  13184.             <summary>Returns whether the collection of standard values returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> is an exclusive list of possible values, using the specified context.</summary>
  13185.             <returns>true if the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> returned from <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> is an exhaustive list of possible values; false if other values are possible.</returns>
  13186.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13187.         </member>
  13188.         <member name="M:System.ComponentModel.TypeConverter.GetStandardValuesSupported">
  13189.             <summary>Returns whether this object supports a standard set of values that can be picked from a list.</summary>
  13190.             <returns>true if <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> should be called to find a common set of values the object supports; otherwise, false.</returns>
  13191.         </member>
  13192.         <member name="M:System.ComponentModel.TypeConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  13193.             <summary>Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.</summary>
  13194.             <returns>true if <see cref="M:System.ComponentModel.TypeConverter.GetStandardValues"></see> should be called to find a common set of values the object supports; otherwise, false.</returns>
  13195.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13196.         </member>
  13197.         <member name="M:System.ComponentModel.TypeConverter.IsValid(System.Object)">
  13198.             <summary>Returns whether the given value object is valid for this type.</summary>
  13199.             <returns>true if the specified value is valid for this object; otherwise, false.</returns>
  13200.             <param name="value">The object to test for validity. </param>
  13201.         </member>
  13202.         <member name="M:System.ComponentModel.TypeConverter.IsValid(System.ComponentModel.ITypeDescriptorContext,System.Object)">
  13203.             <summary>Returns whether the given value object is valid for this type and for the specified context.</summary>
  13204.             <returns>true if the specified value is valid for this object; otherwise, false.</returns>
  13205.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13206.             <param name="value">The <see cref="T:System.Object"></see> to test for validity. </param>
  13207.         </member>
  13208.         <member name="M:System.ComponentModel.TypeConverter.SortProperties(System.ComponentModel.PropertyDescriptorCollection,System.String[])">
  13209.             <summary>Sorts a collection of properties.</summary>
  13210.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that contains the sorted properties.</returns>
  13211.             <param name="names">An array of names in the order you want the properties to appear in the collection. </param>
  13212.             <param name="props">A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> that has the properties to sort. </param>
  13213.         </member>
  13214.         <member name="T:System.ComponentModel.TypeConverter.SimplePropertyDescriptor">
  13215.             <summary>Represents an abstract class that provides properties for objects that do not have properties.</summary>
  13216.         </member>
  13217.         <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.#ctor(System.Type,System.String,System.Type)">
  13218.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverter.SimplePropertyDescriptor"></see> class.</summary>
  13219.             <param name="componentType">A <see cref="T:System.Type"></see> that represents the type of component to which this property descriptor binds. </param>
  13220.             <param name="propertyType">A <see cref="T:System.Type"></see> that represents the data type for this property. </param>
  13221.             <param name="name">The name of the property. </param>
  13222.         </member>
  13223.         <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.#ctor(System.Type,System.String,System.Type,System.Attribute[])">
  13224.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverter.SimplePropertyDescriptor"></see> class.</summary>
  13225.             <param name="componentType">A <see cref="T:System.Type"></see> that represents the type of component to which this property descriptor binds. </param>
  13226.             <param name="propertyType">A <see cref="T:System.Type"></see> that represents the data type for this property. </param>
  13227.             <param name="name">The name of the property. </param>
  13228.             <param name="attributes">An <see cref="T:System.Attribute"></see> array with the attributes to associate with the property. </param>
  13229.         </member>
  13230.         <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.CanResetValue(System.Object)">
  13231.             <summary>Returns whether resetting the component changes the value of the component.</summary>
  13232.             <returns>true if resetting the component changes the value of the component; otherwise, false.</returns>
  13233.             <param name="component">The component to test for reset capability. </param>
  13234.         </member>
  13235.         <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.ResetValue(System.Object)">
  13236.             <summary>Resets the value for this property of the component.</summary>
  13237.             <param name="component">The component with the property value to be reset. </param>
  13238.         </member>
  13239.         <member name="M:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.ShouldSerializeValue(System.Object)">
  13240.             <summary>Returns whether the value of this property can persist.</summary>
  13241.             <returns>true if the value of the property can persist; otherwise, false.</returns>
  13242.             <param name="component">The component with the property that is to be examined for persistence. </param>
  13243.         </member>
  13244.         <member name="P:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.ComponentType">
  13245.             <summary>Gets the type of component to which this property description binds.</summary>
  13246.             <returns>A <see cref="T:System.Type"></see> that represents the type of component to which this property binds.</returns>
  13247.         </member>
  13248.         <member name="P:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.IsReadOnly">
  13249.             <summary>Gets a value indicating whether this property is read-only.</summary>
  13250.             <returns>true if the property is read-only; false if the property is read/write.</returns>
  13251.         </member>
  13252.         <member name="P:System.ComponentModel.TypeConverter.SimplePropertyDescriptor.PropertyType">
  13253.             <summary>Gets the type of the property.</summary>
  13254.             <returns>A <see cref="T:System.Type"></see> that represents the type of the property.</returns>
  13255.         </member>
  13256.         <member name="T:System.ComponentModel.TypeConverter.StandardValuesCollection">
  13257.             <summary>Represents a collection of values.</summary>
  13258.         </member>
  13259.         <member name="M:System.ComponentModel.TypeConverter.StandardValuesCollection.#ctor(System.Collections.ICollection)">
  13260.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> class.</summary>
  13261.             <param name="values">An <see cref="T:System.Collections.ICollection"></see> that represents the objects to put into the collection. </param>
  13262.         </member>
  13263.         <member name="M:System.ComponentModel.TypeConverter.StandardValuesCollection.CopyTo(System.Array,System.Int32)">
  13264.             <summary>Copies the contents of this collection to an array.</summary>
  13265.             <param name="array">An <see cref="T:System.Array"></see> that represents the array to copy to. </param>
  13266.             <param name="index">The index to start from. </param>
  13267.         </member>
  13268.         <member name="M:System.ComponentModel.TypeConverter.StandardValuesCollection.GetEnumerator">
  13269.             <summary>Returns an enumerator for this collection.</summary>
  13270.             <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator"></see>.</returns>
  13271.         </member>
  13272.         <member name="M:System.ComponentModel.TypeConverter.StandardValuesCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  13273.             <summary>Copies the contents of this collection to an array.</summary>
  13274.             <param name="array">The array to copy to. </param>
  13275.             <param name="index">The index in the array where copying should begin. </param>
  13276.         </member>
  13277.         <member name="M:System.ComponentModel.TypeConverter.StandardValuesCollection.System.Collections.IEnumerable.GetEnumerator">
  13278.             <summary>For a description of this member, see <see cref="M:System.Collections.IEnumerable.GetEnumerator"></see>.</summary>
  13279.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  13280.         </member>
  13281.         <member name="P:System.ComponentModel.TypeConverter.StandardValuesCollection.Count">
  13282.             <summary>Gets the number of objects in the collection.</summary>
  13283.             <returns>The number of objects in the collection.</returns>
  13284.         </member>
  13285.         <member name="P:System.ComponentModel.TypeConverter.StandardValuesCollection.Item(System.Int32)">
  13286.             <summary>Gets the object at the specified index number.</summary>
  13287.             <returns>The <see cref="T:System.Object"></see> with the specified index.</returns>
  13288.             <param name="index">The zero-based index of the <see cref="T:System.Object"></see> to get from the collection. </param>
  13289.         </member>
  13290.         <member name="P:System.ComponentModel.TypeConverter.StandardValuesCollection.System.Collections.ICollection.Count">
  13291.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.Count"></see>.</summary>
  13292.             <returns>The number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.</returns>
  13293.         </member>
  13294.         <member name="P:System.ComponentModel.TypeConverter.StandardValuesCollection.System.Collections.ICollection.IsSynchronized">
  13295.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized"></see>.</summary>
  13296.             <returns>false in all cases.</returns>
  13297.         </member>
  13298.         <member name="P:System.ComponentModel.TypeConverter.StandardValuesCollection.System.Collections.ICollection.SyncRoot">
  13299.             <summary>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot"></see>.</summary>
  13300.             <returns>null in all cases.</returns>
  13301.         </member>
  13302.         <member name="T:System.ComponentModel.TypeConverterAttribute">
  13303.             <summary>Specifies what type to use as a converter for the object this attribute is bound to. This class cannot be inherited.</summary>
  13304.         </member>
  13305.         <member name="M:System.ComponentModel.TypeConverterAttribute.#ctor">
  13306.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverterAttribute"></see> class with the default type converter, which is an empty string ("").</summary>
  13307.         </member>
  13308.         <member name="M:System.ComponentModel.TypeConverterAttribute.#ctor(System.String)">
  13309.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverterAttribute"></see> class, using the specified type name as the data converter for the object this attribute is bound to.</summary>
  13310.             <param name="typeName">The fully qualified name of the class to use for data conversion for the object this attribute is bound to. </param>
  13311.         </member>
  13312.         <member name="M:System.ComponentModel.TypeConverterAttribute.#ctor(System.Type)">
  13313.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeConverterAttribute"></see> class, using the specified type as the data converter for the object this attribute is bound to.</summary>
  13314.             <param name="type">A <see cref="T:System.Type"></see> that represents the type of the converter class to use for data conversion for the object this attribute is bound to. </param>
  13315.         </member>
  13316.         <member name="F:System.ComponentModel.TypeConverterAttribute.Default">
  13317.             <summary>Specifies the type to use as a converter for the object this attribute is bound to. This static field is read-only.</summary>
  13318.         </member>
  13319.         <member name="M:System.ComponentModel.TypeConverterAttribute.Equals(System.Object)">
  13320.             <summary>Returns whether the value of the given object is equal to the current <see cref="T:System.ComponentModel.TypeConverterAttribute"></see>.</summary>
  13321.             <returns>true if the value of the given object is equal to that of the current; otherwise, false.</returns>
  13322.             <param name="obj">The object to test the value equality of. </param>
  13323.         </member>
  13324.         <member name="M:System.ComponentModel.TypeConverterAttribute.GetHashCode">
  13325.             <summary>Returns the hash code for this instance.</summary>
  13326.             <returns>A hash code for the current <see cref="T:System.ComponentModel.TypeConverterAttribute"></see>.</returns>
  13327.         </member>
  13328.         <member name="P:System.ComponentModel.TypeConverterAttribute.ConverterTypeName">
  13329.             <summary>Gets the fully qualified type name of the <see cref="T:System.Type"></see> to use as a converter for the object this attribute is bound to.</summary>
  13330.             <returns>The fully qualified type name of the <see cref="T:System.Type"></see> to use as a converter for the object this attribute is bound to, or an empty string ("") if none exists. The default value is an empty string ("").</returns>
  13331.         </member>
  13332.         <member name="T:System.ComponentModel.TypeDescriptionProvider">
  13333.             <summary>Provides supplemental metadata to the <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  13334.         </member>
  13335.         <member name="M:System.ComponentModel.TypeDescriptionProvider.#ctor">
  13336.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> class.</summary>
  13337.         </member>
  13338.         <member name="M:System.ComponentModel.TypeDescriptionProvider.#ctor(System.ComponentModel.TypeDescriptionProvider)">
  13339.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> class using a parent type description provider.</summary>
  13340.             <param name="parent">The parent type description provider.</param>
  13341.         </member>
  13342.         <member name="M:System.ComponentModel.TypeDescriptionProvider.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])">
  13343.             <summary>Creates an object that can substitute for another data type.</summary>
  13344.             <returns>The substitute <see cref="T:System.Object"></see>.</returns>
  13345.             <param name="args">An optional array of parameter values to pass to the object's constructor.</param>
  13346.             <param name="objectType">The type of object to create. This parameter is never null.</param>
  13347.             <param name="argTypes">An optional array of types that represent the parameter types to be passed to the object's constructor. This array can be null or of zero length.</param>
  13348.             <param name="provider">An optional service provider.</param>
  13349.         </member>
  13350.         <member name="M:System.ComponentModel.TypeDescriptionProvider.GetCache(System.Object)">
  13351.             <summary>Gets a per-object cache, accessed as an <see cref="T:System.Collections.IDictionary"></see> of key/value pairs.</summary>
  13352.             <returns>An <see cref="T:System.Collections.IDictionary"></see> if the provided object supports caching; otherwise, null.</returns>
  13353.             <param name="instance">The object for which to get the cache.</param>
  13354.         </member>
  13355.         <member name="M:System.ComponentModel.TypeDescriptionProvider.GetExtendedTypeDescriptor(System.Object)">
  13356.             <summary>Gets an extended custom type descriptor for the given object.</summary>
  13357.             <returns>An <see cref="T:System.ComponentModel.ICustomTypeDescriptor"></see> that can provide extended metadata for the object.</returns>
  13358.             <param name="instance">The object for which to get the extended type descriptor.</param>
  13359.         </member>
  13360.         <member name="M:System.ComponentModel.TypeDescriptionProvider.GetFullComponentName(System.Object)">
  13361.             <summary>Gets the name of the specified component, or null if the component has no name.</summary>
  13362.             <returns>The name of the specified component.</returns>
  13363.             <param name="component">The specified component.</param>
  13364.             <exception cref="T:System.ArgumentNullException">component is null.</exception>
  13365.         </member>
  13366.         <member name="M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Object)">
  13367.             <summary>Performs normal reflection against the given object.</summary>
  13368.             <returns>A <see cref="T:System.Type"></see>.</returns>
  13369.             <param name="instance">An instance of the type (should not be null).</param>
  13370.             <exception cref="T:System.ArgumentNullException">instance is null.</exception>
  13371.         </member>
  13372.         <member name="M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type)">
  13373.             <summary>Performs normal reflection against a type.</summary>
  13374.             <returns>A <see cref="T:System.Type"></see>.</returns>
  13375.             <param name="objectType">The type of object for which to retrieve the <see cref="T:System.Reflection.IReflect"></see>.</param>
  13376.             <exception cref="T:System.ArgumentNullException">objectType is null.</exception>
  13377.         </member>
  13378.         <member name="M:System.ComponentModel.TypeDescriptionProvider.GetReflectionType(System.Type,System.Object)">
  13379.             <summary>Performs normal reflection against the given object with the given type.</summary>
  13380.             <returns>A <see cref="T:System.Type"></see>.</returns>
  13381.             <param name="objectType">The type of object for which to retrieve the <see cref="T:System.Reflection.IReflect"></see>.</param>
  13382.             <param name="instance">An instance of the type. Can be null.</param>
  13383.         </member>
  13384.         <member name="M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Object)">
  13385.             <summary>Gets a custom type descriptor for the given object.</summary>
  13386.             <returns>An <see cref="T:System.ComponentModel.ICustomTypeDescriptor"></see> that can provide metadata for the type.</returns>
  13387.             <param name="instance">An instance of the type. Can be null if no instance was passed to the <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</param>
  13388.             <exception cref="T:System.ArgumentNullException">instance is null.</exception>
  13389.         </member>
  13390.         <member name="M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type)">
  13391.             <summary>Gets a custom type descriptor for the given type.</summary>
  13392.             <returns>An <see cref="T:System.ComponentModel.ICustomTypeDescriptor"></see> that can provide metadata for the type.</returns>
  13393.             <param name="objectType">The type of object for which to retrieve the type descriptor.</param>
  13394.         </member>
  13395.         <member name="M:System.ComponentModel.TypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)">
  13396.             <summary>Gets a custom type descriptor for the given type and object.</summary>
  13397.             <returns>An <see cref="T:System.ComponentModel.ICustomTypeDescriptor"></see> that can provide metadata for the type.</returns>
  13398.             <param name="objectType">The type of object for which to retrieve the type descriptor.</param>
  13399.             <param name="instance">An instance of the type. Can be null if no instance was passed to the <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</param>
  13400.         </member>
  13401.         <member name="T:System.ComponentModel.TypeDescriptionProviderAttribute">
  13402.             <summary>Specifies the custom type description provider for a class. This class cannot be inherited.</summary>
  13403.         </member>
  13404.         <member name="M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.String)">
  13405.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeDescriptionProviderAttribute"></see> class using the specified type name.</summary>
  13406.             <param name="typeName">The qualified name of the type.</param>
  13407.             <exception cref="T:System.ArgumentNullException">typeName is null.</exception>
  13408.         </member>
  13409.         <member name="M:System.ComponentModel.TypeDescriptionProviderAttribute.#ctor(System.Type)">
  13410.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeDescriptionProviderAttribute"></see> class using the specified type.</summary>
  13411.             <param name="type">The type to store in the attribute.</param>
  13412.             <exception cref="T:System.ArgumentNullException">type is null.</exception>
  13413.         </member>
  13414.         <member name="P:System.ComponentModel.TypeDescriptionProviderAttribute.TypeName">
  13415.             <summary>Gets the type name for the type description provider.</summary>
  13416.             <returns>A <see cref="T:System.String"></see> containing the qualified type name for the <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see>.</returns>
  13417.         </member>
  13418.         <member name="T:System.ComponentModel.TypeDescriptor">
  13419.             <summary>Provides information about the characteristics for a component, such as its attributes, properties, and events. This class cannot be inherited.</summary>
  13420.         </member>
  13421.         <member name="E:System.ComponentModel.TypeDescriptor.Refreshed">
  13422.             <summary>Occurs when the cache for a component is cleared.</summary>
  13423.         </member>
  13424.         <member name="M:System.ComponentModel.TypeDescriptor.AddAttributes(System.Object,System.Attribute[])">
  13425.             <summary>Adds class-level attributes to the target component instance.</summary>
  13426.             <returns>The newly created <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> that was used to add the specified attributes.</returns>
  13427.             <param name="attributes">An array of <see cref="T:System.Attribute"></see> objects to add to the component's class.</param>
  13428.             <param name="instance">An instance of the target component.</param>
  13429.             <exception cref="T:System.ArgumentNullException">One or both of the parameters is null.</exception>
  13430.         </member>
  13431.         <member name="M:System.ComponentModel.TypeDescriptor.AddAttributes(System.Type,System.Attribute[])">
  13432.             <summary>Adds class-level attributes to the target component type.</summary>
  13433.             <returns>The newly created <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> that was used to add the specified attributes.</returns>
  13434.             <param name="type">The <see cref="T:System.Type"></see> of the target component.</param>
  13435.             <param name="attributes">An array of <see cref="T:System.Attribute"></see> objects to add to the component's class.</param>
  13436.             <exception cref="T:System.ArgumentNullException">One or both of the parameters is null.</exception>
  13437.         </member>
  13438.         <member name="M:System.ComponentModel.TypeDescriptor.AddEditorTable(System.Type,System.Collections.Hashtable)">
  13439.             <summary>Adds an editor table for the given editor base type. </summary>
  13440.             <param name="table">The <see cref="T:System.Collections.Hashtable"></see> to add. </param>
  13441.             <param name="editorBaseType">The editor base type to add the editor table for. If a table already exists for this type, this method will do nothing. </param>
  13442.         </member>
  13443.         <member name="M:System.ComponentModel.TypeDescriptor.AddProvider(System.ComponentModel.TypeDescriptionProvider,System.Object)">
  13444.             <summary>Adds a type description provider for a single instance of a component.</summary>
  13445.             <param name="instance">An instance of the target component.</param>
  13446.             <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> to add.</param>
  13447.             <exception cref="T:System.ArgumentNullException">One or both of the parameters are null.</exception>
  13448.         </member>
  13449.         <member name="M:System.ComponentModel.TypeDescriptor.AddProvider(System.ComponentModel.TypeDescriptionProvider,System.Type)">
  13450.             <summary>Adds a type description provider for a component class.</summary>
  13451.             <param name="type">The <see cref="T:System.Type"></see> of the target component.</param>
  13452.             <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> to add.</param>
  13453.             <exception cref="T:System.ArgumentNullException">One or both of the parameters are null.</exception>
  13454.         </member>
  13455.         <member name="M:System.ComponentModel.TypeDescriptor.CreateAssociation(System.Object,System.Object)">
  13456.             <summary>Creates a primary-secondary association between two objects.</summary>
  13457.             <param name="secondary">The secondary <see cref="T:System.Object"></see>.</param>
  13458.             <param name="primary">The primary <see cref="T:System.Object"></see>.</param>
  13459.             <exception cref="T:System.ArgumentNullException">One or both of the parameters are null.</exception>
  13460.             <exception cref="T:System.ArgumentException">primary is equal to secondary.</exception>
  13461.         </member>
  13462.         <member name="M:System.ComponentModel.TypeDescriptor.CreateDesigner(System.ComponentModel.IComponent,System.Type)">
  13463.             <summary>Creates an instance of the designer associated with the specified component and of the specified type of designer.</summary>
  13464.             <returns>An <see cref="T:System.ComponentModel.Design.IDesigner"></see> that is an instance of the designer for the component, or null if no designer can be found.</returns>
  13465.             <param name="designerBaseType">A <see cref="T:System.Type"></see> that represents the type of designer to create. </param>
  13466.             <param name="component">An <see cref="T:System.ComponentModel.IComponent"></see> that specifies the component to associate with the designer. </param>
  13467.         </member>
  13468.         <member name="M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.ComponentModel.EventDescriptor,System.Attribute[])">
  13469.             <summary>Creates a new event descriptor that is identical to an existing event descriptor, when passed the existing <see cref="T:System.ComponentModel.EventDescriptor"></see>.</summary>
  13470.             <returns>A new <see cref="T:System.ComponentModel.EventDescriptor"></see> that has merged the specified metadata attributes with the existing metadata attributes.</returns>
  13471.             <param name="componentType">The type of the component for which to create the new event. </param>
  13472.             <param name="attributes">The new attributes. </param>
  13473.             <param name="oldEventDescriptor">The existing event information. </param>
  13474.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="TypeInformation, MemberAccess" /></PermissionSet>
  13475.         </member>
  13476.         <member name="M:System.ComponentModel.TypeDescriptor.CreateEvent(System.Type,System.String,System.Type,System.Attribute[])">
  13477.             <summary>Creates a new event descriptor that is identical to an existing event descriptor by dynamically generating descriptor information from a specified event on a type.</summary>
  13478.             <returns>An <see cref="T:System.ComponentModel.EventDescriptor"></see> that is bound to a type.</returns>
  13479.             <param name="type">The type of the delegate that handles the event. </param>
  13480.             <param name="componentType">The type of the component the event lives on. </param>
  13481.             <param name="name">The name of the event. </param>
  13482.             <param name="attributes">The attributes for this event. </param>
  13483.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="TypeInformation, MemberAccess" /></PermissionSet>
  13484.         </member>
  13485.         <member name="M:System.ComponentModel.TypeDescriptor.CreateInstance(System.IServiceProvider,System.Type,System.Type[],System.Object[])">
  13486.             <summary>Creates an object that can substitute for another data type. </summary>
  13487.             <returns>An instance of the substitute data type if an associated <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> is found; otherwise, null.</returns>
  13488.             <param name="args">An optional array of parameter values to pass to the object's constructor. If not null, the number of elements must be the same as argTypes. </param>
  13489.             <param name="objectType">The <see cref="T:System.Type"></see> of object to create.</param>
  13490.             <param name="argTypes">An optional array of parameter types to be passed to the object's constructor. This parameter can be null or an array of zero length.</param>
  13491.             <param name="provider">The service provider that provides a <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> service. This parameter can be null.</param>
  13492.             <exception cref="T:System.ArgumentException">argTypes and args have different number of elements.</exception>
  13493.             <exception cref="T:System.ArgumentNullException">objectType is null, or args is null when argTypes is not null.</exception>
  13494.         </member>
  13495.         <member name="M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.ComponentModel.PropertyDescriptor,System.Attribute[])">
  13496.             <summary>Creates a new property descriptor from an existing property descriptor, using the specified existing <see cref="T:System.ComponentModel.PropertyDescriptor"></see> and attribute array.</summary>
  13497.             <returns>A new <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that has the specified metadata attributes merged with the existing metadata attributes.</returns>
  13498.             <param name="componentType">The <see cref="T:System.Type"></see> of the component that the property is a member of. </param>
  13499.             <param name="attributes">The new attributes for this property. </param>
  13500.             <param name="oldPropertyDescriptor">The existing property descriptor. </param>
  13501.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="TypeInformation, MemberAccess" /></PermissionSet>
  13502.         </member>
  13503.         <member name="M:System.ComponentModel.TypeDescriptor.CreateProperty(System.Type,System.String,System.Type,System.Attribute[])">
  13504.             <summary>Creates and dynamically binds a property descriptor to a type, using the specified property name, type, and attribute array.</summary>
  13505.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that is bound to the specified type and that has the specified metadata attributes merged with the existing metadata attributes.</returns>
  13506.             <param name="type">The <see cref="T:System.Type"></see> of the property. </param>
  13507.             <param name="componentType">The <see cref="T:System.Type"></see> of the component that the property is a member of. </param>
  13508.             <param name="name">The name of the property. </param>
  13509.             <param name="attributes">The new attributes for this property. </param>
  13510.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="TypeInformation, MemberAccess" /></PermissionSet>
  13511.         </member>
  13512.         <member name="M:System.ComponentModel.TypeDescriptor.GetAssociation(System.Type,System.Object)">
  13513.             <summary>Returns an instance of the type associated with the specified primary object.</summary>
  13514.             <returns>An instance of the secondary type that has been associated with the primary object if an association exists; otherwise, primary if no specified association exists.</returns>
  13515.             <param name="type">The <see cref="T:System.Type"></see> of the target component.</param>
  13516.             <param name="primary">The primary object of the association.</param>
  13517.             <exception cref="T:System.ArgumentNullException">One or both of the parameters are null.</exception>
  13518.         </member>
  13519.         <member name="M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object)">
  13520.             <summary>Returns the collection of attributes for the specified component.</summary>
  13521.             <returns>An <see cref="T:System.ComponentModel.AttributeCollection"></see> containing the attributes for the component. If component is null, this method returns an empty collection.</returns>
  13522.             <param name="component">The component for which you want to get attributes. </param>
  13523.         </member>
  13524.         <member name="M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Type)">
  13525.             <summary>Returns a collection of attributes for the specified type of component.</summary>
  13526.             <returns>An <see cref="T:System.ComponentModel.AttributeCollection"></see> with the attributes for the type of the component. If the component is null, this method returns an empty collection.</returns>
  13527.             <param name="componentType">The <see cref="T:System.Type"></see> of the target component. </param>
  13528.         </member>
  13529.         <member name="M:System.ComponentModel.TypeDescriptor.GetAttributes(System.Object,System.Boolean)">
  13530.             <summary>Returns a collection of attributes for the specified component and a Boolean indicating that a custom type descriptor has been created.</summary>
  13531.             <returns>An <see cref="T:System.ComponentModel.AttributeCollection"></see> with the attributes for the component. If the component is null, this method returns an empty collection.</returns>
  13532.             <param name="noCustomTypeDesc">true to use a baseline set of attributes from the custom type descriptor if component is of type <see cref="T:System.ComponentModel.ICustomTypeDescriptor"></see>; otherwise, false.</param>
  13533.             <param name="component">The component for which you want to get attributes. </param>
  13534.         </member>
  13535.         <member name="M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object)">
  13536.             <summary>Returns the name of the class for the specified component using the default type descriptor.</summary>
  13537.             <returns>A <see cref="T:System.String"></see> containing the name of the class for the specified component.</returns>
  13538.             <param name="component">The <see cref="T:System.Object"></see> for which you want the class name. </param>
  13539.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13540.         </member>
  13541.         <member name="M:System.ComponentModel.TypeDescriptor.GetClassName(System.Type)">
  13542.             <summary>Returns the name of the class for the specified type.</summary>
  13543.             <returns>A <see cref="T:System.String"></see> containing the name of the class for the specified component type.</returns>
  13544.             <param name="componentType">The <see cref="T:System.Type"></see> of the target component.</param>
  13545.             <exception cref="T:System.ArgumentNullException">componentType is null.</exception>
  13546.         </member>
  13547.         <member name="M:System.ComponentModel.TypeDescriptor.GetClassName(System.Object,System.Boolean)">
  13548.             <summary>Returns the name of the class for the specified component using a custom type descriptor.</summary>
  13549.             <returns>A <see cref="T:System.String"></see> containing the name of the class for the specified component.</returns>
  13550.             <param name="noCustomTypeDesc">true to consider custom type description information; otherwise, false.</param>
  13551.             <param name="component">The <see cref="T:System.Object"></see> for which you want the class name. </param>
  13552.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13553.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13554.         </member>
  13555.         <member name="M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object)">
  13556.             <summary>Returns the name of the specified component using the default type descriptor.</summary>
  13557.             <returns>A <see cref="T:System.String"></see> containing the name of the specified component, or null if there is no component name.</returns>
  13558.             <param name="component">The <see cref="T:System.Object"></see> for which you want the class name. </param>
  13559.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13560.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13561.         </member>
  13562.         <member name="M:System.ComponentModel.TypeDescriptor.GetComponentName(System.Object,System.Boolean)">
  13563.             <summary>Returns the name of the specified component using a custom type descriptor.</summary>
  13564.             <returns>The name of the class for the specified component, or null if there is no component name.</returns>
  13565.             <param name="noCustomTypeDesc">true to consider custom type description information; otherwise, false.</param>
  13566.             <param name="component">The <see cref="T:System.Object"></see> for which you want the class name. </param>
  13567.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13568.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13569.         </member>
  13570.         <member name="M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object)">
  13571.             <summary>Returns a type converter for the type of the specified component.</summary>
  13572.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified component.</returns>
  13573.             <param name="component">A component to get the converter for. </param>
  13574.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13575.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13576.         </member>
  13577.         <member name="M:System.ComponentModel.TypeDescriptor.GetConverter(System.Type)">
  13578.             <summary>Returns a type converter for the specified type.</summary>
  13579.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified type.</returns>
  13580.             <param name="type">The <see cref="T:System.Type"></see> of the target component. </param>
  13581.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13582.         </member>
  13583.         <member name="M:System.ComponentModel.TypeDescriptor.GetConverter(System.Object,System.Boolean)">
  13584.             <summary>Returns a type converter for the type of the specified component with a custom type descriptor.</summary>
  13585.             <returns>A <see cref="T:System.ComponentModel.TypeConverter"></see> for the specified component.</returns>
  13586.             <param name="noCustomTypeDesc">true to consider custom type description information; otherwise, false.</param>
  13587.             <param name="component">A component to get the converter for. </param>
  13588.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13589.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13590.         </member>
  13591.         <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object)">
  13592.             <summary>Returns the default event for the specified component.</summary>
  13593.             <returns>An <see cref="T:System.ComponentModel.EventDescriptor"></see> with the default event, or null if there are no events.</returns>
  13594.             <param name="component">The component to get the event for. </param>
  13595.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13596.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13597.         </member>
  13598.         <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Type)">
  13599.             <summary>Returns the default event for the specified type of component.</summary>
  13600.             <returns>An <see cref="T:System.ComponentModel.EventDescriptor"></see> with the default event, or null if there are no events.</returns>
  13601.             <param name="componentType">The <see cref="T:System.Type"></see> of the target component.</param>
  13602.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13603.         </member>
  13604.         <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultEvent(System.Object,System.Boolean)">
  13605.             <summary>Returns the default event for a component with a custom type descriptor.</summary>
  13606.             <returns>An <see cref="T:System.ComponentModel.EventDescriptor"></see> with the default event, or null if there are no events.</returns>
  13607.             <param name="noCustomTypeDesc">true to consider custom type description information; otherwise, false.</param>
  13608.             <param name="component">The component to get the event for. </param>
  13609.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13610.             <exception cref="T:System.ArgumentNullException">component is null. </exception>
  13611.         </member>
  13612.         <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object)">
  13613.             <summary>Returns the default property for the specified component.</summary>
  13614.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> with the default property, or null if there are no properties.</returns>
  13615.             <param name="component">The component to get the default property for. </param>
  13616.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13617.         </member>
  13618.         <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Type)">
  13619.             <summary>Returns the default property for the specified type of component.</summary>
  13620.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> with the default property, or null if there are no properties.</returns>
  13621.             <param name="componentType">A <see cref="T:System.Type"></see> that represents the class to get the property for. </param>
  13622.         </member>
  13623.         <member name="M:System.ComponentModel.TypeDescriptor.GetDefaultProperty(System.Object,System.Boolean)">
  13624.             <summary>Returns the default property for the specified component with a custom type descriptor.</summary>
  13625.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> with the default property, or null if there are no properties.</returns>
  13626.             <param name="noCustomTypeDesc">true to consider custom type description information; otherwise, false.</param>
  13627.             <param name="component">The component to get the default property for. </param>
  13628.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13629.         </member>
  13630.         <member name="M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type)">
  13631.             <summary>Gets an editor with the specified base type for the specified component.</summary>
  13632.             <returns>An instance of the editor that can be cast to the specified editor type, or null if no editor of the requested type can be found.</returns>
  13633.             <param name="component">The component to get the editor for. </param>
  13634.             <param name="editorBaseType">A <see cref="T:System.Type"></see> that represents the base type of the editor you want to find. </param>
  13635.             <exception cref="T:System.ArgumentNullException">component or editorBaseType is null. </exception>
  13636.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13637.         </member>
  13638.         <member name="M:System.ComponentModel.TypeDescriptor.GetEditor(System.Type,System.Type)">
  13639.             <summary>Returns an editor with the specified base type for the specified type.</summary>
  13640.             <returns>An instance of the editor object that can be cast to the given base type, or null if no editor of the requested type can be found.</returns>
  13641.             <param name="type">The <see cref="T:System.Type"></see> of the target component.</param>
  13642.             <param name="editorBaseType">A <see cref="T:System.Type"></see> that represents the base type of the editor you are trying to find. </param>
  13643.             <exception cref="T:System.ArgumentNullException">type or editorBaseType is null. </exception>
  13644.         </member>
  13645.         <member name="M:System.ComponentModel.TypeDescriptor.GetEditor(System.Object,System.Type,System.Boolean)">
  13646.             <summary>Returns an editor with the specified base type and with a custom type descriptor for the specified component.</summary>
  13647.             <returns>An instance of the editor that can be cast to the specified editor type, or null if no editor of the requested type can be found.</returns>
  13648.             <param name="noCustomTypeDesc">A flag indicating whether custom type description information should be considered.</param>
  13649.             <param name="component">The component to get the editor for. </param>
  13650.             <param name="editorBaseType">A <see cref="T:System.Type"></see> that represents the base type of the editor you want to find. </param>
  13651.             <exception cref="T:System.ArgumentNullException">component or editorBaseType is null. </exception>
  13652.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13653.         </member>
  13654.         <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object)">
  13655.             <summary>Returns the collection of events for the specified component.</summary>
  13656.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> with the events for this component.</returns>
  13657.             <param name="component">A component to get the events for. </param>
  13658.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13659.         </member>
  13660.         <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type)">
  13661.             <summary>Returns the collection of events for a specified type of component.</summary>
  13662.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> with the events for this component.</returns>
  13663.             <param name="componentType">The <see cref="T:System.Type"></see> of the target component.</param>
  13664.         </member>
  13665.         <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[])">
  13666.             <summary>Returns the collection of events for a specified component using a specified array of attributes as a filter.</summary>
  13667.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> with the events that match the specified attributes for this component.</returns>
  13668.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that you can use as a filter. </param>
  13669.             <param name="component">A component to get the events for. </param>
  13670.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13671.         </member>
  13672.         <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Boolean)">
  13673.             <summary>Returns the collection of events for a specified component with a custom type descriptor.</summary>
  13674.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> with the events for this component.</returns>
  13675.             <param name="noCustomTypeDesc">true to consider custom type description information; otherwise, false.</param>
  13676.             <param name="component">A component to get the events for. </param>
  13677.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13678.         </member>
  13679.         <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Type,System.Attribute[])">
  13680.             <summary>Returns the collection of events for a specified type of component using a specified array of attributes as a filter.</summary>
  13681.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> with the events that match the specified attributes for this component.</returns>
  13682.             <param name="componentType">The <see cref="T:System.Type"></see> of the target component.</param>
  13683.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> that you can use as a filter. </param>
  13684.         </member>
  13685.         <member name="M:System.ComponentModel.TypeDescriptor.GetEvents(System.Object,System.Attribute[],System.Boolean)">
  13686.             <summary>Returns the collection of events for a specified component using a specified array of attributes as a filter and using a custom type descriptor.</summary>
  13687.             <returns>An <see cref="T:System.ComponentModel.EventDescriptorCollection"></see> with the events that match the specified attributes for this component.</returns>
  13688.             <param name="noCustomTypeDesc">true to consider custom type description information; otherwise, false.</param>
  13689.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> to use as a filter. </param>
  13690.             <param name="component">A component to get the events for. </param>
  13691.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13692.         </member>
  13693.         <member name="M:System.ComponentModel.TypeDescriptor.GetFullComponentName(System.Object)">
  13694.             <summary>Returns the fully qualified name of the component.</summary>
  13695.             <returns>The fully qualified name of the specified component, or null if the component has no name.</returns>
  13696.             <param name="component">The <see cref="T:System.ComponentModel.Component"></see> to find the name for.</param>
  13697.             <exception cref="T:System.ArgumentNullException">component is null.</exception>
  13698.         </member>
  13699.         <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object)">
  13700.             <summary>Returns the collection of properties for a specified component.</summary>
  13701.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties for the specified component.</returns>
  13702.             <param name="component">A component to get the properties for. </param>
  13703.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13704.         </member>
  13705.         <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type)">
  13706.             <summary>Returns the collection of properties for a specified type of component.</summary>
  13707.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties for a specified type of component.</returns>
  13708.             <param name="componentType">A <see cref="T:System.Type"></see> that represents the component to get properties for.</param>
  13709.         </member>
  13710.         <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[])">
  13711.             <summary>Returns the collection of properties for a specified component using a specified array of attributes as a filter.</summary>
  13712.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that match the specified attributes for the specified component.</returns>
  13713.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> to use as a filter. </param>
  13714.             <param name="component">A component to get the properties for. </param>
  13715.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13716.         </member>
  13717.         <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Boolean)">
  13718.             <summary>Returns the collection of properties for a specified component using the default type descriptor.</summary>
  13719.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties for a specified component.</returns>
  13720.             <param name="noCustomTypeDesc">true to consider custom type description information; otherwise, false.</param>
  13721.             <param name="component">A component to get the properties for. </param>
  13722.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13723.         </member>
  13724.         <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Type,System.Attribute[])">
  13725.             <summary>Returns the collection of properties for a specified type of component using a specified array of attributes as a filter.</summary>
  13726.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the properties that match the specified attributes for this type of component.</returns>
  13727.             <param name="componentType">The <see cref="T:System.Type"></see> of the target component.</param>
  13728.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> to use as a filter. </param>
  13729.         </member>
  13730.         <member name="M:System.ComponentModel.TypeDescriptor.GetProperties(System.Object,System.Attribute[],System.Boolean)">
  13731.             <summary>Returns the collection of properties for a specified component using a specified array of attributes as a filter and using a custom type descriptor.</summary>
  13732.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> with the events that match the specified attributes for the specified component.</returns>
  13733.             <param name="noCustomTypeDesc">true to consider custom type description information; otherwise, false.</param>
  13734.             <param name="attributes">An array of type <see cref="T:System.Attribute"></see> to use as a filter. </param>
  13735.             <param name="component">A component to get the properties for. </param>
  13736.             <exception cref="T:System.NotSupportedException">component is a cross-process remoted object.</exception>
  13737.         </member>
  13738.         <member name="M:System.ComponentModel.TypeDescriptor.GetProvider(System.Object)">
  13739.             <summary>Returns the type description provider for the specified component.</summary>
  13740.             <returns>A <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> associated with the specified component.</returns>
  13741.             <param name="instance">An instance of the target component.</param>
  13742.             <exception cref="T:System.ArgumentNullException">instance is null.</exception>
  13743.         </member>
  13744.         <member name="M:System.ComponentModel.TypeDescriptor.GetProvider(System.Type)">
  13745.             <summary>Returns the type description provider for the specified type.</summary>
  13746.             <returns>A <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> associated with the specified type.</returns>
  13747.             <param name="type">The <see cref="T:System.Type"></see> of the target component.</param>
  13748.             <exception cref="T:System.ArgumentNullException">type is null.</exception>
  13749.         </member>
  13750.         <member name="M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Object)">
  13751.             <summary>Returns a <see cref="T:System.Type"></see> that can be used to perform reflection, given an object.</summary>
  13752.             <returns>A <see cref="T:System.Type"></see> for the specified object.</returns>
  13753.             <param name="instance">An instance of the target component.</param>
  13754.             <exception cref="T:System.ArgumentNullException">instance is null.</exception>
  13755.         </member>
  13756.         <member name="M:System.ComponentModel.TypeDescriptor.GetReflectionType(System.Type)">
  13757.             <summary>Returns a <see cref="T:System.Type"></see> that can be used to perform reflection, given a class type.</summary>
  13758.             <returns>A <see cref="T:System.Type"></see> of the specified class.</returns>
  13759.             <param name="type">The <see cref="T:System.Type"></see> of the target component.</param>
  13760.             <exception cref="T:System.ArgumentNullException">type is null.</exception>
  13761.         </member>
  13762.         <member name="M:System.ComponentModel.TypeDescriptor.Refresh(System.Reflection.Assembly)">
  13763.             <summary>Clears the properties and events for the specified assembly from the cache.</summary>
  13764.             <param name="assembly">The <see cref="T:System.Reflection.Assembly"></see> that represents the assembly to refresh. Each <see cref="T:System.Type"></see> in this assembly will be refreshed. </param>
  13765.         </member>
  13766.         <member name="M:System.ComponentModel.TypeDescriptor.Refresh(System.Reflection.Module)">
  13767.             <summary>Clears the properties and events for the specified module from the cache.</summary>
  13768.             <param name="module">The <see cref="T:System.Reflection.Module"></see> that represents the module to refresh. Each <see cref="T:System.Type"></see> in this module will be refreshed. </param>
  13769.         </member>
  13770.         <member name="M:System.ComponentModel.TypeDescriptor.Refresh(System.Object)">
  13771.             <summary>Clears the properties and events for the specified component from the cache.</summary>
  13772.             <param name="component">A component for which the properties or events have changed. </param>
  13773.         </member>
  13774.         <member name="M:System.ComponentModel.TypeDescriptor.Refresh(System.Type)">
  13775.             <summary>Clears the properties and events for the specified type of component from the cache.</summary>
  13776.             <param name="type">The <see cref="T:System.Type"></see> of the target component.</param>
  13777.         </member>
  13778.         <member name="M:System.ComponentModel.TypeDescriptor.RemoveAssociation(System.Object,System.Object)">
  13779.             <summary>Removes an association between two objects.</summary>
  13780.             <param name="secondary">The secondary <see cref="T:System.Object"></see>.</param>
  13781.             <param name="primary">The primary <see cref="T:System.Object"></see>.</param>
  13782.             <exception cref="T:System.ArgumentNullException">One or both of the parameters are null.</exception>
  13783.         </member>
  13784.         <member name="M:System.ComponentModel.TypeDescriptor.RemoveAssociations(System.Object)">
  13785.             <summary>Removes all associations for a primary object.</summary>
  13786.             <param name="primary">The primary <see cref="T:System.Object"></see> in an association.</param>
  13787.             <exception cref="T:System.ArgumentNullException">primary is null.</exception>
  13788.         </member>
  13789.         <member name="M:System.ComponentModel.TypeDescriptor.RemoveProvider(System.ComponentModel.TypeDescriptionProvider,System.Object)">
  13790.             <summary>Removes a previously added type description provider that is associated with the specified object.</summary>
  13791.             <param name="instance">An instance of the target component.</param>
  13792.             <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> to remove.</param>
  13793.             <exception cref="T:System.ArgumentNullException">One or both of the parameters are null.</exception>
  13794.         </member>
  13795.         <member name="M:System.ComponentModel.TypeDescriptor.RemoveProvider(System.ComponentModel.TypeDescriptionProvider,System.Type)">
  13796.             <summary>Removes a previously added type description provider that is associated with the specified type.</summary>
  13797.             <param name="type">The <see cref="T:System.Type"></see> of the target component.</param>
  13798.             <param name="provider">The <see cref="T:System.ComponentModel.TypeDescriptionProvider"></see> to remove.</param>
  13799.             <exception cref="T:System.ArgumentNullException">One or both of the parameters are null.</exception>
  13800.         </member>
  13801.         <member name="M:System.ComponentModel.TypeDescriptor.SortDescriptorArray(System.Collections.IList)">
  13802.             <summary>Sorts descriptors using the name of the descriptor.</summary>
  13803.             <param name="infos">An <see cref="T:System.Collections.IList"></see> that contains the descriptors to sort. </param>
  13804.             <exception cref="T:System.ArgumentNullException">infos is null.</exception>
  13805.         </member>
  13806.         <member name="P:System.ComponentModel.TypeDescriptor.ComNativeDescriptorHandler">
  13807.             <summary>Gets or sets the provider for the Component Object Model (COM) type information for the target component.</summary>
  13808.             <returns>An <see cref="T:System.ComponentModel.IComNativeDescriptorHandler"></see> instance representing the COM type information provider.</returns>
  13809.         </member>
  13810.         <member name="P:System.ComponentModel.TypeDescriptor.ComObjectType">
  13811.             <summary>Gets the type of the Component Object Model (COM) object represented by the target component.</summary>
  13812.             <returns>The <see cref="T:System.Type"></see> of the COM object represented by this component, or null for non-COM objects.</returns>
  13813.         </member>
  13814.         <member name="T:System.ComponentModel.TypeListConverter">
  13815.             <summary>Provides a type converter that can be used to populate a list box with available types.</summary>
  13816.         </member>
  13817.         <member name="M:System.ComponentModel.TypeListConverter.#ctor(System.Type[])">
  13818.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.TypeListConverter"></see> class using the type array as the available types.</summary>
  13819.             <param name="types">The array of type <see cref="T:System.Type"></see> to use as the available types. </param>
  13820.         </member>
  13821.         <member name="M:System.ComponentModel.TypeListConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  13822.             <summary>Gets a value indicating whether this converter can convert the specified <see cref="T:System.Type"></see> of the source object using the given context.</summary>
  13823.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  13824.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context.</param>
  13825.             <param name="sourceType">The <see cref="T:System.Type"></see> of the source object.</param>
  13826.         </member>
  13827.         <member name="M:System.ComponentModel.TypeListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
  13828.             <summary>Gets a value indicating whether this converter can convert an object to the given destination type using the context.</summary>
  13829.             <returns>true if this converter can perform the conversion; otherwise, false.</returns>
  13830.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13831.             <param name="destinationType">A <see cref="T:System.Type"></see> that represents the type you wish to convert to. </param>
  13832.         </member>
  13833.         <member name="M:System.ComponentModel.TypeListConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
  13834.             <summary>Converts the specified object to the native type of the converter.</summary>
  13835.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  13836.             <param name="culture">A <see cref="T:System.Globalization.CultureInfo"></see> that specifies the culture used to represent the font. </param>
  13837.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13838.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13839.         </member>
  13840.         <member name="M:System.ComponentModel.TypeListConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
  13841.             <summary>Converts the given value object to the specified destination type.</summary>
  13842.             <returns>An <see cref="T:System.Object"></see> that represents the converted value.</returns>
  13843.             <param name="culture">An optional <see cref="T:System.Globalization.CultureInfo"></see>. If not supplied, the current culture is assumed. </param>
  13844.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13845.             <param name="destinationType">The <see cref="T:System.Type"></see> to convert the value to. </param>
  13846.             <param name="value">The <see cref="T:System.Object"></see> to convert. </param>
  13847.             <exception cref="T:System.ArgumentNullException">destinationType is null. </exception>
  13848.             <exception cref="T:System.NotSupportedException">The conversion cannot be performed. </exception>
  13849.         </member>
  13850.         <member name="M:System.ComponentModel.TypeListConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
  13851.             <summary>Gets a collection of standard values for the data type this validator is designed for.</summary>
  13852.             <returns>A <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> that holds a standard set of valid values, or null if the data type does not support a standard set of values.</returns>
  13853.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13854.         </member>
  13855.         <member name="M:System.ComponentModel.TypeListConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
  13856.             <summary>Gets a value indicating whether the list of standard values returned from the <see cref="M:System.ComponentModel.TypeListConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> method is an exclusive list.</summary>
  13857.             <returns>true because the <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"></see> returned from <see cref="M:System.ComponentModel.TypeListConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> is an exhaustive list of possible values. This method never returns false.</returns>
  13858.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13859.         </member>
  13860.         <member name="M:System.ComponentModel.TypeListConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
  13861.             <summary>Gets a value indicating whether this object supports a standard set of values that can be picked from a list using the specified context.</summary>
  13862.             <returns>true because <see cref="M:System.ComponentModel.TypeListConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)"></see> should be called to find a common set of values the object supports. This method never returns false.</returns>
  13863.             <param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"></see> that provides a format context. </param>
  13864.         </member>
  13865.         <member name="T:System.ComponentModel.UInt16Converter">
  13866.             <summary>Provides a type converter to convert 16-bit unsigned integer objects to and from other representations.</summary>
  13867.         </member>
  13868.         <member name="M:System.ComponentModel.UInt16Converter.#ctor">
  13869.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.UInt16Converter"></see> class. </summary>
  13870.         </member>
  13871.         <member name="T:System.ComponentModel.UInt32Converter">
  13872.             <summary>Provides a type converter to convert 32-bit unsigned integer objects to and from various other representations.</summary>
  13873.         </member>
  13874.         <member name="M:System.ComponentModel.UInt32Converter.#ctor">
  13875.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.UInt32Converter"></see> class. </summary>
  13876.         </member>
  13877.         <member name="T:System.ComponentModel.UInt64Converter">
  13878.             <summary>Provides a type converter to convert 64-bit unsigned integer objects to and from other representations.</summary>
  13879.         </member>
  13880.         <member name="M:System.ComponentModel.UInt64Converter.#ctor">
  13881.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.UInt64Converter"></see> class. </summary>
  13882.         </member>
  13883.         <member name="T:System.ComponentModel.WarningException">
  13884.             <summary>Specifies an exception that is handled as a warning instead of an error.</summary>
  13885.         </member>
  13886.         <member name="M:System.ComponentModel.WarningException.#ctor">
  13887.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException"></see> class. </summary>
  13888.         </member>
  13889.         <member name="M:System.ComponentModel.WarningException.#ctor(System.String)">
  13890.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException"></see> class with the specified message and no Help file.</summary>
  13891.             <param name="message">The message to display to the end user. </param>
  13892.         </member>
  13893.         <member name="M:System.ComponentModel.WarningException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  13894.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException"></see> class using the specified serialization data and context.</summary>
  13895.             <param name="context">The destination to be used for deserialization.</param>
  13896.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used for deserialization.</param>
  13897.         </member>
  13898.         <member name="M:System.ComponentModel.WarningException.#ctor(System.String,System.Exception)">
  13899.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException"></see> class with the specified detailed description and the specified exception. </summary>
  13900.             <param name="message">A detailed description of the error.</param>
  13901.             <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
  13902.         </member>
  13903.         <member name="M:System.ComponentModel.WarningException.#ctor(System.String,System.String)">
  13904.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException"></see> class with the specified message, and with access to the specified Help file.</summary>
  13905.             <param name="message">The message to display to the end user. </param>
  13906.             <param name="helpUrl">The Help file to display if the user requests help. </param>
  13907.         </member>
  13908.         <member name="M:System.ComponentModel.WarningException.#ctor(System.String,System.String,System.String)">
  13909.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.WarningException"></see> class with the specified message, and with access to the specified Help file and topic.</summary>
  13910.             <param name="message">The message to display to the end user. </param>
  13911.             <param name="helpUrl">The Help file to display if the user requests help. </param>
  13912.             <param name="helpTopic">The Help topic to display if the user requests help. </param>
  13913.         </member>
  13914.         <member name="M:System.ComponentModel.WarningException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  13915.             <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the parameter name and additional exception information.</summary>
  13916.             <param name="context">Describes the source and destination of the stream that generated the exception, as well as a means for serialization to retain that context and an additional caller-defined context. </param>
  13917.             <param name="info">Stores the data that was being used to serialize or deserialize the object that the <see cref="T:System.ComponentModel.Design.Serialization.CodeDomSerializer"></see> was serializing or deserializing. </param>
  13918.             <exception cref="T:System.ArgumentNullException">info is null.</exception>
  13919.         </member>
  13920.         <member name="P:System.ComponentModel.WarningException.HelpTopic">
  13921.             <summary>Gets the Help topic associated with the warning.</summary>
  13922.             <returns>The Help topic associated with the warning.</returns>
  13923.         </member>
  13924.         <member name="P:System.ComponentModel.WarningException.HelpUrl">
  13925.             <summary>Gets the Help file associated with the warning.</summary>
  13926.             <returns>The Help file associated with the warning.</returns>
  13927.         </member>
  13928.         <member name="T:System.ComponentModel.Win32Exception">
  13929.             <summary>Throws an exception for a Win32 error code.</summary>
  13930.         </member>
  13931.         <member name="M:System.ComponentModel.Win32Exception.#ctor">
  13932.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the last Win32 error that occurred.</summary>
  13933.         </member>
  13934.         <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Int32)">
  13935.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified error.</summary>
  13936.             <param name="error">The Win32 error code associated with this exception. </param>
  13937.         </member>
  13938.         <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String)">
  13939.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified detailed description. </summary>
  13940.             <param name="message">A detailed description of the error.</param>
  13941.         </member>
  13942.         <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Int32,System.String)">
  13943.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified error and the specified detailed description.</summary>
  13944.             <param name="error">The Win32 error code associated with this exception. </param>
  13945.             <param name="message">A detailed description of the error. </param>
  13946.         </member>
  13947.         <member name="M:System.ComponentModel.Win32Exception.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  13948.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified context and the serialization information.</summary>
  13949.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that represents the context of this exception. </param>
  13950.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> associated with this exception. </param>
  13951.         </member>
  13952.         <member name="M:System.ComponentModel.Win32Exception.#ctor(System.String,System.Exception)">
  13953.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Win32Exception"></see> class with the specified detailed description and the specified exception.</summary>
  13954.             <param name="message">A detailed description of the error.</param>
  13955.             <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
  13956.         </member>
  13957.         <member name="M:System.ComponentModel.Win32Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  13958.             <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the file name and line number at which this <see cref="T:System.ComponentModel.Win32Exception"></see> occurred.</summary>
  13959.             <param name="context">The contextual information about the source or destination.</param>
  13960.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see>.</param>
  13961.             <exception cref="T:System.ArgumentNullException">info is null.</exception>
  13962.         </member>
  13963.         <member name="P:System.ComponentModel.Win32Exception.NativeErrorCode">
  13964.             <summary>Gets the Win32 error code associated with this exception.</summary>
  13965.             <returns>The Win32 error code associated with this exception.</returns>
  13966.         </member>
  13967.         <member name="N:System.ComponentModel.Design">
  13968.             <summary>The <see cref="N:System.ComponentModel.Design"></see> namespace contains classes that developers can use to build custom design-time behavior for components and user interfaces for configuring components at design time. The design time environment provides systems that enable developers to arrange components and configure their properties. Some components may require specific design-time only behavior to function properly in a design time environment. It may also be valuable to provide custom user interfaces which assist developers in configuring components or the values of complex data types. The classes and interfaces defined within this namespace can be used to build design-time behavior for components, access design-time services, and implement customized design-time configuration interfaces.</summary>
  13969.         </member>
  13970.         <member name="T:System.ComponentModel.Design.ActiveDesignerEventArgs">
  13971.             <summary>Provides data for the <see cref="P:System.ComponentModel.Design.IDesignerEventService.ActiveDesigner"></see> event.</summary>
  13972.         </member>
  13973.         <member name="M:System.ComponentModel.Design.ActiveDesignerEventArgs.#ctor(System.ComponentModel.Design.IDesignerHost,System.ComponentModel.Design.IDesignerHost)">
  13974.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ActiveDesignerEventArgs"></see> class.</summary>
  13975.             <param name="oldDesigner">The document that is losing activation. </param>
  13976.             <param name="newDesigner">The document that is gaining activation. </param>
  13977.         </member>
  13978.         <member name="P:System.ComponentModel.Design.ActiveDesignerEventArgs.NewDesigner">
  13979.             <summary>Gets the document that is gaining activation.</summary>
  13980.             <returns>An <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that represents the document gaining activation.</returns>
  13981.         </member>
  13982.         <member name="P:System.ComponentModel.Design.ActiveDesignerEventArgs.OldDesigner">
  13983.             <summary>Gets the document that is losing activation.</summary>
  13984.             <returns>An <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> that represents the document losing activation.</returns>
  13985.         </member>
  13986.         <member name="T:System.ComponentModel.Design.ActiveDesignerEventHandler">
  13987.             <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.Design.IDesignerEventService.ActiveDesignerChanged"></see> event.</summary>
  13988.         </member>
  13989.         <member name="T:System.ComponentModel.Design.CheckoutException">
  13990.             <summary>The exception that is thrown when an attempt to check out a file that is checked into a source code management program is canceled or fails.</summary>
  13991.         </member>
  13992.         <member name="M:System.ComponentModel.Design.CheckoutException.#ctor">
  13993.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException"></see> class with no associated message or error code.</summary>
  13994.         </member>
  13995.         <member name="M:System.ComponentModel.Design.CheckoutException.#ctor(System.String)">
  13996.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException"></see> class with the specified message.</summary>
  13997.             <param name="message">A message describing the exception. </param>
  13998.         </member>
  13999.         <member name="M:System.ComponentModel.Design.CheckoutException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  14000.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException"></see> class using the specified serialization data and context. </summary>
  14001.             <param name="context">The destination to be used for deserialization.</param>
  14002.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used for deserialization.</param>
  14003.         </member>
  14004.         <member name="M:System.ComponentModel.Design.CheckoutException.#ctor(System.String,System.Exception)">
  14005.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException"></see> class with the specified detailed description and the specified exception. </summary>
  14006.             <param name="message">A detailed description of the error.</param>
  14007.             <param name="innerException">A reference to the inner exception that is the cause of this exception.</param>
  14008.         </member>
  14009.         <member name="M:System.ComponentModel.Design.CheckoutException.#ctor(System.String,System.Int32)">
  14010.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException"></see> class with the specified message and error code.</summary>
  14011.             <param name="errorCode">The error code to pass. </param>
  14012.             <param name="message">A message describing the exception. </param>
  14013.         </member>
  14014.         <member name="F:System.ComponentModel.Design.CheckoutException.Canceled">
  14015.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CheckoutException"></see> class that specifies that the check out was canceled. This field is read-only.</summary>
  14016.         </member>
  14017.         <member name="T:System.ComponentModel.Design.CommandID">
  14018.             <summary>Represents a unique command identifier that consists of a numeric command ID and a GUID menu group identifier.</summary>
  14019.         </member>
  14020.         <member name="M:System.ComponentModel.Design.CommandID.#ctor(System.Guid,System.Int32)">
  14021.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.CommandID"></see> class using the specified menu group GUID and command ID number.</summary>
  14022.             <param name="menuGroup">The GUID of the group that this menu command belongs to. </param>
  14023.             <param name="commandID">The numeric identifier of this menu command. </param>
  14024.         </member>
  14025.         <member name="M:System.ComponentModel.Design.CommandID.Equals(System.Object)">
  14026.             <summary>Determines whether two <see cref="T:System.ComponentModel.Design.CommandID"></see> instances are equal.</summary>
  14027.             <returns>true if the specified object is equivalent to this one; otherwise, false.</returns>
  14028.             <param name="obj">The object to compare. </param>
  14029.         </member>
  14030.         <member name="M:System.ComponentModel.Design.CommandID.ToString">
  14031.             <summary>Returns a <see cref="T:System.String"></see> that represents the current object.</summary>
  14032.             <returns>A string that contains the command ID information, both the GUID and integer identifier. </returns>
  14033.         </member>
  14034.         <member name="P:System.ComponentModel.Design.CommandID.Guid">
  14035.             <summary>Gets the GUID of the menu group that the menu command identified by this <see cref="T:System.ComponentModel.Design.CommandID"></see> belongs to.</summary>
  14036.             <returns>The GUID of the command group for this command.</returns>
  14037.         </member>
  14038.         <member name="P:System.ComponentModel.Design.CommandID.ID">
  14039.             <summary>Gets the numeric command ID.</summary>
  14040.             <returns>The command ID number.</returns>
  14041.         </member>
  14042.         <member name="T:System.ComponentModel.Design.ComponentChangedEventArgs">
  14043.             <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged"></see> event. This class cannot be inherited.</summary>
  14044.         </member>
  14045.         <member name="M:System.ComponentModel.Design.ComponentChangedEventArgs.#ctor(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object)">
  14046.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ComponentChangedEventArgs"></see> class.</summary>
  14047.             <param name="oldValue">The old value of the changed member. </param>
  14048.             <param name="member">A <see cref="T:System.ComponentModel.MemberDescriptor"></see> that represents the member that was changed. </param>
  14049.             <param name="newValue">The new value of the changed member. </param>
  14050.             <param name="component">The component that was changed. </param>
  14051.         </member>
  14052.         <member name="P:System.ComponentModel.Design.ComponentChangedEventArgs.Component">
  14053.             <summary>Gets the component that was modified.</summary>
  14054.             <returns>An <see cref="T:System.Object"></see> that represents the component that was modified.</returns>
  14055.         </member>
  14056.         <member name="P:System.ComponentModel.Design.ComponentChangedEventArgs.Member">
  14057.             <summary>Gets the member that has been changed.</summary>
  14058.             <returns>A <see cref="T:System.ComponentModel.MemberDescriptor"></see> that indicates the member that has been changed.</returns>
  14059.         </member>
  14060.         <member name="P:System.ComponentModel.Design.ComponentChangedEventArgs.NewValue">
  14061.             <summary>Gets the new value of the changed member.</summary>
  14062.             <returns>The new value of the changed member. This property can be null.</returns>
  14063.         </member>
  14064.         <member name="P:System.ComponentModel.Design.ComponentChangedEventArgs.OldValue">
  14065.             <summary>Gets the old value of the changed member.</summary>
  14066.             <returns>The old value of the changed member. This property can be null.</returns>
  14067.         </member>
  14068.         <member name="T:System.ComponentModel.Design.ComponentChangedEventHandler">
  14069.             <summary>Represents the method that will handle a <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged"></see> event.</summary>
  14070.         </member>
  14071.         <member name="T:System.ComponentModel.Design.ComponentChangingEventArgs">
  14072.             <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging"></see> event. This class cannot be inherited.</summary>
  14073.         </member>
  14074.         <member name="M:System.ComponentModel.Design.ComponentChangingEventArgs.#ctor(System.Object,System.ComponentModel.MemberDescriptor)">
  14075.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ComponentChangingEventArgs"></see> class.</summary>
  14076.             <param name="member">A <see cref="T:System.ComponentModel.MemberDescriptor"></see> indicating the member of the component that is about to be changed. </param>
  14077.             <param name="component">The component that is about to be changed. </param>
  14078.         </member>
  14079.         <member name="P:System.ComponentModel.Design.ComponentChangingEventArgs.Component">
  14080.             <summary>Gets the component that is about to be changed or the component that is the parent container of the member that is about to be changed.</summary>
  14081.             <returns>The component that is about to have a member changed.</returns>
  14082.         </member>
  14083.         <member name="P:System.ComponentModel.Design.ComponentChangingEventArgs.Member">
  14084.             <summary>Gets the member that is about to be changed.</summary>
  14085.             <returns>A <see cref="T:System.ComponentModel.MemberDescriptor"></see> indicating the member that is about to be changed, if known, or null otherwise.</returns>
  14086.         </member>
  14087.         <member name="T:System.ComponentModel.Design.ComponentChangingEventHandler">
  14088.             <summary>Represents the method that will handle a <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging"></see> event.</summary>
  14089.         </member>
  14090.         <member name="T:System.ComponentModel.Design.ComponentEventArgs">
  14091.             <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdded"></see>, <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdding"></see>, <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoved"></see>, and <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoving"></see> events.</summary>
  14092.         </member>
  14093.         <member name="M:System.ComponentModel.Design.ComponentEventArgs.#ctor(System.ComponentModel.IComponent)">
  14094.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ComponentEventArgs"></see> class.</summary>
  14095.             <param name="component">The component that is the source of the event. </param>
  14096.         </member>
  14097.         <member name="P:System.ComponentModel.Design.ComponentEventArgs.Component">
  14098.             <summary>Gets the component associated with the event.</summary>
  14099.             <returns>The component associated with the event.</returns>
  14100.         </member>
  14101.         <member name="T:System.ComponentModel.Design.ComponentEventHandler">
  14102.             <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdding"></see>, <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdded"></see>, <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoving"></see>, and <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoved"></see> events raised for component-level events.</summary>
  14103.         </member>
  14104.         <member name="T:System.ComponentModel.Design.ComponentRenameEventArgs">
  14105.             <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRename"></see> event.</summary>
  14106.         </member>
  14107.         <member name="M:System.ComponentModel.Design.ComponentRenameEventArgs.#ctor(System.Object,System.String,System.String)">
  14108.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ComponentRenameEventArgs"></see> class.</summary>
  14109.             <param name="newName">The new name of the component. </param>
  14110.             <param name="oldName">The old name of the component. </param>
  14111.             <param name="component">The component to be renamed. </param>
  14112.         </member>
  14113.         <member name="P:System.ComponentModel.Design.ComponentRenameEventArgs.Component">
  14114.             <summary>Gets the component that is being renamed.</summary>
  14115.             <returns>The component that is being renamed.</returns>
  14116.         </member>
  14117.         <member name="P:System.ComponentModel.Design.ComponentRenameEventArgs.NewName">
  14118.             <summary>Gets the name of the component after the rename event.</summary>
  14119.             <returns>The name of the component after the rename event.</returns>
  14120.         </member>
  14121.         <member name="P:System.ComponentModel.Design.ComponentRenameEventArgs.OldName">
  14122.             <summary>Gets the name of the component before the rename event.</summary>
  14123.             <returns>The previous name of the component.</returns>
  14124.         </member>
  14125.         <member name="T:System.ComponentModel.Design.ComponentRenameEventHandler">
  14126.             <summary>Represents the method that will handle a <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentRename"></see> event.</summary>
  14127.         </member>
  14128.         <member name="T:System.ComponentModel.Design.DesignerCollection">
  14129.             <summary>Represents a collection of designers.</summary>
  14130.         </member>
  14131.         <member name="M:System.ComponentModel.Design.DesignerCollection.#ctor(System.ComponentModel.Design.IDesignerHost[])">
  14132.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerCollection"></see> class that contains the specified designers.</summary>
  14133.             <param name="designers">An array of <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> objects to store. </param>
  14134.         </member>
  14135.         <member name="M:System.ComponentModel.Design.DesignerCollection.#ctor(System.Collections.IList)">
  14136.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerCollection"></see> class that contains the specified set of designers.</summary>
  14137.             <param name="designers">A list that contains the collection of designers to add. </param>
  14138.         </member>
  14139.         <member name="M:System.ComponentModel.Design.DesignerCollection.GetEnumerator">
  14140.             <summary>Gets a new enumerator for this collection.</summary>
  14141.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that enumerates the collection.</returns>
  14142.         </member>
  14143.         <member name="M:System.ComponentModel.Design.DesignerCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  14144.             <summary>Copies the elements of the collection to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.</summary>
  14145.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from collection. The <see cref="T:System.Array"></see> must have zero-based indexing. </param>
  14146.             <param name="index">The zero-based index in array at which copying begins. </param>
  14147.         </member>
  14148.         <member name="M:System.ComponentModel.Design.DesignerCollection.System.Collections.IEnumerable.GetEnumerator">
  14149.             <summary>Gets a new enumerator for this collection.</summary>
  14150.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that enumerates the collection.</returns>
  14151.         </member>
  14152.         <member name="P:System.ComponentModel.Design.DesignerCollection.Count">
  14153.             <summary>Gets the number of designers in the collection.</summary>
  14154.             <returns>The number of designers in the collection.</returns>
  14155.         </member>
  14156.         <member name="P:System.ComponentModel.Design.DesignerCollection.Item(System.Int32)">
  14157.             <summary>Gets the designer at the specified index.</summary>
  14158.             <returns>The designer at the specified index.</returns>
  14159.             <param name="index">The index of the designer to return. </param>
  14160.         </member>
  14161.         <member name="P:System.ComponentModel.Design.DesignerCollection.System.Collections.ICollection.Count">
  14162.             <summary>Gets the number of elements contained in the collection.</summary>
  14163.             <returns>The number of elements contained in the collection.</returns>
  14164.         </member>
  14165.         <member name="P:System.ComponentModel.Design.DesignerCollection.System.Collections.ICollection.IsSynchronized">
  14166.             <summary>Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).</summary>
  14167.             <returns>true if access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe); otherwise, false.</returns>
  14168.         </member>
  14169.         <member name="P:System.ComponentModel.Design.DesignerCollection.System.Collections.ICollection.SyncRoot">
  14170.             <summary>Gets an object that can be used to synchronize access to the collection.</summary>
  14171.             <returns>An object that can be used to synchronize access to the collection.</returns>
  14172.         </member>
  14173.         <member name="T:System.ComponentModel.Design.DesignerEventArgs">
  14174.             <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IDesignerEventService.DesignerCreated"></see> and <see cref="E:System.ComponentModel.Design.IDesignerEventService.DesignerDisposed"></see> events.</summary>
  14175.         </member>
  14176.         <member name="M:System.ComponentModel.Design.DesignerEventArgs.#ctor(System.ComponentModel.Design.IDesignerHost)">
  14177.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerEventArgs"></see> class.</summary>
  14178.             <param name="host">The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> of the document. </param>
  14179.         </member>
  14180.         <member name="P:System.ComponentModel.Design.DesignerEventArgs.Designer">
  14181.             <summary>Gets the host of the document.</summary>
  14182.             <returns>The <see cref="T:System.ComponentModel.Design.IDesignerHost"></see> of the document.</returns>
  14183.         </member>
  14184.         <member name="T:System.ComponentModel.Design.DesignerEventHandler">
  14185.             <summary>Represents the method that will handle the <see cref="E:System.ComponentModel.Design.IDesignerEventService.DesignerCreated"></see> and <see cref="E:System.ComponentModel.Design.IDesignerEventService.DesignerDisposed"></see> events that are raised when a document is created or disposed of.</summary>
  14186.         </member>
  14187.         <member name="T:System.ComponentModel.Design.DesignerOptionService">
  14188.             <summary>Provides a base class for accessing get and set option values for a designer.</summary>
  14189.         </member>
  14190.         <member name="M:System.ComponentModel.Design.DesignerOptionService.#ctor">
  14191.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerOptionService"></see> class. </summary>
  14192.         </member>
  14193.         <member name="M:System.ComponentModel.Design.DesignerOptionService.CreateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection,System.String,System.Object)">
  14194.             <summary>Creates a new <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see> with the given name and adds it to the given parent. </summary>
  14195.             <returns>A <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see>. </returns>
  14196.             <param name="name">The name of this collection.</param>
  14197.             <param name="parent">The parent designer option collection. All collections have a parent except the root object collection.</param>
  14198.             <param name="value">The object providing properties for this collection. Can be null if the collection should not provide any properties.</param>
  14199.             <exception cref="T:System.ArgumentNullException">parent or name is null.</exception>
  14200.             <exception cref="T:System.ArgumentException">name is an empty string.</exception>
  14201.         </member>
  14202.         <member name="M:System.ComponentModel.Design.DesignerOptionService.PopulateOptionCollection(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection)">
  14203.             <summary>Populates a <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see>.</summary>
  14204.             <param name="options">The collection to populate.</param>
  14205.         </member>
  14206.         <member name="M:System.ComponentModel.Design.DesignerOptionService.ShowDialog(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection,System.Object)">
  14207.             <summary>Shows the options dialog box for the given object.</summary>
  14208.             <returns>true if the dialog box is shown; otherwise, false.</returns>
  14209.             <param name="options">The options collection containing the object to be invoked.</param>
  14210.             <param name="optionObject">The actual options object.</param>
  14211.         </member>
  14212.         <member name="M:System.ComponentModel.Design.DesignerOptionService.System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String)">
  14213.             <summary>Gets the value of an option defined in this package.</summary>
  14214.             <returns>The value of the option named valueName.</returns>
  14215.             <param name="valueName">The name of the option value.</param>
  14216.             <param name="pageName">The page to which the option is bound.</param>
  14217.             <exception cref="T:System.ArgumentNullException">pageName or valueName is null.</exception>
  14218.         </member>
  14219.         <member name="M:System.ComponentModel.Design.DesignerOptionService.System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object)">
  14220.             <summary>Sets the value of an option defined in this package.</summary>
  14221.             <param name="valueName">The name of the option value.</param>
  14222.             <param name="pageName">The page to which the option is bound</param>
  14223.             <param name="value">The value of the option.</param>
  14224.             <exception cref="T:System.ArgumentNullException">pageName or valueName is null.</exception>
  14225.         </member>
  14226.         <member name="P:System.ComponentModel.Design.DesignerOptionService.Options">
  14227.             <summary>Gets the options collection for this service.</summary>
  14228.             <returns>A <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see> populated with available designer options.</returns>
  14229.         </member>
  14230.         <member name="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection">
  14231.             <summary>Contains a collection of designer options. This class cannot be inherited.</summary>
  14232.         </member>
  14233.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.CopyTo(System.Array,System.Int32)">
  14234.             <summary>Copies the entire collection to a compatible one-dimensional <see cref="T:System.Array"></see>, starting at the specified index of the target array.</summary>
  14235.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
  14236.             <param name="index">The zero-based index in array at which copying begins.</param>
  14237.         </member>
  14238.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.GetEnumerator">
  14239.             <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate this collection.</summary>
  14240.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate this collection.</returns>
  14241.         </member>
  14242.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.IndexOf(System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection)">
  14243.             <summary>Returns the index of the first occurrence of a given value in a range of this collection.</summary>
  14244.             <returns>The index of the first occurrence of value within the entire collection, if found; otherwise, the lower bound of the collection minus 1.</returns>
  14245.             <param name="value">The object to locate in the collection.</param>
  14246.         </member>
  14247.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.ShowDialog">
  14248.             <summary>Displays a dialog box user interface (UI) with which the user can configure the options in this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see>.</summary>
  14249.             <returns>true if the dialog box can be displayed; otherwise, false.</returns>
  14250.         </member>
  14251.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.Add(System.Object)">
  14252.             <summary>Adds an item to the <see cref="T:System.Collections.IList"></see>.</summary>
  14253.             <returns>The position into which the new element was inserted.</returns>
  14254.             <param name="value">The <see cref="T:System.Object"></see> to add to the <see cref="T:System.Collections.IList"></see>.</param>
  14255.         </member>
  14256.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.Clear">
  14257.             <summary>Removes all items from the collection.</summary>
  14258.         </member>
  14259.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.Contains(System.Object)">
  14260.             <summary>Determines whether the collection contains a specific value.</summary>
  14261.             <returns>true if the <see cref="T:System.Object"></see> is found in the collection; otherwise, false. </returns>
  14262.             <param name="value">The <see cref="T:System.Object"></see> to locate in the collection</param>
  14263.         </member>
  14264.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.IndexOf(System.Object)">
  14265.             <summary>Determines the index of a specific item in the collection.</summary>
  14266.             <returns>The index of value if found in the list; otherwise, -1.</returns>
  14267.             <param name="value">The <see cref="T:System.Object"></see> to locate in the collection.</param>
  14268.         </member>
  14269.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.Insert(System.Int32,System.Object)">
  14270.             <summary>Inserts an item into the collection at the specified index.</summary>
  14271.             <param name="value">The <see cref="T:System.Object"></see> to insert into the collection.</param>
  14272.             <param name="index">The zero-based index at which value should be inserted.</param>
  14273.         </member>
  14274.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.Remove(System.Object)">
  14275.             <summary>Removes the first occurrence of a specific object from the collection.</summary>
  14276.             <param name="value">The <see cref="T:System.Object"></see> to remove from the collection.</param>
  14277.         </member>
  14278.         <member name="M:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.RemoveAt(System.Int32)">
  14279.             <summary>Removes the collection item at the specified index.</summary>
  14280.             <param name="index">The zero-based index of the item to remove.</param>
  14281.         </member>
  14282.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Count">
  14283.             <summary>Gets the number of child option collections this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see> contains.</summary>
  14284.             <returns>The number of child option collections this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see> contains.</returns>
  14285.         </member>
  14286.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Item(System.Int32)">
  14287.             <summary>Gets the child collection at the given index.</summary>
  14288.             <returns>The child collection at the specified index.</returns>
  14289.             <param name="index">The zero-based index of the child collection to get.</param>
  14290.         </member>
  14291.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Item(System.String)">
  14292.             <summary>Gets the child collection at the given name.</summary>
  14293.             <returns>The child collection with the name specified by the name parameter, or null if the name is not found.</returns>
  14294.             <param name="name">The name of the child collection.</param>
  14295.         </member>
  14296.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Name">
  14297.             <summary>Gets the name of this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see>.</summary>
  14298.             <returns>The name of this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see>.</returns>
  14299.         </member>
  14300.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Parent">
  14301.             <summary>Gets the parent collection object.</summary>
  14302.             <returns>The parent collection object, or null if there is no parent.</returns>
  14303.         </member>
  14304.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.Properties">
  14305.             <summary>Gets the collection of properties offered by this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see>, along with all of its children.</summary>
  14306.             <returns>The collection of properties offered by this <see cref="T:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection"></see>, along with all of its children.</returns>
  14307.         </member>
  14308.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.ICollection.IsSynchronized">
  14309.             <summary>Gets a value indicating whether access to the collection is synchronized and, therefore, thread safe.</summary>
  14310.             <returns>true if the access to the collection is synchronized; otherwise, false.</returns>
  14311.         </member>
  14312.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.ICollection.SyncRoot">
  14313.             <summary>Gets an object that can be used to synchronize access to the collection.</summary>
  14314.             <returns>An object that can be used to synchronize access to the collection.</returns>
  14315.         </member>
  14316.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.IsFixedSize">
  14317.             <summary>Gets a value indicating whether the collection has a fixed size.</summary>
  14318.             <returns>true if the collection has a fixed size; otherwise, false.</returns>
  14319.         </member>
  14320.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.IsReadOnly">
  14321.             <summary>Gets a value indicating whether the collection is read-only.</summary>
  14322.             <returns>true if the collection is read-only; otherwise, false.</returns>
  14323.         </member>
  14324.         <member name="P:System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection.System.Collections.IList.Item(System.Int32)">
  14325.             <summary>Gets or sets the element at the specified index.</summary>
  14326.             <returns>The element at the specified index.</returns>
  14327.             <param name="index">The zero-based index of the element to get or set.</param>
  14328.         </member>
  14329.         <member name="T:System.ComponentModel.Design.DesignerTransaction">
  14330.             <summary>Provides a way to group a series of design-time actions to improve performance and enable most types of changes to be undone.</summary>
  14331.         </member>
  14332.         <member name="M:System.ComponentModel.Design.DesignerTransaction.#ctor">
  14333.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerTransaction"></see> class with no description.</summary>
  14334.         </member>
  14335.         <member name="M:System.ComponentModel.Design.DesignerTransaction.#ctor(System.String)">
  14336.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerTransaction"></see> class using the specified transaction description.</summary>
  14337.             <param name="description">A description for this transaction. </param>
  14338.         </member>
  14339.         <member name="M:System.ComponentModel.Design.DesignerTransaction.Cancel">
  14340.             <summary>Cancels the transaction and attempts to roll back the changes made by the events of the transaction.</summary>
  14341.         </member>
  14342.         <member name="M:System.ComponentModel.Design.DesignerTransaction.Commit">
  14343.             <summary>Commits this transaction.</summary>
  14344.         </member>
  14345.         <member name="M:System.ComponentModel.Design.DesignerTransaction.Dispose(System.Boolean)">
  14346.             <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Design.DesignerTransaction"></see> and optionally releases the managed resources.</summary>
  14347.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  14348.         </member>
  14349.         <member name="M:System.ComponentModel.Design.DesignerTransaction.Finalize">
  14350.             <summary>Releases the resources associated with this object. This override commits this transaction if it was not already committed.</summary>
  14351.         </member>
  14352.         <member name="M:System.ComponentModel.Design.DesignerTransaction.OnCancel">
  14353.             <summary>Raises the Cancel event.</summary>
  14354.         </member>
  14355.         <member name="M:System.ComponentModel.Design.DesignerTransaction.OnCommit">
  14356.             <summary>Performs the actual work of committing a transaction.</summary>
  14357.         </member>
  14358.         <member name="M:System.ComponentModel.Design.DesignerTransaction.System.IDisposable.Dispose">
  14359.             <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Design.DesignerTransaction"></see>. </summary>
  14360.         </member>
  14361.         <member name="P:System.ComponentModel.Design.DesignerTransaction.Canceled">
  14362.             <summary>Gets a value indicating whether the transaction was canceled.</summary>
  14363.             <returns>true if the transaction was canceled; otherwise, false.</returns>
  14364.         </member>
  14365.         <member name="P:System.ComponentModel.Design.DesignerTransaction.Committed">
  14366.             <summary>Gets a value indicating whether the transaction was committed.</summary>
  14367.             <returns>true if the transaction was committed; otherwise, false.</returns>
  14368.         </member>
  14369.         <member name="P:System.ComponentModel.Design.DesignerTransaction.Description">
  14370.             <summary>Gets a description for the transaction.</summary>
  14371.             <returns>A description for the transaction.</returns>
  14372.         </member>
  14373.         <member name="T:System.ComponentModel.Design.DesignerTransactionCloseEventArgs">
  14374.             <summary>Provides data for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosed"></see> and <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosing"></see> events.</summary>
  14375.         </member>
  14376.         <member name="M:System.ComponentModel.Design.DesignerTransactionCloseEventArgs.#ctor(System.Boolean)">
  14377.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerTransactionCloseEventArgs"></see> class, using the specified value that indicates whether the designer called <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit"></see> on the transaction.</summary>
  14378.             <param name="commit">A value indicating whether the transaction was committed.</param>
  14379.         </member>
  14380.         <member name="M:System.ComponentModel.Design.DesignerTransactionCloseEventArgs.#ctor(System.Boolean,System.Boolean)">
  14381.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerTransactionCloseEventArgs"></see> class. </summary>
  14382.             <param name="lastTransaction">true if this is the last transaction to close; otherwise, false.</param>
  14383.             <param name="commit">A value indicating whether the transaction was committed.</param>
  14384.         </member>
  14385.         <member name="P:System.ComponentModel.Design.DesignerTransactionCloseEventArgs.LastTransaction">
  14386.             <summary>Gets a value indicating whether this is the last transaction to close.</summary>
  14387.             <returns>true, if this is the last transaction to close; otherwise, false. </returns>
  14388.         </member>
  14389.         <member name="P:System.ComponentModel.Design.DesignerTransactionCloseEventArgs.TransactionCommitted">
  14390.             <summary>Indicates whether the designer called <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit"></see> on the transaction.</summary>
  14391.             <returns>true if the designer called <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit"></see> on the transaction; otherwise, false.</returns>
  14392.         </member>
  14393.         <member name="T:System.ComponentModel.Design.DesignerTransactionCloseEventHandler">
  14394.             <summary>Represents the method that handles the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosed"></see> and <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosing"></see> events of a designer.</summary>
  14395.         </member>
  14396.         <member name="T:System.ComponentModel.Design.DesignerVerb">
  14397.             <summary>Represents a verb that can be invoked from a designer.</summary>
  14398.         </member>
  14399.         <member name="M:System.ComponentModel.Design.DesignerVerb.#ctor(System.String,System.EventHandler)">
  14400.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> class.</summary>
  14401.             <param name="handler">The event handler that performs the actions of the verb. </param>
  14402.             <param name="text">The text of the menu command that is shown to the user. </param>
  14403.         </member>
  14404.         <member name="M:System.ComponentModel.Design.DesignerVerb.#ctor(System.String,System.EventHandler,System.ComponentModel.Design.CommandID)">
  14405.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> class.</summary>
  14406.             <param name="startCommandID">The starting command ID for this verb. By default, the designer architecture sets aside a range of command IDs for verbs. You can override this by providing a custom command ID. </param>
  14407.             <param name="handler">The event handler that performs the actions of the verb. </param>
  14408.             <param name="text">The text of the menu command that is shown to the user. </param>
  14409.         </member>
  14410.         <member name="M:System.ComponentModel.Design.DesignerVerb.ToString">
  14411.             <summary>Overrides <see cref="M:System.Object.ToString"></see>.</summary>
  14412.             <returns>The verb's text, or an empty string ("") if the text field is empty.</returns>
  14413.         </member>
  14414.         <member name="P:System.ComponentModel.Design.DesignerVerb.Description">
  14415.             <summary>Gets or sets the description of the menu item for the verb.</summary>
  14416.             <returns>A string describing the menu item. </returns>
  14417.         </member>
  14418.         <member name="P:System.ComponentModel.Design.DesignerVerb.Text">
  14419.             <summary>Gets the text description for the verb command on the menu.</summary>
  14420.             <returns>A description for the verb command.</returns>
  14421.         </member>
  14422.         <member name="T:System.ComponentModel.Design.DesignerVerbCollection">
  14423.             <summary>Represents a collection of <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> objects.</summary>
  14424.         </member>
  14425.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.#ctor">
  14426.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerVerbCollection"></see> class.</summary>
  14427.         </member>
  14428.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.#ctor(System.ComponentModel.Design.DesignerVerb[])">
  14429.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesignerVerbCollection"></see> class using the specified array of <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> objects.</summary>
  14430.             <param name="value">A <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> array that indicates the verbs to contain within the collection. </param>
  14431.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  14432.         </member>
  14433.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.Add(System.ComponentModel.Design.DesignerVerb)">
  14434.             <summary>Adds the specified <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> to the collection.</summary>
  14435.             <returns>The index in the collection at which the verb was added.</returns>
  14436.             <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> to add to the collection. </param>
  14437.         </member>
  14438.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.AddRange(System.ComponentModel.Design.DesignerVerb[])">
  14439.             <summary>Adds the specified set of designer verbs to the collection.</summary>
  14440.             <param name="value">An array of <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> objects to add to the collection. </param>
  14441.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  14442.         </member>
  14443.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.AddRange(System.ComponentModel.Design.DesignerVerbCollection)">
  14444.             <summary>Adds the specified collection of designer verbs to the collection.</summary>
  14445.             <param name="value">A <see cref="T:System.ComponentModel.Design.DesignerVerbCollection"></see> to add to the collection. </param>
  14446.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  14447.         </member>
  14448.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.Contains(System.ComponentModel.Design.DesignerVerb)">
  14449.             <summary>Gets a value indicating whether the specified <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> exists in the collection.</summary>
  14450.             <returns>true if the specified object exists in the collection; otherwise, false.</returns>
  14451.             <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> to search for in the collection. </param>
  14452.         </member>
  14453.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.CopyTo(System.ComponentModel.Design.DesignerVerb[],System.Int32)">
  14454.             <summary>Copies the collection members to the specified <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> array beginning at the specified destination index.</summary>
  14455.             <param name="array">The array to copy collection members to. </param>
  14456.             <param name="index">The destination index to begin copying to. </param>
  14457.         </member>
  14458.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.IndexOf(System.ComponentModel.Design.DesignerVerb)">
  14459.             <summary>Gets the index of the specified <see cref="T:System.ComponentModel.Design.DesignerVerb"></see>.</summary>
  14460.             <returns>The index of the specified object if it is found in the list; otherwise, -1.</returns>
  14461.             <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> whose index to get in the collection. </param>
  14462.         </member>
  14463.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.Insert(System.Int32,System.ComponentModel.Design.DesignerVerb)">
  14464.             <summary>Inserts the specified <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> at the specified index.</summary>
  14465.             <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> to insert in the collection. </param>
  14466.             <param name="index">The index in the collection at which to insert the verb. </param>
  14467.         </member>
  14468.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnClear">
  14469.             <summary>Raises the Clear event.</summary>
  14470.         </member>
  14471.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnInsert(System.Int32,System.Object)">
  14472.             <summary>Raises the Insert event.</summary>
  14473.             <param name="value">The object to insert. </param>
  14474.             <param name="index">The index at which to insert an item. </param>
  14475.         </member>
  14476.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnRemove(System.Int32,System.Object)">
  14477.             <summary>Raises the Remove event.</summary>
  14478.             <param name="value">The object to remove. </param>
  14479.             <param name="index">The index at which to remove the item. </param>
  14480.         </member>
  14481.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnSet(System.Int32,System.Object,System.Object)">
  14482.             <summary>Raises the Set event.</summary>
  14483.             <param name="oldValue">The old object. </param>
  14484.             <param name="newValue">The new object. </param>
  14485.             <param name="index">The index at which to set the item. </param>
  14486.         </member>
  14487.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.OnValidate(System.Object)">
  14488.             <summary>Raises the Validate event.</summary>
  14489.             <param name="value">The object to validate. </param>
  14490.         </member>
  14491.         <member name="M:System.ComponentModel.Design.DesignerVerbCollection.Remove(System.ComponentModel.Design.DesignerVerb)">
  14492.             <summary>Removes the specified <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> from the collection.</summary>
  14493.             <param name="value">The <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> to remove from the collection. </param>
  14494.         </member>
  14495.         <member name="P:System.ComponentModel.Design.DesignerVerbCollection.Item(System.Int32)">
  14496.             <summary>Gets or sets the <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> at the specified index.</summary>
  14497.             <returns>A <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> at each valid index in the collection.</returns>
  14498.             <param name="index">The index at which to get or set the <see cref="T:System.ComponentModel.Design.DesignerVerb"></see>. </param>
  14499.         </member>
  14500.         <member name="T:System.ComponentModel.Design.DesigntimeLicenseContext">
  14501.             <summary>Represents a design-time license context that can support a license provider at design time.</summary>
  14502.         </member>
  14503.         <member name="M:System.ComponentModel.Design.DesigntimeLicenseContext.#ctor">
  14504.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.DesigntimeLicenseContext"></see> class. </summary>
  14505.         </member>
  14506.         <member name="M:System.ComponentModel.Design.DesigntimeLicenseContext.GetSavedLicenseKey(System.Type,System.Reflection.Assembly)">
  14507.             <summary>Gets a saved license key.</summary>
  14508.             <returns>The saved license key that matches the specified type.</returns>
  14509.             <param name="type">The type of the license key. </param>
  14510.             <param name="resourceAssembly">The assembly to get the key from. </param>
  14511.         </member>
  14512.         <member name="M:System.ComponentModel.Design.DesigntimeLicenseContext.SetSavedLicenseKey(System.Type,System.String)">
  14513.             <summary>Sets a saved license key.</summary>
  14514.             <param name="type">The type of the license key. </param>
  14515.             <param name="key">The license key. </param>
  14516.         </member>
  14517.         <member name="P:System.ComponentModel.Design.DesigntimeLicenseContext.UsageMode">
  14518.             <summary>Gets the license usage mode.</summary>
  14519.             <returns>A <see cref="T:System.ComponentModel.LicenseUsageMode"></see> indicating the licensing mode for the context.</returns>
  14520.         </member>
  14521.         <member name="T:System.ComponentModel.Design.DesigntimeLicenseContextSerializer">
  14522.             <summary>Provides support for design-time license context serialization.</summary>
  14523.         </member>
  14524.         <member name="M:System.ComponentModel.Design.DesigntimeLicenseContextSerializer.Serialize(System.IO.Stream,System.String,System.ComponentModel.Design.DesigntimeLicenseContext)">
  14525.             <summary>Serializes the licenses within the specified design-time license context using the specified key and output stream.</summary>
  14526.             <param name="context">A <see cref="T:System.ComponentModel.Design.DesigntimeLicenseContext"></see> indicating the license context. </param>
  14527.             <param name="cryptoKey">The key to use for encryption. </param>
  14528.             <param name="o">The stream to output to. </param>
  14529.         </member>
  14530.         <member name="T:System.ComponentModel.Design.HelpContextType">
  14531.             <summary>Defines identifiers that indicate information about the context in which a request for Help information originated.</summary>
  14532.         </member>
  14533.         <member name="F:System.ComponentModel.Design.HelpContextType.Ambient">
  14534.             <summary>A general context.</summary>
  14535.         </member>
  14536.         <member name="F:System.ComponentModel.Design.HelpContextType.Selection">
  14537.             <summary>A selection.</summary>
  14538.         </member>
  14539.         <member name="F:System.ComponentModel.Design.HelpContextType.ToolWindowSelection">
  14540.             <summary>A tool window selection.</summary>
  14541.         </member>
  14542.         <member name="F:System.ComponentModel.Design.HelpContextType.Window">
  14543.             <summary>A window.</summary>
  14544.         </member>
  14545.         <member name="T:System.ComponentModel.Design.HelpKeywordAttribute">
  14546.             <summary>Specifies the context keyword for a class or member. This class cannot be inherited.</summary>
  14547.         </member>
  14548.         <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.#ctor">
  14549.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see> class. </summary>
  14550.         </member>
  14551.         <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.#ctor(System.String)">
  14552.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see> class. </summary>
  14553.             <param name="keyword">The Help keyword value.</param>
  14554.             <exception cref="T:System.ArgumentNullException">keyword is null.</exception>
  14555.         </member>
  14556.         <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.#ctor(System.Type)">
  14557.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see> class from the given type. </summary>
  14558.             <param name="t">The type from which the Help keyword will be taken.</param>
  14559.             <exception cref="T:System.ArgumentNullException">t is null.</exception>
  14560.         </member>
  14561.         <member name="F:System.ComponentModel.Design.HelpKeywordAttribute.Default">
  14562.             <summary>Represents the default value for <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see>. This field is read-only.</summary>
  14563.         </member>
  14564.         <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.Equals(System.Object)">
  14565.             <summary>Determines whether two <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see> instances are equal.</summary>
  14566.             <returns>true if the specified <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see> is equal to the current <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see>; otherwise, false.</returns>
  14567.             <param name="obj">The <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see> to compare with the current <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see>.</param>
  14568.         </member>
  14569.         <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.GetHashCode">
  14570.             <summary>Returns the hash code for this instance.</summary>
  14571.             <returns>A hash code for the current <see cref="T:System.ComponentModel.Design.HelpKeywordAttribute"></see>.</returns>
  14572.         </member>
  14573.         <member name="M:System.ComponentModel.Design.HelpKeywordAttribute.IsDefaultAttribute">
  14574.             <summary>Determines whether the Help keyword is null.</summary>
  14575.             <returns>true if the Help keyword is null; otherwise, false.</returns>
  14576.         </member>
  14577.         <member name="P:System.ComponentModel.Design.HelpKeywordAttribute.HelpKeyword">
  14578.             <summary>Gets the Help keyword supplied by this attribute.</summary>
  14579.             <returns>The Help keyword supplied by this attribute.</returns>
  14580.         </member>
  14581.         <member name="T:System.ComponentModel.Design.HelpKeywordType">
  14582.             <summary>Defines identifiers that indicate the type of a Help keyword.</summary>
  14583.         </member>
  14584.         <member name="F:System.ComponentModel.Design.HelpKeywordType.F1Keyword">
  14585.             <summary>A keyword that F1 was pressed to request help about.</summary>
  14586.         </member>
  14587.         <member name="F:System.ComponentModel.Design.HelpKeywordType.FilterKeyword">
  14588.             <summary>A filter keyword.</summary>
  14589.         </member>
  14590.         <member name="F:System.ComponentModel.Design.HelpKeywordType.GeneralKeyword">
  14591.             <summary>A general keyword.</summary>
  14592.         </member>
  14593.         <member name="T:System.ComponentModel.Design.IComponentChangeService">
  14594.             <summary>Provides an interface to add and remove the event handlers for events that add, change, remove or rename components, and provides methods to raise a <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged"></see> or <see cref="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging"></see> event.</summary>
  14595.         </member>
  14596.         <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdded">
  14597.             <summary>Occurs when a component has been added.</summary>
  14598.         </member>
  14599.         <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentAdding">
  14600.             <summary>Occurs when a component is in the process of being added.</summary>
  14601.         </member>
  14602.         <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanged">
  14603.             <summary>Occurs when a component has been changed.</summary>
  14604.         </member>
  14605.         <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentChanging">
  14606.             <summary>Occurs when a component is in the process of being changed.</summary>
  14607.         </member>
  14608.         <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoved">
  14609.             <summary>Occurs when a component has been removed.</summary>
  14610.         </member>
  14611.         <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentRemoving">
  14612.             <summary>Occurs when a component is in the process of being removed.</summary>
  14613.         </member>
  14614.         <member name="E:System.ComponentModel.Design.IComponentChangeService.ComponentRename">
  14615.             <summary>Occurs when a component is renamed.</summary>
  14616.         </member>
  14617.         <member name="M:System.ComponentModel.Design.IComponentChangeService.OnComponentChanged(System.Object,System.ComponentModel.MemberDescriptor,System.Object,System.Object)">
  14618.             <summary>Announces to the component change service that a particular component has changed.</summary>
  14619.             <param name="oldValue">The old value of the member. This is valid only if the member is not null. </param>
  14620.             <param name="member">The member that has changed. This is null if this change is not related to a single member. </param>
  14621.             <param name="newValue">The new value of the member. This is valid only if the member is not null. </param>
  14622.             <param name="component">The component that has changed. </param>
  14623.         </member>
  14624.         <member name="M:System.ComponentModel.Design.IComponentChangeService.OnComponentChanging(System.Object,System.ComponentModel.MemberDescriptor)">
  14625.             <summary>Announces to the component change service that a particular component is changing.</summary>
  14626.             <param name="member">The member that is changing. This is null if this change is not related to a single member. </param>
  14627.             <param name="component">The component that is about to change. </param>
  14628.         </member>
  14629.         <member name="T:System.ComponentModel.Design.IComponentDiscoveryService">
  14630.             <summary>Enables design-time enumeration of components in the Toolbox.</summary>
  14631.         </member>
  14632.         <member name="M:System.ComponentModel.Design.IComponentDiscoveryService.GetComponentTypes(System.ComponentModel.Design.IDesignerHost,System.Type)">
  14633.             <summary>Gets the list of available component types.</summary>
  14634.             <returns>The list of available component types.</returns>
  14635.             <param name="designerHost">The designer host providing design-time services. Can be null.</param>
  14636.             <param name="baseType">The base type specifying the components to retrieve. Can be null.</param>
  14637.         </member>
  14638.         <member name="T:System.ComponentModel.Design.IComponentInitializer">
  14639.             <summary>Provides a set of recommended default values during component creation.</summary>
  14640.         </member>
  14641.         <member name="M:System.ComponentModel.Design.IComponentInitializer.InitializeExistingComponent(System.Collections.IDictionary)">
  14642.             <summary>Restores an instance of a component to its default state.</summary>
  14643.             <param name="defaultValues">A dictionary of default property values, which are name/value pairs, with which to reset the component's state.</param>
  14644.         </member>
  14645.         <member name="M:System.ComponentModel.Design.IComponentInitializer.InitializeNewComponent(System.Collections.IDictionary)">
  14646.             <summary>Initializes a new component using a set of recommended values.</summary>
  14647.             <param name="defaultValues">A dictionary of default property values, which are name/value pairs, with which to initialize the component's state.</param>
  14648.         </member>
  14649.         <member name="T:System.ComponentModel.Design.IDesigner">
  14650.             <summary>Provides the basic framework for building a custom designer.</summary>
  14651.         </member>
  14652.         <member name="M:System.ComponentModel.Design.IDesigner.DoDefaultAction">
  14653.             <summary>Performs the default action for this designer.</summary>
  14654.         </member>
  14655.         <member name="M:System.ComponentModel.Design.IDesigner.Initialize(System.ComponentModel.IComponent)">
  14656.             <summary>Initializes the designer with the specified component.</summary>
  14657.             <param name="component">The component to associate with this designer. </param>
  14658.         </member>
  14659.         <member name="P:System.ComponentModel.Design.IDesigner.Component">
  14660.             <summary>Gets the base component that this designer is designing.</summary>
  14661.             <returns>An <see cref="T:System.ComponentModel.IComponent"></see> indicating the base component that this designer is designing.</returns>
  14662.         </member>
  14663.         <member name="P:System.ComponentModel.Design.IDesigner.Verbs">
  14664.             <summary>Gets or sets the design-time verbs supported by the designer.</summary>
  14665.             <returns>An array of <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> objects supported by the designer, or null if the component has no verbs.</returns>
  14666.         </member>
  14667.         <member name="T:System.ComponentModel.Design.IDesignerEventService">
  14668.             <summary>Provides event notifications when root designers are added and removed, when a selected component changes, and when the current root designer changes.</summary>
  14669.         </member>
  14670.         <member name="E:System.ComponentModel.Design.IDesignerEventService.ActiveDesignerChanged">
  14671.             <summary>Occurs when the current root designer changes.</summary>
  14672.         </member>
  14673.         <member name="E:System.ComponentModel.Design.IDesignerEventService.DesignerCreated">
  14674.             <summary>Occurs when a root designer is created.</summary>
  14675.         </member>
  14676.         <member name="E:System.ComponentModel.Design.IDesignerEventService.DesignerDisposed">
  14677.             <summary>Occurs when a root designer for a document is disposed.</summary>
  14678.         </member>
  14679.         <member name="E:System.ComponentModel.Design.IDesignerEventService.SelectionChanged">
  14680.             <summary>Occurs when the current design-view selection changes.</summary>
  14681.         </member>
  14682.         <member name="P:System.ComponentModel.Design.IDesignerEventService.ActiveDesigner">
  14683.             <summary>Gets the root designer for the currently active document.</summary>
  14684.             <returns>The currently active document, or null if there is no active document.</returns>
  14685.         </member>
  14686.         <member name="P:System.ComponentModel.Design.IDesignerEventService.Designers">
  14687.             <summary>Gets a collection of root designers for design documents that are currently active in the development environment.</summary>
  14688.             <returns>A <see cref="T:System.ComponentModel.Design.DesignerCollection"></see> containing the root designers that have been created and not yet disposed.</returns>
  14689.         </member>
  14690.         <member name="T:System.ComponentModel.Design.IDesignerFilter">
  14691.             <summary>Provides an interface that enables a designer to access and filter the dictionaries of a <see cref="T:System.ComponentModel.TypeDescriptor"></see> that stores the property, attribute, and event descriptors that a component designer can expose to the design-time environment.</summary>
  14692.         </member>
  14693.         <member name="M:System.ComponentModel.Design.IDesignerFilter.PostFilterAttributes(System.Collections.IDictionary)">
  14694.             <summary>When overridden in a derived class, allows a designer to change or remove items from the set of attributes that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  14695.             <param name="attributes">The <see cref="T:System.Attribute"></see> objects for the class of the component. The keys in the dictionary of attributes are the <see cref="P:System.Attribute.TypeID"></see> values of the attributes. </param>
  14696.         </member>
  14697.         <member name="M:System.ComponentModel.Design.IDesignerFilter.PostFilterEvents(System.Collections.IDictionary)">
  14698.             <summary>When overridden in a derived class, allows a designer to change or remove items from the set of events that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  14699.             <param name="events">The <see cref="T:System.ComponentModel.EventDescriptor"></see> objects that represent the events of the class of the component. The keys in the dictionary of events are event names. </param>
  14700.         </member>
  14701.         <member name="M:System.ComponentModel.Design.IDesignerFilter.PostFilterProperties(System.Collections.IDictionary)">
  14702.             <summary>When overridden in a derived class, allows a designer to change or remove items from the set of properties that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  14703.             <param name="properties">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects that represent the properties of the class of the component. The keys in the dictionary of properties are property names. </param>
  14704.         </member>
  14705.         <member name="M:System.ComponentModel.Design.IDesignerFilter.PreFilterAttributes(System.Collections.IDictionary)">
  14706.             <summary>When overridden in a derived class, allows a designer to add items to the set of attributes that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  14707.             <param name="attributes">The <see cref="T:System.Attribute"></see> objects for the class of the component. The keys in the dictionary of attributes are the <see cref="P:System.Attribute.TypeID"></see> values of the attributes. </param>
  14708.         </member>
  14709.         <member name="M:System.ComponentModel.Design.IDesignerFilter.PreFilterEvents(System.Collections.IDictionary)">
  14710.             <summary>When overridden in a derived class, allows a designer to add items to the set of events that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  14711.             <param name="events">The <see cref="T:System.ComponentModel.EventDescriptor"></see> objects that represent the events of the class of the component. The keys in the dictionary of events are event names. </param>
  14712.         </member>
  14713.         <member name="M:System.ComponentModel.Design.IDesignerFilter.PreFilterProperties(System.Collections.IDictionary)">
  14714.             <summary>When overridden in a derived class, allows a designer to add items to the set of properties that it exposes through a <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  14715.             <param name="properties">The <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects that represent the properties of the class of the component. The keys in the dictionary of properties are property names. </param>
  14716.         </member>
  14717.         <member name="T:System.ComponentModel.Design.IDesignerHost">
  14718.             <summary>Provides an interface for managing designer transactions and components.</summary>
  14719.         </member>
  14720.         <member name="E:System.ComponentModel.Design.IDesignerHost.Activated">
  14721.             <summary>Occurs when this designer is activated.</summary>
  14722.         </member>
  14723.         <member name="E:System.ComponentModel.Design.IDesignerHost.Deactivated">
  14724.             <summary>Occurs when this designer is deactivated.</summary>
  14725.         </member>
  14726.         <member name="E:System.ComponentModel.Design.IDesignerHost.LoadComplete">
  14727.             <summary>Occurs when this designer completes loading its document.</summary>
  14728.         </member>
  14729.         <member name="E:System.ComponentModel.Design.IDesignerHost.TransactionClosed">
  14730.             <summary>Adds an event handler for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosed"></see> event.</summary>
  14731.         </member>
  14732.         <member name="E:System.ComponentModel.Design.IDesignerHost.TransactionClosing">
  14733.             <summary>Adds an event handler for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionClosing"></see> event.</summary>
  14734.         </member>
  14735.         <member name="E:System.ComponentModel.Design.IDesignerHost.TransactionOpened">
  14736.             <summary>Adds an event handler for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionOpened"></see> event.</summary>
  14737.         </member>
  14738.         <member name="E:System.ComponentModel.Design.IDesignerHost.TransactionOpening">
  14739.             <summary>Adds an event handler for the <see cref="E:System.ComponentModel.Design.IDesignerHost.TransactionOpening"></see> event.</summary>
  14740.         </member>
  14741.         <member name="M:System.ComponentModel.Design.IDesignerHost.Activate">
  14742.             <summary>Activates the designer that this host is hosting.</summary>
  14743.         </member>
  14744.         <member name="M:System.ComponentModel.Design.IDesignerHost.CreateComponent(System.Type)">
  14745.             <summary>Creates a component of the specified type and adds it to the design document.</summary>
  14746.             <returns>The newly created component.</returns>
  14747.             <param name="componentClass">The type of the component to create. </param>
  14748.         </member>
  14749.         <member name="M:System.ComponentModel.Design.IDesignerHost.CreateComponent(System.Type,System.String)">
  14750.             <summary>Creates a component of the specified type and name, and adds it to the design document.</summary>
  14751.             <returns>The newly created component.</returns>
  14752.             <param name="name">The name for the component. </param>
  14753.             <param name="componentClass">The type of the component to create. </param>
  14754.         </member>
  14755.         <member name="M:System.ComponentModel.Design.IDesignerHost.CreateTransaction">
  14756.             <summary>Creates a <see cref="T:System.ComponentModel.Design.DesignerTransaction"></see> that can encapsulate event sequences to improve performance and enable undo and redo support functionality.</summary>
  14757.             <returns>A new instance of <see cref="T:System.ComponentModel.Design.DesignerTransaction"></see>. When you complete the steps in your transaction, you should call <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit"></see> on this object.</returns>
  14758.         </member>
  14759.         <member name="M:System.ComponentModel.Design.IDesignerHost.CreateTransaction(System.String)">
  14760.             <summary>Creates a <see cref="T:System.ComponentModel.Design.DesignerTransaction"></see> that can encapsulate event sequences to improve performance and enable undo and redo support functionality, using the specified transaction description.</summary>
  14761.             <returns>A new <see cref="T:System.ComponentModel.Design.DesignerTransaction"></see>. When you have completed the steps in your transaction, you should call <see cref="M:System.ComponentModel.Design.DesignerTransaction.Commit"></see> on this object.</returns>
  14762.             <param name="description">A title or description for the newly created transaction. </param>
  14763.         </member>
  14764.         <member name="M:System.ComponentModel.Design.IDesignerHost.DestroyComponent(System.ComponentModel.IComponent)">
  14765.             <summary>Destroys the specified component and removes it from the designer container.</summary>
  14766.             <param name="component">The component to destroy. </param>
  14767.         </member>
  14768.         <member name="M:System.ComponentModel.Design.IDesignerHost.GetDesigner(System.ComponentModel.IComponent)">
  14769.             <summary>Gets the designer instance that contains the specified component.</summary>
  14770.             <returns>An <see cref="T:System.ComponentModel.Design.IDesigner"></see>, or null if there is no designer for the specified component.</returns>
  14771.             <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to retrieve the designer for. </param>
  14772.         </member>
  14773.         <member name="M:System.ComponentModel.Design.IDesignerHost.GetType(System.String)">
  14774.             <summary>Gets an instance of the specified, fully qualified type name.</summary>
  14775.             <returns>The type object for the specified type name, or null if the type cannot be found.</returns>
  14776.             <param name="typeName">The name of the type to load. </param>
  14777.         </member>
  14778.         <member name="P:System.ComponentModel.Design.IDesignerHost.Container">
  14779.             <summary>Gets the container for this designer host.</summary>
  14780.             <returns>The <see cref="T:System.ComponentModel.IContainer"></see> for this host.</returns>
  14781.         </member>
  14782.         <member name="P:System.ComponentModel.Design.IDesignerHost.InTransaction">
  14783.             <summary>Gets a value indicating whether the designer host is currently in a transaction.</summary>
  14784.             <returns>true if a transaction is in progress; otherwise, false.</returns>
  14785.         </member>
  14786.         <member name="P:System.ComponentModel.Design.IDesignerHost.Loading">
  14787.             <summary>Gets a value indicating whether the designer host is currently loading the document.</summary>
  14788.             <returns>true if the designer host is currently loading the document; otherwise, false.</returns>
  14789.         </member>
  14790.         <member name="P:System.ComponentModel.Design.IDesignerHost.RootComponent">
  14791.             <summary>Gets the instance of the base class used as the root component for the current design.</summary>
  14792.             <returns>The instance of the root component class.</returns>
  14793.         </member>
  14794.         <member name="P:System.ComponentModel.Design.IDesignerHost.RootComponentClassName">
  14795.             <summary>Gets the fully qualified name of the class being designed.</summary>
  14796.             <returns>The fully qualified name of the base component class.</returns>
  14797.         </member>
  14798.         <member name="P:System.ComponentModel.Design.IDesignerHost.TransactionDescription">
  14799.             <summary>Gets the description of the current transaction.</summary>
  14800.             <returns>A description of the current transaction.</returns>
  14801.         </member>
  14802.         <member name="T:System.ComponentModel.Design.IDesignerOptionService">
  14803.             <summary>Provides access to the designer options located on the Tools menu under the Options command in the Visual Studio .NET development environment.</summary>
  14804.         </member>
  14805.         <member name="M:System.ComponentModel.Design.IDesignerOptionService.GetOptionValue(System.String,System.String)">
  14806.             <summary>Gets the value of the specified Windows Forms Designer option.</summary>
  14807.             <returns>The value of the specified option.</returns>
  14808.             <param name="valueName">The name of the option property. </param>
  14809.             <param name="pageName">The name of the page that defines the option. </param>
  14810.         </member>
  14811.         <member name="M:System.ComponentModel.Design.IDesignerOptionService.SetOptionValue(System.String,System.String,System.Object)">
  14812.             <summary>Sets the value of the specified Windows Forms Designer option.</summary>
  14813.             <param name="valueName">The name of the option property. </param>
  14814.             <param name="pageName">The name of the page that defines the option. </param>
  14815.             <param name="value">The new value. </param>
  14816.         </member>
  14817.         <member name="T:System.ComponentModel.Design.IDictionaryService">
  14818.             <summary>Provides a basic, component site-specific, key-value pair dictionary through a service that a designer can use to store user-defined data.</summary>
  14819.         </member>
  14820.         <member name="M:System.ComponentModel.Design.IDictionaryService.GetKey(System.Object)">
  14821.             <summary>Gets the key corresponding to the specified value.</summary>
  14822.             <returns>The associated key, or null if no key exists.</returns>
  14823.             <param name="value">The value to look up in the dictionary. </param>
  14824.         </member>
  14825.         <member name="M:System.ComponentModel.Design.IDictionaryService.GetValue(System.Object)">
  14826.             <summary>Gets the value corresponding to the specified key.</summary>
  14827.             <returns>The associated value, or null if no value exists.</returns>
  14828.             <param name="key">The key to look up the value for. </param>
  14829.         </member>
  14830.         <member name="M:System.ComponentModel.Design.IDictionaryService.SetValue(System.Object,System.Object)">
  14831.             <summary>Sets the specified key-value pair.</summary>
  14832.             <param name="value">The value to store. </param>
  14833.             <param name="key">An object to use as the key to associate the value with. </param>
  14834.         </member>
  14835.         <member name="T:System.ComponentModel.Design.IEventBindingService">
  14836.             <summary>Provides a service for registering event handlers for component events.</summary>
  14837.         </member>
  14838.         <member name="M:System.ComponentModel.Design.IEventBindingService.CreateUniqueMethodName(System.ComponentModel.IComponent,System.ComponentModel.EventDescriptor)">
  14839.             <summary>Creates a unique name for an event-handler method for the specified component and event.</summary>
  14840.             <returns>The recommended name for the event-handler method for this event.</returns>
  14841.             <param name="e">The event to create a name for. </param>
  14842.             <param name="component">The component instance the event is connected to. </param>
  14843.         </member>
  14844.         <member name="M:System.ComponentModel.Design.IEventBindingService.GetCompatibleMethods(System.ComponentModel.EventDescriptor)">
  14845.             <summary>Gets a collection of event-handler methods that have a method signature compatible with the specified event.</summary>
  14846.             <returns>A collection of strings.</returns>
  14847.             <param name="e">The event to get the compatible event-handler methods for. </param>
  14848.         </member>
  14849.         <member name="M:System.ComponentModel.Design.IEventBindingService.GetEvent(System.ComponentModel.PropertyDescriptor)">
  14850.             <summary>Gets an <see cref="T:System.ComponentModel.EventDescriptor"></see> for the event that the specified property descriptor represents, if it represents an event.</summary>
  14851.             <returns>An <see cref="T:System.ComponentModel.EventDescriptor"></see> for the event that the property represents, or null if the property does not represent an event.</returns>
  14852.             <param name="property">The property that represents an event. </param>
  14853.         </member>
  14854.         <member name="M:System.ComponentModel.Design.IEventBindingService.GetEventProperties(System.ComponentModel.EventDescriptorCollection)">
  14855.             <summary>Converts a set of event descriptors to a set of property descriptors.</summary>
  14856.             <returns>An array of <see cref="T:System.ComponentModel.PropertyDescriptor"></see> objects that describe the event set.</returns>
  14857.             <param name="events">The events to convert to properties. </param>
  14858.         </member>
  14859.         <member name="M:System.ComponentModel.Design.IEventBindingService.GetEventProperty(System.ComponentModel.EventDescriptor)">
  14860.             <summary>Converts a single event descriptor to a property descriptor.</summary>
  14861.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptor"></see> that describes the event.</returns>
  14862.             <param name="e">The event to convert. </param>
  14863.         </member>
  14864.         <member name="M:System.ComponentModel.Design.IEventBindingService.ShowCode">
  14865.             <summary>Displays the user code for the designer.</summary>
  14866.             <returns>true if the code is displayed; otherwise, false.</returns>
  14867.         </member>
  14868.         <member name="M:System.ComponentModel.Design.IEventBindingService.ShowCode(System.Int32)">
  14869.             <summary>Displays the user code for the designer at the specified line.</summary>
  14870.             <returns>true if the code is displayed; otherwise, false.</returns>
  14871.             <param name="lineNumber">The line number to place the caret on. </param>
  14872.         </member>
  14873.         <member name="M:System.ComponentModel.Design.IEventBindingService.ShowCode(System.ComponentModel.IComponent,System.ComponentModel.EventDescriptor)">
  14874.             <summary>Displays the user code for the specified event.</summary>
  14875.             <returns>true if the code is displayed; otherwise, false.</returns>
  14876.             <param name="e">The event to display. </param>
  14877.             <param name="component">The component that the event is connected to. </param>
  14878.         </member>
  14879.         <member name="T:System.ComponentModel.Design.IExtenderListService">
  14880.             <summary>Provides an interface that can list extender providers.</summary>
  14881.         </member>
  14882.         <member name="M:System.ComponentModel.Design.IExtenderListService.GetExtenderProviders">
  14883.             <summary>Gets the set of extender providers for the component.</summary>
  14884.             <returns>An array of type <see cref="T:System.ComponentModel.IExtenderProvider"></see> that lists the active extender providers. If there are no providers, an empty array is returned.</returns>
  14885.         </member>
  14886.         <member name="T:System.ComponentModel.Design.IExtenderProviderService">
  14887.             <summary>Provides an interface for adding and removing extender providers at design time.</summary>
  14888.         </member>
  14889.         <member name="M:System.ComponentModel.Design.IExtenderProviderService.AddExtenderProvider(System.ComponentModel.IExtenderProvider)">
  14890.             <summary>Adds the specified extender provider.</summary>
  14891.             <param name="provider">The extender provider to add. </param>
  14892.         </member>
  14893.         <member name="M:System.ComponentModel.Design.IExtenderProviderService.RemoveExtenderProvider(System.ComponentModel.IExtenderProvider)">
  14894.             <summary>Removes the specified extender provider.</summary>
  14895.             <param name="provider">The extender provider to remove. </param>
  14896.         </member>
  14897.         <member name="T:System.ComponentModel.Design.IHelpService">
  14898.             <summary>Provides methods for showing Help topics and adding and removing Help keywords at design time.</summary>
  14899.         </member>
  14900.         <member name="M:System.ComponentModel.Design.IHelpService.AddContextAttribute(System.String,System.String,System.ComponentModel.Design.HelpKeywordType)">
  14901.             <summary>Adds a context attribute to the document.</summary>
  14902.             <param name="keywordType">The type of the keyword, from the enumeration <see cref="T:System.ComponentModel.Design.HelpKeywordType"></see>. </param>
  14903.             <param name="name">The name of the attribute to add. </param>
  14904.             <param name="value">The value of the attribute. </param>
  14905.         </member>
  14906.         <member name="M:System.ComponentModel.Design.IHelpService.ClearContextAttributes">
  14907.             <summary>Removes all existing context attributes from the document.</summary>
  14908.         </member>
  14909.         <member name="M:System.ComponentModel.Design.IHelpService.CreateLocalContext(System.ComponentModel.Design.HelpContextType)">
  14910.             <summary>Creates a local <see cref="T:System.ComponentModel.Design.IHelpService"></see> to manage subcontexts.</summary>
  14911.             <returns>The newly created <see cref="T:System.ComponentModel.Design.IHelpService"></see>.</returns>
  14912.             <param name="contextType">The priority type of the subcontext to add. </param>
  14913.         </member>
  14914.         <member name="M:System.ComponentModel.Design.IHelpService.RemoveContextAttribute(System.String,System.String)">
  14915.             <summary>Removes a previously added context attribute.</summary>
  14916.             <param name="name">The name of the attribute to remove. </param>
  14917.             <param name="value">The value of the attribute to remove. </param>
  14918.         </member>
  14919.         <member name="M:System.ComponentModel.Design.IHelpService.RemoveLocalContext(System.ComponentModel.Design.IHelpService)">
  14920.             <summary>Removes a context created with <see cref="M:System.ComponentModel.Design.IHelpService.CreateLocalContext(System.ComponentModel.Design.HelpContextType)"></see>.</summary>
  14921.             <param name="localContext">The local context <see cref="T:System.ComponentModel.Design.IHelpService"></see> to remove. </param>
  14922.         </member>
  14923.         <member name="M:System.ComponentModel.Design.IHelpService.ShowHelpFromKeyword(System.String)">
  14924.             <summary>Shows the Help topic that corresponds to the specified keyword.</summary>
  14925.             <param name="helpKeyword">The keyword of the Help topic to display. </param>
  14926.         </member>
  14927.         <member name="M:System.ComponentModel.Design.IHelpService.ShowHelpFromUrl(System.String)">
  14928.             <summary>Shows the Help topic that corresponds to the specified URL.</summary>
  14929.             <param name="helpUrl">The URL of the Help topic to display. </param>
  14930.         </member>
  14931.         <member name="T:System.ComponentModel.Design.IInheritanceService">
  14932.             <summary>Provides methods for identifying the components of a component.</summary>
  14933.         </member>
  14934.         <member name="M:System.ComponentModel.Design.IInheritanceService.AddInheritedComponents(System.ComponentModel.IComponent,System.ComponentModel.IContainer)">
  14935.             <summary>Searches the specified component for fields that implement the <see cref="T:System.ComponentModel.IComponent"></see> interface and adds each to the specified container, storing the inheritance level of each which can be retrieved using the <see cref="M:System.ComponentModel.Design.IInheritanceService.GetInheritanceAttribute(System.ComponentModel.IComponent)"></see> method.</summary>
  14936.             <param name="container">The <see cref="T:System.ComponentModel.IContainer"></see> to add components to. </param>
  14937.             <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> to search. Searching begins with this component. </param>
  14938.         </member>
  14939.         <member name="M:System.ComponentModel.Design.IInheritanceService.GetInheritanceAttribute(System.ComponentModel.IComponent)">
  14940.             <summary>Gets the inheritance attribute for the specified component.</summary>
  14941.             <returns>An instance of <see cref="T:System.ComponentModel.InheritanceAttribute"></see> that describes the level of inheritance of the specified component.</returns>
  14942.             <param name="component">The <see cref="T:System.ComponentModel.IComponent"></see> for which to retrieve the inheritance attribute. </param>
  14943.         </member>
  14944.         <member name="T:System.ComponentModel.Design.IMenuCommandService">
  14945.             <summary>Provides methods to manage the global designer verbs and menu commands available in design mode, and to show some types of shortcut menus.</summary>
  14946.         </member>
  14947.         <member name="M:System.ComponentModel.Design.IMenuCommandService.AddCommand(System.ComponentModel.Design.MenuCommand)">
  14948.             <summary>Adds the specified standard menu command to the menu.</summary>
  14949.             <param name="command">The <see cref="T:System.ComponentModel.Design.MenuCommand"></see> to add. </param>
  14950.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.ComponentModel.Design.CommandID"></see> of the specified <see cref="T:System.ComponentModel.Design.MenuCommand"></see> is already present on a menu. </exception>
  14951.         </member>
  14952.         <member name="M:System.ComponentModel.Design.IMenuCommandService.AddVerb(System.ComponentModel.Design.DesignerVerb)">
  14953.             <summary>Adds the specified designer verb to the set of global designer verbs.</summary>
  14954.             <param name="verb">The <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> to add. </param>
  14955.         </member>
  14956.         <member name="M:System.ComponentModel.Design.IMenuCommandService.FindCommand(System.ComponentModel.Design.CommandID)">
  14957.             <summary>Searches for the specified command ID and returns the menu command associated with it.</summary>
  14958.             <returns>The <see cref="T:System.ComponentModel.Design.MenuCommand"></see> associated with the command ID, or null if no command is found.</returns>
  14959.             <param name="commandID">The <see cref="T:System.ComponentModel.Design.CommandID"></see> to search for. </param>
  14960.         </member>
  14961.         <member name="M:System.ComponentModel.Design.IMenuCommandService.GlobalInvoke(System.ComponentModel.Design.CommandID)">
  14962.             <summary>Invokes a menu or designer verb command matching the specified command ID.</summary>
  14963.             <returns>true if the command was found and invoked successfully; otherwise, false.</returns>
  14964.             <param name="commandID">The <see cref="T:System.ComponentModel.Design.CommandID"></see> of the command to search for and execute. </param>
  14965.         </member>
  14966.         <member name="M:System.ComponentModel.Design.IMenuCommandService.RemoveCommand(System.ComponentModel.Design.MenuCommand)">
  14967.             <summary>Removes the specified standard menu command from the menu.</summary>
  14968.             <param name="command">The <see cref="T:System.ComponentModel.Design.MenuCommand"></see> to remove. </param>
  14969.         </member>
  14970.         <member name="M:System.ComponentModel.Design.IMenuCommandService.RemoveVerb(System.ComponentModel.Design.DesignerVerb)">
  14971.             <summary>Removes the specified designer verb from the collection of global designer verbs.</summary>
  14972.             <param name="verb">The <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> to remove. </param>
  14973.         </member>
  14974.         <member name="M:System.ComponentModel.Design.IMenuCommandService.ShowContextMenu(System.ComponentModel.Design.CommandID,System.Int32,System.Int32)">
  14975.             <summary>Shows the specified shortcut menu at the specified location.</summary>
  14976.             <param name="y">The y-coordinate at which to display the menu, in screen coordinates. </param>
  14977.             <param name="menuID">The <see cref="T:System.ComponentModel.Design.CommandID"></see> for the shortcut menu to show. </param>
  14978.             <param name="x">The x-coordinate at which to display the menu, in screen coordinates. </param>
  14979.         </member>
  14980.         <member name="P:System.ComponentModel.Design.IMenuCommandService.Verbs">
  14981.             <summary>Gets or sets an array of the designer verbs that are currently available.</summary>
  14982.             <returns>An array of type <see cref="T:System.ComponentModel.Design.DesignerVerb"></see> that indicates the designer verbs that are currently available.</returns>
  14983.         </member>
  14984.         <member name="T:System.ComponentModel.Design.IReferenceService">
  14985.             <summary>Provides an interface for obtaining references to objects within a project by name or type, obtaining the name of a specified object, and for locating the parent of a specified object within a designer project.</summary>
  14986.         </member>
  14987.         <member name="M:System.ComponentModel.Design.IReferenceService.GetComponent(System.Object)">
  14988.             <summary>Gets the component that contains the specified component.</summary>
  14989.             <returns>The base <see cref="T:System.ComponentModel.IComponent"></see> that contains the specified object, or null if no parent component exists.</returns>
  14990.             <param name="reference">The object to retrieve the parent component for. </param>
  14991.         </member>
  14992.         <member name="M:System.ComponentModel.Design.IReferenceService.GetName(System.Object)">
  14993.             <summary>Gets the name of the specified component.</summary>
  14994.             <returns>The name of the object referenced, or null if the object reference is not valid.</returns>
  14995.             <param name="reference">The object to return the name of. </param>
  14996.         </member>
  14997.         <member name="M:System.ComponentModel.Design.IReferenceService.GetReference(System.String)">
  14998.             <summary>Gets a reference to the component whose name matches the specified name.</summary>
  14999.             <returns>An object the specified name refers to, or null if no reference is found.</returns>
  15000.             <param name="name">The name of the component to return a reference to. </param>
  15001.         </member>
  15002.         <member name="M:System.ComponentModel.Design.IReferenceService.GetReferences">
  15003.             <summary>Gets all available references to project components.</summary>
  15004.             <returns>An array of all objects with references available to the <see cref="T:System.ComponentModel.Design.IReferenceService"></see>.</returns>
  15005.         </member>
  15006.         <member name="M:System.ComponentModel.Design.IReferenceService.GetReferences(System.Type)">
  15007.             <summary>Gets all available references to components of the specified type.</summary>
  15008.             <returns>An array of all available objects of the specified type.</returns>
  15009.             <param name="baseType">The type of object to return references to instances of. </param>
  15010.         </member>
  15011.         <member name="T:System.ComponentModel.Design.IResourceService">
  15012.             <summary>Provides an interface for designers to access resource readers and writers for specific <see cref="T:System.Globalization.CultureInfo"></see> resource types.</summary>
  15013.         </member>
  15014.         <member name="M:System.ComponentModel.Design.IResourceService.GetResourceReader(System.Globalization.CultureInfo)">
  15015.             <summary>Locates the resource reader for the specified culture and returns it.</summary>
  15016.             <returns>An <see cref="T:System.Resources.IResourceReader"></see> interface that contains the resources for the culture, or null if no resources for the culture exist.</returns>
  15017.             <param name="info">The <see cref="T:System.Globalization.CultureInfo"></see> of the resource for which to retrieve a resource reader. </param>
  15018.         </member>
  15019.         <member name="M:System.ComponentModel.Design.IResourceService.GetResourceWriter(System.Globalization.CultureInfo)">
  15020.             <summary>Locates the resource writer for the specified culture and returns it.</summary>
  15021.             <returns>An <see cref="T:System.Resources.IResourceWriter"></see> interface for the specified culture.</returns>
  15022.             <param name="info">The <see cref="T:System.Globalization.CultureInfo"></see> of the resource for which to create a resource writer. </param>
  15023.         </member>
  15024.         <member name="T:System.ComponentModel.Design.IRootDesigner">
  15025.             <summary>Provides support for root-level designer view technologies.</summary>
  15026.         </member>
  15027.         <member name="M:System.ComponentModel.Design.IRootDesigner.GetView(System.ComponentModel.Design.ViewTechnology)">
  15028.             <summary>Gets a view object for the specified view technology.</summary>
  15029.             <returns>An object that represents the view for this designer.</returns>
  15030.             <param name="technology">A <see cref="T:System.ComponentModel.Design.ViewTechnology"></see> that indicates a particular view technology.</param>
  15031.             <exception cref="T:System.ArgumentException">The specified view technology is not supported or does not exist. </exception>
  15032.         </member>
  15033.         <member name="P:System.ComponentModel.Design.IRootDesigner.SupportedTechnologies">
  15034.             <summary>Gets the set of technologies that this designer can support for its display.</summary>
  15035.             <returns>An array of supported <see cref="T:System.ComponentModel.Design.ViewTechnology"></see> values.</returns>
  15036.         </member>
  15037.         <member name="T:System.ComponentModel.Design.ISelectionService">
  15038.             <summary>Provides an interface for a designer to select components.</summary>
  15039.         </member>
  15040.         <member name="E:System.ComponentModel.Design.ISelectionService.SelectionChanged">
  15041.             <summary>Occurs when the current selection changes.</summary>
  15042.         </member>
  15043.         <member name="E:System.ComponentModel.Design.ISelectionService.SelectionChanging">
  15044.             <summary>Occurs when the current selection is about to change.</summary>
  15045.         </member>
  15046.         <member name="M:System.ComponentModel.Design.ISelectionService.GetComponentSelected(System.Object)">
  15047.             <summary>Gets a value indicating whether the specified component is currently selected.</summary>
  15048.             <returns>true if the component is part of the user's current selection; otherwise, false.</returns>
  15049.             <param name="component">The component to test. </param>
  15050.         </member>
  15051.         <member name="M:System.ComponentModel.Design.ISelectionService.GetSelectedComponents">
  15052.             <summary>Gets a collection of components that are currently selected.</summary>
  15053.             <returns>A collection that represents the current set of components that are selected.</returns>
  15054.         </member>
  15055.         <member name="M:System.ComponentModel.Design.ISelectionService.SetSelectedComponents(System.Collections.ICollection)">
  15056.             <summary>Selects the specified collection of components.</summary>
  15057.             <param name="components">The collection of components to select. </param>
  15058.         </member>
  15059.         <member name="M:System.ComponentModel.Design.ISelectionService.SetSelectedComponents(System.Collections.ICollection,System.ComponentModel.Design.SelectionTypes)">
  15060.             <summary>Selects the components from within the specified collection of components that match the specified selection type.</summary>
  15061.             <param name="selectionType">A value from the <see cref="T:System.ComponentModel.Design.SelectionTypes"></see> enumeration. The default is <see cref="F:System.ComponentModel.Design.SelectionTypes.Normal"></see>. </param>
  15062.             <param name="components">The collection of components to select. </param>
  15063.         </member>
  15064.         <member name="P:System.ComponentModel.Design.ISelectionService.PrimarySelection">
  15065.             <summary>Gets the object that is currently the primary selected object.</summary>
  15066.             <returns>The object that is currently the primary selected object.</returns>
  15067.         </member>
  15068.         <member name="P:System.ComponentModel.Design.ISelectionService.SelectionCount">
  15069.             <summary>Gets the count of selected objects.</summary>
  15070.             <returns>The number of selected objects.</returns>
  15071.         </member>
  15072.         <member name="T:System.ComponentModel.Design.IServiceContainer">
  15073.             <summary>Provides a container for services.</summary>
  15074.         </member>
  15075.         <member name="M:System.ComponentModel.Design.IServiceContainer.AddService(System.Type,System.Object)">
  15076.             <summary>Adds the specified service to the service container.</summary>
  15077.             <param name="serviceType">The type of service to add. </param>
  15078.             <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. </param>
  15079.         </member>
  15080.         <member name="M:System.ComponentModel.Design.IServiceContainer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
  15081.             <summary>Adds the specified service to the service container.</summary>
  15082.             <param name="callback">A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. </param>
  15083.             <param name="serviceType">The type of service to add. </param>
  15084.         </member>
  15085.         <member name="M:System.ComponentModel.Design.IServiceContainer.AddService(System.Type,System.Object,System.Boolean)">
  15086.             <summary>Adds the specified service to the service container, and optionally promotes the service to any parent service containers.</summary>
  15087.             <param name="promote">true to promote this request to any parent service containers; otherwise, false. </param>
  15088.             <param name="serviceType">The type of service to add. </param>
  15089.             <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. </param>
  15090.         </member>
  15091.         <member name="M:System.ComponentModel.Design.IServiceContainer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
  15092.             <summary>Adds the specified service to the service container, and optionally promotes the service to parent service containers.</summary>
  15093.             <param name="promote">true to promote this request to any parent service containers; otherwise, false. </param>
  15094.             <param name="callback">A callback object that is used to create the service. This allows a service to be declared as available, but delays the creation of the object until the service is requested. </param>
  15095.             <param name="serviceType">The type of service to add. </param>
  15096.         </member>
  15097.         <member name="M:System.ComponentModel.Design.IServiceContainer.RemoveService(System.Type)">
  15098.             <summary>Removes the specified service type from the service container.</summary>
  15099.             <param name="serviceType">The type of service to remove. </param>
  15100.         </member>
  15101.         <member name="M:System.ComponentModel.Design.IServiceContainer.RemoveService(System.Type,System.Boolean)">
  15102.             <summary>Removes the specified service type from the service container, and optionally promotes the service to parent service containers.</summary>
  15103.             <param name="promote">true to promote this request to any parent service containers; otherwise, false. </param>
  15104.             <param name="serviceType">The type of service to remove. </param>
  15105.         </member>
  15106.         <member name="T:System.ComponentModel.Design.ITreeDesigner">
  15107.             <summary>Provides support for building a set of related custom designers.</summary>
  15108.         </member>
  15109.         <member name="P:System.ComponentModel.Design.ITreeDesigner.Children">
  15110.             <summary>Gets a collection of child designers.</summary>
  15111.             <returns>An <see cref="T:System.Collections.ICollection"></see>, containing the collection of <see cref="T:System.ComponentModel.Design.IDesigner"></see> child objects of the current designer. </returns>
  15112.         </member>
  15113.         <member name="P:System.ComponentModel.Design.ITreeDesigner.Parent">
  15114.             <summary>Gets the parent designer.</summary>
  15115.             <returns>An <see cref="T:System.ComponentModel.Design.IDesigner"></see> representing the parent designer, or null if there is no parent.</returns>
  15116.         </member>
  15117.         <member name="T:System.ComponentModel.Design.ITypeDescriptorFilterService">
  15118.             <summary>Provides an interface to modify the set of member descriptors for a component in design mode.</summary>
  15119.         </member>
  15120.         <member name="M:System.ComponentModel.Design.ITypeDescriptorFilterService.FilterAttributes(System.ComponentModel.IComponent,System.Collections.IDictionary)">
  15121.             <summary>Filters the attributes that a component exposes through a <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  15122.             <returns>true if the set of filtered attributes is to be cached; false if the filter service must query again.</returns>
  15123.             <param name="attributes">A dictionary of attributes that can be modified. </param>
  15124.             <param name="component">The component to filter the attributes of. </param>
  15125.         </member>
  15126.         <member name="M:System.ComponentModel.Design.ITypeDescriptorFilterService.FilterEvents(System.ComponentModel.IComponent,System.Collections.IDictionary)">
  15127.             <summary>Filters the events that a component exposes through a <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  15128.             <returns>true if the set of filtered events is to be cached; false if the filter service must query again.</returns>
  15129.             <param name="events">A dictionary of events that can be modified. </param>
  15130.             <param name="component">The component to filter events for. </param>
  15131.         </member>
  15132.         <member name="M:System.ComponentModel.Design.ITypeDescriptorFilterService.FilterProperties(System.ComponentModel.IComponent,System.Collections.IDictionary)">
  15133.             <summary>Filters the properties that a component exposes through a <see cref="T:System.ComponentModel.TypeDescriptor"></see>.</summary>
  15134.             <returns>true if the set of filtered properties is to be cached; false if the filter service must query again.</returns>
  15135.             <param name="properties">A dictionary of properties that can be modified. </param>
  15136.             <param name="component">The component to filter properties for. </param>
  15137.         </member>
  15138.         <member name="T:System.ComponentModel.Design.ITypeDiscoveryService">
  15139.             <summary>Discovers available types at design time.</summary>
  15140.         </member>
  15141.         <member name="M:System.ComponentModel.Design.ITypeDiscoveryService.GetTypes(System.Type,System.Boolean)">
  15142.             <summary>Retrieves the list of available types.</summary>
  15143.             <returns>A collection of types that match the criteria specified by baseType and excludeGlobalTypes.</returns>
  15144.             <param name="excludeGlobalTypes">Indicates whether types from all referenced assemblies should be checked.</param>
  15145.             <param name="baseType">The base type to match. Can be null.</param>
  15146.         </member>
  15147.         <member name="T:System.ComponentModel.Design.ITypeResolutionService">
  15148.             <summary>Provides an interface to retrieve an assembly or type by name.</summary>
  15149.         </member>
  15150.         <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetAssembly(System.Reflection.AssemblyName)">
  15151.             <summary>Gets the requested assembly.</summary>
  15152.             <returns>An instance of the requested assembly, or null if no assembly can be located.</returns>
  15153.             <param name="name">The name of the assembly to retrieve. </param>
  15154.         </member>
  15155.         <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetAssembly(System.Reflection.AssemblyName,System.Boolean)">
  15156.             <summary>Gets the requested assembly.</summary>
  15157.             <returns>An instance of the requested assembly, or null if no assembly can be located.</returns>
  15158.             <param name="name">The name of the assembly to retrieve. </param>
  15159.             <param name="throwOnError">true if this method should throw an exception if the assembly cannot be located; otherwise, false, and this method returns null if the assembly cannot be located. </param>
  15160.         </member>
  15161.         <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetPathOfAssembly(System.Reflection.AssemblyName)">
  15162.             <summary>Gets the path to the file from which the assembly was loaded.</summary>
  15163.             <returns>The path to the file from which the assembly was loaded.</returns>
  15164.             <param name="name">The name of the assembly. </param>
  15165.         </member>
  15166.         <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String)">
  15167.             <summary>Loads a type with the specified name.</summary>
  15168.             <returns>An instance of <see cref="T:System.Type"></see> that corresponds to the specified name, or null if no type can be found.</returns>
  15169.             <param name="name">The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies. </param>
  15170.         </member>
  15171.         <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean)">
  15172.             <summary>Loads a type with the specified name.</summary>
  15173.             <returns>An instance of <see cref="T:System.Type"></see> that corresponds to the specified name, or null if no type can be found.</returns>
  15174.             <param name="name">The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies. </param>
  15175.             <param name="throwOnError">true if this method should throw an exception if the assembly cannot be located; otherwise, false, and this method returns null if the assembly cannot be located. </param>
  15176.         </member>
  15177.         <member name="M:System.ComponentModel.Design.ITypeResolutionService.GetType(System.String,System.Boolean,System.Boolean)">
  15178.             <summary>Loads a type with the specified name.</summary>
  15179.             <returns>An instance of <see cref="T:System.Type"></see> that corresponds to the specified name, or null if no type can be found.</returns>
  15180.             <param name="ignoreCase">true to ignore case when searching for types; otherwise, false. </param>
  15181.             <param name="name">The name of the type. If the type name is not a fully qualified name that indicates an assembly, this service will search its internal set of referenced assemblies. </param>
  15182.             <param name="throwOnError">true if this method should throw an exception if the assembly cannot be located; otherwise, false, and this method returns null if the assembly cannot be located. </param>
  15183.         </member>
  15184.         <member name="M:System.ComponentModel.Design.ITypeResolutionService.ReferenceAssembly(System.Reflection.AssemblyName)">
  15185.             <summary>Adds a reference to the specified assembly.</summary>
  15186.             <param name="name">An <see cref="T:System.Reflection.AssemblyName"></see> that indicates the assembly to reference. </param>
  15187.         </member>
  15188.         <member name="T:System.ComponentModel.Design.MenuCommand">
  15189.             <summary>Represents a Windows menu or toolbar command item.</summary>
  15190.         </member>
  15191.         <member name="M:System.ComponentModel.Design.MenuCommand.#ctor(System.EventHandler,System.ComponentModel.Design.CommandID)">
  15192.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.MenuCommand"></see> class.</summary>
  15193.             <param name="command">The unique command ID that links this menu command to the environment's menu. </param>
  15194.             <param name="handler">The event to raise when the user selects the menu item or toolbar button. </param>
  15195.         </member>
  15196.         <member name="E:System.ComponentModel.Design.MenuCommand.CommandChanged">
  15197.             <summary>Occurs when the menu command changes.</summary>
  15198.         </member>
  15199.         <member name="M:System.ComponentModel.Design.MenuCommand.Invoke">
  15200.             <summary>Invokes the command.</summary>
  15201.         </member>
  15202.         <member name="M:System.ComponentModel.Design.MenuCommand.Invoke(System.Object)">
  15203.             <summary>Invokes the command with the given parameter.</summary>
  15204.             <param name="arg">An optional argument for use by the command.</param>
  15205.         </member>
  15206.         <member name="M:System.ComponentModel.Design.MenuCommand.OnCommandChanged(System.EventArgs)">
  15207.             <summary>Raises the <see cref="E:System.ComponentModel.Design.MenuCommand.CommandChanged"></see> event.</summary>
  15208.             <param name="e">An <see cref="T:System.EventArgs"></see> that contains the event data. </param>
  15209.         </member>
  15210.         <member name="M:System.ComponentModel.Design.MenuCommand.ToString">
  15211.             <summary>Returns a string representation of this menu command.</summary>
  15212.             <returns>A string containing the value of the <see cref="P:System.ComponentModel.Design.MenuCommand.CommandID"></see> property appended with the names of any flags that are set, separated by pipe bars (|). These flag properties include <see cref="P:System.ComponentModel.Design.MenuCommand.Checked"></see>, <see cref="P:System.ComponentModel.Design.MenuCommand.Enabled"></see>, <see cref="P:System.ComponentModel.Design.MenuCommand.Supported"></see>, and <see cref="P:System.ComponentModel.Design.MenuCommand.Visible"></see>.</returns>
  15213.         </member>
  15214.         <member name="P:System.ComponentModel.Design.MenuCommand.Checked">
  15215.             <summary>Gets or sets a value indicating whether this menu item is checked.</summary>
  15216.             <returns>true if the item is checked; otherwise, false.</returns>
  15217.         </member>
  15218.         <member name="P:System.ComponentModel.Design.MenuCommand.CommandID">
  15219.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> associated with this menu command.</summary>
  15220.             <returns>The <see cref="T:System.ComponentModel.Design.CommandID"></see> associated with the menu command.</returns>
  15221.         </member>
  15222.         <member name="P:System.ComponentModel.Design.MenuCommand.Enabled">
  15223.             <summary>Gets a value indicating whether this menu item is available.</summary>
  15224.             <returns>true if the item is enabled; otherwise, false.</returns>
  15225.         </member>
  15226.         <member name="P:System.ComponentModel.Design.MenuCommand.OleStatus">
  15227.             <summary>Gets the OLE command status code for this menu item.</summary>
  15228.             <returns>An integer containing a mixture of status flags that reflect the state of this menu item.</returns>
  15229.         </member>
  15230.         <member name="P:System.ComponentModel.Design.MenuCommand.Properties">
  15231.             <summary>Gets the public properties associated with the <see cref="T:System.ComponentModel.Design.MenuCommand"></see>.</summary>
  15232.             <returns>An <see cref="T:System.Collections.IDictionary"></see> containing the public properties of the <see cref="T:System.ComponentModel.Design.MenuCommand"></see>. </returns>
  15233.         </member>
  15234.         <member name="P:System.ComponentModel.Design.MenuCommand.Supported">
  15235.             <summary>Gets or sets a value indicating whether this menu item is supported.</summary>
  15236.             <returns>true if the item is supported, which is the default; otherwise, false.</returns>
  15237.         </member>
  15238.         <member name="P:System.ComponentModel.Design.MenuCommand.Visible">
  15239.             <summary>Gets or sets a value indicating whether this menu item is visible.</summary>
  15240.             <returns>true if the item is visible; otherwise, false.</returns>
  15241.         </member>
  15242.         <member name="T:System.ComponentModel.Design.SelectionTypes">
  15243.             <summary>Defines identifiers that indicate the type of a selection.</summary>
  15244.         </member>
  15245.         <member name="F:System.ComponentModel.Design.SelectionTypes.Add">
  15246.             <summary>Represents an add selection that adds the selected components to the current selection, maintaining the current set of selected components.</summary>
  15247.         </member>
  15248.         <member name="F:System.ComponentModel.Design.SelectionTypes.Auto">
  15249.             <summary>Represents a regular selection. The selection service responds to the CTRL and SHIFT keys to support adding or removing components to or from the selection.</summary>
  15250.         </member>
  15251.         <member name="F:System.ComponentModel.Design.SelectionTypes.Click">
  15252.             <summary>Represents a selection that occurs when a user clicks a component. If the newly selected component is already selected, it is promoted to be the primary selected component rather than being canceled.</summary>
  15253.         </member>
  15254.         <member name="F:System.ComponentModel.Design.SelectionTypes.MouseDown">
  15255.             <summary>Represents a selection that occurs when the user presses on the mouse button while the mouse pointer is over a component. If the component under the pointer is already selected, it is promoted to become the primary selected component rather than being canceled.</summary>
  15256.         </member>
  15257.         <member name="F:System.ComponentModel.Design.SelectionTypes.MouseUp">
  15258.             <summary>Represents a selection that occurs when the user releases the mouse button immediately after a component has been selected. If the newly selected component is already selected, it is promoted to be the primary selected component rather than being canceled.</summary>
  15259.         </member>
  15260.         <member name="F:System.ComponentModel.Design.SelectionTypes.Normal">
  15261.             <summary>Represents a regular selection. The selection service responds to the CTRL and SHIFT keys to support adding or removing components to or from the selection.</summary>
  15262.         </member>
  15263.         <member name="F:System.ComponentModel.Design.SelectionTypes.Primary">
  15264.             <summary>Represents a primary selection that occurs when a user clicks on a component. If a component in the selection list is already selected, the component is promoted to be the primary selection.</summary>
  15265.         </member>
  15266.         <member name="F:System.ComponentModel.Design.SelectionTypes.Remove">
  15267.             <summary>Represents a remove selection that removes the selected components from the current selection, maintaining the current set of selected components.</summary>
  15268.         </member>
  15269.         <member name="F:System.ComponentModel.Design.SelectionTypes.Replace">
  15270.             <summary>Represents a selection that occurs when the content of a selection is replaced. The selection service replaces the current selection with the replacement.</summary>
  15271.         </member>
  15272.         <member name="F:System.ComponentModel.Design.SelectionTypes.Toggle">
  15273.             <summary>Represents a toggle selection that switches between the current selection and the provided selection. If a component is already selected and is passed into <see cref="Overload:System.ComponentModel.Design.ISelectionService.SetSelectedComponents"></see> with a selection type of <see cref="F:System.ComponentModel.Design.SelectionTypes.Toggle"></see>, the component selection will be canceled.</summary>
  15274.         </member>
  15275.         <member name="F:System.ComponentModel.Design.SelectionTypes.Valid">
  15276.             <summary>Identifies the valid selection types as <see cref="F:System.ComponentModel.Design.SelectionTypes.Normal"></see>, <see cref="F:System.ComponentModel.Design.SelectionTypes.Replace"></see>, <see cref="F:System.ComponentModel.Design.SelectionTypes.MouseDown"></see>, <see cref="F:System.ComponentModel.Design.SelectionTypes.MouseUp"></see>, or <see cref="F:System.ComponentModel.Design.SelectionTypes.Click"></see>.</summary>
  15277.         </member>
  15278.         <member name="T:System.ComponentModel.Design.ServiceContainer">
  15279.             <summary>Provides a simple implementation of the <see cref="T:System.ComponentModel.Design.IServiceContainer"></see> interface. This class cannot be inherited.</summary>
  15280.         </member>
  15281.         <member name="M:System.ComponentModel.Design.ServiceContainer.#ctor">
  15282.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ServiceContainer"></see> class.</summary>
  15283.         </member>
  15284.         <member name="M:System.ComponentModel.Design.ServiceContainer.#ctor(System.IServiceProvider)">
  15285.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.ServiceContainer"></see> class using the specified parent service provider.</summary>
  15286.             <param name="parentProvider">A parent service provider. </param>
  15287.         </member>
  15288.         <member name="M:System.ComponentModel.Design.ServiceContainer.AddService(System.Type,System.Object)">
  15289.             <summary>Adds the specified service to the service container.</summary>
  15290.             <param name="serviceType">The type of service to add. </param>
  15291.             <param name="serviceInstance">An instance of the service to add. This object must implement or inherit from the type indicated by the serviceType parameter. </param>
  15292.             <exception cref="T:System.ArgumentException">A service of type serviceType already exists in the container.</exception>
  15293.             <exception cref="T:System.ArgumentNullException">serviceType or serviceInstance is null.</exception>
  15294.         </member>
  15295.         <member name="M:System.ComponentModel.Design.ServiceContainer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
  15296.             <summary>Adds the specified service to the service container.</summary>
  15297.             <param name="callback">A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. </param>
  15298.             <param name="serviceType">The type of service to add. </param>
  15299.             <exception cref="T:System.ArgumentException">A service of type serviceType already exists in the container.</exception>
  15300.             <exception cref="T:System.ArgumentNullException">serviceType or callback is null.</exception>
  15301.         </member>
  15302.         <member name="M:System.ComponentModel.Design.ServiceContainer.AddService(System.Type,System.Object,System.Boolean)">
  15303.             <summary>Adds the specified service to the service container.</summary>
  15304.             <param name="promote">true if this service should be added to any parent service containers; otherwise, false. </param>
  15305.             <param name="serviceType">The type of service to add. </param>
  15306.             <param name="serviceInstance">An instance of the service type to add. This object must implement or inherit from the type indicated by the serviceType parameter. </param>
  15307.             <exception cref="T:System.ArgumentException">A service of type serviceType already exists in the container.</exception>
  15308.             <exception cref="T:System.ArgumentNullException">serviceType or serviceInstance is null.</exception>
  15309.         </member>
  15310.         <member name="M:System.ComponentModel.Design.ServiceContainer.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
  15311.             <summary>Adds the specified service to the service container.</summary>
  15312.             <param name="promote">true if this service should be added to any parent service containers; otherwise, false. </param>
  15313.             <param name="callback">A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested. </param>
  15314.             <param name="serviceType">The type of service to add. </param>
  15315.             <exception cref="T:System.ArgumentException">A service of type serviceType already exists in the container.</exception>
  15316.             <exception cref="T:System.ArgumentNullException">serviceType or callback is null.</exception>
  15317.         </member>
  15318.         <member name="M:System.ComponentModel.Design.ServiceContainer.Dispose">
  15319.             <summary>Disposes this service container.</summary>
  15320.         </member>
  15321.         <member name="M:System.ComponentModel.Design.ServiceContainer.Dispose(System.Boolean)">
  15322.             <summary>Disposes this service container.</summary>
  15323.             <param name="disposing">true if the <see cref="T:System.ComponentModel.Design.ServiceContainer"></see> is in the process of being disposed of; otherwise, false.</param>
  15324.         </member>
  15325.         <member name="M:System.ComponentModel.Design.ServiceContainer.GetService(System.Type)">
  15326.             <summary>Gets the requested service.</summary>
  15327.             <returns>An instance of the service if it could be found, or null if it could not be found.</returns>
  15328.             <param name="serviceType">The type of service to retrieve. </param>
  15329.         </member>
  15330.         <member name="M:System.ComponentModel.Design.ServiceContainer.RemoveService(System.Type)">
  15331.             <summary>Removes the specified service type from the service container.</summary>
  15332.             <param name="serviceType">The type of service to remove. </param>
  15333.             <exception cref="T:System.ArgumentNullException">serviceType is null.</exception>
  15334.         </member>
  15335.         <member name="M:System.ComponentModel.Design.ServiceContainer.RemoveService(System.Type,System.Boolean)">
  15336.             <summary>Removes the specified service type from the service container.</summary>
  15337.             <param name="promote">true if this service should be removed from any parent service containers; otherwise, false. </param>
  15338.             <param name="serviceType">The type of service to remove. </param>
  15339.             <exception cref="T:System.ArgumentNullException">serviceType is null.</exception>
  15340.         </member>
  15341.         <member name="P:System.ComponentModel.Design.ServiceContainer.DefaultServices">
  15342.             <summary>Gets the default services implemented directly by <see cref="T:System.ComponentModel.Design.ServiceContainer"></see>.</summary>
  15343.             <returns>The default services.</returns>
  15344.         </member>
  15345.         <member name="T:System.ComponentModel.Design.ServiceCreatorCallback">
  15346.             <summary>Provides a callback mechanism that can create an instance of a service on demand.</summary>
  15347.             <returns>The service specified by serviceType, or null if the service could not be created. </returns>
  15348.         </member>
  15349.         <member name="T:System.ComponentModel.Design.StandardCommands">
  15350.             <summary>Defines identifiers for the standard set of commands that are available to most applications.</summary>
  15351.         </member>
  15352.         <member name="M:System.ComponentModel.Design.StandardCommands.#ctor">
  15353.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.StandardCommands"></see> class. </summary>
  15354.         </member>
  15355.         <member name="F:System.ComponentModel.Design.StandardCommands.AlignBottom">
  15356.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the AlignBottom command. This field is read-only.</summary>
  15357.         </member>
  15358.         <member name="F:System.ComponentModel.Design.StandardCommands.AlignHorizontalCenters">
  15359.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the AlignHorizontalCenters command. This field is read-only.</summary>
  15360.         </member>
  15361.         <member name="F:System.ComponentModel.Design.StandardCommands.AlignLeft">
  15362.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the AlignLeft command. This field is read-only.</summary>
  15363.         </member>
  15364.         <member name="F:System.ComponentModel.Design.StandardCommands.AlignRight">
  15365.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the AlignRight command. This field is read-only.</summary>
  15366.         </member>
  15367.         <member name="F:System.ComponentModel.Design.StandardCommands.AlignToGrid">
  15368.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the AlignToGrid command. This field is read-only.</summary>
  15369.         </member>
  15370.         <member name="F:System.ComponentModel.Design.StandardCommands.AlignTop">
  15371.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the AlignTop command. This field is read-only.</summary>
  15372.         </member>
  15373.         <member name="F:System.ComponentModel.Design.StandardCommands.AlignVerticalCenters">
  15374.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the AlignVerticalCenters command. This field is read-only.</summary>
  15375.         </member>
  15376.         <member name="F:System.ComponentModel.Design.StandardCommands.ArrangeBottom">
  15377.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the ArrangeBottom command. This field is read-only.</summary>
  15378.         </member>
  15379.         <member name="F:System.ComponentModel.Design.StandardCommands.ArrangeIcons">
  15380.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the ArrangeIcons command. This field is read-only.</summary>
  15381.         </member>
  15382.         <member name="F:System.ComponentModel.Design.StandardCommands.ArrangeRight">
  15383.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the ArrangeRight command. This field is read-only.</summary>
  15384.         </member>
  15385.         <member name="F:System.ComponentModel.Design.StandardCommands.BringForward">
  15386.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the BringForward command. This field is read-only.</summary>
  15387.         </member>
  15388.         <member name="F:System.ComponentModel.Design.StandardCommands.BringToFront">
  15389.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the BringToFront command. This field is read-only.</summary>
  15390.         </member>
  15391.         <member name="F:System.ComponentModel.Design.StandardCommands.CenterHorizontally">
  15392.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the CenterHorizontally command. This field is read-only.</summary>
  15393.         </member>
  15394.         <member name="F:System.ComponentModel.Design.StandardCommands.CenterVertically">
  15395.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the CenterVertically command. This field is read-only.</summary>
  15396.         </member>
  15397.         <member name="F:System.ComponentModel.Design.StandardCommands.Copy">
  15398.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Copy command. This field is read-only.</summary>
  15399.         </member>
  15400.         <member name="F:System.ComponentModel.Design.StandardCommands.Cut">
  15401.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Cut command. This field is read-only.</summary>
  15402.         </member>
  15403.         <member name="F:System.ComponentModel.Design.StandardCommands.Delete">
  15404.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Delete command. This field is read-only.</summary>
  15405.         </member>
  15406.         <member name="F:System.ComponentModel.Design.StandardCommands.DocumentOutline">
  15407.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Document Outline command. This field is read-only.</summary>
  15408.         </member>
  15409.         <member name="F:System.ComponentModel.Design.StandardCommands.F1Help">
  15410.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the F1Help command. This field is read-only.</summary>
  15411.         </member>
  15412.         <member name="F:System.ComponentModel.Design.StandardCommands.Group">
  15413.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Group command. This field is read-only.</summary>
  15414.         </member>
  15415.         <member name="F:System.ComponentModel.Design.StandardCommands.HorizSpaceConcatenate">
  15416.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the HorizSpaceConcatenate command. This field is read-only.</summary>
  15417.         </member>
  15418.         <member name="F:System.ComponentModel.Design.StandardCommands.HorizSpaceDecrease">
  15419.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the HorizSpaceDecrease command. This field is read-only.</summary>
  15420.         </member>
  15421.         <member name="F:System.ComponentModel.Design.StandardCommands.HorizSpaceIncrease">
  15422.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the HorizSpaceIncrease command. This field is read-only.</summary>
  15423.         </member>
  15424.         <member name="F:System.ComponentModel.Design.StandardCommands.HorizSpaceMakeEqual">
  15425.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the HorizSpaceMakeEqual command. This field is read-only.</summary>
  15426.         </member>
  15427.         <member name="F:System.ComponentModel.Design.StandardCommands.LineupIcons">
  15428.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the LineupIcons command. This field is read-only.</summary>
  15429.         </member>
  15430.         <member name="F:System.ComponentModel.Design.StandardCommands.LockControls">
  15431.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the LockControls command. This field is read-only.</summary>
  15432.         </member>
  15433.         <member name="F:System.ComponentModel.Design.StandardCommands.MultiLevelRedo">
  15434.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the MultiLevelRedo command. This field is read-only.</summary>
  15435.         </member>
  15436.         <member name="F:System.ComponentModel.Design.StandardCommands.MultiLevelUndo">
  15437.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the MultiLevelUndo command. This field is read-only.</summary>
  15438.         </member>
  15439.         <member name="F:System.ComponentModel.Design.StandardCommands.Paste">
  15440.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Paste command. This field is read-only.</summary>
  15441.         </member>
  15442.         <member name="F:System.ComponentModel.Design.StandardCommands.Properties">
  15443.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Properties command. This field is read-only.</summary>
  15444.         </member>
  15445.         <member name="F:System.ComponentModel.Design.StandardCommands.PropertiesWindow">
  15446.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the PropertiesWindow command. This field is read-only.</summary>
  15447.         </member>
  15448.         <member name="F:System.ComponentModel.Design.StandardCommands.Redo">
  15449.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Redo command. This field is read-only.</summary>
  15450.         </member>
  15451.         <member name="F:System.ComponentModel.Design.StandardCommands.Replace">
  15452.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Replace command. This field is read-only.</summary>
  15453.         </member>
  15454.         <member name="F:System.ComponentModel.Design.StandardCommands.SelectAll">
  15455.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the SelectAll command. This field is read-only.</summary>
  15456.         </member>
  15457.         <member name="F:System.ComponentModel.Design.StandardCommands.SendBackward">
  15458.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the SendBackward command. This field is read-only.</summary>
  15459.         </member>
  15460.         <member name="F:System.ComponentModel.Design.StandardCommands.SendToBack">
  15461.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the SendToBack command. This field is read-only.</summary>
  15462.         </member>
  15463.         <member name="F:System.ComponentModel.Design.StandardCommands.ShowGrid">
  15464.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the ShowGrid command. This field is read-only.</summary>
  15465.         </member>
  15466.         <member name="F:System.ComponentModel.Design.StandardCommands.ShowLargeIcons">
  15467.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the ShowLargeIcons command. This field is read-only.</summary>
  15468.         </member>
  15469.         <member name="F:System.ComponentModel.Design.StandardCommands.SizeToControl">
  15470.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the SizeToControl command. This field is read-only.</summary>
  15471.         </member>
  15472.         <member name="F:System.ComponentModel.Design.StandardCommands.SizeToControlHeight">
  15473.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the SizeToControlHeight command. This field is read-only.</summary>
  15474.         </member>
  15475.         <member name="F:System.ComponentModel.Design.StandardCommands.SizeToControlWidth">
  15476.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the SizeToControlWidth command. This field is read-only.</summary>
  15477.         </member>
  15478.         <member name="F:System.ComponentModel.Design.StandardCommands.SizeToFit">
  15479.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the SizeToFit command. This field is read-only.</summary>
  15480.         </member>
  15481.         <member name="F:System.ComponentModel.Design.StandardCommands.SizeToGrid">
  15482.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the SizeToGrid command. This field is read-only.</summary>
  15483.         </member>
  15484.         <member name="F:System.ComponentModel.Design.StandardCommands.SnapToGrid">
  15485.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the SnapToGrid command. This field is read-only.</summary>
  15486.         </member>
  15487.         <member name="F:System.ComponentModel.Design.StandardCommands.TabOrder">
  15488.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the TabOrder command. This field is read-only.</summary>
  15489.         </member>
  15490.         <member name="F:System.ComponentModel.Design.StandardCommands.Undo">
  15491.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Undo command. This field is read-only.</summary>
  15492.         </member>
  15493.         <member name="F:System.ComponentModel.Design.StandardCommands.Ungroup">
  15494.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the Ungroup command. This field is read-only.</summary>
  15495.         </member>
  15496.         <member name="F:System.ComponentModel.Design.StandardCommands.VerbFirst">
  15497.             <summary>Gets the first of a set of verbs. This field is read-only.</summary>
  15498.         </member>
  15499.         <member name="F:System.ComponentModel.Design.StandardCommands.VerbLast">
  15500.             <summary>Gets the last of a set of verbs. This field is read-only.</summary>
  15501.         </member>
  15502.         <member name="F:System.ComponentModel.Design.StandardCommands.VertSpaceConcatenate">
  15503.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the VertSpaceConcatenate command. This field is read-only.</summary>
  15504.         </member>
  15505.         <member name="F:System.ComponentModel.Design.StandardCommands.VertSpaceDecrease">
  15506.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the VertSpaceDecrease command. This field is read-only.</summary>
  15507.         </member>
  15508.         <member name="F:System.ComponentModel.Design.StandardCommands.VertSpaceIncrease">
  15509.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the VertSpaceIncrease command. This field is read-only.</summary>
  15510.         </member>
  15511.         <member name="F:System.ComponentModel.Design.StandardCommands.VertSpaceMakeEqual">
  15512.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the VertSpaceMakeEqual command. This field is read-only.</summary>
  15513.         </member>
  15514.         <member name="F:System.ComponentModel.Design.StandardCommands.ViewCode">
  15515.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the ViewCode command. This field is read-only.</summary>
  15516.         </member>
  15517.         <member name="F:System.ComponentModel.Design.StandardCommands.ViewGrid">
  15518.             <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID"></see> for the ViewGrid command. This field is read-only.</summary>
  15519.         </member>
  15520.         <member name="T:System.ComponentModel.Design.StandardToolWindows">
  15521.             <summary>Defines GUID identifiers that correspond to the standard set of tool windows that are available in the design environment.</summary>
  15522.         </member>
  15523.         <member name="M:System.ComponentModel.Design.StandardToolWindows.#ctor">
  15524.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.StandardToolWindows"></see> class. </summary>
  15525.         </member>
  15526.         <member name="F:System.ComponentModel.Design.StandardToolWindows.ObjectBrowser">
  15527.             <summary>Gets the GUID for the object browser. This field is read-only.</summary>
  15528.         </member>
  15529.         <member name="F:System.ComponentModel.Design.StandardToolWindows.OutputWindow">
  15530.             <summary>Gets the GUID for the output window. This field is read-only.</summary>
  15531.         </member>
  15532.         <member name="F:System.ComponentModel.Design.StandardToolWindows.ProjectExplorer">
  15533.             <summary>Gets the GUID for the solution explorer. This field is read-only.</summary>
  15534.         </member>
  15535.         <member name="F:System.ComponentModel.Design.StandardToolWindows.PropertyBrowser">
  15536.             <summary>Gets the GUID for the Properties window. This field is read-only.</summary>
  15537.         </member>
  15538.         <member name="F:System.ComponentModel.Design.StandardToolWindows.RelatedLinks">
  15539.             <summary>Gets the GUID for the related links frame. This field is read-only.</summary>
  15540.         </member>
  15541.         <member name="F:System.ComponentModel.Design.StandardToolWindows.ServerExplorer">
  15542.             <summary>Gets the GUID for the server explorer. This field is read-only.</summary>
  15543.         </member>
  15544.         <member name="F:System.ComponentModel.Design.StandardToolWindows.TaskList">
  15545.             <summary>Gets the GUID for the task list. This field is read-only.</summary>
  15546.         </member>
  15547.         <member name="F:System.ComponentModel.Design.StandardToolWindows.Toolbox">
  15548.             <summary>Gets the GUID for the Toolbox. This field is read-only.</summary>
  15549.         </member>
  15550.         <member name="T:System.ComponentModel.Design.ViewTechnology">
  15551.             <summary>Defines identifiers for a set of technologies that designer hosts support.</summary>
  15552.         </member>
  15553.         <member name="F:System.ComponentModel.Design.ViewTechnology.Default">
  15554.             <summary>Specifies the default view technology support. </summary>
  15555.         </member>
  15556.         <member name="F:System.ComponentModel.Design.ViewTechnology.Passthrough">
  15557.             <summary>Represents a mode in which the view object is passed directly to the development environment. </summary>
  15558.         </member>
  15559.         <member name="F:System.ComponentModel.Design.ViewTechnology.WindowsForms">
  15560.             <summary>Represents a mode in which a Windows Forms control object provides the display for the root designer. </summary>
  15561.         </member>
  15562.         <member name="T:System.ComponentModel.Design.Serialization.ComponentSerializationService">
  15563.             <summary>Provides the base class for serializing a set of components or serializable objects into a serialization store.</summary>
  15564.         </member>
  15565.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.#ctor">
  15566.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.ComponentSerializationService"></see> class. </summary>
  15567.         </member>
  15568.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.CreateStore">
  15569.             <summary>Creates a new <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see>.</summary>
  15570.             <returns>A new <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see>.</returns>
  15571.         </member>
  15572.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.Deserialize(System.ComponentModel.Design.Serialization.SerializationStore)">
  15573.             <summary>Deserializes the given store to produce a collection of objects.</summary>
  15574.             <returns>A collection of objects created according to the stored state.</returns>
  15575.             <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to deserialize.</param>
  15576.             <exception cref="T:System.ArgumentNullException">store is null.</exception>
  15577.             <exception cref="T:System.InvalidOperationException">store does not contain data in a format the serialization container can process.</exception>
  15578.         </member>
  15579.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.Deserialize(System.ComponentModel.Design.Serialization.SerializationStore,System.ComponentModel.IContainer)">
  15580.             <summary>Deserializes the given store and populates the given <see cref="T:System.ComponentModel.IContainer"></see> with deserialized <see cref="T:System.ComponentModel.IComponent"></see> objects.</summary>
  15581.             <returns>A collection of objects created according to the stored state.</returns>
  15582.             <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to deserialize.</param>
  15583.             <param name="container">The <see cref="T:System.ComponentModel.IContainer"></see> to which <see cref="T:System.ComponentModel.IComponent"></see> objects will be added.</param>
  15584.             <exception cref="T:System.ArgumentNullException">store or container is null.</exception>
  15585.             <exception cref="T:System.InvalidOperationException">store does not contain data in a format the serialization container can process.</exception>
  15586.         </member>
  15587.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore,System.ComponentModel.IContainer)">
  15588.             <summary>Deserializes the given <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to the given container.</summary>
  15589.             <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to deserialize.</param>
  15590.             <param name="container">The container to which <see cref="T:System.ComponentModel.IComponent"></see> objects will be added.</param>
  15591.             <exception cref="T:System.ArgumentNullException">store or container is null.</exception>
  15592.             <exception cref="T:System.InvalidOperationException">store does not contain data in a format the serialization container can process.</exception>
  15593.         </member>
  15594.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore,System.ComponentModel.IContainer,System.Boolean)">
  15595.             <summary>Deserializes the given <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to the given container, optionally validating recycled types.</summary>
  15596.             <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to deserialize.</param>
  15597.             <param name="container">The container to which <see cref="T:System.ComponentModel.IComponent"></see> objects will be added.</param>
  15598.             <param name="validateRecycledTypes">true to guarantee that the deserialization will only work if applied to an object of the same type.</param>
  15599.             <exception cref="T:System.ArgumentNullException">store or container is null.</exception>
  15600.             <exception cref="T:System.InvalidOperationException">store does not contain data in a format the serialization container can process.</exception>
  15601.         </member>
  15602.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.DeserializeTo(System.ComponentModel.Design.Serialization.SerializationStore,System.ComponentModel.IContainer,System.Boolean,System.Boolean)">
  15603.             <summary>Deserializes the given <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to the given container, optionally applying default property values.</summary>
  15604.             <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to deserialize.</param>
  15605.             <param name="container">The container to which <see cref="T:System.ComponentModel.IComponent"></see> objects will be added.</param>
  15606.             <param name="applyDefaults">true to indicate that the default property values should be applied.</param>
  15607.             <param name="validateRecycledTypes">true to guarantee that the deserialization will only work if applied to an object of the same type.</param>
  15608.             <exception cref="T:System.ArgumentNullException">store or container is null.</exception>
  15609.             <exception cref="T:System.InvalidOperationException">store does not contain data in a format the serialization container can process.</exception>
  15610.         </member>
  15611.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.LoadStore(System.IO.Stream)">
  15612.             <summary>Loads a <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> from a stream.</summary>
  15613.             <returns>A new <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> instance.</returns>
  15614.             <param name="stream">The <see cref="T:System.IO.Stream"></see> from which the store will be loaded.</param>
  15615.             <exception cref="T:System.InvalidOperationException">stream does not contain data saved by a previous call to <see cref="M:System.ComponentModel.Design.Serialization.SerializationStore.Save(System.IO.Stream)"></see>.</exception>
  15616.             <exception cref="T:System.ArgumentNullException">stream is null.</exception>
  15617.         </member>
  15618.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.Serialize(System.ComponentModel.Design.Serialization.SerializationStore,System.Object)">
  15619.             <summary>Serializes the given object to the given <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see>.</summary>
  15620.             <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to which the state of value will be written.</param>
  15621.             <param name="value">The object to serialize.</param>
  15622.             <exception cref="T:System.ArgumentNullException">store or value is null.</exception>
  15623.             <exception cref="T:System.InvalidOperationException">store is closed, or store is not a supported type of serialization store. Use a store returned by <see cref="M:System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CreateStore"></see>.</exception>
  15624.         </member>
  15625.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.SerializeAbsolute(System.ComponentModel.Design.Serialization.SerializationStore,System.Object)">
  15626.             <summary>Serializes the given object, accounting for default property values.</summary>
  15627.             <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to which the state of value will be serialized.</param>
  15628.             <param name="value">The object to serialize.</param>
  15629.             <exception cref="T:System.ArgumentNullException">store or value is null.</exception>
  15630.             <exception cref="T:System.InvalidOperationException">store is closed, or store is not a supported type of serialization store. Use a store returned by <see cref="M:System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CreateStore"></see>.</exception>
  15631.         </member>
  15632.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.SerializeMember(System.ComponentModel.Design.Serialization.SerializationStore,System.Object,System.ComponentModel.MemberDescriptor)">
  15633.             <summary>Serializes the given member on the given object. </summary>
  15634.             <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to which the state of member will be serialized.</param>
  15635.             <param name="member">A <see cref="T:System.ComponentModel.MemberDescriptor"></see> specifying the member to serialize.</param>
  15636.             <param name="owningObject">The object to which member is attached.</param>
  15637.             <exception cref="T:System.ArgumentNullException">store or value is null.</exception>
  15638.             <exception cref="T:System.InvalidOperationException">store is closed, or store is not a supported type of serialization store. Use a store returned by <see cref="M:System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CreateStore"></see>.</exception>
  15639.         </member>
  15640.         <member name="M:System.ComponentModel.Design.Serialization.ComponentSerializationService.SerializeMemberAbsolute(System.ComponentModel.Design.Serialization.SerializationStore,System.Object,System.ComponentModel.MemberDescriptor)">
  15641.             <summary>Serializes the given member on the given object, accounting for the default property value.</summary>
  15642.             <param name="store">The <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> to which the state of member will be serialized.</param>
  15643.             <param name="member">The member to serialize.</param>
  15644.             <param name="owningObject">The object to which member is attached.</param>
  15645.             <exception cref="T:System.ArgumentNullException">store or value is null.</exception>
  15646.             <exception cref="T:System.InvalidOperationException">store is closed, or store is not a supported type of serialization store. Use a store returned by <see cref="M:System.ComponentModel.Design.Serialization.CodeDomComponentSerializationService.CreateStore"></see>.</exception>
  15647.         </member>
  15648.         <member name="T:System.ComponentModel.Design.Serialization.ContextStack">
  15649.             <summary>Provides a stack object that can be used by a serializer to make information available to nested serializers.</summary>
  15650.         </member>
  15651.         <member name="M:System.ComponentModel.Design.Serialization.ContextStack.#ctor">
  15652.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.ContextStack"></see> class. </summary>
  15653.         </member>
  15654.         <member name="M:System.ComponentModel.Design.Serialization.ContextStack.Append(System.Object)">
  15655.             <summary>Appends an object to the end of the stack, rather than pushing it onto the top of the stack.</summary>
  15656.             <param name="context">A context object to append to the stack.</param>
  15657.             <exception cref="T:System.ArgumentNullException">context is null.</exception>
  15658.         </member>
  15659.         <member name="M:System.ComponentModel.Design.Serialization.ContextStack.Pop">
  15660.             <summary>Removes the current object off of the stack, returning its value.</summary>
  15661.             <returns>The object removed from the stack; null if no objects are on the stack.</returns>
  15662.         </member>
  15663.         <member name="M:System.ComponentModel.Design.Serialization.ContextStack.Push(System.Object)">
  15664.             <summary>Pushes, or places, the specified object onto the stack.</summary>
  15665.             <param name="context">The context object to push onto the stack. </param>
  15666.             <exception cref="T:System.ArgumentNullException">context is null.</exception>
  15667.         </member>
  15668.         <member name="P:System.ComponentModel.Design.Serialization.ContextStack.Current">
  15669.             <summary>Gets the current object on the stack.</summary>
  15670.             <returns>The current object on the stack, or null if no objects were pushed.</returns>
  15671.         </member>
  15672.         <member name="P:System.ComponentModel.Design.Serialization.ContextStack.Item(System.Int32)">
  15673.             <summary>Gets the object on the stack at the specified level.</summary>
  15674.             <returns>The object on the stack at the specified level, or null if no object exists at that level.</returns>
  15675.             <param name="level">The level of the object to retrieve on the stack. Level 0 is the top of the stack, level 1 is the next down, and so on. This level must be 0 or greater. If level is greater than the number of levels on the stack, it returns null. </param>
  15676.             <exception cref="T:System.ArgumentOutOfRangeException">level is less than 0.</exception>
  15677.         </member>
  15678.         <member name="P:System.ComponentModel.Design.Serialization.ContextStack.Item(System.Type)">
  15679.             <summary>Gets the first object on the stack that inherits from or implements the specified type.</summary>
  15680.             <returns>The first object on the stack that inherits from or implements the specified type, or null if no object on the stack implements the type.</returns>
  15681.             <param name="type">A type to retrieve from the context stack. </param>
  15682.             <exception cref="T:System.ArgumentNullException">type is null.</exception>
  15683.         </member>
  15684.         <member name="T:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute">
  15685.             <summary>The <see cref="T:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute"></see> attribute is placed on a serializer to indicate the class to use as a default provider of that type of serializer. </summary>
  15686.         </member>
  15687.         <member name="M:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute.#ctor(System.String)">
  15688.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute"></see> class with the named provider type.</summary>
  15689.             <param name="providerTypeName">The name of the serialization provider type.</param>
  15690.             <exception cref="T:System.ArgumentNullException">providerTypeName is null.</exception>
  15691.         </member>
  15692.         <member name="M:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute.#ctor(System.Type)">
  15693.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute"></see> class with the given provider type.</summary>
  15694.             <param name="providerType">The <see cref="T:System.Type"></see> of the serialization provider.</param>
  15695.             <exception cref="T:System.ArgumentNullException">providerType is null.</exception>
  15696.         </member>
  15697.         <member name="P:System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute.ProviderTypeName">
  15698.             <summary>Gets the type name of the serialization provider.</summary>
  15699.             <returns>A string containing the name of the provider.</returns>
  15700.         </member>
  15701.         <member name="T:System.ComponentModel.Design.Serialization.DesignerLoader">
  15702.             <summary>Provides a basic designer loader interface that can be used to implement a custom designer loader.</summary>
  15703.         </member>
  15704.         <member name="M:System.ComponentModel.Design.Serialization.DesignerLoader.#ctor">
  15705.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DesignerLoader"></see> class. </summary>
  15706.         </member>
  15707.         <member name="M:System.ComponentModel.Design.Serialization.DesignerLoader.BeginLoad(System.ComponentModel.Design.Serialization.IDesignerLoaderHost)">
  15708.             <summary>Begins loading a designer.</summary>
  15709.             <param name="host">The loader host through which this loader loads components. </param>
  15710.         </member>
  15711.         <member name="M:System.ComponentModel.Design.Serialization.DesignerLoader.Dispose">
  15712.             <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Design.Serialization.DesignerLoader"></see>.</summary>
  15713.         </member>
  15714.         <member name="M:System.ComponentModel.Design.Serialization.DesignerLoader.Flush">
  15715.             <summary>Writes cached changes to the location that the designer was loaded from.</summary>
  15716.         </member>
  15717.         <member name="P:System.ComponentModel.Design.Serialization.DesignerLoader.Loading">
  15718.             <summary>Gets a value indicating whether the loader is currently loading a document.</summary>
  15719.             <returns>true if the loader is currently loading a document; otherwise, false.</returns>
  15720.         </member>
  15721.         <member name="T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute">
  15722.             <summary>Indicates a serializer for the serialization manager to use to serialize the values of the type this attribute is applied to. This class cannot be inherited.</summary>
  15723.         </member>
  15724.         <member name="M:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.#ctor(System.String,System.String)">
  15725.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute"></see> class.</summary>
  15726.             <param name="baseSerializerTypeName">The fully qualified name of the base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types. </param>
  15727.             <param name="serializerTypeName">The fully qualified name of the data type of the serializer. </param>
  15728.         </member>
  15729.         <member name="M:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.#ctor(System.String,System.Type)">
  15730.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute"></see> class.</summary>
  15731.             <param name="baseSerializerType">The base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types. </param>
  15732.             <param name="serializerTypeName">The fully qualified name of the data type of the serializer. </param>
  15733.         </member>
  15734.         <member name="M:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.#ctor(System.Type,System.Type)">
  15735.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute"></see> class.</summary>
  15736.             <param name="baseSerializerType">The base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types. </param>
  15737.             <param name="serializerType">The data type of the serializer. </param>
  15738.         </member>
  15739.         <member name="P:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.SerializerBaseTypeName">
  15740.             <summary>Gets the fully qualified type name of the serializer base type.</summary>
  15741.             <returns>The fully qualified type name of the serializer base type.</returns>
  15742.         </member>
  15743.         <member name="P:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.SerializerTypeName">
  15744.             <summary>Gets the fully qualified type name of the serializer.</summary>
  15745.             <returns>The fully qualified type name of the serializer.</returns>
  15746.         </member>
  15747.         <member name="P:System.ComponentModel.Design.Serialization.DesignerSerializerAttribute.TypeId">
  15748.             <summary>Indicates a unique ID for this attribute type.</summary>
  15749.             <returns>A unique ID for this attribute type.</returns>
  15750.         </member>
  15751.         <member name="T:System.ComponentModel.Design.Serialization.IDesignerLoaderHost">
  15752.             <summary>Provides an interface that can extend a designer host to support loading from a serialized state.</summary>
  15753.         </member>
  15754.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderHost.EndLoad(System.String,System.Boolean,System.Collections.ICollection)">
  15755.             <summary>Ends the designer loading operation.</summary>
  15756.             <param name="successful">true if the designer is successfully loaded; otherwise, false. </param>
  15757.             <param name="errorCollection">A collection containing the errors encountered during load, if any. If no errors were encountered, pass either an empty collection or null. </param>
  15758.             <param name="baseClassName">The fully qualified name of the base class of the document that this designer is designing. </param>
  15759.         </member>
  15760.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderHost.Reload">
  15761.             <summary>Reloads the design document.</summary>
  15762.         </member>
  15763.         <member name="T:System.ComponentModel.Design.Serialization.IDesignerLoaderService">
  15764.             <summary>Provides an interface that can extend a designer loader to support asynchronous loading of external components.</summary>
  15765.         </member>
  15766.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderService.AddLoadDependency">
  15767.             <summary>Registers an external component as part of the load process managed by this interface.</summary>
  15768.         </member>
  15769.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderService.DependentLoadComplete(System.Boolean,System.Collections.ICollection)">
  15770.             <summary>Signals that a dependent load has finished.</summary>
  15771.             <param name="successful">true if the load of the designer is successful; false if errors prevented the load from finishing. </param>
  15772.             <param name="errorCollection">A collection of errors that occurred during the load, if any. If no errors occurred, pass either an empty collection or null. </param>
  15773.         </member>
  15774.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerLoaderService.Reload">
  15775.             <summary>Reloads the design document.</summary>
  15776.             <returns>true if the reload request is accepted, or false if the loader does not allow the reload.</returns>
  15777.         </member>
  15778.         <member name="T:System.ComponentModel.Design.Serialization.IDesignerSerializationManager">
  15779.             <summary>Provides an interface that can manage design-time serialization.</summary>
  15780.         </member>
  15781.         <member name="E:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.ResolveName">
  15782.             <summary>Occurs when <see cref="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetName(System.Object)"></see> cannot locate the specified name in the serialization manager's name table.</summary>
  15783.         </member>
  15784.         <member name="E:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.SerializationComplete">
  15785.             <summary>Occurs when serialization is complete.</summary>
  15786.         </member>
  15787.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
  15788.             <summary>Adds the specified serialization provider to the serialization manager.</summary>
  15789.             <param name="provider">The serialization provider to add. </param>
  15790.         </member>
  15791.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.CreateInstance(System.Type,System.Collections.ICollection,System.String,System.Boolean)">
  15792.             <summary>Creates an instance of the specified type and adds it to a collection of named instances.</summary>
  15793.             <returns>The newly created object instance.</returns>
  15794.             <param name="type">The data type to create. </param>
  15795.             <param name="addToContainer">If true, this object is added to the design container. The object must implement <see cref="T:System.ComponentModel.IComponent"></see> for this to have any effect. </param>
  15796.             <param name="name">The name of the object. This name can be used to access the object later through <see cref="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetInstance(System.String)"></see>. If null is passed, the object is still created but cannot be accessed by name. </param>
  15797.             <param name="arguments">The arguments to pass to the constructor for this type. </param>
  15798.         </member>
  15799.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetInstance(System.String)">
  15800.             <summary>Gets an instance of a created object of the specified name, or null if that object does not exist.</summary>
  15801.             <returns>An instance of the object with the given name, or null if no object by that name can be found.</returns>
  15802.             <param name="name">The name of the object to retrieve. </param>
  15803.         </member>
  15804.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetName(System.Object)">
  15805.             <summary>Gets the name of the specified object, or null if the object has no name.</summary>
  15806.             <returns>The name of the object, or null if the object is unnamed.</returns>
  15807.             <param name="value">The object to retrieve the name for. </param>
  15808.         </member>
  15809.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetSerializer(System.Type,System.Type)">
  15810.             <summary>Gets a serializer of the requested type for the specified object type.</summary>
  15811.             <returns>An instance of the requested serializer, or null if no appropriate serializer can be located.</returns>
  15812.             <param name="objectType">The type of the object to get the serializer for. </param>
  15813.             <param name="serializerType">The type of the serializer to retrieve. </param>
  15814.         </member>
  15815.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.GetType(System.String)">
  15816.             <summary>Gets a type of the specified name.</summary>
  15817.             <returns>An instance of the type, or null if the type cannot be loaded.</returns>
  15818.             <param name="typeName">The fully qualified name of the type to load. </param>
  15819.         </member>
  15820.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.RemoveSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)">
  15821.             <summary>Removes a custom serialization provider from the serialization manager.</summary>
  15822.             <param name="provider">The provider to remove. This object must have been added using <see cref="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.AddSerializationProvider(System.ComponentModel.Design.Serialization.IDesignerSerializationProvider)"></see>. </param>
  15823.         </member>
  15824.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.ReportError(System.Object)">
  15825.             <summary>Reports an error in serialization.</summary>
  15826.             <param name="errorInformation">The error to report. This information object can be of any object type. If it is an exception, the message of the exception is extracted and reported to the user. If it is any other type, <see cref="M:System.Object.ToString"></see> is called to display the information to the user. </param>
  15827.         </member>
  15828.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.SetName(System.Object,System.String)">
  15829.             <summary>Sets the name of the specified existing object.</summary>
  15830.             <param name="name">The name to give the instance. </param>
  15831.             <param name="instance">The object instance to name. </param>
  15832.         </member>
  15833.         <member name="P:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.Context">
  15834.             <summary>Gets a stack-based, user-defined storage area that is useful for communication between serializers.</summary>
  15835.             <returns>A <see cref="T:System.ComponentModel.Design.Serialization.ContextStack"></see> that stores data.</returns>
  15836.         </member>
  15837.         <member name="P:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.Properties">
  15838.             <summary>Indicates custom properties that can be serializable with available serializers.</summary>
  15839.             <returns>A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"></see> containing the properties to be serialized.</returns>
  15840.         </member>
  15841.         <member name="T:System.ComponentModel.Design.Serialization.IDesignerSerializationProvider">
  15842.             <summary>Provides an interface that enables access to a serializer.</summary>
  15843.         </member>
  15844.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationProvider.GetSerializer(System.ComponentModel.Design.Serialization.IDesignerSerializationManager,System.Object,System.Type,System.Type)">
  15845.             <summary>Gets a serializer using the specified attributes.</summary>
  15846.             <returns>An instance of a serializer of the type requested, or null if the request cannot be satisfied.</returns>
  15847.             <param name="currentSerializer">An instance of the current serializer of the specified type. This can be null if no serializer of the specified type exists. </param>
  15848.             <param name="objectType">The data type of the object to serialize. </param>
  15849.             <param name="manager">The serialization manager requesting the serializer. </param>
  15850.             <param name="serializerType">The data type of the serializer to create. </param>
  15851.         </member>
  15852.         <member name="T:System.ComponentModel.Design.Serialization.IDesignerSerializationService">
  15853.             <summary>Provides an interface that can invoke serialization and deserialization.</summary>
  15854.         </member>
  15855.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationService.Deserialize(System.Object)">
  15856.             <summary>Deserializes the specified serialization data object and returns a collection of objects represented by that data.</summary>
  15857.             <returns>An <see cref="T:System.Collections.ICollection"></see> of objects rebuilt from the specified serialization data object.</returns>
  15858.             <param name="serializationData">An object consisting of serialized data. </param>
  15859.         </member>
  15860.         <member name="M:System.ComponentModel.Design.Serialization.IDesignerSerializationService.Serialize(System.Collections.ICollection)">
  15861.             <summary>Serializes the specified collection of objects and stores them in a serialization data object.</summary>
  15862.             <returns>An object that contains the serialized state of the specified collection of objects.</returns>
  15863.             <param name="objects">A collection of objects to serialize. </param>
  15864.         </member>
  15865.         <member name="T:System.ComponentModel.Design.Serialization.INameCreationService">
  15866.             <summary>Provides a service that can generate unique names for objects.</summary>
  15867.         </member>
  15868.         <member name="M:System.ComponentModel.Design.Serialization.INameCreationService.CreateName(System.ComponentModel.IContainer,System.Type)">
  15869.             <summary>Creates a new name that is unique to all components in the specified container.</summary>
  15870.             <returns>A unique name for the data type.</returns>
  15871.             <param name="container">The container where the new object is added. </param>
  15872.             <param name="dataType">The data type of the object that receives the name. </param>
  15873.         </member>
  15874.         <member name="M:System.ComponentModel.Design.Serialization.INameCreationService.IsValidName(System.String)">
  15875.             <summary>Gets a value indicating whether the specified name is valid.</summary>
  15876.             <returns>true if the name is valid; otherwise, false.</returns>
  15877.             <param name="name">The name to validate. </param>
  15878.         </member>
  15879.         <member name="M:System.ComponentModel.Design.Serialization.INameCreationService.ValidateName(System.String)">
  15880.             <summary>Gets a value indicating whether the specified name is valid.</summary>
  15881.             <param name="name">The name to validate. </param>
  15882.         </member>
  15883.         <member name="T:System.ComponentModel.Design.Serialization.InstanceDescriptor">
  15884.             <summary>Provides the information necessary to create an instance of an object. This class cannot be inherited.</summary>
  15885.         </member>
  15886.         <member name="M:System.ComponentModel.Design.Serialization.InstanceDescriptor.#ctor(System.Reflection.MemberInfo,System.Collections.ICollection)">
  15887.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor"></see> class using the specified member information and arguments.</summary>
  15888.             <param name="member">The member information for the descriptor. This can be a <see cref="T:System.Reflection.MethodInfo"></see>, <see cref="T:System.Reflection.ConstructorInfo"></see>, <see cref="T:System.Reflection.FieldInfo"></see>, or <see cref="T:System.Reflection.PropertyInfo"></see>. If this is a <see cref="T:System.Reflection.MethodInfo"></see>, <see cref="T:System.Reflection.FieldInfo"></see>, or <see cref="T:System.Reflection.PropertyInfo"></see>, it must represent a static member. </param>
  15889.             <param name="arguments">The collection of arguments to pass to the member. This parameter can be null or an empty collection if there are no arguments. The collection can also consist of other instances of <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor"></see>. </param>
  15890.             <exception cref="T:System.ArgumentException">member is of type <see cref="T:System.Reflection.MethodInfo"></see>, <see cref="T:System.Reflection.FieldInfo"></see>, or <see cref="T:System.Reflection.PropertyInfo"></see>, and it does not represent a static member.member is of type <see cref="T:System.Reflection.PropertyInfo"></see> and is not readable.member is of type <see cref="T:System.Reflection.MethodInfo"></see> or <see cref="T:System.Reflection.ConstructorInfo"></see>, and the number of arguments in arguments does not match the signature of member.member is of type <see cref="T:System.Reflection.ConstructorInfo"></see> and represents a static member.member is of type <see cref="T:System.Reflection.FieldInfo"></see>, and the number of arguments in arguments is not zero. </exception>
  15891.         </member>
  15892.         <member name="M:System.ComponentModel.Design.Serialization.InstanceDescriptor.#ctor(System.Reflection.MemberInfo,System.Collections.ICollection,System.Boolean)">
  15893.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor"></see> class using the specified member information, arguments, and value indicating whether the specified information completely describes the instance.</summary>
  15894.             <param name="member">The member information for the descriptor. This can be a <see cref="T:System.Reflection.MethodInfo"></see>, <see cref="T:System.Reflection.ConstructorInfo"></see>, <see cref="T:System.Reflection.FieldInfo"></see>, or <see cref="T:System.Reflection.PropertyInfo"></see>. If this is a <see cref="T:System.Reflection.MethodInfo"></see>, <see cref="T:System.Reflection.FieldInfo"></see>, or <see cref="T:System.Reflection.PropertyInfo"></see>, it must represent a static member. </param>
  15895.             <param name="arguments">The collection of arguments to pass to the member. This parameter can be null or an empty collection if there are no arguments. The collection can also consist of other instances of <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor"></see>. </param>
  15896.             <param name="isComplete">true if the specified information completely describes the instance; otherwise, false. </param>
  15897.             <exception cref="T:System.ArgumentException">member is of type <see cref="T:System.Reflection.MethodInfo"></see>, <see cref="T:System.Reflection.FieldInfo"></see>, or <see cref="T:System.Reflection.PropertyInfo"></see>, and it does not represent a static membermember is of type <see cref="T:System.Reflection.PropertyInfo"></see> and is not readable.member is of type <see cref="T:System.Reflection.MethodInfo"></see> or <see cref="T:System.Reflection.ConstructorInfo"></see> and the number of arguments in arguments does not match the signature of member.member is of type <see cref="T:System.Reflection.ConstructorInfo"></see> and represents a static membermember is of type <see cref="T:System.Reflection.FieldInfo"></see>, and the number of arguments in arguments is not zero.</exception>
  15898.         </member>
  15899.         <member name="M:System.ComponentModel.Design.Serialization.InstanceDescriptor.Invoke">
  15900.             <summary>Invokes this instance descriptor and returns the object the descriptor describes.</summary>
  15901.             <returns>The object this instance descriptor describes.</returns>
  15902.         </member>
  15903.         <member name="P:System.ComponentModel.Design.Serialization.InstanceDescriptor.Arguments">
  15904.             <summary>Gets the collection of arguments that can be used to reconstruct an instance of the object that this instance descriptor represents.</summary>
  15905.             <returns>An <see cref="T:System.Collections.ICollection"></see> of arguments that can be used to create the object.</returns>
  15906.         </member>
  15907.         <member name="P:System.ComponentModel.Design.Serialization.InstanceDescriptor.IsComplete">
  15908.             <summary>Gets a value indicating whether the contents of this <see cref="T:System.ComponentModel.Design.Serialization.InstanceDescriptor"></see> completely identify the instance.</summary>
  15909.             <returns>true if the instance is completely described; otherwise, false.</returns>
  15910.         </member>
  15911.         <member name="P:System.ComponentModel.Design.Serialization.InstanceDescriptor.MemberInfo">
  15912.             <summary>Gets the member information that describes the instance this descriptor is associated with.</summary>
  15913.             <returns>A <see cref="T:System.Reflection.MemberInfo"></see> that describes the instance that this object is associated with.</returns>
  15914.         </member>
  15915.         <member name="T:System.ComponentModel.Design.Serialization.MemberRelationship">
  15916.             <summary>Represents a single relationship between an object and a member.</summary>
  15917.         </member>
  15918.         <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.#ctor(System.Object,System.ComponentModel.MemberDescriptor)">
  15919.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> class. </summary>
  15920.             <param name="owner">The object that owns member.</param>
  15921.             <param name="member">The member which is to be related to owner.</param>
  15922.             <exception cref="T:System.ArgumentNullException">owner or member is null.</exception>
  15923.         </member>
  15924.         <member name="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty">
  15925.             <summary>Represents the empty member relationship. This field is read-only.</summary>
  15926.         </member>
  15927.         <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.Equals(System.Object)">
  15928.             <summary>Determines whether two <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> instances are equal.</summary>
  15929.             <returns>true if the specified <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> is equal to the current <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see>; otherwise, false.</returns>
  15930.             <param name="obj">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> to compare with the current <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see>.</param>
  15931.         </member>
  15932.         <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.GetHashCode">
  15933.             <summary>Returns the hash code for this instance.</summary>
  15934.             <returns>A hash code for the current <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see>.</returns>
  15935.         </member>
  15936.         <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.op_Equality(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
  15937.             <summary>Tests whether two specified <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> structures are equivalent.</summary>
  15938.             <returns>This operator returns true if the two <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> structures are equal; otherwise, false.</returns>
  15939.             <param name="right">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> structure that is to the right of the equality operator.</param>
  15940.             <param name="left">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> structure that is to the left of the equality operator.</param>
  15941.         </member>
  15942.         <member name="M:System.ComponentModel.Design.Serialization.MemberRelationship.op_Inequality(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
  15943.             <summary>Tests whether two specified <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> structures are different.</summary>
  15944.             <returns>This operator returns true if the two <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> structures are different; otherwise, false.</returns>
  15945.             <param name="right">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> structure that is to the right of the inequality operator.</param>
  15946.             <param name="left">The <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> structure that is to the left of the inequality operator.</param>
  15947.         </member>
  15948.         <member name="P:System.ComponentModel.Design.Serialization.MemberRelationship.IsEmpty">
  15949.             <summary>Gets a value indicating whether this relationship is equal to the <see cref="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty"></see> relationship. </summary>
  15950.             <returns>true if this relationship is equal to the <see cref="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty"></see> relationship; otherwise, false.</returns>
  15951.         </member>
  15952.         <member name="P:System.ComponentModel.Design.Serialization.MemberRelationship.Member">
  15953.             <summary>Gets the related member.</summary>
  15954.             <returns>The member that is passed in to the <see cref="M:System.ComponentModel.Design.Serialization.MemberRelationship.#ctor(System.Object,System.ComponentModel.MemberDescriptor)"></see>.</returns>
  15955.         </member>
  15956.         <member name="P:System.ComponentModel.Design.Serialization.MemberRelationship.Owner">
  15957.             <summary>Gets the owning object.</summary>
  15958.             <returns>The owning object that is passed in to the <see cref="M:System.ComponentModel.Design.Serialization.MemberRelationship.#ctor(System.Object,System.ComponentModel.MemberDescriptor)"></see>.</returns>
  15959.         </member>
  15960.         <member name="T:System.ComponentModel.Design.Serialization.MemberRelationshipService">
  15961.             <summary>Provides the base class for relating one member to another.</summary>
  15962.         </member>
  15963.         <member name="M:System.ComponentModel.Design.Serialization.MemberRelationshipService.#ctor">
  15964.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationshipService"></see> class. </summary>
  15965.         </member>
  15966.         <member name="M:System.ComponentModel.Design.Serialization.MemberRelationshipService.GetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship)">
  15967.             <summary>Gets a relationship to the given source relationship.</summary>
  15968.             <returns>A relationship to source, or <see cref="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty"></see> if no relationship exists.</returns>
  15969.             <param name="source">The source relationship.</param>
  15970.         </member>
  15971.         <member name="M:System.ComponentModel.Design.Serialization.MemberRelationshipService.SetRelationship(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
  15972.             <summary>Creates a relationship between the source object and target relationship.</summary>
  15973.             <param name="relationship">The relationship to set into the source.</param>
  15974.             <param name="source">The source relationship.</param>
  15975.             <exception cref="T:System.ArgumentException">The relationship is not supported by the service.</exception>
  15976.         </member>
  15977.         <member name="M:System.ComponentModel.Design.Serialization.MemberRelationshipService.SupportsRelationship(System.ComponentModel.Design.Serialization.MemberRelationship,System.ComponentModel.Design.Serialization.MemberRelationship)">
  15978.             <summary>Gets a value indicating whether the given relationship is supported.</summary>
  15979.             <returns>true if a relationship between the given two objects is supported; otherwise, false.</returns>
  15980.             <param name="relationship">The relationship to set into the source.</param>
  15981.             <param name="source">The source relationship.</param>
  15982.         </member>
  15983.         <member name="P:System.ComponentModel.Design.Serialization.MemberRelationshipService.Item(System.ComponentModel.Design.Serialization.MemberRelationship)">
  15984.             <summary>Establishes a relationship between a source and target object.</summary>
  15985.             <returns>The current relationship associated with source, or <see cref="F:System.ComponentModel.Design.Serialization.MemberRelationship.Empty"></see> if there is no relationship.</returns>
  15986.             <param name="source">The source relationship. This is the left-hand side of a relationship assignment.</param>
  15987.             <exception cref="T:System.ArgumentException">source is empty, or the relationship is not supported by the service.</exception>
  15988.             <exception cref="T:System.ArgumentNullException">source is null.</exception>
  15989.         </member>
  15990.         <member name="P:System.ComponentModel.Design.Serialization.MemberRelationshipService.Item(System.Object,System.ComponentModel.MemberDescriptor)">
  15991.             <summary>Establishes a relationship between a source and target object.</summary>
  15992.             <returns>A <see cref="T:System.ComponentModel.Design.Serialization.MemberRelationship"></see> structure encapsulating the relationship between a source and target object, or null if there is no relationship.</returns>
  15993.             <param name="sourceOwner">The owner of a source relationship.</param>
  15994.             <param name="sourceMember">The member of a source relationship.</param>
  15995.             <exception cref="T:System.ArgumentException">sourceOwner or sourceMember is empty, or the relationship is not supported by the service.</exception>
  15996.             <exception cref="T:System.ArgumentNullException">sourceOwner or sourceMember is null.</exception>
  15997.         </member>
  15998.         <member name="T:System.ComponentModel.Design.Serialization.ResolveNameEventArgs">
  15999.             <summary>Provides data for the <see cref="E:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.ResolveName"></see> event.</summary>
  16000.         </member>
  16001.         <member name="M:System.ComponentModel.Design.Serialization.ResolveNameEventArgs.#ctor(System.String)">
  16002.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.ResolveNameEventArgs"></see> class.</summary>
  16003.             <param name="name">The name to resolve. </param>
  16004.         </member>
  16005.         <member name="P:System.ComponentModel.Design.Serialization.ResolveNameEventArgs.Name">
  16006.             <summary>Gets the name of the object to resolve.</summary>
  16007.             <returns>The name of the object to resolve.</returns>
  16008.         </member>
  16009.         <member name="P:System.ComponentModel.Design.Serialization.ResolveNameEventArgs.Value">
  16010.             <summary>Gets or sets the object that matches the name.</summary>
  16011.             <returns>The object that the name is associated with.</returns>
  16012.         </member>
  16013.         <member name="T:System.ComponentModel.Design.Serialization.ResolveNameEventHandler">
  16014.             <summary>Represents the method that handles the <see cref="E:System.ComponentModel.Design.Serialization.IDesignerSerializationManager.ResolveName"></see> event of a serialization manager.</summary>
  16015.         </member>
  16016.         <member name="T:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute">
  16017.             <summary>Indicates the base serializer to use for a root designer object. This class cannot be inherited.</summary>
  16018.         </member>
  16019.         <member name="M:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.#ctor(System.String,System.String,System.Boolean)">
  16020.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute"></see> class using the specified attributes.</summary>
  16021.             <param name="baseSerializerTypeName">The name of the base type of the serializer. A class can include multiple serializers as they all have different base types. </param>
  16022.             <param name="reloadable">true if this serializer supports dynamic reloading of the document; otherwise, false. </param>
  16023.             <param name="serializerTypeName">The fully qualified name of the data type of the serializer. </param>
  16024.         </member>
  16025.         <member name="M:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.#ctor(System.String,System.Type,System.Boolean)">
  16026.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute"></see> class using the specified attributes.</summary>
  16027.             <param name="baseSerializerType">The name of the base type of the serializer. A class can include multiple serializers, as they all have different base types. </param>
  16028.             <param name="reloadable">true if this serializer supports dynamic reloading of the document; otherwise, false. </param>
  16029.             <param name="serializerTypeName">The fully qualified name of the data type of the serializer. </param>
  16030.         </member>
  16031.         <member name="M:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.#ctor(System.Type,System.Type,System.Boolean)">
  16032.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute"></see> class using the specified attributes.</summary>
  16033.             <param name="baseSerializerType">The base type of the serializer. A class can include multiple serializers as they all have different base types. </param>
  16034.             <param name="reloadable">true if this serializer supports dynamic reloading of the document; otherwise, false. </param>
  16035.             <param name="serializerType">The data type of the serializer. </param>
  16036.         </member>
  16037.         <member name="P:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.Reloadable">
  16038.             <summary>Gets a value indicating whether the root serializer supports reloading of the design document without first disposing the designer host.</summary>
  16039.             <returns>true if the root serializer supports reloading; otherwise, false.</returns>
  16040.         </member>
  16041.         <member name="P:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.SerializerBaseTypeName">
  16042.             <summary>Gets the fully qualified type name of the base type of the serializer.</summary>
  16043.             <returns>The name of the base type of the serializer.</returns>
  16044.         </member>
  16045.         <member name="P:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.SerializerTypeName">
  16046.             <summary>Gets the fully qualified type name of the serializer.</summary>
  16047.             <returns>The name of the type of the serializer.</returns>
  16048.         </member>
  16049.         <member name="P:System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute.TypeId">
  16050.             <summary>Gets a unique ID for this attribute type.</summary>
  16051.             <returns>An object containing a unique ID for this attribute type.</returns>
  16052.         </member>
  16053.         <member name="T:System.ComponentModel.Design.Serialization.SerializationStore">
  16054.             <summary>Provides the base class for storing serialization data for the <see cref="T:System.ComponentModel.Design.Serialization.ComponentSerializationService"></see>.</summary>
  16055.         </member>
  16056.         <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.#ctor">
  16057.             <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> class. </summary>
  16058.         </member>
  16059.         <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.Close">
  16060.             <summary>Closes the serialization store.</summary>
  16061.         </member>
  16062.         <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.Dispose(System.Boolean)">
  16063.             <summary>Releases the unmanaged resources used by the <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see> and optionally releases the managed resources. </summary>
  16064.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  16065.         </member>
  16066.         <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.Save(System.IO.Stream)">
  16067.             <summary>Saves the store to the given stream.</summary>
  16068.             <param name="stream">The stream to which the store will be serialized.</param>
  16069.         </member>
  16070.         <member name="M:System.ComponentModel.Design.Serialization.SerializationStore.System.IDisposable.Dispose">
  16071.             <summary>Releases all resources used by the <see cref="T:System.ComponentModel.Design.Serialization.SerializationStore"></see>.</summary>
  16072.         </member>
  16073.         <member name="P:System.ComponentModel.Design.Serialization.SerializationStore.Errors">
  16074.             <summary>Gets a collection of errors that occurred during serialization or deserialization.</summary>
  16075.             <returns>An <see cref="T:System.Collections.ICollection"></see> that contains errors that occurred during serialization or deserialization.</returns>
  16076.         </member>
  16077.         <member name="N:System.Configuration">
  16078.             <summary>The <see cref="N:System.Configuration"></see> namespace contains the types that provide the programming model for handling configuration data.</summary>
  16079.         </member>
  16080.         <member name="T:System.Configuration.ApplicationScopedSettingAttribute">
  16081.             <summary>Specifies that an application settings property has a common value for all users of an application. This class cannot be inherited.</summary>
  16082.             <filterpriority>1</filterpriority>
  16083.         </member>
  16084.         <member name="M:System.Configuration.ApplicationScopedSettingAttribute.#ctor">
  16085.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ApplicationScopedSettingAttribute"></see> class. </summary>
  16086.         </member>
  16087.         <member name="T:System.Configuration.ApplicationSettingsBase">
  16088.             <summary>Acts as a base class for deriving concrete wrapper classes to implement the application settings feature in Window Forms applications.</summary>
  16089.             <filterpriority>1</filterpriority>
  16090.         </member>
  16091.         <member name="M:System.Configuration.ApplicationSettingsBase.#ctor">
  16092.             <summary>Initializes an instance of the <see cref="T:System.Configuration.ApplicationSettingsBase"></see> class to its default state.</summary>
  16093.         </member>
  16094.         <member name="M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent)">
  16095.             <summary>Initializes an instance of the <see cref="T:System.Configuration.ApplicationSettingsBase"></see> class using the supplied owner component.</summary>
  16096.             <param name="owner">The component that will act as the owner of the application settings object.</param>
  16097.             <exception cref="T:System.ArgumentNullException">owner is null.</exception>
  16098.         </member>
  16099.         <member name="M:System.Configuration.ApplicationSettingsBase.#ctor(System.String)">
  16100.             <summary>Initializes an instance of the <see cref="T:System.Configuration.ApplicationSettingsBase"></see> class using the supplied settings key.</summary>
  16101.             <param name="settingsKey">A <see cref="T:System.String"></see> that uniquely identifies separate instances of the wrapper class.</param>
  16102.         </member>
  16103.         <member name="M:System.Configuration.ApplicationSettingsBase.#ctor(System.ComponentModel.IComponent,System.String)">
  16104.             <summary>Initializes an instance of the <see cref="T:System.Configuration.ApplicationSettingsBase"></see> class using the supplied owner component and settings key.</summary>
  16105.             <param name="owner">The component that will act as the owner of the application settings object.</param>
  16106.             <param name="settingsKey">A <see cref="T:System.String"></see> that uniquely identifies separate instances of the wrapper class.</param>
  16107.             <exception cref="T:System.ArgumentNullException">owner is null.</exception>
  16108.         </member>
  16109.         <member name="E:System.Configuration.ApplicationSettingsBase.PropertyChanged">
  16110.             <summary>Occurs after the value of an application settings property is changed.</summary>
  16111.             <filterpriority>2</filterpriority>
  16112.         </member>
  16113.         <member name="E:System.Configuration.ApplicationSettingsBase.SettingChanging">
  16114.             <summary>Occurs before the value of an application settings property is changed.</summary>
  16115.             <filterpriority>2</filterpriority>
  16116.         </member>
  16117.         <member name="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded">
  16118.             <summary>Occurs after the application settings are retrieved from storage.</summary>
  16119.         </member>
  16120.         <member name="E:System.Configuration.ApplicationSettingsBase.SettingsSaving">
  16121.             <summary>Occurs before values are saved to the data store.</summary>
  16122.             <filterpriority>2</filterpriority>
  16123.         </member>
  16124.         <member name="M:System.Configuration.ApplicationSettingsBase.GetPreviousVersion(System.String)">
  16125.             <summary>Returns the value of the named settings property for the previous version of the same application.</summary>
  16126.             <returns>An <see cref="T:System.Object"></see> containing the value of the specified <see cref="T:System.Configuration.SettingsProperty"></see> if found; otherwise, null.</returns>
  16127.             <param name="propertyName">A <see cref="T:System.String"></see> containing the name of the settings property whose value is to be returned.</param>
  16128.             <exception cref="T:System.Configuration.SettingsPropertyNotFoundException">The property does not exist. The property count is zero or the property cannot be found in the data store.</exception>
  16129.             <filterpriority>2</filterpriority>
  16130.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence, ControlPrincipal" /></PermissionSet>
  16131.         </member>
  16132.         <member name="M:System.Configuration.ApplicationSettingsBase.OnPropertyChanged(System.Object,System.ComponentModel.PropertyChangedEventArgs)">
  16133.             <summary>Raises the <see cref="E:System.Configuration.ApplicationSettingsBase.PropertyChanged"></see> event.</summary>
  16134.             <param name="e">A <see cref="T:System.ComponentModel.PropertyChangedEventArgs"></see> that contains the event data.</param>
  16135.             <param name="sender">The source of the event.</param>
  16136.         </member>
  16137.         <member name="M:System.Configuration.ApplicationSettingsBase.OnSettingChanging(System.Object,System.Configuration.SettingChangingEventArgs)">
  16138.             <summary>Raises the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingChanging"></see> event.</summary>
  16139.             <param name="e">A <see cref="T:System.Configuration.SettingChangingEventArgs"></see> that contains the event data.</param>
  16140.             <param name="sender">The source of the event.</param>
  16141.         </member>
  16142.         <member name="M:System.Configuration.ApplicationSettingsBase.OnSettingsLoaded(System.Object,System.Configuration.SettingsLoadedEventArgs)">
  16143.             <summary>Raises the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded"></see> event.</summary>
  16144.             <param name="e">A <see cref="T:System.Configuration.SettingsLoadedEventArgs"></see> that contains the event data.</param>
  16145.             <param name="sender">The source of the event.</param>
  16146.         </member>
  16147.         <member name="M:System.Configuration.ApplicationSettingsBase.OnSettingsSaving(System.Object,System.ComponentModel.CancelEventArgs)">
  16148.             <summary>Raises the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsSaving"></see> event.</summary>
  16149.             <param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"></see> that contains the event data.</param>
  16150.             <param name="sender">The source of the event.</param>
  16151.         </member>
  16152.         <member name="M:System.Configuration.ApplicationSettingsBase.Reload">
  16153.             <summary>Refreshes the application settings property values from persistent storage.</summary>
  16154.             <filterpriority>1</filterpriority>
  16155.         </member>
  16156.         <member name="M:System.Configuration.ApplicationSettingsBase.Reset">
  16157.             <summary>Restores the persisted application settings values to their corresponding default properties.</summary>
  16158.             <filterpriority>2</filterpriority>
  16159.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  16160.         </member>
  16161.         <member name="M:System.Configuration.ApplicationSettingsBase.Save">
  16162.             <summary>Stores the current values of the application settings properties.</summary>
  16163.             <filterpriority>1</filterpriority>
  16164.         </member>
  16165.         <member name="M:System.Configuration.ApplicationSettingsBase.Upgrade">
  16166.             <summary>Updates application settings to reflect a more recent installation of the application.</summary>
  16167.             <filterpriority>2</filterpriority>
  16168.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  16169.         </member>
  16170.         <member name="P:System.Configuration.ApplicationSettingsBase.Context">
  16171.             <summary>Gets the application settings context associated with the settings group.</summary>
  16172.             <returns>A <see cref="T:System.Configuration.SettingsContext"></see> associated with the settings group.</returns>
  16173.             <filterpriority>2</filterpriority>
  16174.         </member>
  16175.         <member name="P:System.Configuration.ApplicationSettingsBase.Item(System.String)">
  16176.             <summary>Gets or sets the value of the specified application settings property.</summary>
  16177.             <returns>If found, the value of the named settings property; otherwise, null.</returns>
  16178.             <param name="propertyName">A <see cref="T:System.String"></see> containing the name of the property to access.</param>
  16179.             <exception cref="T:System.Configuration.SettingsPropertyWrongTypeException">The value supplied is of a type incompatible with the settings property, during a set operation.</exception>
  16180.             <exception cref="T:System.Configuration.SettingsPropertyNotFoundException">There are no properties associated with the current wrapper or the specified property could not be found.</exception>
  16181.             <exception cref="T:System.Configuration.SettingsPropertyIsReadOnlyException">An attempt was made to set a read-only property.</exception>
  16182.             <filterpriority>2</filterpriority>
  16183.         </member>
  16184.         <member name="P:System.Configuration.ApplicationSettingsBase.Properties">
  16185.             <summary>Gets the collection of settings properties in the wrapper.</summary>
  16186.             <returns>A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing all the <see cref="T:System.Configuration.SettingsProperty"></see> objects used in the current wrapper.</returns>
  16187.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The associated settings provider could not be found or its instantiation failed. </exception>
  16188.             <filterpriority>2</filterpriority>
  16189.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  16190.         </member>
  16191.         <member name="P:System.Configuration.ApplicationSettingsBase.PropertyValues">
  16192.             <summary>Gets the collection of settings properties in the wrapper.</summary>
  16193.             <returns>A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing all the <see cref="T:System.Configuration.SettingsProperty"></see> objects used in the current wrapper.</returns>
  16194.             <exception cref="T:System.Configuration.ConfigurationErrorsException">The associated settings provider could not be found or its instantiation failed. </exception>
  16195.             <filterpriority>2</filterpriority>
  16196.         </member>
  16197.         <member name="P:System.Configuration.ApplicationSettingsBase.Providers">
  16198.             <summary>Gets the collection of application settings providers used by the wrapper.</summary>
  16199.             <returns>A <see cref="T:System.Configuration.SettingsProviderCollection"></see> containing all the <see cref="T:System.Configuration.SettingsProvider"></see> objects used by the settings properties of the current settings wrapper.</returns>
  16200.             <filterpriority>2</filterpriority>
  16201.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  16202.         </member>
  16203.         <member name="P:System.Configuration.ApplicationSettingsBase.SettingsKey">
  16204.             <summary>Gets or sets the settings key for the application settings group.</summary>
  16205.             <returns>A <see cref="T:System.String"></see> containing the settings key for the current settings group.</returns>
  16206.             <filterpriority>2</filterpriority>
  16207.         </member>
  16208.         <member name="T:System.Configuration.ApplicationSettingsGroup">
  16209.             <summary>Represents a grouping of related application settings sections within a configuration file. This class cannot be inherited.</summary>
  16210.             <filterpriority>2</filterpriority>
  16211.         </member>
  16212.         <member name="M:System.Configuration.ApplicationSettingsGroup.#ctor">
  16213.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ApplicationSettingsGroup"></see> class.</summary>
  16214.         </member>
  16215.         <member name="T:System.Configuration.AppSettingsReader">
  16216.             <summary>Provides a method for reading values of a particular type from the configuration.</summary>
  16217.             <filterpriority>2</filterpriority>
  16218.         </member>
  16219.         <member name="M:System.Configuration.AppSettingsReader.#ctor">
  16220.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.AppSettingsReader"></see> class.</summary>
  16221.         </member>
  16222.         <member name="M:System.Configuration.AppSettingsReader.GetValue(System.String,System.Type)">
  16223.             <summary>Gets the value for a specified key from the <see cref="P:System.Configuration.ConfigurationSettings.AppSettings"></see> property and returns an object of the specified type containing the value from the configuration.</summary>
  16224.             <returns>The value of the specified key.</returns>
  16225.             <param name="type">The type of the object to return.</param>
  16226.             <param name="key">The key for which to get the value.</param>
  16227.             <filterpriority>2</filterpriority>
  16228.         </member>
  16229.         <member name="T:System.Configuration.ClientSettingsSection">
  16230.             <summary>Represents a group of user-scoped application settings in a configuration file.</summary>
  16231.             <filterpriority>2</filterpriority>
  16232.         </member>
  16233.         <member name="M:System.Configuration.ClientSettingsSection.#ctor">
  16234.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ClientSettingsSection"></see> class.</summary>
  16235.         </member>
  16236.         <member name="P:System.Configuration.ClientSettingsSection.Settings">
  16237.             <summary>Gets the collection of client settings for the section.</summary>
  16238.             <returns>A <see cref="T:System.Configuration.SettingElementCollection"></see> containing all the client settings found in the current configuration section.</returns>
  16239.             <filterpriority>2</filterpriority>
  16240.         </member>
  16241.         <member name="T:System.Configuration.ConfigurationException">
  16242.             <summary>The exception that is thrown when a configuration system error has occurred.</summary>
  16243.             <filterpriority>2</filterpriority>
  16244.         </member>
  16245.         <member name="M:System.Configuration.ConfigurationException.#ctor">
  16246.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class. </summary>
  16247.         </member>
  16248.         <member name="M:System.Configuration.ConfigurationException.#ctor(System.String)">
  16249.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class. </summary>
  16250.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
  16251.         </member>
  16252.         <member name="M:System.Configuration.ConfigurationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  16253.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class. </summary>
  16254.             <param name="context">Contextual information about the source or destination.</param>
  16255.             <param name="info">The object that holds the information to deserialize.</param>
  16256.         </member>
  16257.         <member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception)">
  16258.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class. </summary>
  16259.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
  16260.             <param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown, if any.</param>
  16261.         </member>
  16262.         <member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode)">
  16263.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class. </summary>
  16264.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
  16265.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown.</param>
  16266.         </member>
  16267.         <member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)">
  16268.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class. </summary>
  16269.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
  16270.             <param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown, if any.</param>
  16271.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown.</param>
  16272.         </member>
  16273.         <member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32)">
  16274.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class. </summary>
  16275.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
  16276.             <param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationException"></see> was thrown.</param>
  16277.             <param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown.</param>
  16278.         </member>
  16279.         <member name="M:System.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)">
  16280.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.ConfigurationException"></see> class. </summary>
  16281.             <param name="message">A message describing why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</param>
  16282.             <param name="inner">The inner exception that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown, if any.</param>
  16283.             <param name="line">The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationException"></see> was thrown.</param>
  16284.             <param name="filename">The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationException"></see> to be thrown.</param>
  16285.         </member>
  16286.         <member name="M:System.Configuration.ConfigurationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  16287.             <summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the file name and line number at which this configuration exception occurred.</summary>
  16288.             <param name="context">The contextual information about the source or destination.</param>
  16289.             <param name="info">The object that holds the information to be serialized.</param>
  16290.             <filterpriority>2</filterpriority>
  16291.         </member>
  16292.         <member name="M:System.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode)">
  16293.             <summary>Gets the path to the configuration file from which the internal <see cref="T:System.Xml.XmlNode"></see> object was loaded when this configuration exception was thrown.</summary>
  16294.             <returns>A string representing the node file name.</returns>
  16295.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> that caused this <see cref="T:System.Configuration.ConfigurationException"></see> exception to be thrown.</param>
  16296.             <filterpriority>1</filterpriority>
  16297.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  16298.         </member>
  16299.         <member name="M:System.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode)">
  16300.             <summary>Gets the line number within the configuration file that the internal <see cref="T:System.Xml.XmlNode"></see> object represented when this configuration exception was thrown.</summary>
  16301.             <returns>An int representing the node line number.</returns>
  16302.             <param name="node">The <see cref="T:System.Xml.XmlNode"></see> that caused this <see cref="T:System.Configuration.ConfigurationException"></see> exception to be thrown.</param>
  16303.             <filterpriority>1</filterpriority>
  16304.         </member>
  16305.         <member name="P:System.Configuration.ConfigurationException.BareMessage">
  16306.             <summary>Gets a description of why this configuration exception was thrown.</summary>
  16307.             <returns>A description of why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</returns>
  16308.             <filterpriority>2</filterpriority>
  16309.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  16310.         </member>
  16311.         <member name="P:System.Configuration.ConfigurationException.Filename">
  16312.             <summary>Gets the path to the configuration file that caused this configuration exception to be thrown.</summary>
  16313.             <returns>The path to the configuration file that caused this <see cref="T:System.Configuration.ConfigurationException"></see> exception to be thrown.</returns>
  16314.             <filterpriority>2</filterpriority>
  16315.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  16316.         </member>
  16317.         <member name="P:System.Configuration.ConfigurationException.Line">
  16318.             <summary>Gets the line number within the configuration file at which this configuration exception was thrown.</summary>
  16319.             <returns>The line number within the configuration file at which this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</returns>
  16320.             <filterpriority>2</filterpriority>
  16321.         </member>
  16322.         <member name="P:System.Configuration.ConfigurationException.Message">
  16323.             <summary>Gets an extended description of why this configuration exception was thrown.</summary>
  16324.             <returns>An extended description of why this <see cref="T:System.Configuration.ConfigurationException"></see> exception was thrown.</returns>
  16325.             <filterpriority>2</filterpriority>
  16326.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  16327.         </member>
  16328.         <member name="T:System.Configuration.ConfigurationSettings">
  16329.             <summary>Provides runtime support for reading configuration sections and common configuration settings.</summary>
  16330.             <filterpriority>2</filterpriority>
  16331.         </member>
  16332.         <member name="M:System.Configuration.ConfigurationSettings.GetConfig(System.String)">
  16333.             <summary>Returns the <see cref="T:System.Configuration.ConfigurationSection"></see> object for the passed configuration section name and path.</summary>
  16334.             <returns>The <see cref="T:System.Configuration.ConfigurationSection"></see> object for the passed configuration section name and path.The <see cref="T:System.Configuration.ConfigurationSettings"></see> class provides backward compatibility only. You should use the <see cref="T:System.Configuration.ConfigurationManager"></see> class or <see cref="T:System.Web.Configuration.WebConfigurationManager"></see> class instead.</returns>
  16335.             <param name="sectionName">A configuration name and path, such as "system.net/settings".</param>
  16336.             <exception cref="T:System.Configuration.ConfigurationException">Unable to retrieve the requested section.</exception>
  16337.             <filterpriority>1</filterpriority>
  16338.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  16339.         </member>
  16340.         <member name="P:System.Configuration.ConfigurationSettings.AppSettings">
  16341.             <summary>Gets a read-only <see cref="T:System.Collections.Specialized.NameValueCollection"></see> of the application settings section of the configuration file.</summary>
  16342.             <returns>A read-only <see cref="T:System.Collections.Specialized.NameValueCollection"></see> of the application settings section from the configuration file.</returns>
  16343.             <filterpriority>1</filterpriority>
  16344.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  16345.         </member>
  16346.         <member name="T:System.Configuration.ConfigXmlDocument">
  16347.             <summary>Wraps the corresponding <see cref="T:System.Xml.XmlDocument"></see> type and also carries the necessary information for reporting file-name and line numbers.</summary>
  16348.             <filterpriority>2</filterpriority>
  16349.         </member>
  16350.         <member name="M:System.Configuration.ConfigXmlDocument.#ctor">
  16351.             <summary>Creates an instance of the <see cref="T:System.Configuration.ConfigXmlDocument"></see> class.</summary>
  16352.         </member>
  16353.         <member name="M:System.Configuration.ConfigXmlDocument.CreateAttribute(System.String,System.String,System.String)">
  16354.             <summary>Creates a configuration element attribute.</summary>
  16355.             <returns>The <see cref="P:System.Xml.Serialization.XmlAttributes.XmlAttribute"></see> attribute</returns>
  16356.             <param name="localName">Name used locally</param>
  16357.             <param name="namespaceUri">The Url assigned to the namespace</param>
  16358.             <param name="p refix">Prefix definition</param>
  16359.             <filterpriority>2</filterpriority>
  16360.         </member>
  16361.         <member name="M:System.Configuration.ConfigXmlDocument.CreateCDataSection(System.String)">
  16362.             <summary>Creates an XML CData section.</summary>
  16363.             <returns>The <see cref="T:System.Xml.XmlCDataSection"></see> value.</returns>
  16364.             <param name="data">The data to use.</param>
  16365.             <filterpriority>2</filterpriority>
  16366.         </member>
  16367.         <member name="M:System.Configuration.ConfigXmlDocument.CreateComment(System.String)">
  16368.             <summary>Create an XML comment.</summary>
  16369.             <returns>The <see cref="T:System.Xml.XmlComment"></see> value.</returns>
  16370.             <param name="data">The comment data</param>
  16371.             <filterpriority>2</filterpriority>
  16372.         </member>
  16373.         <member name="M:System.Configuration.ConfigXmlDocument.CreateElement(System.String,System.String,System.String)">
  16374.             <summary>Creates a configuration element.</summary>
  16375.             <returns>The <see cref="T:System.Xml.XmlElement"></see> value.</returns>
  16376.             <param name="localName">The name used locally</param>
  16377.             <param name="namespaceUri">The namespace for the Url</param>
  16378.             <param name="prefix">The prefix definition</param>
  16379.             <filterpriority>2</filterpriority>
  16380.         </member>
  16381.         <member name="M:System.Configuration.ConfigXmlDocument.CreateSignificantWhitespace(System.String)">
  16382.             <summary>Creates white spaces.</summary>
  16383.             <returns>The <see cref="T:System.Xml.XmlSignificantWhitespace"></see> value.</returns>
  16384.             <param name="data">The data to use</param>
  16385.             <filterpriority>2</filterpriority>
  16386.         </member>
  16387.         <member name="M:System.Configuration.ConfigXmlDocument.CreateTextNode(System.String)">
  16388.             <summary>Create a text node.</summary>
  16389.             <returns>The <see cref="T:System.Xml.XmlText"></see> value.</returns>
  16390.             <param name="text">The text to use</param>
  16391.             <filterpriority>2</filterpriority>
  16392.         </member>
  16393.         <member name="M:System.Configuration.ConfigXmlDocument.CreateWhitespace(System.String)">
  16394.             <summary>Creates white space.</summary>
  16395.             <returns>The <see cref="T:System.Xml.XmlWhitespace"></see> value.</returns>
  16396.             <param name="data">The data to use</param>
  16397.             <filterpriority>2</filterpriority>
  16398.         </member>
  16399.         <member name="M:System.Configuration.ConfigXmlDocument.Load(System.String)">
  16400.             <summary>Loads the configuration file.</summary>
  16401.             <param name="filename">The name of the file</param>
  16402.             <filterpriority>2</filterpriority>
  16403.         </member>
  16404.         <member name="M:System.Configuration.ConfigXmlDocument.LoadSingleElement(System.String,System.Xml.XmlTextReader)">
  16405.             <summary>Loads a single configuration element.</summary>
  16406.             <param name="sourceReader">The source for the reader</param>
  16407.             <param name="filename">The name of the file</param>
  16408.             <filterpriority>2</filterpriority>
  16409.         </member>
  16410.         <member name="P:System.Configuration.ConfigXmlDocument.Filename">
  16411.             <summary>Gets the configuration file name.</summary>
  16412.             <returns>A string value with the configuration file name.</returns>
  16413.             <filterpriority>2</filterpriority>
  16414.         </member>
  16415.         <member name="P:System.Configuration.ConfigXmlDocument.LineNumber">
  16416.             <summary>Gets the current node line number.</summary>
  16417.             <returns>The line number for the current node.</returns>
  16418.             <filterpriority>2</filterpriority>
  16419.         </member>
  16420.         <member name="P:System.Configuration.ConfigXmlDocument.System.Configuration.Internal.IConfigErrorInfo.Filename">
  16421.             <summary>Gets the configuration file name.</summary>
  16422.             <returns>A string containing the file name.</returns>
  16423.         </member>
  16424.         <member name="P:System.Configuration.ConfigXmlDocument.System.Configuration.Internal.IConfigErrorInfo.LineNumber">
  16425.             <summary>Gets the configuration line number.</summary>
  16426.             <returns>The integer representing the line number.</returns>
  16427.         </member>
  16428.         <member name="T:System.Configuration.DefaultSettingValueAttribute">
  16429.             <summary>Specifies the default value for an application settings property.</summary>
  16430.             <filterpriority>1</filterpriority>
  16431.         </member>
  16432.         <member name="M:System.Configuration.DefaultSettingValueAttribute.#ctor(System.String)">
  16433.             <summary>Initializes an instance of the <see cref="T:System.Configuration.DefaultSettingValueAttribute"></see> class.</summary>
  16434.             <param name="value">A <see cref="T:System.String"></see> that represents the default value for the property. </param>
  16435.         </member>
  16436.         <member name="P:System.Configuration.DefaultSettingValueAttribute.Value">
  16437.             <summary>Gets the default value for the application settings property.</summary>
  16438.             <returns>A <see cref="T:System.String"></see> that represents the default value for the property.</returns>
  16439.             <filterpriority>2</filterpriority>
  16440.         </member>
  16441.         <member name="T:System.Configuration.DictionarySectionHandler">
  16442.             <summary>Provides key/value pair configuration information from a configuration section.</summary>
  16443.             <filterpriority>2</filterpriority>
  16444.         </member>
  16445.         <member name="M:System.Configuration.DictionarySectionHandler.#ctor">
  16446.             <summary>Initializes an instance of the <see cref="T:System.Configuration.DictionarySectionHandler"></see> class.</summary>
  16447.         </member>
  16448.         <member name="M:System.Configuration.DictionarySectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
  16449.             <summary>Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.</summary>
  16450.             <returns>A configuration object.</returns>
  16451.             <param name="context">Configuration context object.</param>
  16452.             <param name="section">Section XML node.</param>
  16453.             <param name="parent">Parent object.</param>
  16454.             <filterpriority>2</filterpriority>
  16455.         </member>
  16456.         <member name="P:System.Configuration.DictionarySectionHandler.KeyAttributeName">
  16457.             <summary>Gets the XML attribute name to use as the key in a key/value pair.</summary>
  16458.             <returns>A string value containing the name of the key attribute.</returns>
  16459.         </member>
  16460.         <member name="P:System.Configuration.DictionarySectionHandler.ValueAttributeName">
  16461.             <summary>Gets the XML attribute name to use as the value in a key/value pair.</summary>
  16462.             <returns>A string value containing the name of the value attribute.</returns>
  16463.         </member>
  16464.         <member name="T:System.Configuration.IApplicationSettingsProvider">
  16465.             <summary>Defines extended capabilities for client-based application settings providers.</summary>
  16466.             <filterpriority>2</filterpriority>
  16467.         </member>
  16468.         <member name="M:System.Configuration.IApplicationSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)">
  16469.             <summary>Returns the value of the specified settings property for the previous version of the same application.</summary>
  16470.             <returns>A <see cref="T:System.Configuration.SettingsPropertyValue"></see> containing the value of the specified property setting as it was last set in the previous version of the application; or null if the setting cannot be found.</returns>
  16471.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
  16472.             <param name="property">The <see cref="T:System.Configuration.SettingsProperty"></see> whose value is to be returned.</param>
  16473.             <filterpriority>2</filterpriority>
  16474.         </member>
  16475.         <member name="M:System.Configuration.IApplicationSettingsProvider.Reset(System.Configuration.SettingsContext)">
  16476.             <summary>Resets the application settings associated with the specified application to their default values.</summary>
  16477.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
  16478.             <filterpriority>2</filterpriority>
  16479.         </member>
  16480.         <member name="M:System.Configuration.IApplicationSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
  16481.             <summary>Indicates to the provider that the application has been upgraded. This offers the provider an opportunity to upgrade its stored settings as appropriate.</summary>
  16482.             <param name="properties">A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing the settings property group whose values are to be retrieved.</param>
  16483.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
  16484.             <filterpriority>2</filterpriority>
  16485.         </member>
  16486.         <member name="T:System.Configuration.IConfigurationSectionHandler">
  16487.             <summary>Handles the access to certain previous configuration sections.</summary>
  16488.             <filterpriority>2</filterpriority>
  16489.         </member>
  16490.         <member name="M:System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
  16491.             <summary>Creates a configuration section handler.</summary>
  16492.             <returns>The created section handler object.</returns>
  16493.             <param name="p arent">Parent object.</param>
  16494.             <param name="s ection">Section XML node.</param>
  16495.             <param name="configContext">Configuration context object.</param>
  16496.             <filterpriority>2</filterpriority>
  16497.         </member>
  16498.         <member name="T:System.Configuration.IConfigurationSystem">
  16499.             <summary>Provides standard configuration methods.</summary>
  16500.             <filterpriority>2</filterpriority>
  16501.         </member>
  16502.         <member name="M:System.Configuration.IConfigurationSystem.GetConfig(System.String)">
  16503.             <summary>Gets the specified configuration.</summary>
  16504.             <returns>The object representing the configuration.</returns>
  16505.             <param name="configKey">The configuration key.</param>
  16506.             <filterpriority>2</filterpriority>
  16507.         </member>
  16508.         <member name="M:System.Configuration.IConfigurationSystem.Init">
  16509.             <summary>Used for initialization.</summary>
  16510.             <filterpriority>2</filterpriority>
  16511.         </member>
  16512.         <member name="T:System.Configuration.IgnoreSectionHandler">
  16513.             <summary>Provides a legacy section-handler definition for configuration sections that are not handled by the <see cref="N:System.Configuration"></see> types.</summary>
  16514.             <filterpriority>2</filterpriority>
  16515.         </member>
  16516.         <member name="M:System.Configuration.IgnoreSectionHandler.#ctor">
  16517.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.IgnoreSectionHandler"></see> class.</summary>
  16518.         </member>
  16519.         <member name="M:System.Configuration.IgnoreSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
  16520.             <summary>Creates a new configuration handler and adds the specified configuration object to the section-handler collection.</summary>
  16521.             <returns>The created configuration handler object.</returns>
  16522.             <param name="configContext">The virtual path for which the configuration section handler computes configuration values. Normally this parameter is reserved and is null. </param>
  16523.             <param name="section">An <see cref="T:System.Xml.XmlNode"></see> that contains the configuration information to be handled. Provides direct access to the XML contents of the configuration section. </param>
  16524.             <param name="parent">The configuration settings in a corresponding parent configuration section. </param>
  16525.             <filterpriority>2</filterpriority>
  16526.         </member>
  16527.         <member name="T:System.Configuration.IPersistComponentSettings">
  16528.             <summary>Defines standard functionality for controls or libraries that store and retrieve application settings.</summary>
  16529.             <filterpriority>2</filterpriority>
  16530.         </member>
  16531.         <member name="M:System.Configuration.IPersistComponentSettings.LoadComponentSettings">
  16532.             <summary>Reads the control's application settings into their corresponding properties and updates the control's state.</summary>
  16533.             <filterpriority>2</filterpriority>
  16534.         </member>
  16535.         <member name="M:System.Configuration.IPersistComponentSettings.ResetComponentSettings">
  16536.             <summary>Resets the control's application settings properties to their default values.</summary>
  16537.             <filterpriority>1</filterpriority>
  16538.         </member>
  16539.         <member name="M:System.Configuration.IPersistComponentSettings.SaveComponentSettings">
  16540.             <summary>Persists the control's application settings properties.</summary>
  16541.             <filterpriority>2</filterpriority>
  16542.         </member>
  16543.         <member name="P:System.Configuration.IPersistComponentSettings.SaveSettings">
  16544.             <summary>Gets or sets a value indicating whether the control should automatically persist its application settings properties.</summary>
  16545.             <returns>true if the control should automatically persist its state; otherwise, false.</returns>
  16546.             <filterpriority>2</filterpriority>
  16547.         </member>
  16548.         <member name="P:System.Configuration.IPersistComponentSettings.SettingsKey">
  16549.             <summary>Gets or sets the value of the application settings key for the current instance of the control.</summary>
  16550.             <returns>A <see cref="T:System.String"></see> containing the settings key for the current instance of the control.</returns>
  16551.             <filterpriority>2</filterpriority>
  16552.         </member>
  16553.         <member name="T:System.Configuration.ISettingsProviderService">
  16554.             <summary>Provides an interface for defining an alternate application settings provider.</summary>
  16555.             <filterpriority>2</filterpriority>
  16556.         </member>
  16557.         <member name="M:System.Configuration.ISettingsProviderService.GetSettingsProvider(System.Configuration.SettingsProperty)">
  16558.             <summary>Returns the settings provider compatible with the specified settings property.</summary>
  16559.             <returns>If found, the <see cref="T:System.Configuration.SettingsProvider"></see> that can persist the specified settings property; otherwise, null.</returns>
  16560.             <param name="property">The <see cref="T:System.Configuration.SettingsProperty"></see> that requires serialization.</param>
  16561.             <filterpriority>2</filterpriority>
  16562.         </member>
  16563.         <member name="T:System.Configuration.LocalFileSettingsProvider">
  16564.             <summary>Provides persistence for application settings classes.</summary>
  16565.             <filterpriority>2</filterpriority>
  16566.         </member>
  16567.         <member name="M:System.Configuration.LocalFileSettingsProvider.#ctor">
  16568.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.LocalFileSettingsProvider"></see> class.</summary>
  16569.         </member>
  16570.         <member name="M:System.Configuration.LocalFileSettingsProvider.GetPreviousVersion(System.Configuration.SettingsContext,System.Configuration.SettingsProperty)">
  16571.             <summary>Returns the value of the named settings property for the previous version of the same application. </summary>
  16572.             <returns>A <see cref="T:System.Configuration.SettingsPropertyValue"></see> representing the application setting if found; otherwise, null.</returns>
  16573.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> that describes where the application settings property is used.</param>
  16574.             <param name="property">The <see cref="T:System.Configuration.SettingsProperty"></see> whose value is to be returned.</param>
  16575.             <filterpriority>2</filterpriority>
  16576.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence, ControlPrincipal" /></PermissionSet>
  16577.         </member>
  16578.         <member name="M:System.Configuration.LocalFileSettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
  16579.             <summary>Returns the collection of setting property values for the specified application instance and settings property group.</summary>
  16580.             <returns>A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> containing the values for the specified settings property group.</returns>
  16581.             <param name="properties">A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing the settings property group whose values are to be retrieved.</param>
  16582.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
  16583.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A user-scoped setting was encountered but the current configuration only supports application-scoped settings.</exception>
  16584.             <filterpriority>2</filterpriority>
  16585.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence, ControlPrincipal" /></PermissionSet>
  16586.         </member>
  16587.         <member name="M:System.Configuration.LocalFileSettingsProvider.Initialize(System.String,System.Collections.Specialized.NameValueCollection)">
  16588.             <filterpriority>2</filterpriority>
  16589.         </member>
  16590.         <member name="M:System.Configuration.LocalFileSettingsProvider.Reset(System.Configuration.SettingsContext)">
  16591.             <summary>Resets all application settings properties associated with the specified application to their default values.</summary>
  16592.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
  16593.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A user-scoped setting was encountered but the current configuration only supports application-scoped settings.</exception>
  16594.             <filterpriority>2</filterpriority>
  16595.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  16596.         </member>
  16597.         <member name="M:System.Configuration.LocalFileSettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)">
  16598.             <summary>Sets the values of the specified group of property settings.</summary>
  16599.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
  16600.             <param name="values">A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> representing the group of property settings to set.</param>
  16601.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A user-scoped setting was encountered but the current configuration only supports application-scoped settings.-or-There was a general failure saving the settings to the configuration file.</exception>
  16602.             <filterpriority>2</filterpriority>
  16603.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence, ControlPrincipal" /></PermissionSet>
  16604.         </member>
  16605.         <member name="M:System.Configuration.LocalFileSettingsProvider.Upgrade(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
  16606.             <summary>Attempts to migrate previous user-scoped settings from a previous version of the same application.</summary>
  16607.             <param name="properties">A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing the settings property group whose values are to be retrieved. </param>
  16608.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage. </param>
  16609.             <exception cref="T:System.Configuration.ConfigurationErrorsException">A user-scoped setting was encountered but the current configuration only supports application-scoped settings.-or-The previous version of the configuration file could not be accessed.</exception>
  16610.             <filterpriority>2</filterpriority>
  16611.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence, ControlPrincipal" /></PermissionSet>
  16612.         </member>
  16613.         <member name="P:System.Configuration.LocalFileSettingsProvider.ApplicationName">
  16614.             <summary>Gets or sets the name of the currently running application.</summary>
  16615.             <returns>A string that contains the application's display
  16616.                name.</returns>
  16617.             <filterpriority>2</filterpriority>
  16618.         </member>
  16619.         <member name="T:System.Configuration.NameValueFileSectionHandler">
  16620.             <summary>Provides access to a configuration file. This type supports the .NET Framework configuration infrastructure and is not intended to be used directly from your code.</summary>
  16621.             <filterpriority>2</filterpriority>
  16622.         </member>
  16623.         <member name="M:System.Configuration.NameValueFileSectionHandler.#ctor">
  16624.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.NameValueFileSectionHandler"></see> class.</summary>
  16625.         </member>
  16626.         <member name="M:System.Configuration.NameValueFileSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
  16627.             <summary>Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.</summary>
  16628.             <returns>A configuration object.</returns>
  16629.             <param name="configContext">Configuration context object.</param>
  16630.             <param name="section">Section XML node.</param>
  16631.             <param name="parent">Parent object.</param>
  16632.             <filterpriority>2</filterpriority>
  16633.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  16634.         </member>
  16635.         <member name="T:System.Configuration.NameValueSectionHandler">
  16636.             <summary>Provides name/value-pair configuration information from a configuration section.</summary>
  16637.             <filterpriority>2</filterpriority>
  16638.         </member>
  16639.         <member name="M:System.Configuration.NameValueSectionHandler.#ctor">
  16640.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.NameValueSectionHandler"></see> class.</summary>
  16641.         </member>
  16642.         <member name="M:System.Configuration.NameValueSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
  16643.             <summary>Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters.</summary>
  16644.             <returns>A configuration object.</returns>
  16645.             <param name="context">Configuration context object.</param>
  16646.             <param name="section">Section XML node.</param>
  16647.             <param name="parent">Parent object.</param>
  16648.             <filterpriority>2</filterpriority>
  16649.         </member>
  16650.         <member name="P:System.Configuration.NameValueSectionHandler.KeyAttributeName">
  16651.             <summary>Gets the XML attribute name to use as the key in a key/value pair.</summary>
  16652.             <returns>A <see cref="T:System.String"></see> value containing the name of the key attribute.</returns>
  16653.         </member>
  16654.         <member name="P:System.Configuration.NameValueSectionHandler.ValueAttributeName">
  16655.             <summary>Gets the XML attribute name to use as the value in a key/value pair.</summary>
  16656.             <returns>A <see cref="T:System.String"></see> value containing the name of the value attribute.</returns>
  16657.         </member>
  16658.         <member name="T:System.Configuration.NoSettingsVersionUpgradeAttribute">
  16659.             <summary>Specifies that a settings provider should disable any logic that gets invoked when an application upgrade is detected. This class cannot be inherited.</summary>
  16660.             <filterpriority>1</filterpriority>
  16661.         </member>
  16662.         <member name="M:System.Configuration.NoSettingsVersionUpgradeAttribute.#ctor">
  16663.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.NoSettingsVersionUpgradeAttribute"></see> class.</summary>
  16664.         </member>
  16665.         <member name="T:System.Configuration.SettingAttribute">
  16666.             <summary>Represents a custom settings attribute used to associate settings information with a settings property.</summary>
  16667.         </member>
  16668.         <member name="M:System.Configuration.SettingAttribute.#ctor">
  16669.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingAttribute"></see> class.</summary>
  16670.         </member>
  16671.         <member name="T:System.Configuration.SettingChangingEventArgs">
  16672.             <summary>Provides data for the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingChanging"></see>ms-help://AstroNS/cpref/html/E_System_Windows_Forms_BindingSource_AddingNew.htm event.</summary>
  16673.             <filterpriority>2</filterpriority>
  16674.         </member>
  16675.         <member name="M:System.Configuration.SettingChangingEventArgs.#ctor(System.String,System.String,System.String,System.Object,System.Boolean)">
  16676.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingChangingEventArgs"></see> class.</summary>
  16677.             <param name="settingKey">A <see cref="T:System.String"></see> containing the application settings key.</param>
  16678.             <param name="newValue">An <see cref="T:System.Object"></see> that contains the new value to be assigned to the application settings property.</param>
  16679.             <param name="cancel">true to cancel the event; otherwise, false. </param>
  16680.             <param name="settingClass">A <see cref="T:System.String"></see> containing a category description of the setting. Often this parameter is set to the application settings group name.</param>
  16681.             <param name="settingName">A <see cref="T:System.String"></see> containing the name of the application setting.</param>
  16682.         </member>
  16683.         <member name="P:System.Configuration.SettingChangingEventArgs.NewValue">
  16684.             <summary>Gets the new value being assigned to the application settings property.</summary>
  16685.             <returns>An <see cref="T:System.Object"></see> that contains the new value to be assigned to the application settings property.</returns>
  16686.             <filterpriority>1</filterpriority>
  16687.         </member>
  16688.         <member name="P:System.Configuration.SettingChangingEventArgs.SettingClass">
  16689.             <summary>Gets the application settings property category.</summary>
  16690.             <returns>A <see cref="T:System.String"></see> containing a category description of the setting. Typically, this parameter is set to the application settings group name.</returns>
  16691.             <filterpriority>2</filterpriority>
  16692.         </member>
  16693.         <member name="P:System.Configuration.SettingChangingEventArgs.SettingKey">
  16694.             <summary>Gets the application settings key associated with the property.</summary>
  16695.             <returns>A <see cref="T:System.String"></see> containing the application settings key.</returns>
  16696.             <filterpriority>2</filterpriority>
  16697.         </member>
  16698.         <member name="P:System.Configuration.SettingChangingEventArgs.SettingName">
  16699.             <summary>Gets the name of the application setting associated with the application settings property.</summary>
  16700.             <returns>A <see cref="T:System.String"></see> containing the name of the application setting. </returns>
  16701.             <filterpriority>2</filterpriority>
  16702.         </member>
  16703.         <member name="T:System.Configuration.SettingChangingEventHandler">
  16704.             <summary>Represents the method that will handle the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingChanging"></see> event. </summary>
  16705.             <filterpriority>2</filterpriority>
  16706.         </member>
  16707.         <member name="T:System.Configuration.SettingElement">
  16708.             <summary>Represents a simplified configuration element used for updating elements in the configuration. This class cannot be inherited.</summary>
  16709.             <filterpriority>2</filterpriority>
  16710.         </member>
  16711.         <member name="M:System.Configuration.SettingElement.#ctor">
  16712.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingElement"></see> class.</summary>
  16713.         </member>
  16714.         <member name="M:System.Configuration.SettingElement.#ctor(System.String,System.Configuration.SettingsSerializeAs)">
  16715.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingElement"></see> class based on supplied parameters.</summary>
  16716.             <param name="serializeAs">A <see cref="T:System.Configuration.SettingsSerializeAs"></see> object. This object is an enumeration used as the serialization scheme to store configuration settings.</param>
  16717.             <param name="name">The name of the <see cref="T:System.Configuration.SettingElement"></see> object.</param>
  16718.         </member>
  16719.         <member name="M:System.Configuration.SettingElement.Equals(System.Object)">
  16720.             <summary>Compares the current <see cref="T:System.Configuration.SettingElement"></see> instance to the specified object.</summary>
  16721.             <returns>true if the <see cref="T:System.Configuration.SettingElement"></see> instance is equal to the specified object; otherwise, false.</returns>
  16722.             <param name="settings">The object to compare with.</param>
  16723.             <filterpriority>2</filterpriority>
  16724.         </member>
  16725.         <member name="M:System.Configuration.SettingElement.GetHashCode">
  16726.             <summary>Gets a unique value representing the <see cref="T:System.Configuration.SettingElement"></see> current instance.</summary>
  16727.             <returns>A unique value representing the <see cref="T:System.Configuration.SettingElement"></see> current instance.</returns>
  16728.             <filterpriority>2</filterpriority>
  16729.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  16730.         </member>
  16731.         <member name="P:System.Configuration.SettingElement.Name">
  16732.             <summary>Gets or sets the name of the <see cref="T:System.Configuration.SettingElement"></see> object.</summary>
  16733.             <returns>The name of the <see cref="T:System.Configuration.SettingElement"></see> object.</returns>
  16734.             <filterpriority>2</filterpriority>
  16735.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  16736.         </member>
  16737.         <member name="P:System.Configuration.SettingElement.SerializeAs">
  16738.             <summary>Gets or sets the serialization mechanism used to persist the values of the <see cref="T:System.Configuration.SettingElement"></see> object.</summary>
  16739.             <returns>A <see cref="T:System.Configuration.SettingsSerializeAs"></see> object.</returns>
  16740.             <filterpriority>2</filterpriority>
  16741.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  16742.         </member>
  16743.         <member name="P:System.Configuration.SettingElement.Value">
  16744.             <summary>Gets or sets the value of a <see cref="T:System.Configuration.SettingElement"></see> object by using a <see cref="T:System.Configuration.SettingValueElement"></see> object.</summary>
  16745.             <returns>A <see cref="T:System.Configuration.SettingValueElement"></see> object containing the value of the <see cref="T:System.Configuration.SettingElement"></see> object.</returns>
  16746.             <filterpriority>2</filterpriority>
  16747.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  16748.         </member>
  16749.         <member name="T:System.Configuration.SettingElementCollection">
  16750.             <summary>Contains a collection of <see cref="T:System.Configuration.SettingElement"></see> objects. This class cannot be inherited.</summary>
  16751.             <filterpriority>2</filterpriority>
  16752.         </member>
  16753.         <member name="M:System.Configuration.SettingElementCollection.#ctor">
  16754.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingElementCollection"></see> class.</summary>
  16755.         </member>
  16756.         <member name="M:System.Configuration.SettingElementCollection.Add(System.Configuration.SettingElement)">
  16757.             <summary>Adds a <see cref="T:System.Configuration.SettingElement"></see> object to the collection.</summary>
  16758.             <param name="element">The <see cref="T:System.Configuration.SettingElement"></see> object to add to the collection.</param>
  16759.             <filterpriority>2</filterpriority>
  16760.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  16761.         </member>
  16762.         <member name="M:System.Configuration.SettingElementCollection.Clear">
  16763.             <summary>Removes all <see cref="T:System.Configuration.SettingElement"></see> objects from the collection.</summary>
  16764.         </member>
  16765.         <member name="M:System.Configuration.SettingElementCollection.Get(System.String)">
  16766.             <summary>Gets a <see cref="T:System.Configuration.SettingElement"></see> object from the collection. </summary>
  16767.             <returns>A <see cref="T:System.Configuration.SettingElement"></see> object.</returns>
  16768.             <param name="elementKey">A string value representing the <see cref="T:System.Configuration.SettingElement"></see> object in the collection.</param>
  16769.             <filterpriority>2</filterpriority>
  16770.         </member>
  16771.         <member name="M:System.Configuration.SettingElementCollection.Remove(System.Configuration.SettingElement)">
  16772.             <summary>Removes a <see cref="T:System.Configuration.SettingElement"></see> object from the collection.</summary>
  16773.             <param name="element">A <see cref="T:System.Configuration.SettingElement"></see> object.</param>
  16774.             <filterpriority>2</filterpriority>
  16775.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  16776.         </member>
  16777.         <member name="P:System.Configuration.SettingElementCollection.CollectionType">
  16778.             <summary>Gets the type of the configuration collection.</summary>
  16779.             <returns>The <see cref="T:System.Configuration.ConfigurationElementCollectionType"></see> object of the collection.</returns>
  16780.         </member>
  16781.         <member name="T:System.Configuration.SettingsAttributeDictionary">
  16782.             <summary>Represents a collection of key/value pairs used to describe a configuration object as well as a <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
  16783.         </member>
  16784.         <member name="M:System.Configuration.SettingsAttributeDictionary.#ctor">
  16785.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> class.</summary>
  16786.         </member>
  16787.         <member name="M:System.Configuration.SettingsAttributeDictionary.#ctor(System.Configuration.SettingsAttributeDictionary)">
  16788.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> class based on supplied parameters.</summary>
  16789.             <param name="attributes">A <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> object containing a collection of key/value pairs related to configuration settings.</param>
  16790.         </member>
  16791.         <member name="T:System.Configuration.SettingsBase">
  16792.             <summary>Provides the base class used to support user property settings.</summary>
  16793.             <filterpriority>2</filterpriority>
  16794.         </member>
  16795.         <member name="M:System.Configuration.SettingsBase.#ctor">
  16796.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsBase"></see> class.</summary>
  16797.         </member>
  16798.         <member name="M:System.Configuration.SettingsBase.Initialize(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection,System.Configuration.SettingsProviderCollection)">
  16799.             <summary>Initializes internal properties used by <see cref="T:System.Configuration.SettingsBase"></see> object.</summary>
  16800.             <param name="properties">The settings properties that will be accessible from the <see cref="T:System.Configuration.SettingsBase"></see> instance.</param>
  16801.             <param name="context">The settings context related to the settings properties.</param>
  16802.             <param name="providers">The initialized providers that should be used when loading and saving property values.</param>
  16803.             <filterpriority>2</filterpriority>
  16804.         </member>
  16805.         <member name="M:System.Configuration.SettingsBase.Save">
  16806.             <summary>Stores the current values of the settings properties.</summary>
  16807.             <filterpriority>1</filterpriority>
  16808.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  16809.         </member>
  16810.         <member name="M:System.Configuration.SettingsBase.Synchronized(System.Configuration.SettingsBase)">
  16811.             <summary>Provides a <see cref="T:System.Configuration.SettingsBase"></see> class that is synchronized (thread safe).</summary>
  16812.             <returns>A <see cref="T:System.Configuration.SettingsBase"></see> class that is synchronized.</returns>
  16813.             <param name="settingsBase">The class used to support user property settings.</param>
  16814.         </member>
  16815.         <member name="P:System.Configuration.SettingsBase.Context">
  16816.             <summary>Gets the associated settings context.</summary>
  16817.             <returns>A <see cref="T:System.Configuration.SettingsContext"></see> associated with the settings instance.</returns>
  16818.             <filterpriority>2</filterpriority>
  16819.         </member>
  16820.         <member name="P:System.Configuration.SettingsBase.IsSynchronized">
  16821.             <summary>Gets a value indicating whether access to the object is synchronized (thread safe). </summary>
  16822.             <returns>true if access to the <see cref="T:System.Configuration.SettingsBase"></see> is synchronized; otherwise, false.</returns>
  16823.             <filterpriority>2</filterpriority>
  16824.         </member>
  16825.         <member name="P:System.Configuration.SettingsBase.Item(System.String)">
  16826.             <summary>Gets or sets the value of the specified settings property.</summary>
  16827.             <returns>If found, the value of the named settings property.</returns>
  16828.             <param name="propertyName">A <see cref="T:System.String"></see> containing the name of the property to access.</param>
  16829.             <exception cref="T:System.Configuration.SettingsPropertyWrongTypeException">The value supplied is of a type incompatible with the settings property, during a set operation.</exception>
  16830.             <exception cref="T:System.Configuration.SettingsPropertyNotFoundException">There are no properties associated with the current object, or the specified property could not be found.</exception>
  16831.             <exception cref="T:System.Configuration.SettingsPropertyIsReadOnlyException">An attempt was made to set a read-only property.</exception>
  16832.             <filterpriority>2</filterpriority>
  16833.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence, ControlPrincipal" /></PermissionSet>
  16834.         </member>
  16835.         <member name="P:System.Configuration.SettingsBase.Properties">
  16836.             <summary>Gets the collection of settings properties.</summary>
  16837.             <returns>A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> collection containing all the <see cref="T:System.Configuration.SettingsProperty"></see> objects.</returns>
  16838.             <filterpriority>2</filterpriority>
  16839.         </member>
  16840.         <member name="P:System.Configuration.SettingsBase.PropertyValues">
  16841.             <summary>Gets a collection of settings property values.</summary>
  16842.             <returns>A collection of <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects representing the actual data values for the properties managed by the <see cref="T:System.Configuration.SettingsBase"></see> instance.</returns>
  16843.             <filterpriority>2</filterpriority>
  16844.         </member>
  16845.         <member name="P:System.Configuration.SettingsBase.Providers">
  16846.             <summary>Gets a collection of settings providers.</summary>
  16847.             <returns>A <see cref="T:System.Configuration.SettingsProviderCollection"></see> containing <see cref="T:System.Configuration.SettingsProvider"></see> objects.</returns>
  16848.             <filterpriority>2</filterpriority>
  16849.         </member>
  16850.         <member name="T:System.Configuration.SettingsContext">
  16851.             <summary>Provides contextual information that the provider can use when persisting settings.</summary>
  16852.             <filterpriority>2</filterpriority>
  16853.         </member>
  16854.         <member name="M:System.Configuration.SettingsContext.#ctor">
  16855.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsContext"></see> class.</summary>
  16856.         </member>
  16857.         <member name="T:System.Configuration.SettingsDescriptionAttribute">
  16858.             <summary>Provides a string that describes an individual configuration property. This class cannot be inherited.</summary>
  16859.             <filterpriority>1</filterpriority>
  16860.         </member>
  16861.         <member name="M:System.Configuration.SettingsDescriptionAttribute.#ctor(System.String)">
  16862.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsDescriptionAttribute"></see> class.</summary>
  16863.             <param name="description">The <see cref="T:System.String"></see> used as descriptive text.</param>
  16864.         </member>
  16865.         <member name="P:System.Configuration.SettingsDescriptionAttribute.Description">
  16866.             <summary>Gets the descriptive text for the associated configuration property.</summary>
  16867.             <returns>A <see cref="T:System.String"></see> containing the descriptive text for the associated configuration property.</returns>
  16868.             <filterpriority>2</filterpriority>
  16869.         </member>
  16870.         <member name="T:System.Configuration.SettingsGroupDescriptionAttribute">
  16871.             <summary>Provides a string that describes an application settings property group. This class cannot be inherited.</summary>
  16872.             <filterpriority>1</filterpriority>
  16873.         </member>
  16874.         <member name="M:System.Configuration.SettingsGroupDescriptionAttribute.#ctor(System.String)">
  16875.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsGroupDescriptionAttribute"></see> class.</summary>
  16876.             <param name="description">A <see cref="T:System.String"></see> containing the descriptive text for the application settings group.</param>
  16877.         </member>
  16878.         <member name="P:System.Configuration.SettingsGroupDescriptionAttribute.Description">
  16879.             <summary>The descriptive text for the application settings properties group.</summary>
  16880.             <returns>A <see cref="T:System.String"></see> containing the descriptive text for the application settings group.</returns>
  16881.             <filterpriority>2</filterpriority>
  16882.         </member>
  16883.         <member name="T:System.Configuration.SettingsGroupNameAttribute">
  16884.             <summary>Specifies a name for application settings property group. This class cannot be inherited.</summary>
  16885.             <filterpriority>1</filterpriority>
  16886.         </member>
  16887.         <member name="M:System.Configuration.SettingsGroupNameAttribute.#ctor(System.String)">
  16888.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsGroupNameAttribute"></see> class.</summary>
  16889.             <param name="groupName">A <see cref="T:System.String"></see> containing the name of the application settings property group.</param>
  16890.         </member>
  16891.         <member name="P:System.Configuration.SettingsGroupNameAttribute.GroupName">
  16892.             <summary>Gets the name of the application settings property group.</summary>
  16893.             <returns>A <see cref="T:System.String"></see> containing the name of the application settings property group.</returns>
  16894.             <filterpriority>2</filterpriority>
  16895.         </member>
  16896.         <member name="T:System.Configuration.SettingsLoadedEventArgs">
  16897.             <summary>Provides data for the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded"></see> event.</summary>
  16898.         </member>
  16899.         <member name="M:System.Configuration.SettingsLoadedEventArgs.#ctor(System.Configuration.SettingsProvider)">
  16900.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsLoadedEventArgs"></see> class.</summary>
  16901.             <param name="provider">A <see cref="T:System.Configuration.SettingsProvider"></see> object from which settings are loaded.</param>
  16902.         </member>
  16903.         <member name="P:System.Configuration.SettingsLoadedEventArgs.Provider">
  16904.             <summary>Gets the settings provider used to store configuration settings.</summary>
  16905.             <returns>A settings provider.</returns>
  16906.         </member>
  16907.         <member name="T:System.Configuration.SettingsLoadedEventHandler">
  16908.             <summary>Represents the method that will handle the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsLoaded"></see> event.</summary>
  16909.         </member>
  16910.         <member name="T:System.Configuration.SettingsManageability">
  16911.             <summary>Provides values to indicate which services should be made available to application settings.</summary>
  16912.             <filterpriority>2</filterpriority>
  16913.         </member>
  16914.         <member name="F:System.Configuration.SettingsManageability.Roaming">
  16915.             <summary>Enables application settings to be stored in roaming user profiles. For more information about roaming user profiles, see Isolated Storage and Roaming.</summary>
  16916.             <filterpriority>1</filterpriority>
  16917.         </member>
  16918.         <member name="T:System.Configuration.SettingsManageabilityAttribute">
  16919.             <summary>Specifies special services for application settings properties. This class cannot be inherited.</summary>
  16920.             <filterpriority>1</filterpriority>
  16921.         </member>
  16922.         <member name="M:System.Configuration.SettingsManageabilityAttribute.#ctor(System.Configuration.SettingsManageability)">
  16923.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsManageabilityAttribute"></see> class.</summary>
  16924.             <param name="manageability">A <see cref="T:System.Configuration.SettingsManageability"></see> value that enumerates the services being requested. </param>
  16925.         </member>
  16926.         <member name="P:System.Configuration.SettingsManageabilityAttribute.Manageability">
  16927.             <summary>Gets the set of special services that have been requested.</summary>
  16928.             <returns>A value that results from using the logical OR operator to combine all the <see cref="T:System.Configuration.SettingsManageability"></see> enumeration values corresponding to the requested services.</returns>
  16929.             <filterpriority>2</filterpriority>
  16930.         </member>
  16931.         <member name="T:System.Configuration.SettingsProperty">
  16932.             <summary>Used internally as the class that represents metadata about an individual configuration property.</summary>
  16933.             <filterpriority>2</filterpriority>
  16934.         </member>
  16935.         <member name="M:System.Configuration.SettingsProperty.#ctor(System.Configuration.SettingsProperty)">
  16936.             <summary>Creates a new instance of the <see cref="T:System.Configuration.SettingsProperty"></see> class based on the supplied parameter.</summary>
  16937.             <param name="propertyToCopy">Specifies a copy of an existing <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  16938.         </member>
  16939.         <member name="M:System.Configuration.SettingsProperty.#ctor(System.String)">
  16940.             <summary>Creates a new instance of the <see cref="T:System.Configuration.SettingsProperty"></see> class based on the supplied parameter.</summary>
  16941.             <param name="name">Specifies the name of an existing <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  16942.         </member>
  16943.         <member name="M:System.Configuration.SettingsProperty.#ctor(System.String,System.Type,System.Configuration.SettingsProvider,System.Boolean,System.Object,System.Configuration.SettingsSerializeAs,System.Configuration.SettingsAttributeDictionary,System.Boolean,System.Boolean)">
  16944.             <summary>Creates a new instance of the <see cref="T:System.Configuration.SettingsProperty"></see> class based on the supplied parameters.</summary>
  16945.             <param name="throwOnErrorSerializing">A Boolean value specifying whether an error will be thrown when the property is unsuccessfully serialized.</param>
  16946.             <param name="serializeAs">A <see cref="T:System.Configuration.SettingsSerializeAs"></see> object. This object is an enumeration used to set the serialization scheme for storing application settings.</param>
  16947.             <param name="defaultValue">The default value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  16948.             <param name="isReadOnly">A <see cref="T:System.Boolean"></see> value specifying whether the <see cref="T:System.Configuration.SettingsProperty"></see> object is read-only.</param>
  16949.             <param name="propertyType">The type of <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  16950.             <param name="name">The name of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  16951.             <param name="attributes">A <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> object.</param>
  16952.             <param name="provider">A <see cref="T:System.Configuration.SettingsProvider"></see> object to use for persistence.</param>
  16953.             <param name="throwOnErrorDeserializing">A Boolean value specifying whether an error will be thrown when the property is unsuccessfully deserialized.</param>
  16954.         </member>
  16955.         <member name="P:System.Configuration.SettingsProperty.Attributes">
  16956.             <summary>Gets a <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> object containing the attributes of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
  16957.             <returns>A <see cref="T:System.Configuration.SettingsAttributeDictionary"></see> object.</returns>
  16958.             <filterpriority>2</filterpriority>
  16959.         </member>
  16960.         <member name="P:System.Configuration.SettingsProperty.DefaultValue">
  16961.             <summary>Gets or sets the default value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
  16962.             <returns>An object containing the default value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</returns>
  16963.             <filterpriority>2</filterpriority>
  16964.         </member>
  16965.         <member name="P:System.Configuration.SettingsProperty.IsReadOnly">
  16966.             <summary>Gets or sets a value specifying whether a <see cref="T:System.Configuration.SettingsProperty"></see> object is read-only. </summary>
  16967.             <returns>true if the <see cref="T:System.Configuration.SettingsProperty"></see> is read-only; otherwise, false.</returns>
  16968.             <filterpriority>2</filterpriority>
  16969.         </member>
  16970.         <member name="P:System.Configuration.SettingsProperty.Name">
  16971.             <summary>Gets or sets the name of the <see cref="T:System.Configuration.SettingsProperty"></see>.</summary>
  16972.             <returns>The name of the <see cref="T:System.Configuration.SettingsProperty"></see>.</returns>
  16973.             <filterpriority>2</filterpriority>
  16974.         </member>
  16975.         <member name="P:System.Configuration.SettingsProperty.PropertyType">
  16976.             <summary>Gets or sets the type for the <see cref="T:System.Configuration.SettingsProperty"></see>.</summary>
  16977.             <returns>The type for the <see cref="T:System.Configuration.SettingsProperty"></see>.</returns>
  16978.             <filterpriority>2</filterpriority>
  16979.         </member>
  16980.         <member name="P:System.Configuration.SettingsProperty.Provider">
  16981.             <summary>Gets or sets the provider for the <see cref="T:System.Configuration.SettingsProperty"></see>.</summary>
  16982.             <returns>A <see cref="T:System.Configuration.SettingsProvider"></see> object.</returns>
  16983.             <filterpriority>2</filterpriority>
  16984.         </member>
  16985.         <member name="P:System.Configuration.SettingsProperty.SerializeAs">
  16986.             <summary>Gets or sets a <see cref="T:System.Configuration.SettingsSerializeAs"></see> object for the <see cref="T:System.Configuration.SettingsProperty"></see>.</summary>
  16987.             <returns>A <see cref="T:System.Configuration.SettingsSerializeAs"></see> object.</returns>
  16988.             <filterpriority>2</filterpriority>
  16989.         </member>
  16990.         <member name="P:System.Configuration.SettingsProperty.ThrowOnErrorDeserializing">
  16991.             <summary>Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully deserialized.</summary>
  16992.             <returns>true if the error will be thrown when the property is unsuccessfully deserialized; otherwise, false.</returns>
  16993.         </member>
  16994.         <member name="P:System.Configuration.SettingsProperty.ThrowOnErrorSerializing">
  16995.             <summary>Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully serialized.</summary>
  16996.             <returns>true if the error will be thrown when the property is unsuccessfully serialized; otherwise, false.</returns>
  16997.         </member>
  16998.         <member name="T:System.Configuration.SettingsPropertyCollection">
  16999.             <summary>Contains a collection of <see cref="T:System.Configuration.SettingsProperty"></see> objects.</summary>
  17000.             <filterpriority>2</filterpriority>
  17001.         </member>
  17002.         <member name="M:System.Configuration.SettingsPropertyCollection.#ctor">
  17003.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> class.</summary>
  17004.         </member>
  17005.         <member name="M:System.Configuration.SettingsPropertyCollection.Add(System.Configuration.SettingsProperty)">
  17006.             <summary>Adds a <see cref="T:System.Configuration.SettingsProperty"></see> object to the collection.</summary>
  17007.             <param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  17008.             <filterpriority>2</filterpriority>
  17009.         </member>
  17010.         <member name="M:System.Configuration.SettingsPropertyCollection.Clear">
  17011.             <summary>Removes all <see cref="T:System.Configuration.SettingsProperty"></see> objects from the collection.</summary>
  17012.             <filterpriority>2</filterpriority>
  17013.         </member>
  17014.         <member name="M:System.Configuration.SettingsPropertyCollection.Clone">
  17015.             <summary>Creates a copy of the existing collection.</summary>
  17016.             <returns>A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> class.</returns>
  17017.             <filterpriority>2</filterpriority>
  17018.         </member>
  17019.         <member name="M:System.Configuration.SettingsPropertyCollection.CopyTo(System.Array,System.Int32)">
  17020.             <summary>Copies this <see cref="T:System.Configuration.SettingsPropertyCollection"></see> to an array.</summary>
  17021.             <param name="array">Array to which to copy.</param>
  17022.             <param name="index">Index at which to begin copying.</param>
  17023.             <filterpriority>2</filterpriority>
  17024.         </member>
  17025.         <member name="M:System.Configuration.SettingsPropertyCollection.GetEnumerator">
  17026.             <summary>Gets the <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</summary>
  17027.             <returns>The <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</returns>
  17028.             <filterpriority>2</filterpriority>
  17029.         </member>
  17030.         <member name="M:System.Configuration.SettingsPropertyCollection.OnAdd(System.Configuration.SettingsProperty)">
  17031.             <summary>Performs additional, custom processing when adding the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
  17032.             <param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  17033.         </member>
  17034.         <member name="M:System.Configuration.SettingsPropertyCollection.OnAddComplete(System.Configuration.SettingsProperty)">
  17035.             <summary>Performs additional, custom processing after adding the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
  17036.             <param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  17037.         </member>
  17038.         <member name="M:System.Configuration.SettingsPropertyCollection.OnClear">
  17039.             <summary>Performs additional, custom processing when clearing the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
  17040.         </member>
  17041.         <member name="M:System.Configuration.SettingsPropertyCollection.OnClearComplete">
  17042.             <summary>Performs additional, custom processing after clearing the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
  17043.         </member>
  17044.         <member name="M:System.Configuration.SettingsPropertyCollection.OnRemove(System.Configuration.SettingsProperty)">
  17045.             <summary>Performs additional, custom processing when removing the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
  17046.             <param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  17047.         </member>
  17048.         <member name="M:System.Configuration.SettingsPropertyCollection.OnRemoveComplete(System.Configuration.SettingsProperty)">
  17049.             <summary>Performs additional, custom processing after removing the contents of the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> instance.</summary>
  17050.             <param name="property">A <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  17051.         </member>
  17052.         <member name="M:System.Configuration.SettingsPropertyCollection.Remove(System.String)">
  17053.             <summary>Removes a <see cref="T:System.Configuration.SettingsProperty"></see> object from the collection.</summary>
  17054.             <param name="name">The name of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  17055.             <filterpriority>2</filterpriority>
  17056.         </member>
  17057.         <member name="M:System.Configuration.SettingsPropertyCollection.SetReadOnly">
  17058.             <summary>Sets the collection to be read-only.</summary>
  17059.             <filterpriority>2</filterpriority>
  17060.         </member>
  17061.         <member name="P:System.Configuration.SettingsPropertyCollection.Count">
  17062.             <summary>Gets a value specifying the number of <see cref="T:System.Configuration.SettingsProperty"></see> objects in the collection.</summary>
  17063.             <returns>The number of <see cref="T:System.Configuration.SettingsProperty"></see> objects in the collection.</returns>
  17064.             <filterpriority>2</filterpriority>
  17065.         </member>
  17066.         <member name="P:System.Configuration.SettingsPropertyCollection.IsSynchronized">
  17067.             <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
  17068.             <returns>true if access to the <see cref="T:System.Configuration.SettingsPropertyCollection"></see> is synchronized; otherwise, false.</returns>
  17069.             <filterpriority>2</filterpriority>
  17070.         </member>
  17071.         <member name="P:System.Configuration.SettingsPropertyCollection.Item(System.String)">
  17072.             <summary>Allows an item of the collection to be referenced.</summary>
  17073.             <returns>The <see cref="T:System.Configuration.SettingsProperty"></see> with the specified name.</returns>
  17074.             <param name="name">The name of the <see cref="T:System.Configuration.SettingsProperty"></see>.</param>
  17075.             <filterpriority>2</filterpriority>
  17076.         </member>
  17077.         <member name="P:System.Configuration.SettingsPropertyCollection.SyncRoot">
  17078.             <summary>Gets the object to synchronize access to the collection.</summary>
  17079.             <returns>The object to synchronize access to the collection.</returns>
  17080.             <filterpriority>2</filterpriority>
  17081.         </member>
  17082.         <member name="T:System.Configuration.SettingsPropertyIsReadOnlyException">
  17083.             <summary>Provides an exception for read-only <see cref="T:System.Configuration.SettingsProperty"></see> objects.</summary>
  17084.             <filterpriority>2</filterpriority>
  17085.         </member>
  17086.         <member name="M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor">
  17087.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class.</summary>
  17088.         </member>
  17089.         <member name="M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String)">
  17090.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class based on a supplied parameter.</summary>
  17091.             <param name="message">A string containing an exception message.</param>
  17092.         </member>
  17093.         <member name="M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  17094.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class based on the supplied parameters.</summary>
  17095.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains contextual information about the source or destination of the serialized stream.</param>
  17096.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that holds the serialized object data about the exception being thrown.</param>
  17097.         </member>
  17098.         <member name="M:System.Configuration.SettingsPropertyIsReadOnlyException.#ctor(System.String,System.Exception)">
  17099.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class based on supplied parameters.</summary>
  17100.             <param name="message">A string containing an exception message.</param>
  17101.             <param name="innerException">The exception that is the cause of the current exception.</param>
  17102.         </member>
  17103.         <member name="T:System.Configuration.SettingsPropertyNotFoundException">
  17104.             <summary>Provides an exception for <see cref="T:System.Configuration.SettingsProperty"></see> objects that are not found.</summary>
  17105.             <filterpriority>2</filterpriority>
  17106.         </member>
  17107.         <member name="M:System.Configuration.SettingsPropertyNotFoundException.#ctor">
  17108.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyNotFoundException"></see> class.</summary>
  17109.         </member>
  17110.         <member name="M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String)">
  17111.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyNotFoundException"></see> class based on a supplied parameter.</summary>
  17112.             <param name="message">A string containing an exception message.</param>
  17113.         </member>
  17114.         <member name="M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  17115.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class based on supplied parameters.</summary>
  17116.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains contextual information about the source or destination of the serialized stream.</param>
  17117.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that holds the serialized object data about the exception being thrown.</param>
  17118.         </member>
  17119.         <member name="M:System.Configuration.SettingsPropertyNotFoundException.#ctor(System.String,System.Exception)">
  17120.             <summary>Creates a new instance of the <see cref="T:System.Configuration.SettingsPropertyIsReadOnlyException"></see> class based on supplied parameters.</summary>
  17121.             <param name="message">A string containing an exception message.</param>
  17122.             <param name="innerException">The exception that is the cause of the current exception.</param>
  17123.         </member>
  17124.         <member name="T:System.Configuration.SettingsPropertyValue">
  17125.             <summary>Contains the value of a settings property that can be loaded and stored by an instance of <see cref="T:System.Configuration.SettingsBase"></see>.</summary>
  17126.             <filterpriority>2</filterpriority>
  17127.         </member>
  17128.         <member name="M:System.Configuration.SettingsPropertyValue.#ctor(System.Configuration.SettingsProperty)">
  17129.             <summary>Creates a new instance of the <see cref="T:System.Configuration.SettingsPropertyValue"></see> class based on supplied parameters.</summary>
  17130.             <param name="property">Specifies a <see cref="T:System.Configuration.SettingsProperty"></see> object.</param>
  17131.         </member>
  17132.         <member name="P:System.Configuration.SettingsPropertyValue.Deserialized">
  17133.             <summary>Gets or sets whether the value of a <see cref="T:System.Configuration.SettingsProperty"></see> object has been deserialized. </summary>
  17134.             <returns>true if the value of a <see cref="T:System.Configuration.SettingsProperty"></see> object has been deserialized; otherwise, false.</returns>
  17135.             <filterpriority>2</filterpriority>
  17136.         </member>
  17137.         <member name="P:System.Configuration.SettingsPropertyValue.IsDirty">
  17138.             <summary>Gets or sets whether the value of a <see cref="T:System.Configuration.SettingsProperty"></see> object has changed. </summary>
  17139.             <returns>true if the value of a <see cref="T:System.Configuration.SettingsProperty"></see> object has changed; otherwise, false.</returns>
  17140.             <filterpriority>2</filterpriority>
  17141.         </member>
  17142.         <member name="P:System.Configuration.SettingsPropertyValue.Name">
  17143.             <summary>Gets the name of the property from the associated <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
  17144.             <returns>The name of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</returns>
  17145.             <filterpriority>2</filterpriority>
  17146.         </member>
  17147.         <member name="P:System.Configuration.SettingsPropertyValue.Property">
  17148.             <summary>Gets the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
  17149.             <returns>The <see cref="T:System.Configuration.SettingsProperty"></see> object that describes the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object.</returns>
  17150.             <filterpriority>2</filterpriority>
  17151.         </member>
  17152.         <member name="P:System.Configuration.SettingsPropertyValue.PropertyValue">
  17153.             <summary>Gets or sets the value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
  17154.             <returns>The value of the <see cref="T:System.Configuration.SettingsProperty"></see> object. When this value is set, the <see cref="P:System.Configuration.SettingsPropertyValue.IsDirty"></see> property is set to true and <see cref="P:System.Configuration.SettingsPropertyValue.UsingDefaultValue"></see> is set to false.When a value is first accessed from the <see cref="P:System.Configuration.SettingsPropertyValue.PropertyValue"></see> property, and if the value was initially stored into the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object as a serialized representation using the <see cref="P:System.Configuration.SettingsPropertyValue.SerializedValue"></see> property, the <see cref="P:System.Configuration.SettingsPropertyValue.PropertyValue"></see> property will trigger deserialization of the underlying value.  As a side effect, the <see cref="P:System.Configuration.SettingsPropertyValue.Deserialized"></see> property will be set to true.If this chain of events occurs in ASP.NET, and if an error occurs during the deserialization process, the error is logged using the health-monitoring feature of ASP.NET. By default, this means that deserialization errors will show up in the Application Event Log when running under ASP.NET. If this process occurs outside of ASP.NET, and if an error occurs during deserialization, the error is suppressed, and the remainder of the logic during deserialization occurs. If there is no serialized value to deserialize when the deserialization is attempted, then <see cref="T:System.Configuration.SettingsPropertyValue"></see> object will instead attempt to return a default value if one was configured as defined on the associated <see cref="T:System.Configuration.SettingsProperty"></see> instance. In this case, if the <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property was set to either null, or to the string "[null]", then the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object will initialize the <see cref="P:System.Configuration.SettingsPropertyValue.PropertyValue"></see> property to either null for reference types, or to the default value for the associated value type.  On the other hand, if <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property holds a valid object reference or string value (other than "[null]"), then the <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property is returned instead.If there is no serialized value to deserialize when the deserialization is attempted, and no default value was specified, then an empty string will be returned for string types. For all other types, a default instance will be returned by calling <see cref="M:System.Activator.CreateInstance(System.Type)"></see> ΓÇö for reference types this means an attempt will be made to create an object instance using the default constructor.  If this attempt fails, then null is returned.</returns>
  17155.             <exception cref="T:System.ArgumentException">While attempting to use the default value from the <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property, an error occurred.  Either the attempt to convert <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property to a valid type failed, or the resulting value was not compatible with the type defined by <see cref="P:System.Configuration.SettingsProperty.PropertyType"></see>.</exception>
  17156.             <filterpriority>2</filterpriority>
  17157.         </member>
  17158.         <member name="P:System.Configuration.SettingsPropertyValue.SerializedValue">
  17159.             <summary>Gets or sets the serialized value of the <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
  17160.             <returns>The serialized value of a <see cref="T:System.Configuration.SettingsProperty"></see> object.</returns>
  17161.             <exception cref="T:System.ArgumentException">The serialization options for the property indicated the use of a string type converter, but a type converter was not available.</exception>
  17162.             <filterpriority>2</filterpriority>
  17163.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence, ControlPrincipal" /></PermissionSet>
  17164.         </member>
  17165.         <member name="P:System.Configuration.SettingsPropertyValue.UsingDefaultValue">
  17166.             <summary>Gets a Boolean value specifying whether the value of the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object is the default value as defined by the <see cref="P:System.Configuration.SettingsProperty.DefaultValue"></see> property value on the associated <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
  17167.             <returns>true if the value of the <see cref="T:System.Configuration.SettingsProperty"></see> object is the default value; otherwise, false.</returns>
  17168.             <filterpriority>1</filterpriority>
  17169.         </member>
  17170.         <member name="T:System.Configuration.SettingsPropertyValueCollection">
  17171.             <summary>Contains a collection of settings property values, mapping <see cref="T:System.Configuration.SettingsProperty"></see> objects to <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects.</summary>
  17172.             <filterpriority>2</filterpriority>
  17173.         </member>
  17174.         <member name="M:System.Configuration.SettingsPropertyValueCollection.#ctor">
  17175.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> class.</summary>
  17176.         </member>
  17177.         <member name="M:System.Configuration.SettingsPropertyValueCollection.Add(System.Configuration.SettingsPropertyValue)">
  17178.             <summary>Adds a <see cref="T:System.Configuration.SettingsPropertyValue"></see> object to the collection.</summary>
  17179.             <param name="property">A <see cref="T:System.Configuration.SettingsPropertyValue"></see> object.</param>
  17180.             <exception cref="T:System.NotSupportedException">An attempt was made to add an item to the collection, but the collection was marked as read-only.</exception>
  17181.             <filterpriority>2</filterpriority>
  17182.         </member>
  17183.         <member name="M:System.Configuration.SettingsPropertyValueCollection.Clear">
  17184.             <summary>Removes all <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects from the collection.</summary>
  17185.             <filterpriority>2</filterpriority>
  17186.         </member>
  17187.         <member name="M:System.Configuration.SettingsPropertyValueCollection.Clone">
  17188.             <summary>Creates a copy of the existing collection.</summary>
  17189.             <returns>A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> class.</returns>
  17190.             <filterpriority>2</filterpriority>
  17191.         </member>
  17192.         <member name="M:System.Configuration.SettingsPropertyValueCollection.CopyTo(System.Array,System.Int32)">
  17193.             <summary>Copies this <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> to an array.</summary>
  17194.             <param name="array">Array to which to copy.</param>
  17195.             <param name="index">Index at which to begin copying.</param>
  17196.             <filterpriority>2</filterpriority>
  17197.         </member>
  17198.         <member name="M:System.Configuration.SettingsPropertyValueCollection.GetEnumerator">
  17199.             <summary>Gets the <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</summary>
  17200.             <returns>The <see cref="T:System.Collections.IEnumerator"></see> object as it applies to the collection.</returns>
  17201.             <filterpriority>2</filterpriority>
  17202.         </member>
  17203.         <member name="M:System.Configuration.SettingsPropertyValueCollection.Remove(System.String)">
  17204.             <summary>Removes a <see cref="T:System.Configuration.SettingsPropertyValue"></see> object from the collection.</summary>
  17205.             <param name="name">The name of the <see cref="T:System.Configuration.SettingsPropertyValue"></see> object.</param>
  17206.             <exception cref="T:System.NotSupportedException">An attempt was made to remove an item from the collection, but the collection was marked as read-only.</exception>
  17207.             <filterpriority>2</filterpriority>
  17208.         </member>
  17209.         <member name="M:System.Configuration.SettingsPropertyValueCollection.SetReadOnly">
  17210.             <summary>Sets the collection to be read-only.</summary>
  17211.             <filterpriority>2</filterpriority>
  17212.         </member>
  17213.         <member name="P:System.Configuration.SettingsPropertyValueCollection.Count">
  17214.             <summary>Gets a value specifying the number of <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects in the collection.</summary>
  17215.             <returns>The number of <see cref="T:System.Configuration.SettingsPropertyValue"></see> objects in the collection.</returns>
  17216.             <filterpriority>2</filterpriority>
  17217.         </member>
  17218.         <member name="P:System.Configuration.SettingsPropertyValueCollection.IsSynchronized">
  17219.             <summary>Gets a value indicating whether access to the collection is synchronized (thread safe).</summary>
  17220.             <returns>true if access to the <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> is synchronized; otherwise, false.</returns>
  17221.             <filterpriority>2</filterpriority>
  17222.         </member>
  17223.         <member name="P:System.Configuration.SettingsPropertyValueCollection.Item(System.String)">
  17224.             <summary>Gets an item from the collection.</summary>
  17225.             <returns>The <see cref="T:System.Configuration.SettingsPropertyValue"></see> with the specified name.</returns>
  17226.             <param name="name">A <see cref="T:System.Configuration.SettingsPropertyValue"></see> object.</param>
  17227.             <filterpriority>2</filterpriority>
  17228.         </member>
  17229.         <member name="P:System.Configuration.SettingsPropertyValueCollection.SyncRoot">
  17230.             <summary>Gets the object to synchronize access to the collection.</summary>
  17231.             <returns>The object to synchronize access to the collection.</returns>
  17232.             <filterpriority>2</filterpriority>
  17233.         </member>
  17234.         <member name="T:System.Configuration.SettingsPropertyWrongTypeException">
  17235.             <summary>Provides an exception that is thrown when an invalid type is used with a <see cref="T:System.Configuration.SettingsProperty"></see> object.</summary>
  17236.         </member>
  17237.         <member name="M:System.Configuration.SettingsPropertyWrongTypeException.#ctor">
  17238.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyWrongTypeException"></see> class.</summary>
  17239.         </member>
  17240.         <member name="M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String)">
  17241.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyWrongTypeException"></see> class based on the supplied parameter.</summary>
  17242.             <param name="message">A string containing an exception message.</param>
  17243.         </member>
  17244.         <member name="M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  17245.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyWrongTypeException"></see> class based on the supplied parameters.</summary>
  17246.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains contextual information about the source or destination of the serialized stream.</param>
  17247.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized object data about the exception being thrown.</param>
  17248.         </member>
  17249.         <member name="M:System.Configuration.SettingsPropertyWrongTypeException.#ctor(System.String,System.Exception)">
  17250.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsPropertyWrongTypeException"></see> class based on the supplied parameters.</summary>
  17251.             <param name="message">A string containing an exception message.</param>
  17252.             <param name="innerException">The exception that is the cause of the current exception.</param>
  17253.         </member>
  17254.         <member name="T:System.Configuration.SettingsProvider">
  17255.             <summary>Acts as a base class for deriving custom settings providers in the application settings architecture.</summary>
  17256.             <filterpriority>2</filterpriority>
  17257.         </member>
  17258.         <member name="M:System.Configuration.SettingsProvider.#ctor">
  17259.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsProvider"></see> class.</summary>
  17260.         </member>
  17261.         <member name="M:System.Configuration.SettingsProvider.GetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyCollection)">
  17262.             <summary>Returns the collection of settings property values for the specified application instance and settings property group.</summary>
  17263.             <returns>A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> containing the values for the specified settings property group.</returns>
  17264.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application use.</param>
  17265.             <param name="collection">A <see cref="T:System.Configuration.SettingsPropertyCollection"></see> containing the settings property group whose values are to be retrieved.</param>
  17266.             <filterpriority>2</filterpriority>
  17267.         </member>
  17268.         <member name="M:System.Configuration.SettingsProvider.SetPropertyValues(System.Configuration.SettingsContext,System.Configuration.SettingsPropertyValueCollection)">
  17269.             <summary>Sets the values of the specified group of property settings.</summary>
  17270.             <param name="context">A <see cref="T:System.Configuration.SettingsContext"></see> describing the current application usage.</param>
  17271.             <param name="collection">A <see cref="T:System.Configuration.SettingsPropertyValueCollection"></see> representing the group of property settings to set.</param>
  17272.             <filterpriority>2</filterpriority>
  17273.         </member>
  17274.         <member name="P:System.Configuration.SettingsProvider.ApplicationName">
  17275.             <summary>Gets or sets the name of the currently running application.</summary>
  17276.             <returns>A <see cref="T:System.String"></see> that contains the application's shortened name, which does not contain a full path or extension, for example, SimpleAppSettings.</returns>
  17277.             <filterpriority>2</filterpriority>
  17278.         </member>
  17279.         <member name="T:System.Configuration.SettingsProviderAttribute">
  17280.             <summary>Specifies the settings provider used to provide storage for the current application settings class or property. This class cannot be inherited.</summary>
  17281.             <filterpriority>1</filterpriority>
  17282.         </member>
  17283.         <member name="M:System.Configuration.SettingsProviderAttribute.#ctor(System.String)">
  17284.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsProviderAttribute"></see> class.</summary>
  17285.             <param name="providerTypeName">A <see cref="T:System.String"></see> containing the name of the settings provider.</param>
  17286.         </member>
  17287.         <member name="P:System.Configuration.SettingsProviderAttribute.ProviderTypeName">
  17288.             <summary>Gets the type name of the settings provider.</summary>
  17289.             <returns>A <see cref="T:System.String"></see> containing the name of the settings provider.</returns>
  17290.             <filterpriority>2</filterpriority>
  17291.         </member>
  17292.         <member name="T:System.Configuration.SettingsProviderCollection">
  17293.             <summary>Represents a collection of application settings providers.</summary>
  17294.             <filterpriority>2</filterpriority>
  17295.         </member>
  17296.         <member name="M:System.Configuration.SettingsProviderCollection.#ctor">
  17297.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SettingsProviderCollection"></see> class.</summary>
  17298.         </member>
  17299.         <member name="M:System.Configuration.SettingsProviderCollection.Add(System.Configuration.Provider.ProviderBase)">
  17300.             <summary>Adds a new settings provider to the collection.</summary>
  17301.             <param name="provider">A <see cref="T:System.Configuration.Provider.ProviderBase"></see> to add to the collection.</param>
  17302.             <exception cref="T:System.ArgumentNullException">The provider parameter is null.</exception>
  17303.             <exception cref="T:System.ArgumentException">The provider parameter is not of type <see cref="T:System.Configuration.SettingsProvider"></see>. -or-The <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> property of the provider parameter is null or an empty string.-or-A settings provider with the same <see cref="P:System.Configuration.Provider.ProviderBase.Name"></see> already exists in the collection.</exception>
  17304.             <exception cref="T:System.NotSupportedException">The collection is read-only.</exception>
  17305.             <filterpriority>2</filterpriority>
  17306.         </member>
  17307.         <member name="P:System.Configuration.SettingsProviderCollection.Item(System.String)">
  17308.             <summary>Gets the settings provider in the collection that matches the specified name.</summary>
  17309.             <returns>If found, the <see cref="T:System.Configuration.SettingsProvider"></see> whose name matches that specified by the name parameter; otherwise, null.</returns>
  17310.             <param name="name">A <see cref="T:System.String"></see> containing the friendly name of the settings provider.</param>
  17311.             <exception cref="T:System.NotSupportedException">The collection is read-only when setting this value.</exception>
  17312.             <exception cref="T:System.ArgumentNullException">The name parameter is null.</exception>
  17313.             <filterpriority>2</filterpriority>
  17314.         </member>
  17315.         <member name="T:System.Configuration.SettingsSavingEventHandler">
  17316.             <summary>Represents the method that will handle the <see cref="E:System.Configuration.ApplicationSettingsBase.SettingsSaving"></see> event. </summary>
  17317.             <filterpriority>2</filterpriority>
  17318.         </member>
  17319.         <member name="T:System.Configuration.SettingsSerializeAs">
  17320.             <summary>Determines the serialization scheme used to store application settings.</summary>
  17321.             <filterpriority>2</filterpriority>
  17322.         </member>
  17323.         <member name="F:System.Configuration.SettingsSerializeAs.Binary">
  17324.             <summary>The settings property is serialized using binary object serialization.</summary>
  17325.             <filterpriority>1</filterpriority>
  17326.         </member>
  17327.         <member name="F:System.Configuration.SettingsSerializeAs.ProviderSpecific">
  17328.             <summary>The settings provider has implicit knowledge of the property or its type and picks an appropriate serialization mechanism. Often used for custom serialization.</summary>
  17329.             <filterpriority>1</filterpriority>
  17330.         </member>
  17331.         <member name="F:System.Configuration.SettingsSerializeAs.String">
  17332.             <summary>The settings property is serialized as plain text.</summary>
  17333.             <filterpriority>1</filterpriority>
  17334.         </member>
  17335.         <member name="F:System.Configuration.SettingsSerializeAs.Xml">
  17336.             <summary>The settings property is serialized as XML using XML serialization.</summary>
  17337.             <filterpriority>1</filterpriority>
  17338.         </member>
  17339.         <member name="T:System.Configuration.SettingsSerializeAsAttribute">
  17340.             <summary>Specifies the serialization mechanism that the settings provider should use. This class cannot be inherited.</summary>
  17341.             <filterpriority>1</filterpriority>
  17342.         </member>
  17343.         <member name="M:System.Configuration.SettingsSerializeAsAttribute.#ctor(System.Configuration.SettingsSerializeAs)">
  17344.             <summary>Initializes an instance of the <see cref="T:System.Configuration.SettingsSerializeAsAttribute"></see> class.</summary>
  17345.             <param name="serializeAs">A <see cref="T:System.Configuration.SettingsSerializeAs"></see> enumerated value that specifies the serialization scheme.</param>
  17346.         </member>
  17347.         <member name="P:System.Configuration.SettingsSerializeAsAttribute.SerializeAs">
  17348.             <summary>Gets the <see cref="T:System.Configuration.SettingsSerializeAs"></see> enumeration value that specifies the serialization scheme.</summary>
  17349.             <returns>A <see cref="T:System.Configuration.SettingsSerializeAs"></see> enumerated value that specifies the serialization scheme.</returns>
  17350.             <filterpriority>2</filterpriority>
  17351.         </member>
  17352.         <member name="T:System.Configuration.SettingValueElement">
  17353.             <summary>Contains the XML representing the serialized value of the setting. This class cannot be inherited.</summary>
  17354.             <filterpriority>2</filterpriority>
  17355.         </member>
  17356.         <member name="M:System.Configuration.SettingValueElement.#ctor">
  17357.             <summary>Creates a new instance of the <see cref="T:System.Configuration.SettingValueElement"></see> class.</summary>
  17358.         </member>
  17359.         <member name="M:System.Configuration.SettingValueElement.Equals(System.Object)">
  17360.             <summary>Compares the current <see cref="T:System.Configuration.SettingValueElement"></see> instance to the specified object.</summary>
  17361.             <returns>true if the <see cref="T:System.Configuration.SettingValueElement"></see> instance is equal to the specified object; otherwise, false.</returns>
  17362.             <param name="settingValue">The object to compare.</param>
  17363.             <filterpriority>2</filterpriority>
  17364.         </member>
  17365.         <member name="M:System.Configuration.SettingValueElement.GetHashCode">
  17366.             <summary>Gets a unique value representing the <see cref="T:System.Configuration.SettingValueElement"></see> current instance.</summary>
  17367.             <returns>A unique value representing the <see cref="T:System.Configuration.SettingValueElement"></see> current instance.</returns>
  17368.             <filterpriority>2</filterpriority>
  17369.         </member>
  17370.         <member name="P:System.Configuration.SettingValueElement.ValueXml">
  17371.             <summary>Gets or sets the value of a <see cref="T:System.Configuration.SettingValueElement"></see> object by using an <see cref="T:System.Xml.XmlNode"></see> object.</summary>
  17372.             <returns>An <see cref="T:System.Xml.XmlNode"></see> object containing the value of a <see cref="T:System.Configuration.SettingElement"></see>.</returns>
  17373.             <filterpriority>2</filterpriority>
  17374.         </member>
  17375.         <member name="T:System.Configuration.SingleTagSectionHandler">
  17376.             <summary>Handles configuration sections that are represented by a single XML tag in the .config file.</summary>
  17377.             <filterpriority>2</filterpriority>
  17378.         </member>
  17379.         <member name="M:System.Configuration.SingleTagSectionHandler.#ctor">
  17380.             <summary>Creates a new instance of this object.</summary>
  17381.         </member>
  17382.         <member name="M:System.Configuration.SingleTagSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
  17383.             <summary>Used internally to create a new instance of this object.</summary>
  17384.             <returns>The created object handler.</returns>
  17385.             <param name="context">The context of this object.</param>
  17386.             <param name="section">The <see cref="T:System.Xml.XmlNode"></see> of the object in the configuration.</param>
  17387.             <param name="parent">The parent of this object.</param>
  17388.             <filterpriority>2</filterpriority>
  17389.         </member>
  17390.         <member name="T:System.Configuration.SpecialSetting">
  17391.             <summary>Specifies the special setting category of a application settings property.</summary>
  17392.             <filterpriority>2</filterpriority>
  17393.         </member>
  17394.         <member name="F:System.Configuration.SpecialSetting.ConnectionString">
  17395.             <summary>The configuration property represents a connection string, typically for a data store or network resource. </summary>
  17396.             <filterpriority>1</filterpriority>
  17397.         </member>
  17398.         <member name="F:System.Configuration.SpecialSetting.WebServiceUrl">
  17399.             <summary>The configuration property represents a Uniform Resource Locator (URL) to a Web service.</summary>
  17400.         </member>
  17401.         <member name="T:System.Configuration.SpecialSettingAttribute">
  17402.             <summary>Indicates that an application settings property has a special significance. This class cannot be inherited.</summary>
  17403.             <filterpriority>1</filterpriority>
  17404.         </member>
  17405.         <member name="M:System.Configuration.SpecialSettingAttribute.#ctor(System.Configuration.SpecialSetting)">
  17406.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.SpecialSettingAttribute"></see> class.</summary>
  17407.             <param name="specialSetting">A <see cref="T:System.Configuration.SpecialSetting"></see> enumeration value defining the category of the application settings property.</param>
  17408.         </member>
  17409.         <member name="P:System.Configuration.SpecialSettingAttribute.SpecialSetting">
  17410.             <summary>Gets the value describing the special setting category of the application settings property.</summary>
  17411.             <returns>A <see cref="T:System.Configuration.SpecialSetting"></see> enumeration value defining the category of the application settings property.</returns>
  17412.             <filterpriority>2</filterpriority>
  17413.         </member>
  17414.         <member name="T:System.Configuration.UserScopedSettingAttribute">
  17415.             <summary>Specifies that an application settings group or property contains distinct values for each user of an application. This class cannot be inherited.</summary>
  17416.             <filterpriority>1</filterpriority>
  17417.         </member>
  17418.         <member name="M:System.Configuration.UserScopedSettingAttribute.#ctor">
  17419.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.UserScopedSettingAttribute"></see> class.</summary>
  17420.         </member>
  17421.         <member name="T:System.Configuration.UserSettingsGroup">
  17422.             <summary>Represents a grouping of related user settings sections within a configuration file. This class cannot be inherited.</summary>
  17423.             <filterpriority>2</filterpriority>
  17424.         </member>
  17425.         <member name="M:System.Configuration.UserSettingsGroup.#ctor">
  17426.             <summary>Initializes a new instance of the <see cref="T:System.Configuration.UserSettingsGroup"></see> class.</summary>
  17427.         </member>
  17428.         <member name="N:System.Diagnostics">
  17429.             <summary>The <see cref="N:System.Diagnostics"></see> namespace provides classes that allow you to interact with system processes, event logs, and performance counters.</summary>
  17430.         </member>
  17431.         <member name="T:System.Diagnostics.BooleanSwitch">
  17432.             <summary>Provides a simple on/off switch that controls debugging and tracing output.</summary>
  17433.             <filterpriority>2</filterpriority>
  17434.         </member>
  17435.         <member name="M:System.Diagnostics.BooleanSwitch.#ctor(System.String,System.String)">
  17436.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.BooleanSwitch"></see> class with the specified display name and description.</summary>
  17437.             <param name="description">The description of the switch. </param>
  17438.             <param name="displayName">The name to display on a user interface. </param>
  17439.         </member>
  17440.         <member name="M:System.Diagnostics.BooleanSwitch.#ctor(System.String,System.String,System.String)">
  17441.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.BooleanSwitch"></see> class with the specified display name, description, and default switch value. </summary>
  17442.             <param name="description">The description of the switch. </param>
  17443.             <param name="defaultSwitchValue">The default value of the switch.</param>
  17444.             <param name="displayName">The name to display on the user interface. </param>
  17445.         </member>
  17446.         <member name="M:System.Diagnostics.BooleanSwitch.OnValueChanged">
  17447.             <summary>Determines whether the new value of the <see cref="P:System.Diagnostics.Switch.Value"></see> property can be parsed as a Boolean value.</summary>
  17448.         </member>
  17449.         <member name="P:System.Diagnostics.BooleanSwitch.Enabled">
  17450.             <summary>Gets or sets a value indicating whether the switch is enabled or disabled.</summary>
  17451.             <returns>true if the switch is enabled; otherwise, false. The default is false.</returns>
  17452.             <exception cref="T:System.Security.SecurityException">The caller does not have the correct permission.</exception>
  17453.             <filterpriority>2</filterpriority>
  17454.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  17455.         </member>
  17456.         <member name="T:System.Diagnostics.ConsoleTraceListener">
  17457.             <summary>Directs tracing or debugging output to either the standard output or the standard error stream.</summary>
  17458.             <filterpriority>2</filterpriority>
  17459.         </member>
  17460.         <member name="M:System.Diagnostics.ConsoleTraceListener.#ctor">
  17461.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ConsoleTraceListener"></see> class with trace output written to the standard output stream.</summary>
  17462.         </member>
  17463.         <member name="M:System.Diagnostics.ConsoleTraceListener.#ctor(System.Boolean)">
  17464.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ConsoleTraceListener"></see> class with an option to write trace output to the standard output stream or the standard error stream.</summary>
  17465.             <param name="useErrorStream">true to write tracing and debugging output to the standard error stream; false to write tracing and debugging output to the standard output stream.</param>
  17466.         </member>
  17467.         <member name="T:System.Diagnostics.CorrelationManager">
  17468.             <summary>Correlates traces that are part of a logical transaction.</summary>
  17469.             <filterpriority>2</filterpriority>
  17470.         </member>
  17471.         <member name="M:System.Diagnostics.CorrelationManager.StartLogicalOperation">
  17472.             <summary>Starts a logical operation on a thread.</summary>
  17473.             <filterpriority>1</filterpriority>
  17474.         </member>
  17475.         <member name="M:System.Diagnostics.CorrelationManager.StartLogicalOperation(System.Object)">
  17476.             <summary>Starts a logical operation with the specified identity on a thread.</summary>
  17477.             <param name="operationId">An object identifying the operation.</param>
  17478.             <exception cref="T:System.ArgumentNullException">The operationId parameter is null. </exception>
  17479.             <filterpriority>1</filterpriority>
  17480.         </member>
  17481.         <member name="M:System.Diagnostics.CorrelationManager.StopLogicalOperation">
  17482.             <summary>Stops the current logical operation.</summary>
  17483.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.CorrelationManager.LogicalOperationStack"></see> property is an empty stack.</exception>
  17484.             <filterpriority>1</filterpriority>
  17485.         </member>
  17486.         <member name="P:System.Diagnostics.CorrelationManager.ActivityId">
  17487.             <summary>Gets or sets the identity for a global activity.</summary>
  17488.             <returns>A <see cref="T:System.Guid"></see> structure that identifies the global activity.</returns>
  17489.             <filterpriority>1</filterpriority>
  17490.         </member>
  17491.         <member name="P:System.Diagnostics.CorrelationManager.LogicalOperationStack">
  17492.             <summary>Gets the logical operation stack from the call context.</summary>
  17493.             <returns>A <see cref="T:System.Collections.Stack"></see> object that represents the logical operation stack for the call context.</returns>
  17494.             <filterpriority>1</filterpriority>
  17495.         </member>
  17496.         <member name="T:System.Diagnostics.CounterCreationData">
  17497.             <summary>Defines the counter type, name, and Help string for a custom counter.</summary>
  17498.             <filterpriority>2</filterpriority>
  17499.         </member>
  17500.         <member name="M:System.Diagnostics.CounterCreationData.#ctor">
  17501.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CounterCreationData"></see> class, to a counter of type NumberOfItems32, and with empty name and help strings.</summary>
  17502.         </member>
  17503.         <member name="M:System.Diagnostics.CounterCreationData.#ctor(System.String,System.String,System.Diagnostics.PerformanceCounterType)">
  17504.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CounterCreationData"></see> class, to a counter of the specified type, using the specified counter name and Help strings.</summary>
  17505.             <param name="counterType">A <see cref="T:System.Diagnostics.PerformanceCounterType"></see> that identifies the counter's behavior. </param>
  17506.             <param name="counterHelp">The text that describes the counter's behavior. </param>
  17507.             <param name="counterName">The name of the counter, which must be unique within its category. </param>
  17508.             <exception cref="T:System.ArgumentNullException">counterHelp is null. </exception>
  17509.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">You have specified a value for counterType that is not a member of the <see cref="T:System.Diagnostics.PerformanceCounterType"></see> enumeration. </exception>
  17510.         </member>
  17511.         <member name="P:System.Diagnostics.CounterCreationData.CounterHelp">
  17512.             <summary>Gets or sets the custom counter's description.</summary>
  17513.             <returns>The text that describes the counter's behavior.</returns>
  17514.             <exception cref="T:System.ArgumentNullException">The specified value is null.</exception>
  17515.             <filterpriority>2</filterpriority>
  17516.         </member>
  17517.         <member name="P:System.Diagnostics.CounterCreationData.CounterName">
  17518.             <summary>Gets or sets the name of the custom counter.</summary>
  17519.             <returns>A name for the counter, which is unique in its category.</returns>
  17520.             <exception cref="T:System.ArgumentException">The specified value is not between 1 and 80 characters long or contains double quotes, control characters or leading or trailing spaces.</exception>
  17521.             <exception cref="T:System.ArgumentNullException">The specified value is null.</exception>
  17522.             <filterpriority>2</filterpriority>
  17523.         </member>
  17524.         <member name="P:System.Diagnostics.CounterCreationData.CounterType">
  17525.             <summary>Gets or sets the performance counter type of the custom counter.</summary>
  17526.             <returns>A <see cref="T:System.Diagnostics.PerformanceCounterType"></see> that defines the behavior of the performance counter.</returns>
  17527.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">You have specified a type that is not a member of the <see cref="T:System.Diagnostics.PerformanceCounterType"></see> enumeration. </exception>
  17528.             <filterpriority>2</filterpriority>
  17529.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  17530.         </member>
  17531.         <member name="T:System.Diagnostics.CounterCreationDataCollection">
  17532.             <summary>Provides a strongly typed collection of <see cref="T:System.Diagnostics.CounterCreationData"></see> objects.</summary>
  17533.             <filterpriority>2</filterpriority>
  17534.         </member>
  17535.         <member name="M:System.Diagnostics.CounterCreationDataCollection.#ctor">
  17536.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see> class, with no associated <see cref="T:System.Diagnostics.CounterCreationData"></see> instances.</summary>
  17537.         </member>
  17538.         <member name="M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationData[])">
  17539.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see> class, using the specified array of <see cref="T:System.Diagnostics.CounterCreationData"></see> instances.</summary>
  17540.             <param name="value">An array of <see cref="T:System.Diagnostics.CounterCreationData"></see> instances with which to initialize this <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see>. </param>
  17541.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  17542.         </member>
  17543.         <member name="M:System.Diagnostics.CounterCreationDataCollection.#ctor(System.Diagnostics.CounterCreationDataCollection)">
  17544.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see> class, using the specified collection of <see cref="T:System.Diagnostics.CounterCreationData"></see> instances.</summary>
  17545.             <param name="value">A <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see> that holds <see cref="T:System.Diagnostics.CounterCreationData"></see> instances with which to initialize this <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see>. </param>
  17546.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  17547.         </member>
  17548.         <member name="M:System.Diagnostics.CounterCreationDataCollection.Add(System.Diagnostics.CounterCreationData)">
  17549.             <summary>Adds an instance of the <see cref="T:System.Diagnostics.CounterCreationData"></see> class to the collection.</summary>
  17550.             <returns>The index of the new <see cref="T:System.Diagnostics.CounterCreationData"></see>.</returns>
  17551.             <param name="value">A <see cref="T:System.Diagnostics.CounterCreationData"></see> to append to the existing collection. </param>
  17552.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  17553.             <exception cref="T:System.ArgumentException">value is not a <see cref="T:System.Diagnostics.CounterCreationData"></see> object.</exception>
  17554.             <filterpriority>2</filterpriority>
  17555.         </member>
  17556.         <member name="M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationData[])">
  17557.             <summary>Adds an array of <see cref="T:System.Diagnostics.CounterCreationData"></see> instances to the collection.</summary>
  17558.             <param name="value">An array of <see cref="T:System.Diagnostics.CounterCreationData"></see> instances to append to the existing collection. </param>
  17559.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  17560.             <filterpriority>2</filterpriority>
  17561.         </member>
  17562.         <member name="M:System.Diagnostics.CounterCreationDataCollection.AddRange(System.Diagnostics.CounterCreationDataCollection)">
  17563.             <summary>Adds a collection of <see cref="T:System.Diagnostics.CounterCreationData"></see> instances to the collection.</summary>
  17564.             <param name="value">A collection of <see cref="T:System.Diagnostics.CounterCreationData"></see> instances to append to the existing collection. </param>
  17565.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  17566.             <filterpriority>2</filterpriority>
  17567.         </member>
  17568.         <member name="M:System.Diagnostics.CounterCreationDataCollection.Contains(System.Diagnostics.CounterCreationData)">
  17569.             <summary>Determines whether a <see cref="T:System.Diagnostics.CounterCreationData"></see> instance exists in the collection.</summary>
  17570.             <returns>true, if the specified <see cref="T:System.Diagnostics.CounterCreationData"></see> exists in the collection; otherwise, false.</returns>
  17571.             <param name="value">The <see cref="T:System.Diagnostics.CounterCreationData"></see> to find in the collection. </param>
  17572.             <filterpriority>2</filterpriority>
  17573.         </member>
  17574.         <member name="M:System.Diagnostics.CounterCreationDataCollection.CopyTo(System.Diagnostics.CounterCreationData[],System.Int32)">
  17575.             <summary>Copies the elements of the <see cref="T:System.Diagnostics.CounterCreationData"></see> to an array, starting at the specified index of the array.</summary>
  17576.             <param name="array">An array of <see cref="T:System.Diagnostics.CounterCreationData"></see> instances to add to the collection. </param>
  17577.             <param name="index">The location at which to add the new instances. </param>
  17578.             <exception cref="T:System.ArgumentException">index is equal to or greater than the length of the array.-or-The number of elements in the <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see> is greater than the available space from index to the end of the destination array.</exception>
  17579.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.</exception>
  17580.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  17581.             <filterpriority>2</filterpriority>
  17582.         </member>
  17583.         <member name="M:System.Diagnostics.CounterCreationDataCollection.IndexOf(System.Diagnostics.CounterCreationData)">
  17584.             <summary>Returns the index of a <see cref="T:System.Diagnostics.CounterCreationData"></see> in the collection.</summary>
  17585.             <returns>The zero-based index of the value in the collection if found; otherwise, -1.</returns>
  17586.             <param name="value">The <see cref="T:System.Diagnostics.CounterCreationData"></see> of which to determine the index in the collection. </param>
  17587.             <filterpriority>2</filterpriority>
  17588.         </member>
  17589.         <member name="M:System.Diagnostics.CounterCreationDataCollection.Insert(System.Int32,System.Diagnostics.CounterCreationData)">
  17590.             <summary>Inserts a <see cref="T:System.Diagnostics.CounterCreationData"></see> into the collection, at the specified index.</summary>
  17591.             <param name="value">The <see cref="T:System.Diagnostics.CounterCreationData"></see> to insert into the collection. </param>
  17592.             <param name="index">The zero-based index of the location at which the <see cref="T:System.Diagnostics.CounterCreationData"></see> is to be inserted. </param>
  17593.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0. -or-index is greater than the number of items in the collection.</exception>
  17594.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  17595.             <exception cref="T:System.ArgumentException">value is not a <see cref="T:System.Diagnostics.CounterCreationData"></see> object.</exception>
  17596.             <filterpriority>2</filterpriority>
  17597.         </member>
  17598.         <member name="M:System.Diagnostics.CounterCreationDataCollection.OnValidate(System.Object)">
  17599.             <summary>Checks the specified object to determine whether it is a valid <see cref="T:System.Diagnostics.CounterCreationData"></see> type.</summary>
  17600.             <param name="value">The object being validated.</param>
  17601.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  17602.             <exception cref="T:System.ArgumentException">value is not a <see cref="T:System.Diagnostics.CounterCreationData"></see> object.</exception>
  17603.         </member>
  17604.         <member name="M:System.Diagnostics.CounterCreationDataCollection.Remove(System.Diagnostics.CounterCreationData)">
  17605.             <summary>Removes a <see cref="T:System.Diagnostics.CounterCreationData"></see> from the collection.</summary>
  17606.             <param name="value">The <see cref="T:System.Diagnostics.CounterCreationData"></see> to remove from the collection. </param>
  17607.             <exception cref="T:System.ArgumentException">value is not a <see cref="T:System.Diagnostics.CounterCreationData"></see> object.-or-value does not exist in the collection.</exception>
  17608.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  17609.             <filterpriority>2</filterpriority>
  17610.         </member>
  17611.         <member name="P:System.Diagnostics.CounterCreationDataCollection.Item(System.Int32)">
  17612.             <summary>Indexes the <see cref="T:System.Diagnostics.CounterCreationData"></see> collection.</summary>
  17613.             <returns>The collection index, used to access individual elements of the collection.</returns>
  17614.             <param name="index">An index into the <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see>. </param>
  17615.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0.-or-index is equal to or greater than the number of items in the collection.</exception>
  17616.             <exception cref="T:System.ArgumentException">The item specified is not a <see cref="T:System.Diagnostics.CounterCreationData"></see> object.</exception>
  17617.             <exception cref="T:System.ArgumentNullException">The item specified is null.</exception>
  17618.             <filterpriority>2</filterpriority>
  17619.         </member>
  17620.         <member name="T:System.Diagnostics.CounterSample">
  17621.             <summary>Defines a structure holding the raw data for a performance counter.</summary>
  17622.             <filterpriority>2</filterpriority>
  17623.         </member>
  17624.         <member name="M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType)">
  17625.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CounterSample"></see> structure and sets the <see cref="P:System.Diagnostics.CounterSample.CounterTimeStamp"></see> property to zero (0).</summary>
  17626.             <param name="systemFrequency">The frequency with which the system reads from the counter. </param>
  17627.             <param name="rawValue">The numerical value associated with the performance counter sample. </param>
  17628.             <param name="timeStamp">The raw time stamp. </param>
  17629.             <param name="timeStamp100nSec">The raw, high-fidelity time stamp. </param>
  17630.             <param name="counterType">A <see cref="T:System.Diagnostics.PerformanceCounterType"></see> that indicates the type of the counter for which this sample is a snapshot. </param>
  17631.             <param name="baseValue">An optional, base raw value for the counter, to use only if the sample is based on multiple counters. </param>
  17632.             <param name="counterFrequency">The frequency with which the counter is read. </param>
  17633.         </member>
  17634.         <member name="M:System.Diagnostics.CounterSample.#ctor(System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Int64,System.Diagnostics.PerformanceCounterType,System.Int64)">
  17635.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CounterSample"></see> structure and sets the <see cref="P:System.Diagnostics.CounterSample.CounterTimeStamp"></see> property to the value passed in.</summary>
  17636.             <param name="systemFrequency">The frequency with which the system reads from the counter. </param>
  17637.             <param name="rawValue">The numerical value associated with the performance counter sample. </param>
  17638.             <param name="timeStamp">The raw time stamp. </param>
  17639.             <param name="timeStamp100nSec">The raw, high-fidelity time stamp. </param>
  17640.             <param name="counterType">A <see cref="T:System.Diagnostics.PerformanceCounterType"></see> that indicates the type of the counter for which this sample is a snapshot. </param>
  17641.             <param name="baseValue">An optional, base raw value for the counter, to use only if the sample is based on multiple counters. </param>
  17642.             <param name="counterTimeStamp">The time at which the sample was taken. </param>
  17643.             <param name="counterFrequency">The frequency with which the counter is read. </param>
  17644.         </member>
  17645.         <member name="F:System.Diagnostics.CounterSample.Empty">
  17646.             <summary>Defines an empty, uninitialized performance counter sample of type NumberOfItems32.</summary>
  17647.             <filterpriority>1</filterpriority>
  17648.         </member>
  17649.         <member name="M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample)">
  17650.             <summary>Calculates the performance data of the counter, using a single sample point. Used generally for uncalculated performance counter types.</summary>
  17651.             <returns>The calculated performance value.</returns>
  17652.             <param name="counterSample">The <see cref="T:System.Diagnostics.CounterSample"></see> to use as a base point for calculating performance data. </param>
  17653.             <filterpriority>1</filterpriority>
  17654.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  17655.         </member>
  17656.         <member name="M:System.Diagnostics.CounterSample.Calculate(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)">
  17657.             <summary>Calculates the performance data of the counter, using two sample points. Used generally for calculated performance counter types, such as averages.</summary>
  17658.             <returns>The calculated performance value.</returns>
  17659.             <param name="counterSample">The <see cref="T:System.Diagnostics.CounterSample"></see> to use as a base point for calculating performance data. </param>
  17660.             <param name="nextCounterSample">The <see cref="T:System.Diagnostics.CounterSample"></see> to use as an ending point for calculating performance data. </param>
  17661.             <filterpriority>1</filterpriority>
  17662.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  17663.         </member>
  17664.         <member name="M:System.Diagnostics.CounterSample.Equals(System.Diagnostics.CounterSample)">
  17665.             <summary>Indicates whether the specified <see cref="T:System.Diagnostics.CounterSample"></see> structure is equal to the current <see cref="T:System.Diagnostics.CounterSample"></see> structure.</summary>
  17666.             <returns>true if sample is equal to the current instance; otherwise, false. </returns>
  17667.             <param name="sample">The <see cref="T:System.Diagnostics.CounterSample"></see> structure to be compared with this instance.</param>
  17668.         </member>
  17669.         <member name="M:System.Diagnostics.CounterSample.Equals(System.Object)">
  17670.             <summary>Indicates whether the specified structure is a <see cref="T:System.Diagnostics.CounterSample"></see> structure and is identical to the current <see cref="T:System.Diagnostics.CounterSample"></see> structure.</summary>
  17671.             <returns>true if o is a <see cref="T:System.Diagnostics.CounterSample"></see> structure and is identical to the current instance; otherwise, false. </returns>
  17672.             <param name="o">The object to be compared with the current instance.</param>
  17673.         </member>
  17674.         <member name="M:System.Diagnostics.CounterSample.GetHashCode">
  17675.             <summary>Gets a hash code for the current counter sample.</summary>
  17676.             <returns>A hash code for the current counter sample.</returns>
  17677.         </member>
  17678.         <member name="M:System.Diagnostics.CounterSample.op_Equality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)">
  17679.             <summary>Returns a value indicating whether two <see cref="T:System.Diagnostics.CounterSample"></see> structures are equal.</summary>
  17680.             <returns>true if a and b are equal; otherwise, false.</returns>
  17681.             <param name="a">A <see cref="T:System.Diagnostics.CounterSample"></see> structure.</param>
  17682.             <param name="b">A <see cref="T:System.Diagnostics.CounterSample"></see> structure.</param>
  17683.         </member>
  17684.         <member name="M:System.Diagnostics.CounterSample.op_Inequality(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)">
  17685.             <summary>Returns a value indicating whether two <see cref="T:System.Diagnostics.CounterSample"></see> structures are not equal.</summary>
  17686.             <returns>true if a and b are not equal; otherwise, false</returns>
  17687.             <param name="a">A <see cref="T:System.Diagnostics.CounterSample"></see> structure.</param>
  17688.             <param name="b">A <see cref="T:System.Diagnostics.CounterSample"></see> structure.</param>
  17689.         </member>
  17690.         <member name="P:System.Diagnostics.CounterSample.BaseValue">
  17691.             <summary>Gets an optional, base raw value for the counter.</summary>
  17692.             <returns>The base raw value, which is used only if the sample is based on multiple counters.</returns>
  17693.             <filterpriority>2</filterpriority>
  17694.         </member>
  17695.         <member name="P:System.Diagnostics.CounterSample.CounterFrequency">
  17696.             <summary>Gets the raw counter frequency.</summary>
  17697.             <returns>The frequency with which the counter is read.</returns>
  17698.             <filterpriority>2</filterpriority>
  17699.         </member>
  17700.         <member name="P:System.Diagnostics.CounterSample.CounterTimeStamp">
  17701.             <summary>Gets the counter's time stamp.</summary>
  17702.             <returns>The time at which the sample was taken.</returns>
  17703.             <filterpriority>2</filterpriority>
  17704.         </member>
  17705.         <member name="P:System.Diagnostics.CounterSample.CounterType">
  17706.             <summary>Gets the performance counter type.</summary>
  17707.             <returns>A <see cref="T:System.Diagnostics.PerformanceCounterType"></see> that indicates the type of the counter for which this sample is a snapshot.</returns>
  17708.             <filterpriority>2</filterpriority>
  17709.         </member>
  17710.         <member name="P:System.Diagnostics.CounterSample.RawValue">
  17711.             <summary>Gets the raw value of the counter.</summary>
  17712.             <returns>The numerical value associated with the performance counter sample.</returns>
  17713.             <filterpriority>2</filterpriority>
  17714.         </member>
  17715.         <member name="P:System.Diagnostics.CounterSample.SystemFrequency">
  17716.             <summary>Gets the raw system frequency.</summary>
  17717.             <returns>The frequency with which the system reads from the counter.</returns>
  17718.             <filterpriority>2</filterpriority>
  17719.         </member>
  17720.         <member name="P:System.Diagnostics.CounterSample.TimeStamp">
  17721.             <summary>Gets the raw time stamp.</summary>
  17722.             <returns>The system time stamp.</returns>
  17723.             <filterpriority>2</filterpriority>
  17724.         </member>
  17725.         <member name="P:System.Diagnostics.CounterSample.TimeStamp100nSec">
  17726.             <summary>Gets the raw, high-fidelity time stamp.</summary>
  17727.             <returns>The system time stamp, represented within.1 millisecond.</returns>
  17728.             <filterpriority>2</filterpriority>
  17729.         </member>
  17730.         <member name="T:System.Diagnostics.CounterSampleCalculator">
  17731.             <summary>Provides a set of utility functions for interpreting performance counter data.</summary>
  17732.             <filterpriority>2</filterpriority>
  17733.         </member>
  17734.         <member name="M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample)">
  17735.             <summary>Computes the calculated value given a single raw counter sample.</summary>
  17736.             <returns>A floating-point representation of the performance counter's calculated value.</returns>
  17737.             <param name="newSample">A <see cref="T:System.Diagnostics.CounterSample"></see> that indicates the most recent sample the system has taken. </param>
  17738.             <filterpriority>1</filterpriority>
  17739.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  17740.         </member>
  17741.         <member name="M:System.Diagnostics.CounterSampleCalculator.ComputeCounterValue(System.Diagnostics.CounterSample,System.Diagnostics.CounterSample)">
  17742.             <summary>Computes the calculated value given two raw counter samples.</summary>
  17743.             <returns>A floating-point representation of the performance counter's calculated value.</returns>
  17744.             <param name="newSample">A <see cref="T:System.Diagnostics.CounterSample"></see> that indicates the most recent sample the system has taken. </param>
  17745.             <param name="oldSample">A <see cref="T:System.Diagnostics.CounterSample"></see> that indicates a previous sample the system has taken. </param>
  17746.             <exception cref="T:System.Exception">The counter samples are of different types. </exception>
  17747.             <filterpriority>1</filterpriority>
  17748.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  17749.         </member>
  17750.         <member name="T:System.Diagnostics.DataReceivedEventArgs">
  17751.             <summary>Provides data for the <see cref="E:System.Diagnostics.Process.OutputDataReceived"></see> and <see cref="E:System.Diagnostics.Process.ErrorDataReceived"></see> events.</summary>
  17752.             <filterpriority>2</filterpriority>
  17753.         </member>
  17754.         <member name="P:System.Diagnostics.DataReceivedEventArgs.Data">
  17755.             <summary>Gets the line of characters that was written to a redirected <see cref="T:System.Diagnostics.Process"></see> output stream.</summary>
  17756.             <returns>The line that was written by an associated <see cref="T:System.Diagnostics.Process"></see> to its redirected <see cref="P:System.Diagnostics.Process.StandardOutput"></see> or <see cref="P:System.Diagnostics.Process.StandardError"></see> stream.</returns>
  17757.             <filterpriority>2</filterpriority>
  17758.         </member>
  17759.         <member name="T:System.Diagnostics.DataReceivedEventHandler">
  17760.             <summary>Represents the method that will handle the <see cref="E:System.Diagnostics.Process.OutputDataReceived"></see> event or <see cref="E:System.Diagnostics.Process.ErrorDataReceived"></see> event of a <see cref="T:System.Diagnostics.Process"></see>.</summary>
  17761.             <filterpriority>2</filterpriority>
  17762.         </member>
  17763.         <member name="T:System.Diagnostics.Debug">
  17764.             <summary>Provides a set of methods and properties that help debug your code. This class cannot be inherited.</summary>
  17765.             <filterpriority>1</filterpriority>
  17766.         </member>
  17767.         <member name="M:System.Diagnostics.Debug.Assert(System.Boolean)">
  17768.             <summary>Checks for a condition and outputs the call stack if the condition is false.</summary>
  17769.             <param name="condition">true to prevent a message being displayed; otherwise, false. </param>
  17770.             <filterpriority>1</filterpriority>
  17771.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17772.         </member>
  17773.         <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)">
  17774.             <summary>Checks for a condition and displays a message if the condition is false.</summary>
  17775.             <param name="message">A message to display. </param>
  17776.             <param name="condition">true to prevent a message being displayed; otherwise, false. </param>
  17777.             <filterpriority>1</filterpriority>
  17778.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17779.         </member>
  17780.         <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)">
  17781.             <summary>Checks for a condition and displays both specified messages if the condition is false.</summary>
  17782.             <param name="detailMessage">A detailed message to display. </param>
  17783.             <param name="message">A message to display. </param>
  17784.             <param name="condition">true to prevent a message being displayed; otherwise, false. </param>
  17785.             <filterpriority>1</filterpriority>
  17786.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17787.         </member>
  17788.         <member name="M:System.Diagnostics.Debug.Close">
  17789.             <summary>Flushes the output buffer and then calls the Close method on each of the <see cref="P:System.Diagnostics.Debug.Listeners"></see>.</summary>
  17790.             <filterpriority>2</filterpriority>
  17791.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  17792.         </member>
  17793.         <member name="M:System.Diagnostics.Debug.Fail(System.String)">
  17794.             <summary>Emits the specified error message.</summary>
  17795.             <param name="message">A message to emit. </param>
  17796.             <filterpriority>2</filterpriority>
  17797.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17798.         </member>
  17799.         <member name="M:System.Diagnostics.Debug.Fail(System.String,System.String)">
  17800.             <summary>Emits an error message and a detailed error message.</summary>
  17801.             <param name="detailMessage">A detailed message to emit. </param>
  17802.             <param name="message">A message to emit. </param>
  17803.             <filterpriority>2</filterpriority>
  17804.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17805.         </member>
  17806.         <member name="M:System.Diagnostics.Debug.Flush">
  17807.             <summary>Flushes the output buffer and causes buffered data to write to the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17808.             <filterpriority>2</filterpriority>
  17809.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17810.         </member>
  17811.         <member name="M:System.Diagnostics.Debug.Indent">
  17812.             <summary>Increases the current <see cref="P:System.Diagnostics.Debug.IndentLevel"></see> by one.</summary>
  17813.             <filterpriority>2</filterpriority>
  17814.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17815.         </member>
  17816.         <member name="M:System.Diagnostics.Debug.Print(System.String)">
  17817.             <summary>Writes a message followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17818.             <param name="message">The message to write.</param>
  17819.             <filterpriority>1</filterpriority>
  17820.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17821.         </member>
  17822.         <member name="M:System.Diagnostics.Debug.Print(System.String,System.Object[])">
  17823.             <summary>Writes a formatted string followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17824.             <param name="args">An object array containing zero or more objects to format. </param>
  17825.             <param name="format">A string containing zero or more format items.</param>
  17826.             <filterpriority>1</filterpriority>
  17827.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17828.         </member>
  17829.         <member name="M:System.Diagnostics.Debug.Unindent">
  17830.             <summary>Decreases the current <see cref="P:System.Diagnostics.Debug.IndentLevel"></see> by one.</summary>
  17831.             <filterpriority>2</filterpriority>
  17832.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17833.         </member>
  17834.         <member name="M:System.Diagnostics.Debug.Write(System.Object)">
  17835.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17836.             <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners"></see>. </param>
  17837.             <filterpriority>2</filterpriority>
  17838.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17839.         </member>
  17840.         <member name="M:System.Diagnostics.Debug.Write(System.String)">
  17841.             <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17842.             <param name="message">A message to write. </param>
  17843.             <filterpriority>2</filterpriority>
  17844.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17845.         </member>
  17846.         <member name="M:System.Diagnostics.Debug.Write(System.Object,System.String)">
  17847.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17848.             <param name="category">A category name used to organize the output. </param>
  17849.             <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners"></see>. </param>
  17850.             <filterpriority>2</filterpriority>
  17851.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17852.         </member>
  17853.         <member name="M:System.Diagnostics.Debug.Write(System.String,System.String)">
  17854.             <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17855.             <param name="category">A category name used to organize the output. </param>
  17856.             <param name="message">A message to write. </param>
  17857.             <filterpriority>2</filterpriority>
  17858.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17859.         </member>
  17860.         <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.Object)">
  17861.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection if a condition is true.</summary>
  17862.             <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners"></see>. </param>
  17863.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  17864.             <filterpriority>2</filterpriority>
  17865.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17866.         </member>
  17867.         <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.String)">
  17868.             <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection if a condition is true.</summary>
  17869.             <param name="message">A message to write. </param>
  17870.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  17871.             <filterpriority>2</filterpriority>
  17872.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17873.         </member>
  17874.         <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.Object,System.String)">
  17875.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection if a condition is true.</summary>
  17876.             <param name="category">A category name used to organize the output. </param>
  17877.             <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners"></see>. </param>
  17878.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  17879.             <filterpriority>2</filterpriority>
  17880.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17881.         </member>
  17882.         <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.String,System.String)">
  17883.             <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection if a condition is true.</summary>
  17884.             <param name="category">A category name used to organize the output. </param>
  17885.             <param name="message">A message to write. </param>
  17886.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  17887.             <filterpriority>2</filterpriority>
  17888.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17889.         </member>
  17890.         <member name="M:System.Diagnostics.Debug.WriteLine(System.Object)">
  17891.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17892.             <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners"></see>. </param>
  17893.             <filterpriority>2</filterpriority>
  17894.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17895.         </member>
  17896.         <member name="M:System.Diagnostics.Debug.WriteLine(System.String)">
  17897.             <summary>Writes a message followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17898.             <param name="message">A message to write. </param>
  17899.             <filterpriority>2</filterpriority>
  17900.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17901.         </member>
  17902.         <member name="M:System.Diagnostics.Debug.WriteLine(System.Object,System.String)">
  17903.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17904.             <param name="category">A category name used to organize the output. </param>
  17905.             <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners"></see>. </param>
  17906.             <filterpriority>2</filterpriority>
  17907.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17908.         </member>
  17909.         <member name="M:System.Diagnostics.Debug.WriteLine(System.String,System.String)">
  17910.             <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection.</summary>
  17911.             <param name="category">A category name used to organize the output. </param>
  17912.             <param name="message">A message to write. </param>
  17913.             <filterpriority>2</filterpriority>
  17914.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17915.         </member>
  17916.         <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.Object)">
  17917.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection if a condition is true.</summary>
  17918.             <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners"></see>. </param>
  17919.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  17920.             <filterpriority>2</filterpriority>
  17921.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17922.         </member>
  17923.         <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.String)">
  17924.             <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection if a condition is true.</summary>
  17925.             <param name="message">A message to write. </param>
  17926.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  17927.             <filterpriority>2</filterpriority>
  17928.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17929.         </member>
  17930.         <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.Object,System.String)">
  17931.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection if a condition is true.</summary>
  17932.             <param name="category">A category name used to organize the output. </param>
  17933.             <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners"></see>. </param>
  17934.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  17935.             <filterpriority>2</filterpriority>
  17936.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17937.         </member>
  17938.         <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.String,System.String)">
  17939.             <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners"></see> collection if a condition is true.</summary>
  17940.             <param name="category">A category name used to organize the output. </param>
  17941.             <param name="message">A message to write. </param>
  17942.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  17943.             <filterpriority>2</filterpriority>
  17944.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17945.         </member>
  17946.         <member name="P:System.Diagnostics.Debug.AutoFlush">
  17947.             <summary>Gets or sets a value indicating whether <see cref="M:System.Diagnostics.Debug.Flush"></see> should be called on the <see cref="P:System.Diagnostics.Debug.Listeners"></see> after every write.</summary>
  17948.             <returns>true if <see cref="M:System.Diagnostics.Debug.Flush"></see> is called on the <see cref="P:System.Diagnostics.Debug.Listeners"></see> after every write; otherwise, false.</returns>
  17949.             <filterpriority>2</filterpriority>
  17950.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  17951.         </member>
  17952.         <member name="P:System.Diagnostics.Debug.IndentLevel">
  17953.             <summary>Gets or sets the indent level.</summary>
  17954.             <returns>The indent level. The default is 0.</returns>
  17955.             <filterpriority>2</filterpriority>
  17956.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17957.         </member>
  17958.         <member name="P:System.Diagnostics.Debug.IndentSize">
  17959.             <summary>Gets or sets the number of spaces in an indent.</summary>
  17960.             <returns>The number of spaces in an indent. The default is four.</returns>
  17961.             <filterpriority>2</filterpriority>
  17962.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17963.         </member>
  17964.         <member name="P:System.Diagnostics.Debug.Listeners">
  17965.             <summary>Gets the collection of listeners that is monitoring the debug output.</summary>
  17966.             <returns>A <see cref="T:System.Diagnostics.TraceListenerCollection"></see> representing a collection of type <see cref="T:System.Diagnostics.TraceListener"></see> that monitors the debug output.</returns>
  17967.             <filterpriority>2</filterpriority>
  17968.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  17969.         </member>
  17970.         <member name="T:System.Diagnostics.DefaultTraceListener">
  17971.             <summary>Provides the default output methods and behavior for tracing.</summary>
  17972.             <filterpriority>1</filterpriority>
  17973.         </member>
  17974.         <member name="M:System.Diagnostics.DefaultTraceListener.#ctor">
  17975.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DefaultTraceListener"></see> class with "Default" as its <see cref="P:System.Diagnostics.TraceListener.Name"></see> property value.</summary>
  17976.         </member>
  17977.         <member name="M:System.Diagnostics.DefaultTraceListener.Fail(System.String)">
  17978.             <summary>Emits or displays a message and a stack trace for an assertion that always fails.</summary>
  17979.             <param name="message">The message to emit or display. </param>
  17980.             <filterpriority>2</filterpriority>
  17981.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /><IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  17982.         </member>
  17983.         <member name="M:System.Diagnostics.DefaultTraceListener.Fail(System.String,System.String)">
  17984.             <summary>Emits or displays detailed messages and a stack trace for an assertion that always fails.</summary>
  17985.             <param name="detailMessage">The detailed message to emit or display. </param>
  17986.             <param name="message">The message to emit or display. </param>
  17987.             <filterpriority>2</filterpriority>
  17988.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /><IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  17989.         </member>
  17990.         <member name="M:System.Diagnostics.DefaultTraceListener.Write(System.String)">
  17991.             <summary>Writes the output to the OutputDebugString function and to the <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)"></see> method.</summary>
  17992.             <param name="message">The message to write to OutputDebugString and <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)"></see>. </param>
  17993.             <filterpriority>2</filterpriority>
  17994.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  17995.         </member>
  17996.         <member name="M:System.Diagnostics.DefaultTraceListener.WriteLine(System.String)">
  17997.             <summary>Writes the output to the OutputDebugString function and to the <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)"></see> method, followed by a carriage return and line feed (\r\n).</summary>
  17998.             <param name="message">The message to write to OutputDebugString and <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)"></see>. </param>
  17999.             <filterpriority>2</filterpriority>
  18000.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  18001.         </member>
  18002.         <member name="P:System.Diagnostics.DefaultTraceListener.AssertUiEnabled">
  18003.             <summary>Gets or sets a value indicating whether the application is running in user-interface mode.</summary>
  18004.             <returns>true if user-interface mode is enabled; otherwise, false.</returns>
  18005.             <filterpriority>2</filterpriority>
  18006.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  18007.         </member>
  18008.         <member name="P:System.Diagnostics.DefaultTraceListener.LogFileName">
  18009.             <summary>Gets or sets the name of a log file to write trace or debug messages to.</summary>
  18010.             <returns>The name of a log file to write trace or debug messages to.</returns>
  18011.             <filterpriority>2</filterpriority>
  18012.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  18013.         </member>
  18014.         <member name="T:System.Diagnostics.DelimitedListTraceListener">
  18015.             <summary>Directs tracing or debugging output to a text writer, such as a stream writer, or to a stream, such as a file stream.</summary>
  18016.             <filterpriority>1</filterpriority>
  18017.         </member>
  18018.         <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.IO.Stream)">
  18019.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener"></see> class that writes to the specified output stream. </summary>
  18020.             <param name="stream">The <see cref="T:System.IO.Stream"></see> to receive the output.</param>
  18021.             <exception cref="T:System.ArgumentNullException">stream is null. </exception>
  18022.         </member>
  18023.         <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.String)">
  18024.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener"></see> class that writes to the specified file.  </summary>
  18025.             <param name="fileName">The name of the file to receive the output.</param>
  18026.             <exception cref="T:System.ArgumentNullException">fileName is null. </exception>
  18027.         </member>
  18028.         <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.IO.TextWriter)">
  18029.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener"></see> class that writes to the specified text writer. </summary>
  18030.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to receive the output.</param>
  18031.             <exception cref="T:System.ArgumentNullException">writer is null. </exception>
  18032.         </member>
  18033.         <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.IO.Stream,System.String)">
  18034.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener"></see> class that writes to the specified output stream and has the specified name. </summary>
  18035.             <param name="name">The name of the new instance of the trace listener. </param>
  18036.             <param name="stream">The <see cref="T:System.IO.Stream"></see> to receive the output.</param>
  18037.             <exception cref="T:System.ArgumentNullException">stream is null. </exception>
  18038.         </member>
  18039.         <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.String,System.String)">
  18040.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener"></see> class that writes to the specified file and has the specified name. </summary>
  18041.             <param name="fileName">The name of the file to receive the output. </param>
  18042.             <param name="name">The name of the new instance of the trace listener. </param>
  18043.             <exception cref="T:System.ArgumentNullException">fileName is null. </exception>
  18044.         </member>
  18045.         <member name="M:System.Diagnostics.DelimitedListTraceListener.#ctor(System.IO.TextWriter,System.String)">
  18046.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DelimitedListTraceListener"></see> class that writes to the specified text writer and has the specified name. </summary>
  18047.             <param name="writer">The <see cref="T:System.IO.TextWriter"></see> to receive the output.</param>
  18048.             <param name="name">The name of the new instance of the trace listener. </param>
  18049.             <exception cref="T:System.ArgumentNullException">writer is null. </exception>
  18050.         </member>
  18051.         <member name="M:System.Diagnostics.DelimitedListTraceListener.GetSupportedAttributes">
  18052.             <summary>Returns the custom configuration file attribute supported by the delimited trace listener.</summary>
  18053.             <returns>A string array that contains the single value "delimiter".</returns>
  18054.         </member>
  18055.         <member name="M:System.Diagnostics.DelimitedListTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
  18056.             <summary>Writes trace information, a data object, and event information to the output file or stream.</summary>
  18057.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  18058.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  18059.             <param name="data">A data object to write to the output file or stream.</param>
  18060.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  18061.             <param name="id">A numeric identifier for the event.</param>
  18062.             <filterpriority>1</filterpriority>
  18063.         </member>
  18064.         <member name="M:System.Diagnostics.DelimitedListTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
  18065.             <summary>Writes trace information, an array of data objects, and event information to the output file or stream.</summary>
  18066.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  18067.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  18068.             <param name="data">An array of data objects to write to the output file or stream.</param>
  18069.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  18070.             <param name="id">A numeric identifier for the event.</param>
  18071.             <filterpriority>1</filterpriority>
  18072.         </member>
  18073.         <member name="M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
  18074.             <summary>Writes trace information, a message, and event information to the output file or stream.</summary>
  18075.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  18076.             <param name="message">The trace message to write to the output file or stream.</param>
  18077.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  18078.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  18079.             <param name="id">A numeric identifier for the event.</param>
  18080.             <filterpriority>1</filterpriority>
  18081.         </member>
  18082.         <member name="M:System.Diagnostics.DelimitedListTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
  18083.             <summary>Writes trace information, a formatted array of objects, and event information to the output file or stream.</summary>
  18084.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  18085.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  18086.             <param name="args">An array containing zero or more objects to format.</param>
  18087.             <param name="format">A format string that contains zero or more format items that correspond to objects in the args array.</param>
  18088.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  18089.             <param name="id">A numeric identifier for the event.</param>
  18090.             <filterpriority>1</filterpriority>
  18091.         </member>
  18092.         <member name="P:System.Diagnostics.DelimitedListTraceListener.Delimiter">
  18093.             <summary>Gets or sets the delimiter for the delimited list.</summary>
  18094.             <returns>The delimiter for the delimited list.</returns>
  18095.             <exception cref="T:System.ArgumentNullException"><see cref="P:System.Diagnostics.DelimitedListTraceListener.Delimiter"></see> is set to null.</exception>
  18096.             <exception cref="T:System.ArgumentException"><see cref="P:System.Diagnostics.DelimitedListTraceListener.Delimiter"></see> is set to an empty string ("").</exception>
  18097.             <filterpriority>1</filterpriority>
  18098.         </member>
  18099.         <member name="T:System.Diagnostics.DiagnosticsConfigurationHandler">
  18100.             <summary>Handles the diagnostics section of configuration files.</summary>
  18101.             <filterpriority>2</filterpriority>
  18102.         </member>
  18103.         <member name="M:System.Diagnostics.DiagnosticsConfigurationHandler.#ctor">
  18104.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DiagnosticsConfigurationHandler"></see> class.</summary>
  18105.         </member>
  18106.         <member name="M:System.Diagnostics.DiagnosticsConfigurationHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
  18107.             <summary>Parses the configuration settings for the <system.diagnostics> Element section of configuration files.</summary>
  18108.             <returns>A new configuration object, in the form of a <see cref="T:System.Collections.Hashtable"></see>.</returns>
  18109.             <param name="configContext">Reserved. Used in ASP.NET to convey the virtual path of the configuration being evaluated.</param>
  18110.             <param name="section">The root XML node at the section to handle.</param>
  18111.             <param name="parent">The object inherited from the parent path</param>
  18112.             <filterpriority>2</filterpriority>
  18113.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  18114.         </member>
  18115.         <member name="T:System.Diagnostics.EntryWrittenEventArgs">
  18116.             <summary>Provides data for the <see cref="E:System.Diagnostics.EventLog.EntryWritten"></see> event.</summary>
  18117.             <filterpriority>2</filterpriority>
  18118.         </member>
  18119.         <member name="M:System.Diagnostics.EntryWrittenEventArgs.#ctor">
  18120.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EntryWrittenEventArgs"></see> class.</summary>
  18121.         </member>
  18122.         <member name="M:System.Diagnostics.EntryWrittenEventArgs.#ctor(System.Diagnostics.EventLogEntry)">
  18123.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EntryWrittenEventArgs"></see> class with the specified event log entry.</summary>
  18124.             <param name="entry">An <see cref="T:System.Diagnostics.EventLogEntry"></see> that represents the entry that was written. </param>
  18125.         </member>
  18126.         <member name="P:System.Diagnostics.EntryWrittenEventArgs.Entry">
  18127.             <summary>Gets the event log entry that was written to the log.</summary>
  18128.             <returns>An <see cref="T:System.Diagnostics.EventLogEntry"></see> that represents the entry that was written to the event log.</returns>
  18129.             <filterpriority>2</filterpriority>
  18130.         </member>
  18131.         <member name="T:System.Diagnostics.EntryWrittenEventHandler">
  18132.             <summary>Represents the method that will handle the <see cref="E:System.Diagnostics.EventLog.EntryWritten"></see> event of an <see cref="T:System.Diagnostics.EventLog"></see>.</summary>
  18133.             <filterpriority>2</filterpriority>
  18134.         </member>
  18135.         <member name="T:System.Diagnostics.EventInstance">
  18136.             <summary>Represents language-neutral information for an event log entry.</summary>
  18137.             <filterpriority>2</filterpriority>
  18138.         </member>
  18139.         <member name="M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32)">
  18140.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventInstance"></see> class using the specified resource identifiers for the localized message and category text of the event entry.</summary>
  18141.             <param name="categoryId">A resource identifier that corresponds to a string defined in the category resource file of the event source, or zero to specify no category for the event. </param>
  18142.             <param name="instanceId">A resource identifier that corresponds to a string defined in the message resource file of the event source.</param>
  18143.             <exception cref="T:System.ArgumentOutOfRangeException">The instanceId parameter is a negative value or a value larger than <see cref="F:System.UInt32.MaxValue"></see>.-or- The categoryId parameter is a negative value or a value larger than <see cref="F:System.UInt16.MaxValue"></see>. </exception>
  18144.         </member>
  18145.         <member name="M:System.Diagnostics.EventInstance.#ctor(System.Int64,System.Int32,System.Diagnostics.EventLogEntryType)">
  18146.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventInstance"></see> class using the specified resource identifiers for the localized message and category text of the event entry and the specified event log entry type.</summary>
  18147.             <param name="entryType">An <see cref="T:System.Diagnostics.EventLogEntryType"></see> value that indicates the event type. </param>
  18148.             <param name="categoryId">A resource identifier that corresponds to a string defined in the category resource file of the event source, or zero to specify no category for the event. </param>
  18149.             <param name="instanceId">A resource identifier that corresponds to a string defined in the message resource file of the event source. </param>
  18150.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">entryType is not a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see> value. </exception>
  18151.             <exception cref="T:System.ArgumentOutOfRangeException">instanceId is a negative value or a value larger than <see cref="F:System.UInt32.MaxValue"></see>.-or- categoryId is a negative value or a value larger than <see cref="F:System.UInt16.MaxValue"></see>. </exception>
  18152.         </member>
  18153.         <member name="P:System.Diagnostics.EventInstance.CategoryId">
  18154.             <summary>Gets or sets the resource identifier that specifies the application-defined category of the event entry.</summary>
  18155.             <returns>A numeric category value or resource identifier that corresponds to a string defined in the category resource file of the event source. The default is zero, which signifies that no category will be displayed for the event entry.</returns>
  18156.             <exception cref="T:System.ArgumentOutOfRangeException">The property is set to a negative value or to a value larger than <see cref="F:System.UInt16.MaxValue"></see>. </exception>
  18157.             <filterpriority>2</filterpriority>
  18158.         </member>
  18159.         <member name="P:System.Diagnostics.EventInstance.EntryType">
  18160.             <summary>Gets or sets the event type of the event log entry.</summary>
  18161.             <returns>An <see cref="T:System.Diagnostics.EventLogEntryType"></see> value that indicates the event entry type. The default value is <see cref="F:System.Diagnostics.EventLogEntryType.Information"></see>.</returns>
  18162.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The property is not set to a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see> value. </exception>
  18163.             <filterpriority>2</filterpriority>
  18164.         </member>
  18165.         <member name="P:System.Diagnostics.EventInstance.InstanceId">
  18166.             <summary>Gets or sets the resource identifier that designates the message text of the event entry.</summary>
  18167.             <returns>A resource identifier that corresponds to a string defined in the message resource file of the event source.</returns>
  18168.             <exception cref="T:System.ArgumentOutOfRangeException">The property is set to a negative value or to a value larger than <see cref="F:System.UInt32.MaxValue"></see>. </exception>
  18169.             <filterpriority>2</filterpriority>
  18170.         </member>
  18171.         <member name="T:System.Diagnostics.EventLog">
  18172.             <summary>Provides interaction with Windows event logs.</summary>
  18173.             <filterpriority>1</filterpriority>
  18174.         </member>
  18175.         <member name="M:System.Diagnostics.EventLog.#ctor">
  18176.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLog"></see> class. Does not associate the instance with any log.</summary>
  18177.         </member>
  18178.         <member name="M:System.Diagnostics.EventLog.#ctor(System.String)">
  18179.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLog"></see> class. Associates the instance with a log on the local computer.</summary>
  18180.             <param name="logName">The name of the log on the local computer. </param>
  18181.             <exception cref="T:System.ArgumentNullException">The log name is null.</exception>
  18182.             <exception cref="T:System.ArgumentException">The log name is invalid. </exception>
  18183.         </member>
  18184.         <member name="M:System.Diagnostics.EventLog.#ctor(System.String,System.String)">
  18185.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLog"></see> class. Associates the instance with a log on the specified computer.</summary>
  18186.             <param name="logName">The name of the log on the specified computer. </param>
  18187.             <param name="machineName">The computer on which the log exists. </param>
  18188.             <exception cref="T:System.ArgumentException">The log name is invalid.-or- The computer name is invalid. </exception>
  18189.             <exception cref="T:System.ArgumentNullException">The log name is null.</exception>
  18190.         </member>
  18191.         <member name="M:System.Diagnostics.EventLog.#ctor(System.String,System.String,System.String)">
  18192.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLog"></see> class. Associates the instance with a log on the specified computer and creates or assigns the specified source to the <see cref="T:System.Diagnostics.EventLog"></see>.</summary>
  18193.             <param name="source">The source of event log entries. </param>
  18194.             <param name="logName">The name of the log on the specified computer </param>
  18195.             <param name="machineName">The computer on which the log exists. </param>
  18196.             <exception cref="T:System.ArgumentException">The log name is invalid.-or- The computer name is invalid. </exception>
  18197.             <exception cref="T:System.ArgumentNullException">The log name is null. </exception>
  18198.         </member>
  18199.         <member name="E:System.Diagnostics.EventLog.EntryWritten">
  18200.             <summary>Occurs when an entry is written to an event log on the local computer.</summary>
  18201.             <filterpriority>2</filterpriority>
  18202.         </member>
  18203.         <member name="M:System.Diagnostics.EventLog.BeginInit">
  18204.             <summary>Begins the initialization of an <see cref="T:System.Diagnostics.EventLog"></see> used on a form or used by another component. The initialization occurs at runtime.</summary>
  18205.             <filterpriority>2</filterpriority>
  18206.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18207.         </member>
  18208.         <member name="M:System.Diagnostics.EventLog.Clear">
  18209.             <summary>Removes all entries from the event log.</summary>
  18210.             <exception cref="T:System.ComponentModel.Win32Exception">The event log was not cleared successfully.-or- The log cannot be opened. A Windows error code is not available. </exception>
  18211.             <exception cref="T:System.InvalidOperationException">The log does not exist. </exception>
  18212.             <exception cref="T:System.ArgumentException">A value is not specified for the <see cref="P:System.Diagnostics.EventLog.Log"></see> property. Make sure the log name is not an empty string. </exception>
  18213.             <filterpriority>2</filterpriority>
  18214.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18215.         </member>
  18216.         <member name="M:System.Diagnostics.EventLog.Close">
  18217.             <summary>Closes the event log and releases read and write handles.</summary>
  18218.             <exception cref="T:System.ComponentModel.Win32Exception">The event log's read handle or write handle was not released successfully. </exception>
  18219.             <filterpriority>1</filterpriority>
  18220.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18221.         </member>
  18222.         <member name="M:System.Diagnostics.EventLog.CreateEventSource(System.Diagnostics.EventSourceCreationData)">
  18223.             <summary>Establishes an application as a valid event source for writing localized event messages, using the specified configuration properties for the event source and the corresponding event log.</summary>
  18224.             <param name="sourceData">The configuration properties for the event source and its target event log. </param>
  18225.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened. </exception>
  18226.             <exception cref="T:System.ArgumentException">The computer name specified in sourceData is not valid.- or - The source name specified in sourceData is null.- or - The log name specified in sourceData is not valid. Event log names must consist of printable characters, and cannot include the characters '*', '?', or '\'.- or - The log name specified in sourceData is not valid for user log creation. The Event log names AppEvent, SysEvent, and SecEvent are reserved for system use.- or - The log name matches an existing event log name.- or - The source name specified in sourceData results in a registry key path longer than 254 characters.- or - The first 8 characters of the log name specified in sourceData are not unique.- or - The source name specified in sourceData is already registered.- or - The source name specified in sourceData matches an existing event log name.</exception>
  18227.             <exception cref="T:System.ArgumentNullException">sourceData is null (Nothing in Visual Basic). </exception>
  18228.             <filterpriority>2</filterpriority>
  18229.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18230.         </member>
  18231.         <member name="M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String)">
  18232.             <summary>Establishes an application, using the specified <see cref="P:System.Diagnostics.EventLog.Source"></see>, as a valid event source for writing entries to a log on the local computer. This method can also create a new custom log on the local computer.</summary>
  18233.             <param name="source">The source name by which the application is registered on the local computer. </param>
  18234.             <param name="logName">The name of the log the source's entries are written to. Possible values include: Application, System, or a custom event log. </param>
  18235.             <exception cref="T:System.ArgumentException">source is an empty string ("") or null.- or - logName is not a valid event log name. Event log names must consist of printable characters, and cannot include the characters '*', '?', or '\'.- or - The log name specified in sourceData is not valid for user log creation. The Event log names AppEvent, SysEvent, and SecEvent are reserved for system use.- or - The log name matches an existing event log name.- or - The source name results in a registry key path longer than 254 characters.- or - The first 8 characters of logName match the first 8 characters of an existing event log name.- or - The source cannot be registered because it already exists on the local computer.- or - The source name matches an existing event log name. </exception>
  18236.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened on the local computer. </exception>
  18237.             <filterpriority>2</filterpriority>
  18238.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18239.         </member>
  18240.         <member name="M:System.Diagnostics.EventLog.CreateEventSource(System.String,System.String,System.String)">
  18241.             <summary>Establishes an application, using the specified <see cref="P:System.Diagnostics.EventLog.Source"></see>, as a valid event source for writing entries to a log on the computer specified by machineName. This method can also be used to create a new custom log on the specified computer.</summary>
  18242.             <param name="source">The source by which the application is registered on the specified computer. </param>
  18243.             <param name="logName">The name of the log the source's entries are written to. Possible values include: Application, System, or a custom event log. If you do not specify a value, the logName defaults to Application. </param>
  18244.             <param name="machineName">The name of the computer to register this event source with, or "." for the local computer. </param>
  18245.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened on the specified computer. </exception>
  18246.             <exception cref="T:System.ArgumentException">The machineName is not a valid computer name.- or - source is an empty string ("") or null.- or - logName is not a valid event log name. Event log names must consist of printable characters, and cannot include the characters '*', '?', or '\'.- or - The log name specified in sourceData is not valid for user log creation. The Event log names AppEvent, SysEvent, and SecEvent are reserved for system use.- or - The log name matches an existing event log name.- or - The source name results in a registry key path longer than 254 characters.- or - The first 8 characters of logName match the first 8 characters of an existing event log name on the specified computer.- or - The source cannot be registered because it already exists on the specified computer.- or - The source name matches an existing event log name. </exception>
  18247.             <filterpriority>2</filterpriority>
  18248.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18249.         </member>
  18250.         <member name="M:System.Diagnostics.EventLog.Delete(System.String)">
  18251.             <summary>Removes an event log from the local computer.</summary>
  18252.             <param name="logName">The name of the log to delete. Possible values include: Application, Security, System, and any custom event logs on the computer. </param>
  18253.             <exception cref="T:System.ComponentModel.Win32Exception">The event log was not cleared successfully.-or- The log cannot be opened. A Windows error code is not available. </exception>
  18254.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened on the local computer.- or - The log does not exist on the local computer. </exception>
  18255.             <exception cref="T:System.ArgumentException">logName is an empty string ("") or null.</exception>
  18256.             <filterpriority>1</filterpriority>
  18257.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18258.         </member>
  18259.         <member name="M:System.Diagnostics.EventLog.Delete(System.String,System.String)">
  18260.             <summary>Removes an event log from the specified computer.</summary>
  18261.             <param name="logName">The name of the log to delete. Possible values include: Application, Security, System, and any custom event logs on the specified computer. </param>
  18262.             <param name="machineName">The name of the computer to delete the log from, or "." for the local computer. </param>
  18263.             <exception cref="T:System.ArgumentException">logName is an empty string ("") or null. - or - machineName is not a valid computer name. </exception>
  18264.             <exception cref="T:System.ComponentModel.Win32Exception">The event log was not cleared successfully.-or- The log cannot be opened. A Windows error code is not available. </exception>
  18265.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened on the specified computer.- or - The log does not exist on the specified computer. </exception>
  18266.             <filterpriority>1</filterpriority>
  18267.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18268.         </member>
  18269.         <member name="M:System.Diagnostics.EventLog.DeleteEventSource(System.String)">
  18270.             <summary>Removes the event source registration from the event log of the local computer.</summary>
  18271.             <param name="source">The name by which the application is registered in the event log system. </param>
  18272.             <exception cref="T:System.ArgumentException">The source parameter does not exist in the registry of the local computer.- or - You do not have write access on the registry key for the event log.</exception>
  18273.             <filterpriority>2</filterpriority>
  18274.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18275.         </member>
  18276.         <member name="M:System.Diagnostics.EventLog.DeleteEventSource(System.String,System.String)">
  18277.             <summary>Removes the application's event source registration from the specified computer.</summary>
  18278.             <param name="source">The name by which the application is registered in the event log system. </param>
  18279.             <param name="machineName">The name of the computer to remove the registration from, or "." for the local computer. </param>
  18280.             <exception cref="T:System.ArgumentException">The machineName parameter is invalid. - or - The source parameter does not exist in the registry of the specified computer.- or - You do not have write access on the registry key for the event log.</exception>
  18281.             <filterpriority>2</filterpriority>
  18282.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18283.         </member>
  18284.         <member name="M:System.Diagnostics.EventLog.Dispose(System.Boolean)">
  18285.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Diagnostics.EventLog"></see>, and optionally releases the managed resources. </summary>
  18286.         </member>
  18287.         <member name="M:System.Diagnostics.EventLog.EndInit">
  18288.             <summary>Ends the initialization of an <see cref="T:System.Diagnostics.EventLog"></see> used on a form or by another component. The initialization occurs at runtime.</summary>
  18289.             <filterpriority>2</filterpriority>
  18290.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18291.         </member>
  18292.         <member name="M:System.Diagnostics.EventLog.Exists(System.String)">
  18293.             <summary>Determines whether the log exists on the local computer.</summary>
  18294.             <returns>true if the log exists on the local computer; otherwise, false.</returns>
  18295.             <param name="logName">The name of the log to search for. Possible values include: Application, Security, System, other application-specific logs (such as those associated with Active Directory), or any custom log on the computer. </param>
  18296.             <exception cref="T:System.ArgumentException">The logName is null or the value is empty. </exception>
  18297.             <filterpriority>1</filterpriority>
  18298.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18299.         </member>
  18300.         <member name="M:System.Diagnostics.EventLog.Exists(System.String,System.String)">
  18301.             <summary>Determines whether the log exists on the specified computer.</summary>
  18302.             <returns>true if the log exists on the specified computer; otherwise, false.</returns>
  18303.             <param name="logName">The log for which to search. Possible values include: Application, Security, System, other application-specific logs (such as those associated with Active Directory), or any custom log on the computer. </param>
  18304.             <param name="machineName">The name of the computer on which to search for the log, or "." for the local computer. </param>
  18305.             <exception cref="T:System.ArgumentException">The machineName parameter is an invalid format. Make sure you have used proper syntax for the computer on which you are searching.-or- The logName is null or the value is empty. </exception>
  18306.             <filterpriority>1</filterpriority>
  18307.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18308.         </member>
  18309.         <member name="M:System.Diagnostics.EventLog.GetEventLogs">
  18310.             <summary>Searches for all event logs on the local computer and creates an array of <see cref="T:System.Diagnostics.EventLog"></see> objects that contain the list.</summary>
  18311.             <returns>An array of type <see cref="T:System.Diagnostics.EventLog"></see> that represents the logs on the local computer.</returns>
  18312.             <exception cref="T:System.SystemException">You do not have read access to the registry.-or- There is no event log service on the computer. </exception>
  18313.             <filterpriority>1</filterpriority>
  18314.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18315.         </member>
  18316.         <member name="M:System.Diagnostics.EventLog.GetEventLogs(System.String)">
  18317.             <summary>Searches for all event logs on the given computer and creates an array of <see cref="T:System.Diagnostics.EventLog"></see> objects that contain the list.</summary>
  18318.             <returns>An array of type <see cref="T:System.Diagnostics.EventLog"></see> that represents the logs on the given computer.</returns>
  18319.             <param name="machineName">The computer on which to search for event logs. </param>
  18320.             <exception cref="T:System.ArgumentException">The machineName parameter is an invalid computer name. </exception>
  18321.             <exception cref="T:System.SystemException">You do not have read access to the registry.-or- There is no event log service on the computer. </exception>
  18322.             <filterpriority>1</filterpriority>
  18323.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18324.         </member>
  18325.         <member name="M:System.Diagnostics.EventLog.LogNameFromSourceName(System.String,System.String)">
  18326.             <summary>Gets the name of the log to which the specified source is registered.</summary>
  18327.             <returns>The name of the log associated with the specified source in the registry.</returns>
  18328.             <param name="source">The name of the event source. </param>
  18329.             <param name="machineName">The name of the computer on which to look, or "." for the local computer. </param>
  18330.             <filterpriority>1</filterpriority>
  18331.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18332.         </member>
  18333.         <member name="M:System.Diagnostics.EventLog.ModifyOverflowPolicy(System.Diagnostics.OverflowAction,System.Int32)">
  18334.             <summary>Changes the configured behavior for writing new entries when the event log reaches its maximum file size.</summary>
  18335.             <param name="retentionDays">The minimum number of days each event log entry is retained. This parameter is used only if action is set to <see cref="F:System.Diagnostics.OverflowAction.OverwriteOlder"></see>. </param>
  18336.             <param name="action">The overflow behavior for writing new entries to the event log. </param>
  18337.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.EventLog.Log"></see> value is not a valid log name.- or -The registry key for the event log could not be opened on the target computer.</exception>
  18338.             <exception cref="T:System.ArgumentOutOfRangeException">retentionDays is less than one, or larger than 365. </exception>
  18339.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">action is not a valid <see cref="P:System.Diagnostics.EventLog.OverflowAction"></see> value. </exception>
  18340.             <filterpriority>2</filterpriority>
  18341.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18342.         </member>
  18343.         <member name="M:System.Diagnostics.EventLog.RegisterDisplayName(System.String,System.Int64)">
  18344.             <summary>Specifies the localized name of the event log, which is displayed in the server Event Viewer.</summary>
  18345.             <param name="resourceFile">The fully specified path to a localized resource file. </param>
  18346.             <param name="resourceId">The resource identifier that indexes a localized string within the resource file. </param>
  18347.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.EventLog.Log"></see> value is not a valid log name.- or -The registry key for the event log could not be opened on the target computer.</exception>
  18348.             <filterpriority>2</filterpriority>
  18349.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18350.         </member>
  18351.         <member name="M:System.Diagnostics.EventLog.SourceExists(System.String)">
  18352.             <summary>Determines whether an event source is registered on the local computer.</summary>
  18353.             <returns>true if the event source is registered on the local computer; otherwise, false.</returns>
  18354.             <param name="source">The name of the event source. </param>
  18355.             <exception cref="T:System.Security.SecurityException">source was not found, but some or all of the event logs could not be searched.</exception>
  18356.             <filterpriority>1</filterpriority>
  18357.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18358.         </member>
  18359.         <member name="M:System.Diagnostics.EventLog.SourceExists(System.String,System.String)">
  18360.             <summary>Determines whether an event source is registered on a specified computer.</summary>
  18361.             <returns>true if the event source is registered on the given computer; otherwise, false.</returns>
  18362.             <param name="source">The name of the event source. </param>
  18363.             <param name="machineName">The name the computer on which to look, or "." for the local computer. </param>
  18364.             <exception cref="T:System.Security.SecurityException">source was not found, but some or all of the event logs could not be searched.</exception>
  18365.             <exception cref="T:System.ArgumentException">machineName is an invalid computer name. </exception>
  18366.             <filterpriority>1</filterpriority>
  18367.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18368.         </member>
  18369.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String)">
  18370.             <summary>Writes an information type entry, with the given message text, to the event log.</summary>
  18371.             <param name="message">The string to write to the event log. </param>
  18372.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18373.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18374.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.EventLog.Source"></see> property of the <see cref="T:System.Diagnostics.EventLog"></see> has not been set.-or- The method attempted to register a new event source, but the computer name in <see cref="P:System.Diagnostics.EventLog.MachineName"></see>  is not valid.- or -The source is already registered for a different event log.- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18375.             <filterpriority>1</filterpriority>
  18376.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18377.         </member>
  18378.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType)">
  18379.             <summary>Writes an error, warning, information, success audit, or failure audit entry with the given message text to the event log.</summary>
  18380.             <param name="type">One of the <see cref="T:System.Diagnostics.EventLogEntryType"></see> values. </param>
  18381.             <param name="message">The string to write to the event log. </param>
  18382.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">type is not a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see>.</exception>
  18383.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18384.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18385.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.EventLog.Source"></see> property of the <see cref="T:System.Diagnostics.EventLog"></see> has not been set.-or- The method attempted to register a new event source, but the computer name in <see cref="P:System.Diagnostics.EventLog.MachineName"></see>  is not valid.- or -The source is already registered for a different event log.- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18386.             <filterpriority>1</filterpriority>
  18387.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18388.         </member>
  18389.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String)">
  18390.             <summary>Writes an information type entry with the given message text to the event log, using the specified registered event source.</summary>
  18391.             <param name="source">The source by which the application is registered on the specified computer. </param>
  18392.             <param name="message">The string to write to the event log. </param>
  18393.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18394.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18395.             <exception cref="T:System.ArgumentException">The source value is an empty string ("").- or -The source value is null (Nothing in Visual Basic).- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18396.             <filterpriority>1</filterpriority>
  18397.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18398.         </member>
  18399.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32)">
  18400.             <summary>Writes an entry with the given message text and application-defined event identifier to the event log.</summary>
  18401.             <param name="type">One of the <see cref="T:System.Diagnostics.EventLogEntryType"></see> values. </param>
  18402.             <param name="message">The string to write to the event log. </param>
  18403.             <param name="eventID">The application-specific identifier for the event. </param>
  18404.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">type is not a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see>.</exception>
  18405.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18406.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.EventLog.Source"></see> property of the <see cref="T:System.Diagnostics.EventLog"></see> has not been set.-or- The method attempted to register a new event source, but the computer name in <see cref="P:System.Diagnostics.EventLog.MachineName"></see> is not valid.- or -The source is already registered for a different event log.- or -eventID is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18407.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18408.             <filterpriority>1</filterpriority>
  18409.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18410.         </member>
  18411.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType)">
  18412.             <summary>Writes an error, warning, information, success audit, or failure audit entry with the given message text to the event log, using the specified registered event source.</summary>
  18413.             <param name="type">One of the <see cref="T:System.Diagnostics.EventLogEntryType"></see> values. </param>
  18414.             <param name="source">The source by which the application is registered on the specified computer. </param>
  18415.             <param name="message">The string to write to the event log. </param>
  18416.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">type is not a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see>.</exception>
  18417.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18418.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18419.             <exception cref="T:System.ArgumentException">The source value is an empty string ("").- or -The source value is null (Nothing in Visual Basic).- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18420.             <filterpriority>1</filterpriority>
  18421.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18422.         </member>
  18423.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)">
  18424.             <summary>Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log.</summary>
  18425.             <param name="type">One of the <see cref="T:System.Diagnostics.EventLogEntryType"></see> values. </param>
  18426.             <param name="category">The application-specific subcategory associated with the message. </param>
  18427.             <param name="message">The string to write to the event log. </param>
  18428.             <param name="eventID">The application-specific identifier for the event. </param>
  18429.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">type is not a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see>.</exception>
  18430.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18431.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.EventLog.Source"></see> property of the <see cref="T:System.Diagnostics.EventLog"></see> has not been set.-or- The method attempted to register a new event source, but the computer name in <see cref="P:System.Diagnostics.EventLog.MachineName"></see> is not valid.- or -The source is already registered for a different event log.- or -eventID is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18432.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18433.             <filterpriority>1</filterpriority>
  18434.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18435.         </member>
  18436.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32)">
  18437.             <summary>Writes an entry with the given message text and application-defined event identifier to the event log, using the specified registered event source.</summary>
  18438.             <param name="type">One of the <see cref="T:System.Diagnostics.EventLogEntryType"></see> values. </param>
  18439.             <param name="source">The source by which the application is registered on the specified computer. </param>
  18440.             <param name="message">The string to write to the event log. </param>
  18441.             <param name="eventID">The application-specific identifier for the event. </param>
  18442.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">type is not a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see>.</exception>
  18443.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18444.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18445.             <exception cref="T:System.ArgumentException">The source value is an empty string ("").- or -The source value is null (Nothing in Visual Basic).- or -eventID is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18446.             <filterpriority>1</filterpriority>
  18447.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18448.         </member>
  18449.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])">
  18450.             <summary>Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log, and appends binary data to the message.</summary>
  18451.             <param name="type">One of the <see cref="T:System.Diagnostics.EventLogEntryType"></see> values. </param>
  18452.             <param name="category">The application-specific subcategory associated with the message. </param>
  18453.             <param name="message">The string to write to the event log. </param>
  18454.             <param name="eventID">The application-specific identifier for the event. </param>
  18455.             <param name="rawData">An array of bytes that holds the binary data associated with the entry. </param>
  18456.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">type is not a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see>.</exception>
  18457.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18458.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.EventLog.Source"></see> property of the <see cref="T:System.Diagnostics.EventLog"></see> has not been set.-or- The method attempted to register a new event source, but the computer name in <see cref="P:System.Diagnostics.EventLog.MachineName"></see> is not valid.- or -The source is already registered for a different event log.- or -eventID is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18459.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18460.             <filterpriority>1</filterpriority>
  18461.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18462.         </member>
  18463.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16)">
  18464.             <summary>Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log, using the specified registered event source. The category can be used by the Event Viewer to filter events in the log.</summary>
  18465.             <param name="type">One of the <see cref="T:System.Diagnostics.EventLogEntryType"></see> values. </param>
  18466.             <param name="source">The source by which the application is registered on the specified computer. </param>
  18467.             <param name="category">The application-specific subcategory associated with the message. </param>
  18468.             <param name="message">The string to write to the event log. </param>
  18469.             <param name="eventID">The application-specific identifier for the event. </param>
  18470.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">type is not a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see>.</exception>
  18471.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18472.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18473.             <exception cref="T:System.ArgumentException">The source value is an empty string ("").- or -The source value is null (Nothing in Visual Basic).- or -eventID is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18474.             <filterpriority>1</filterpriority>
  18475.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18476.         </member>
  18477.         <member name="M:System.Diagnostics.EventLog.WriteEntry(System.String,System.String,System.Diagnostics.EventLogEntryType,System.Int32,System.Int16,System.Byte[])">
  18478.             <summary>Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log (using the specified registered event source) and appends binary data to the message.</summary>
  18479.             <param name="type">One of the <see cref="T:System.Diagnostics.EventLogEntryType"></see> values. </param>
  18480.             <param name="source">The source by which the application is registered on the specified computer. </param>
  18481.             <param name="category">The application-specific subcategory associated with the message. </param>
  18482.             <param name="message">The string to write to the event log. </param>
  18483.             <param name="eventID">The application-specific identifier for the event. </param>
  18484.             <param name="rawData">An array of bytes that holds the binary data associated with the entry. </param>
  18485.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">type is not a valid <see cref="T:System.Diagnostics.EventLogEntryType"></see>.</exception>
  18486.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18487.             <exception cref="T:System.ArgumentException">The source value is an empty string ("").- or -The source value is null (Nothing in Visual Basic).- or -eventID is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -The message string is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters. </exception>
  18488.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18489.             <filterpriority>1</filterpriority>
  18490.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18491.         </member>
  18492.         <member name="M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Object[])">
  18493.             <summary>Writes a localized entry to the event log.</summary>
  18494.             <param name="instance">An <see cref="T:System.Diagnostics.EventInstance"></see> instance that represents a localized event log entry. </param>
  18495.             <param name="values">An array of strings to merge into the message text of the event log entry. </param>
  18496.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.EventLog.Source"></see> property of the <see cref="T:System.Diagnostics.EventLog"></see> has not been set.-or- The method attempted to register a new event source, but the computer name in <see cref="P:System.Diagnostics.EventLog.MachineName"></see> is not valid.- or -The source is already registered for a different event log.- or -instance.InstanceId is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -values has more than 256 elements.- or -One of the values elements is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18497.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18498.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18499.             <exception cref="T:System.ArgumentNullException">instance is null (Nothing in Visual Basic).</exception>
  18500.             <filterpriority>2</filterpriority>
  18501.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18502.         </member>
  18503.         <member name="M:System.Diagnostics.EventLog.WriteEvent(System.Diagnostics.EventInstance,System.Byte[],System.Object[])">
  18504.             <summary>Writes an event log entry with the given event data, message replacement strings, and associated binary data.</summary>
  18505.             <param name="data">An array of bytes that holds the binary data associated with the entry. </param>
  18506.             <param name="instance">An <see cref="T:System.Diagnostics.EventInstance"></see> instance that represents a localized event log entry. </param>
  18507.             <param name="values">An array of strings to merge into the message text of the event log entry. </param>
  18508.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.EventLog.Source"></see> property of the <see cref="T:System.Diagnostics.EventLog"></see> has not been set.-or- The method attempted to register a new event source, but the computer name in <see cref="P:System.Diagnostics.EventLog.MachineName"></see> is not valid.- or -The source is already registered for a different event log.- or -instance.InstanceId is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -values has more than 256 elements.- or -One of the values elements is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18509.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18510.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18511.             <exception cref="T:System.ArgumentNullException">instance is null (Nothing in Visual Basic).</exception>
  18512.             <filterpriority>2</filterpriority>
  18513.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18514.         </member>
  18515.         <member name="M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Object[])">
  18516.             <summary>Writes an event log entry with the given event data and message replacement strings, using the specified registered event source.</summary>
  18517.             <param name="source">The name of the event source registered for the application on the specified computer. </param>
  18518.             <param name="instance">An <see cref="T:System.Diagnostics.EventInstance"></see> instance that represents a localized event log entry. </param>
  18519.             <param name="values">An array of strings to merge into the message text of the event log entry. </param>
  18520.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18521.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18522.             <exception cref="T:System.ArgumentException">The source value is an empty string ("").- or -The source value is null (Nothing in Visual Basic).- or -instance.InstanceId is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -values has more than 256 elements.- or -One of the values elements is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18523.             <exception cref="T:System.ArgumentNullException">instance is null (Nothing in Visual Basic).</exception>
  18524.             <filterpriority>1</filterpriority>
  18525.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18526.         </member>
  18527.         <member name="M:System.Diagnostics.EventLog.WriteEvent(System.String,System.Diagnostics.EventInstance,System.Byte[],System.Object[])">
  18528.             <summary>Writes an event log entry with the given event data, message replacement strings, and associated binary data, and using the specified registered event source.</summary>
  18529.             <param name="source">The name of the event source registered for the application on the specified computer. </param>
  18530.             <param name="data">An array of bytes that holds the binary data associated with the entry. </param>
  18531.             <param name="instance">An <see cref="T:System.Diagnostics.EventInstance"></see> instance that represents a localized event log entry. </param>
  18532.             <param name="values">An array of strings to merge into the message text of the event log entry. </param>
  18533.             <exception cref="T:System.InvalidOperationException">The registry key for the event log could not be opened.</exception>
  18534.             <exception cref="T:System.ComponentModel.Win32Exception">The operating system reported an error when writing the event entry to the event log. A Windows error code is not available.</exception>
  18535.             <exception cref="T:System.ArgumentException">The source value is an empty string ("").- or -The source value is null (Nothing in Visual Basic).- or -instance.InstanceId is less than zero or greater than <see cref="F:System.UInt16.MaxValue"></see>.- or -values has more than 256 elements.- or -One of the values elements is longer than 32766 bytes.- or -The source name results in a registry key path longer than 254 characters.</exception>
  18536.             <exception cref="T:System.ArgumentNullException">instance is null (Nothing in Visual Basic).</exception>
  18537.             <filterpriority>1</filterpriority>
  18538.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18539.         </member>
  18540.         <member name="P:System.Diagnostics.EventLog.EnableRaisingEvents">
  18541.             <summary>Gets or sets a value indicating whether the <see cref="T:System.Diagnostics.EventLog"></see> receives <see cref="E:System.Diagnostics.EventLog.EntryWritten"></see> event notifications.</summary>
  18542.             <returns>true if the <see cref="T:System.Diagnostics.EventLog"></see> receives notification when an entry is written to the log; otherwise, false.</returns>
  18543.             <filterpriority>2</filterpriority>
  18544.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18545.         </member>
  18546.         <member name="P:System.Diagnostics.EventLog.Entries">
  18547.             <summary>Gets the contents of the event log.</summary>
  18548.             <returns>An <see cref="T:System.Diagnostics.EventLogEntryCollection"></see> holding the entries in the event log. Each entry is associated with an instance of the <see cref="T:System.Diagnostics.EventLogEntry"></see> class.</returns>
  18549.             <filterpriority>1</filterpriority>
  18550.             <PermissionSet><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18551.         </member>
  18552.         <member name="P:System.Diagnostics.EventLog.Log">
  18553.             <summary>Gets or sets the name of the log to read from or write to.</summary>
  18554.             <returns>The name of the log. This can be Application, System, Security, or a custom log name. The default is an empty string ("").</returns>
  18555.             <filterpriority>1</filterpriority>
  18556.         </member>
  18557.         <member name="P:System.Diagnostics.EventLog.LogDisplayName">
  18558.             <summary>Gets the event log's friendly name.</summary>
  18559.             <returns>A name that represents the event log in the system's event viewer.</returns>
  18560.             <exception cref="T:System.SystemException">The application could not open the registry key associated with this event log. </exception>
  18561.             <exception cref="T:System.Exception">The log does not exist on the computer specified by the <see cref="P:System.Diagnostics.EventLog.MachineName"></see> property. </exception>
  18562.             <filterpriority>1</filterpriority>
  18563.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18564.         </member>
  18565.         <member name="P:System.Diagnostics.EventLog.MachineName">
  18566.             <summary>Gets or sets the name of the computer on which to read or write events.</summary>
  18567.             <returns>The name of the server on which the event log resides. The default is the local computer (".").</returns>
  18568.             <exception cref="T:System.ArgumentException">The computer name is invalid. </exception>
  18569.             <filterpriority>1</filterpriority>
  18570.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18571.         </member>
  18572.         <member name="P:System.Diagnostics.EventLog.MaximumKilobytes">
  18573.             <summary>Gets or sets the maximum event log size in kilobytes.</summary>
  18574.             <returns>The maximum event log size in kilobytes. The default is 512, indicating a maximum file size of 512 kilobytes.</returns>
  18575.             <exception cref="T:System.ArgumentOutOfRangeException">The specified value is less than 64, or greater than 4194240, or not an even multiple of 64. </exception>
  18576.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.EventLog.Log"></see> value is not a valid log name.- or -The registry key for the event log could not be opened on the target computer.</exception>
  18577.             <filterpriority>2</filterpriority>
  18578.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18579.         </member>
  18580.         <member name="P:System.Diagnostics.EventLog.MinimumRetentionDays">
  18581.             <summary>Gets the number of days to retain entries in the event log.</summary>
  18582.             <returns>The number of days that entries in the event log are retained. The default value is 7.</returns>
  18583.             <filterpriority>2</filterpriority>
  18584.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18585.         </member>
  18586.         <member name="P:System.Diagnostics.EventLog.OverflowAction">
  18587.             <summary>Gets the configured behavior for storing new entries when the event log reaches its maximum log file size.</summary>
  18588.             <returns>The <see cref="T:System.Diagnostics.OverflowAction"></see> value that specifies the configured behavior for storing new entries when the event log reaches its maximum log size. The default is <see cref="F:System.Diagnostics.OverflowAction.OverwriteOlder"></see>.</returns>
  18589.             <filterpriority>2</filterpriority>
  18590.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18591.         </member>
  18592.         <member name="P:System.Diagnostics.EventLog.Source">
  18593.             <summary>Gets or sets the source name to register and use when writing to the event log.</summary>
  18594.             <returns>The name registered with the event log as a source of entries. The default is an empty string ("").</returns>
  18595.             <exception cref="T:System.ArgumentException">The source name results in a registry key path longer than 254 characters.</exception>
  18596.             <filterpriority>1</filterpriority>
  18597.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18598.         </member>
  18599.         <member name="P:System.Diagnostics.EventLog.SynchronizingObject">
  18600.             <summary>Gets or sets the object used to marshal the event handler calls issued as a result of an <see cref="T:System.Diagnostics.EventLog"></see> entry written event.</summary>
  18601.             <returns>The <see cref="T:System.ComponentModel.ISynchronizeInvoke"></see> used to marshal event-handler calls issued as a result of an <see cref="E:System.Diagnostics.EventLog.EntryWritten"></see> event on the event log.</returns>
  18602.             <filterpriority>2</filterpriority>
  18603.             <PermissionSet><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18604.         </member>
  18605.         <member name="T:System.Diagnostics.EventLogEntry">
  18606.             <summary>Encapsulates a single record in the event log. This class cannot be inherited.</summary>
  18607.             <filterpriority>1</filterpriority>
  18608.         </member>
  18609.         <member name="M:System.Diagnostics.EventLogEntry.Equals(System.Diagnostics.EventLogEntry)">
  18610.             <summary>Performs a comparison between two event log entries.</summary>
  18611.             <returns>true if the <see cref="T:System.Diagnostics.EventLogEntry"></see> objects are identical; otherwise, false.</returns>
  18612.             <param name="otherEntry">The <see cref="T:System.Diagnostics.EventLogEntry"></see> to compare. </param>
  18613.             <filterpriority>1</filterpriority>
  18614.         </member>
  18615.         <member name="M:System.Diagnostics.EventLogEntry.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  18616.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  18617.             <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization. </param>
  18618.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  18619.         </member>
  18620.         <member name="P:System.Diagnostics.EventLogEntry.Category">
  18621.             <summary>Gets the text associated with the <see cref="P:System.Diagnostics.EventLogEntry.CategoryNumber"></see> property for this entry.</summary>
  18622.             <returns>The application-specific category text.</returns>
  18623.             <exception cref="T:System.Exception">The space could not be allocated for one of the insertion strings associated with the category. </exception>
  18624.             <filterpriority>1</filterpriority>
  18625.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18626.         </member>
  18627.         <member name="P:System.Diagnostics.EventLogEntry.CategoryNumber">
  18628.             <summary>Gets the category number of the event log entry.</summary>
  18629.             <returns>The application-specific category number for this entry.</returns>
  18630.             <filterpriority>1</filterpriority>
  18631.         </member>
  18632.         <member name="P:System.Diagnostics.EventLogEntry.Data">
  18633.             <summary>Gets the binary data associated with the entry.</summary>
  18634.             <returns>An array of bytes that holds the binary data associated with the entry.</returns>
  18635.             <filterpriority>1</filterpriority>
  18636.         </member>
  18637.         <member name="P:System.Diagnostics.EventLogEntry.EntryType">
  18638.             <summary>Gets the event type of this entry.</summary>
  18639.             <returns>The <see cref="T:System.Diagnostics.EventLogEntryType"></see> that indicates the event type associated with the entry in the event log.</returns>
  18640.             <filterpriority>1</filterpriority>
  18641.         </member>
  18642.         <member name="P:System.Diagnostics.EventLogEntry.EventID">
  18643.             <summary>Gets the application-specific event identifier for the current event entry.</summary>
  18644.             <returns>The application-specific identifier for the event message.</returns>
  18645.             <filterpriority>3</filterpriority>
  18646.         </member>
  18647.         <member name="P:System.Diagnostics.EventLogEntry.Index">
  18648.             <summary>Gets the index of this entry in the event log.</summary>
  18649.             <returns>The index of this entry in the event log.</returns>
  18650.             <filterpriority>2</filterpriority>
  18651.         </member>
  18652.         <member name="P:System.Diagnostics.EventLogEntry.InstanceId">
  18653.             <summary>Gets the resource identifier that designates the message text of the event entry.</summary>
  18654.             <returns>A resource identifier that corresponds to a string definition in the message resource file of the event source.</returns>
  18655.             <filterpriority>1</filterpriority>
  18656.         </member>
  18657.         <member name="P:System.Diagnostics.EventLogEntry.MachineName">
  18658.             <summary>Gets the name of the computer on which this entry was generated.</summary>
  18659.             <returns>The name of the computer that contains the event log.</returns>
  18660.             <filterpriority>1</filterpriority>
  18661.         </member>
  18662.         <member name="P:System.Diagnostics.EventLogEntry.Message">
  18663.             <summary>Gets the localized message associated with this event entry.</summary>
  18664.             <returns>The formatted, localized text for the message. This includes associated replacement strings.</returns>
  18665.             <exception cref="T:System.Exception">The space could not be allocated for one of the insertion strings associated with the message. </exception>
  18666.             <filterpriority>1</filterpriority>
  18667.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18668.         </member>
  18669.         <member name="P:System.Diagnostics.EventLogEntry.ReplacementStrings">
  18670.             <summary>Gets the replacement strings associated with the entry.</summary>
  18671.             <returns>An array of type <see cref="T:System.String"></see> that holds the insertion strings stored in the event entry.</returns>
  18672.             <filterpriority>2</filterpriority>
  18673.         </member>
  18674.         <member name="P:System.Diagnostics.EventLogEntry.Source">
  18675.             <summary>Gets the name of the application that generated this event.</summary>
  18676.             <returns>The name registered with the event log as the source of this event.</returns>
  18677.             <filterpriority>1</filterpriority>
  18678.         </member>
  18679.         <member name="P:System.Diagnostics.EventLogEntry.TimeGenerated">
  18680.             <summary>Gets the local time at which this event was generated.</summary>
  18681.             <returns>A <see cref="T:System.DateTime"></see> that represents the local time at which this event was generated.</returns>
  18682.             <filterpriority>2</filterpriority>
  18683.         </member>
  18684.         <member name="P:System.Diagnostics.EventLogEntry.TimeWritten">
  18685.             <summary>Gets the local time at which this event was written to the log.</summary>
  18686.             <returns>A <see cref="T:System.DateTime"></see> that represents the local time at which this event was written to the log.</returns>
  18687.             <filterpriority>1</filterpriority>
  18688.         </member>
  18689.         <member name="P:System.Diagnostics.EventLogEntry.UserName">
  18690.             <summary>Gets the name of the user who is responsible for this event.</summary>
  18691.             <returns>The security identifier (SID) that uniquely identifies a user or group.</returns>
  18692.             <exception cref="T:System.SystemException">Account information could not be obtained for the user's SID. </exception>
  18693.             <filterpriority>1</filterpriority>
  18694.         </member>
  18695.         <member name="T:System.Diagnostics.EventLogEntryCollection">
  18696.             <summary>Defines size and enumerators for a collection of <see cref="T:System.Diagnostics.EventLogEntry"></see> instances.</summary>
  18697.             <filterpriority>2</filterpriority>
  18698.         </member>
  18699.         <member name="M:System.Diagnostics.EventLogEntryCollection.CopyTo(System.Diagnostics.EventLogEntry[],System.Int32)">
  18700.             <summary>Copies the elements of the <see cref="T:System.Diagnostics.EventLogEntryCollection"></see> to an array of <see cref="T:System.Diagnostics.EventLogEntry"></see> instances, starting at a particular array index.</summary>
  18701.             <param name="index">The zero-based index in the array at which copying begins. </param>
  18702.             <param name="entries">The one-dimensional array of <see cref="T:System.Diagnostics.EventLogEntry"></see> instances that is the destination of the elements copied from the collection. The array must have zero-based indexing. </param>
  18703.             <filterpriority>2</filterpriority>
  18704.         </member>
  18705.         <member name="M:System.Diagnostics.EventLogEntryCollection.GetEnumerator">
  18706.             <summary>Supports a simple iteration over the <see cref="T:System.Diagnostics.EventLogEntryCollection"></see>.</summary>
  18707.             <returns>An object that can be used to iterate over the collection.</returns>
  18708.             <filterpriority>2</filterpriority>
  18709.         </member>
  18710.         <member name="M:System.Diagnostics.EventLogEntryCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  18711.             <summary>Copies the elements of the collection to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.</summary>
  18712.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the elements copied from the collection. The <see cref="T:System.Array"></see> must have zero-based indexing. </param>
  18713.             <param name="index">The zero-based index in array at which copying begins. </param>
  18714.         </member>
  18715.         <member name="P:System.Diagnostics.EventLogEntryCollection.Count">
  18716.             <summary>Gets the number of entries in the event log (elements in the <see cref="T:System.Diagnostics.EventLogEntry"></see> collection).</summary>
  18717.             <returns>The number of entries currently in the event log.</returns>
  18718.             <filterpriority>2</filterpriority>
  18719.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18720.         </member>
  18721.         <member name="P:System.Diagnostics.EventLogEntryCollection.Item(System.Int32)">
  18722.             <summary>Gets an entry in the event log, based on an index starting at 0.</summary>
  18723.             <returns>The event log entry at the location specified by the index parameter.</returns>
  18724.             <param name="index">The zero-based index associated with the event log entry. </param>
  18725.             <filterpriority>2</filterpriority>
  18726.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18727.         </member>
  18728.         <member name="P:System.Diagnostics.EventLogEntryCollection.System.Collections.ICollection.IsSynchronized">
  18729.             <summary>Gets a value indicating whether access to the <see cref="T:System.Diagnostics.EventLogEntryCollection"></see> is synchronized (thread-safe).</summary>
  18730.             <returns>false if access to the collection is not synchronized (thread-safe).</returns>
  18731.         </member>
  18732.         <member name="P:System.Diagnostics.EventLogEntryCollection.System.Collections.ICollection.SyncRoot">
  18733.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Diagnostics.EventLogEntryCollection"></see>.</summary>
  18734.             <returns>An object that can be used to synchronize access to the collection.</returns>
  18735.         </member>
  18736.         <member name="T:System.Diagnostics.EventLogEntryType">
  18737.             <summary>Specifies the event type of an event log entry.</summary>
  18738.             <filterpriority>2</filterpriority>
  18739.         </member>
  18740.         <member name="F:System.Diagnostics.EventLogEntryType.Error">
  18741.             <summary>An error event. This indicates a significant problem the user should know about; usually a loss of functionality or data.</summary>
  18742.             <filterpriority>1</filterpriority>
  18743.         </member>
  18744.         <member name="F:System.Diagnostics.EventLogEntryType.FailureAudit">
  18745.             <summary>A failure audit event. This indicates a security event that occurs when an audited access attempt fails; for example, a failed attempt to open a file.</summary>
  18746.             <filterpriority>1</filterpriority>
  18747.         </member>
  18748.         <member name="F:System.Diagnostics.EventLogEntryType.Information">
  18749.             <summary>An information event. This indicates a significant, successful operation.</summary>
  18750.             <filterpriority>1</filterpriority>
  18751.         </member>
  18752.         <member name="F:System.Diagnostics.EventLogEntryType.SuccessAudit">
  18753.             <summary>A success audit event. This indicates a security event that occurs when an audited access attempt is successful; for example, logging on successfully.</summary>
  18754.             <filterpriority>1</filterpriority>
  18755.         </member>
  18756.         <member name="F:System.Diagnostics.EventLogEntryType.Warning">
  18757.             <summary>A warning event. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems.</summary>
  18758.             <filterpriority>1</filterpriority>
  18759.         </member>
  18760.         <member name="T:System.Diagnostics.EventLogPermission">
  18761.             <summary>Allows control of code access permissions for event logging.</summary>
  18762.             <filterpriority>2</filterpriority>
  18763.         </member>
  18764.         <member name="M:System.Diagnostics.EventLogPermission.#ctor">
  18765.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLogPermission"></see> class.</summary>
  18766.         </member>
  18767.         <member name="M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionEntry[])">
  18768.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLogPermission"></see> class with the specified permission access level entries.</summary>
  18769.             <param name="permissionAccessEntries">An array of <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> objects. The <see cref="P:System.Diagnostics.EventLogPermission.PermissionEntries"></see> property is set to this value. </param>
  18770.             <exception cref="T:System.ArgumentNullException">permissionAccessEntries is null.</exception>
  18771.         </member>
  18772.         <member name="M:System.Diagnostics.EventLogPermission.#ctor(System.Security.Permissions.PermissionState)">
  18773.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLogPermission"></see> class with the specified permission state.</summary>
  18774.             <param name="state">One of the <see cref="T:System.Security.Permissions.PermissionState"></see> values. </param>
  18775.             <exception cref="T:System.ArgumentException">The state parameter is not a valid value of <see cref="T:System.Security.Permissions.PermissionState"></see>. </exception>
  18776.         </member>
  18777.         <member name="M:System.Diagnostics.EventLogPermission.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)">
  18778.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLogPermission"></see> class with the specified access levels and the name of the computer to use.</summary>
  18779.             <param name="permissionAccess">One of the <see cref="T:System.Diagnostics.EventLogPermissionAccess"></see> values. </param>
  18780.             <param name="machineName">The name of the computer on which to read or write events. </param>
  18781.         </member>
  18782.         <member name="P:System.Diagnostics.EventLogPermission.PermissionEntries">
  18783.             <summary>Gets the collection of permission entries for this permissions request.</summary>
  18784.             <returns>A <see cref="T:System.Diagnostics.EventLogPermissionEntryCollection"></see> that contains the permission entries for this permissions request.</returns>
  18785.             <filterpriority>2</filterpriority>
  18786.         </member>
  18787.         <member name="T:System.Diagnostics.EventLogPermissionAccess">
  18788.             <summary>Defines access levels used by <see cref="T:System.Diagnostics.EventLog"></see> permission classes.</summary>
  18789.             <filterpriority>2</filterpriority>
  18790.         </member>
  18791.         <member name="F:System.Diagnostics.EventLogPermissionAccess.Administer">
  18792.             <summary>The <see cref="T:System.Diagnostics.EventLog"></see> can create an event source, read existing logs, delete event sources or logs, respond to entries, clear an event log, listen to events, and access a collection of all event logs.</summary>
  18793.             <filterpriority>1</filterpriority>
  18794.         </member>
  18795.         <member name="F:System.Diagnostics.EventLogPermissionAccess.Audit">
  18796.             <summary>The <see cref="T:System.Diagnostics.EventLog"></see> can read existing logs, delete event sources or logs, respond to entries, clear an event log, listen to events, and access a collection of all event logs.</summary>
  18797.             <filterpriority>1</filterpriority>
  18798.         </member>
  18799.         <member name="F:System.Diagnostics.EventLogPermissionAccess.Browse">
  18800.             <summary>The <see cref="T:System.Diagnostics.EventLog"></see> can read existing logs.</summary>
  18801.             <filterpriority>1</filterpriority>
  18802.         </member>
  18803.         <member name="F:System.Diagnostics.EventLogPermissionAccess.Instrument">
  18804.             <summary>The <see cref="T:System.Diagnostics.EventLog"></see> can read or write to existing logs, and create event sources and logs.</summary>
  18805.             <filterpriority>1</filterpriority>
  18806.         </member>
  18807.         <member name="F:System.Diagnostics.EventLogPermissionAccess.None">
  18808.             <summary>The <see cref="T:System.Diagnostics.EventLog"></see> has no permissions.</summary>
  18809.             <filterpriority>1</filterpriority>
  18810.         </member>
  18811.         <member name="F:System.Diagnostics.EventLogPermissionAccess.Write">
  18812.             <summary>The <see cref="T:System.Diagnostics.EventLog"></see> can write to existing logs, and create event sources and logs.</summary>
  18813.             <filterpriority>1</filterpriority>
  18814.         </member>
  18815.         <member name="T:System.Diagnostics.EventLogPermissionAttribute">
  18816.             <summary>Allows declaritive permission checks for event logging. </summary>
  18817.             <filterpriority>1</filterpriority>
  18818.         </member>
  18819.         <member name="M:System.Diagnostics.EventLogPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  18820.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLogPermissionAttribute"></see> class.</summary>
  18821.             <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction"></see> values. </param>
  18822.         </member>
  18823.         <member name="M:System.Diagnostics.EventLogPermissionAttribute.CreatePermission">
  18824.             <summary>Creates the permission based on the <see cref="P:System.Diagnostics.EventLogPermissionAttribute.MachineName"></see> property and the requested access levels that are set through the <see cref="P:System.Diagnostics.EventLogPermissionAttribute.PermissionAccess"></see> property on the attribute.</summary>
  18825.             <returns>An <see cref="T:System.Security.IPermission"></see> that represents the created permission.</returns>
  18826.             <filterpriority>2</filterpriority>
  18827.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  18828.         </member>
  18829.         <member name="P:System.Diagnostics.EventLogPermissionAttribute.MachineName">
  18830.             <summary>Gets or sets the name of the computer on which events might be read.</summary>
  18831.             <returns>The name of the computer on which events might be read. The default is ".".</returns>
  18832.             <exception cref="T:System.ArgumentException">The computer name is invalid. </exception>
  18833.             <filterpriority>2</filterpriority>
  18834.         </member>
  18835.         <member name="P:System.Diagnostics.EventLogPermissionAttribute.PermissionAccess">
  18836.             <summary>Gets or sets the access levels used in the permissions request.</summary>
  18837.             <returns>A bitwise combination of the <see cref="T:System.Diagnostics.EventLogPermissionAccess"></see> values. The default is <see cref="F:System.Diagnostics.EventLogPermissionAccess.Browse"></see>.</returns>
  18838.             <filterpriority>2</filterpriority>
  18839.         </member>
  18840.         <member name="T:System.Diagnostics.EventLogPermissionEntry">
  18841.             <summary>Defines the smallest unit of a code access security permission that is set for an <see cref="T:System.Diagnostics.EventLog"></see>.</summary>
  18842.             <filterpriority>2</filterpriority>
  18843.         </member>
  18844.         <member name="M:System.Diagnostics.EventLogPermissionEntry.#ctor(System.Diagnostics.EventLogPermissionAccess,System.String)">
  18845.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> class.</summary>
  18846.             <param name="permissionAccess">A bitwise combination of the <see cref="T:System.Diagnostics.EventLogPermissionAccess"></see> values. The <see cref="P:System.Diagnostics.EventLogPermissionEntry.PermissionAccess"></see> property is set to this value. </param>
  18847.             <param name="machineName">The name of the computer on which to read or write events. The <see cref="P:System.Diagnostics.EventLogPermissionEntry.MachineName"></see> property is set to this value. </param>
  18848.             <exception cref="T:System.ArgumentException">The computer name is invalid. </exception>
  18849.         </member>
  18850.         <member name="P:System.Diagnostics.EventLogPermissionEntry.MachineName">
  18851.             <summary>Gets the name of the computer on which to read or write events.</summary>
  18852.             <returns>The name of the computer on which to read or write events.</returns>
  18853.             <filterpriority>2</filterpriority>
  18854.         </member>
  18855.         <member name="P:System.Diagnostics.EventLogPermissionEntry.PermissionAccess">
  18856.             <summary>Gets the permission access levels used in the permissions request.</summary>
  18857.             <returns>A bitwise combination of the <see cref="T:System.Diagnostics.EventLogPermissionAccess"></see> values.</returns>
  18858.             <filterpriority>2</filterpriority>
  18859.         </member>
  18860.         <member name="T:System.Diagnostics.EventLogPermissionEntryCollection">
  18861.             <summary>Contains a strongly typed collection of <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> objects.</summary>
  18862.             <filterpriority>2</filterpriority>
  18863.         </member>
  18864.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.Add(System.Diagnostics.EventLogPermissionEntry)">
  18865.             <summary>Adds a specified <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> to this collection.</summary>
  18866.             <returns>The zero-based index of the added <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see>.</returns>
  18867.             <param name="value">The <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> to add. </param>
  18868.             <filterpriority>2</filterpriority>
  18869.         </member>
  18870.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntry[])">
  18871.             <summary>Appends a set of specified permission entries to this collection.</summary>
  18872.             <param name="value">An array of type <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> objects that contains the permission entries to add. </param>
  18873.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  18874.             <filterpriority>2</filterpriority>
  18875.         </member>
  18876.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.AddRange(System.Diagnostics.EventLogPermissionEntryCollection)">
  18877.             <summary>Appends a set of specified permission entries to this collection.</summary>
  18878.             <param name="value">A <see cref="T:System.Diagnostics.EventLogPermissionEntryCollection"></see> that contains the permission entries to add. </param>
  18879.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  18880.             <filterpriority>2</filterpriority>
  18881.         </member>
  18882.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.Contains(System.Diagnostics.EventLogPermissionEntry)">
  18883.             <summary>Determines whether this collection contains a specified <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see>.</summary>
  18884.             <returns>true if the specified <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> belongs to this collection; otherwise, false.</returns>
  18885.             <param name="value">The <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> to find. </param>
  18886.             <filterpriority>2</filterpriority>
  18887.         </member>
  18888.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.CopyTo(System.Diagnostics.EventLogPermissionEntry[],System.Int32)">
  18889.             <summary>Copies the permission entries from this collection to an array, starting at a particular index of the array.</summary>
  18890.             <param name="array">An array of type <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> that receives this collection's permission entries. </param>
  18891.             <param name="index">The zero-based index at which to begin copying the permission entries. </param>
  18892.             <filterpriority>2</filterpriority>
  18893.         </member>
  18894.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.IndexOf(System.Diagnostics.EventLogPermissionEntry)">
  18895.             <summary>Determines the index of a specified permission entry in this collection.</summary>
  18896.             <returns>The zero-based index of the specified permission entry, or -1 if the permission entry was not found in the collection.</returns>
  18897.             <param name="value">The permission entry to search for. </param>
  18898.             <filterpriority>2</filterpriority>
  18899.         </member>
  18900.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.EventLogPermissionEntry)">
  18901.             <summary>Inserts a permission entry into this collection at a specified index.</summary>
  18902.             <param name="value">The permission entry to insert into this collection. </param>
  18903.             <param name="index">The zero-based index of the collection at which to insert the permission entry. </param>
  18904.             <filterpriority>2</filterpriority>
  18905.         </member>
  18906.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.OnClear">
  18907.             <summary>Performs additional custom processes after clearing the contents of the collection.</summary>
  18908.         </member>
  18909.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.OnInsert(System.Int32,System.Object)">
  18910.             <summary>Performs additional custom processes before a new permission entry is inserted into the collection.</summary>
  18911.             <param name="value">The new value of the permission entry at index. </param>
  18912.             <param name="index">The zero-based index at which to insert value. </param>
  18913.         </member>
  18914.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.OnRemove(System.Int32,System.Object)">
  18915.             <summary>Performs additional custom processes when removing a new permission entry from the collection.</summary>
  18916.             <param name="value">The permission entry to remove from index. </param>
  18917.             <param name="index">The zero-based index at which value can be found. </param>
  18918.         </member>
  18919.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)">
  18920.             <summary>Performs additional custom processes before setting a value in the collection.</summary>
  18921.             <param name="oldValue">The value to replace with newValue. </param>
  18922.             <param name="newValue">The new value of the permission entry at index. </param>
  18923.             <param name="index">The zero-based index at which oldValue can be found. </param>
  18924.         </member>
  18925.         <member name="M:System.Diagnostics.EventLogPermissionEntryCollection.Remove(System.Diagnostics.EventLogPermissionEntry)">
  18926.             <summary>Removes a specified permission entry from this collection.</summary>
  18927.             <param name="value">The permission entry to remove. </param>
  18928.             <filterpriority>2</filterpriority>
  18929.         </member>
  18930.         <member name="P:System.Diagnostics.EventLogPermissionEntryCollection.Item(System.Int32)">
  18931.             <summary>Gets or sets the object at a specified index.</summary>
  18932.             <returns>The <see cref="T:System.Diagnostics.EventLogPermissionEntry"></see> that exists at the specified index.</returns>
  18933.             <param name="index">The zero-based index into the collection. </param>
  18934.             <filterpriority>2</filterpriority>
  18935.         </member>
  18936.         <member name="T:System.Diagnostics.EventLogTraceListener">
  18937.             <summary>Provides a simple listener that directs tracing or debugging output to an <see cref="T:System.Diagnostics.EventLog"></see>.</summary>
  18938.             <filterpriority>2</filterpriority>
  18939.         </member>
  18940.         <member name="M:System.Diagnostics.EventLogTraceListener.#ctor">
  18941.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLogTraceListener"></see> class without a trace listener.</summary>
  18942.         </member>
  18943.         <member name="M:System.Diagnostics.EventLogTraceListener.#ctor(System.Diagnostics.EventLog)">
  18944.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLogTraceListener"></see> class using the specified event log.</summary>
  18945.             <param name="eventLog">An <see cref="T:System.Diagnostics.EventLog"></see> that specifies the event log to write to. </param>
  18946.         </member>
  18947.         <member name="M:System.Diagnostics.EventLogTraceListener.#ctor(System.String)">
  18948.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventLogTraceListener"></see> class using the specified source.</summary>
  18949.             <param name="source">The name of an existing event log source. </param>
  18950.         </member>
  18951.         <member name="M:System.Diagnostics.EventLogTraceListener.Close">
  18952.             <summary>Closes the event log so that it no longer receives tracing or debugging output.</summary>
  18953.             <filterpriority>2</filterpriority>
  18954.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18955.         </member>
  18956.         <member name="M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
  18957.             <summary>Writes trace information, a data object and event information to the event log.</summary>
  18958.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  18959.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  18960.             <param name="id">A numeric identifier for the event. The combination of source and id uniquely identifies an event.</param>
  18961.             <param name="data">A data object to write to the output file or stream.</param>
  18962.             <param name="severity">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  18963.         </member>
  18964.         <member name="M:System.Diagnostics.EventLogTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
  18965.             <summary>Writes trace information, an array of data objects and event information to the event log.</summary>
  18966.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  18967.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  18968.             <param name="id">A numeric identifier for the event. The combination of source and id uniquely identifies an event.</param>
  18969.             <param name="data">An array of data objects.</param>
  18970.             <param name="severity">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  18971.         </member>
  18972.         <member name="M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
  18973.             <summary>Writes trace information, a message and event information to the event log.</summary>
  18974.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  18975.             <param name="message">The trace message.</param>
  18976.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  18977.             <param name="id">A numeric identifier for the event. The combination of source and id uniquely identifies an event.</param>
  18978.             <param name="severity">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  18979.             <filterpriority>1</filterpriority>
  18980.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18981.         </member>
  18982.         <member name="M:System.Diagnostics.EventLogTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
  18983.             <summary>Writes trace information, a formatted array of objects and event information to the event log.</summary>
  18984.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  18985.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  18986.             <param name="id">A numeric identifier for the event. The combination of source and id uniquely identifies an event.</param>
  18987.             <param name="args">An object array containing zero or more objects to format.</param>
  18988.             <param name="format">A format string that contains zero or more format items that correspond to objects in the args array.</param>
  18989.             <param name="severity">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  18990.             <filterpriority>1</filterpriority>
  18991.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18992.         </member>
  18993.         <member name="M:System.Diagnostics.EventLogTraceListener.Write(System.String)">
  18994.             <summary>Writes a message to the event log for this instance.</summary>
  18995.             <param name="message">A message to write. </param>
  18996.             <filterpriority>2</filterpriority>
  18997.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  18998.         </member>
  18999.         <member name="M:System.Diagnostics.EventLogTraceListener.WriteLine(System.String)">
  19000.             <summary>Writes a message to the event log for this instance.</summary>
  19001.             <param name="message">The message to write. </param>
  19002.             <filterpriority>2</filterpriority>
  19003.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19004.         </member>
  19005.         <member name="P:System.Diagnostics.EventLogTraceListener.EventLog">
  19006.             <summary>Gets or sets the event log to write to.</summary>
  19007.             <returns>An <see cref="T:System.Diagnostics.EventLog"></see> that specifies the event log to write to.</returns>
  19008.             <filterpriority>2</filterpriority>
  19009.         </member>
  19010.         <member name="P:System.Diagnostics.EventLogTraceListener.Name">
  19011.             <summary>Gets or sets the name of this <see cref="T:System.Diagnostics.EventLogTraceListener"></see>.</summary>
  19012.             <returns>The name of this trace listener.</returns>
  19013.             <filterpriority>2</filterpriority>
  19014.             <PermissionSet><IPermission class="System.Diagnostics.EventLogPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19015.         </member>
  19016.         <member name="T:System.Diagnostics.EventSourceCreationData">
  19017.             <summary>Represents the configuration settings used to create an event log source on the local computer or a remote computer.</summary>
  19018.             <filterpriority>2</filterpriority>
  19019.         </member>
  19020.         <member name="M:System.Diagnostics.EventSourceCreationData.#ctor(System.String,System.String)">
  19021.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventSourceCreationData"></see> class with a specified event source and event log name.</summary>
  19022.             <param name="source">The name to register with the event log as a source of entries. </param>
  19023.             <param name="logName">The name of the log to which entries from the source are written. </param>
  19024.         </member>
  19025.         <member name="P:System.Diagnostics.EventSourceCreationData.CategoryCount">
  19026.             <summary>Gets or sets the number of categories in the category resource file.</summary>
  19027.             <returns>The number of categories in the category resource file. The default value is zero.</returns>
  19028.             <exception cref="T:System.ArgumentOutOfRangeException">The property is set to a negative value or to a value larger than <see cref="F:System.UInt16.MaxValue"></see>. </exception>
  19029.             <filterpriority>2</filterpriority>
  19030.         </member>
  19031.         <member name="P:System.Diagnostics.EventSourceCreationData.CategoryResourceFile">
  19032.             <summary>Gets or sets the path of the resource file that contains category strings for the source.</summary>
  19033.             <returns>The path of the category resource file. The default is an empty string ("").</returns>
  19034.             <filterpriority>2</filterpriority>
  19035.         </member>
  19036.         <member name="P:System.Diagnostics.EventSourceCreationData.LogName">
  19037.             <summary>Gets or sets the name of the event log to which the source writes entries.</summary>
  19038.             <returns>The name of the event log. This can be Application, System, or a custom log name. The default value is "Application."</returns>
  19039.             <filterpriority>2</filterpriority>
  19040.         </member>
  19041.         <member name="P:System.Diagnostics.EventSourceCreationData.MachineName">
  19042.             <summary>Gets or sets the name of the computer on which to register the event source.</summary>
  19043.             <returns>The name of the system on which to register the event source. The default is the local computer (".").</returns>
  19044.             <exception cref="T:System.ArgumentException">The computer name is invalid. </exception>
  19045.             <filterpriority>2</filterpriority>
  19046.         </member>
  19047.         <member name="P:System.Diagnostics.EventSourceCreationData.MessageResourceFile">
  19048.             <summary>Gets or sets the path of the message resource file that contains message formatting strings for the source.</summary>
  19049.             <returns>The path of the message resource file. The default is an empty string ("").</returns>
  19050.             <filterpriority>2</filterpriority>
  19051.         </member>
  19052.         <member name="P:System.Diagnostics.EventSourceCreationData.ParameterResourceFile">
  19053.             <summary>Gets or sets the path of the resource file that contains message parameter strings for the source.</summary>
  19054.             <returns>The path of the parameter resource file. The default is an empty string ("").</returns>
  19055.             <filterpriority>2</filterpriority>
  19056.         </member>
  19057.         <member name="P:System.Diagnostics.EventSourceCreationData.Source">
  19058.             <summary>Gets or sets the name to register with the event log as an event source.</summary>
  19059.             <returns>The name to register with the event log as a source of entries. The default is an empty string ("").</returns>
  19060.             <filterpriority>2</filterpriority>
  19061.         </member>
  19062.         <member name="T:System.Diagnostics.EventTypeFilter">
  19063.             <summary>Indicates whether a listener should trace based on the event type.</summary>
  19064.         </member>
  19065.         <member name="M:System.Diagnostics.EventTypeFilter.#ctor(System.Diagnostics.SourceLevels)">
  19066.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventTypeFilter"></see> class. </summary>
  19067.             <param name="level">A bitwise combination of the <see cref="T:System.Diagnostics.SourceLevels"></see> values that specifies the event type of the messages to trace. </param>
  19068.         </member>
  19069.         <member name="M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
  19070.             <summary>Determines whether the trace listener should trace the event. </summary>
  19071.             <returns>trueif the trace should be produced; otherwise, false.</returns>
  19072.             <param name="data1">A trace data object.</param>
  19073.             <param name="source">The name of the source.</param>
  19074.             <param name="data">An array of trace data objects.</param>
  19075.             <param name="formatOrMessage">The format to use for writing an array of arguments, or a message to write.</param>
  19076.             <param name="cache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> that represents the information cache for the trace event.</param>
  19077.             <param name="args">An array of argument objects.</param>
  19078.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values. </param>
  19079.             <param name="id">A trace identifier number.</param>
  19080.         </member>
  19081.         <member name="P:System.Diagnostics.EventTypeFilter.EventType">
  19082.             <summary>Gets or sets the event type of the messages to trace.</summary>
  19083.             <returns>A bitwise combination of the <see cref="T:System.Diagnostics.SourceLevels"></see> values.</returns>
  19084.         </member>
  19085.         <member name="T:System.Diagnostics.FileVersionInfo">
  19086.             <summary>Provides version information for a physical file on disk.</summary>
  19087.             <filterpriority>2</filterpriority>
  19088.         </member>
  19089.         <member name="M:System.Diagnostics.FileVersionInfo.GetVersionInfo(System.String)">
  19090.             <summary>Returns a <see cref="T:System.Diagnostics.FileVersionInfo"></see> representing the version information associated with the specified file.</summary>
  19091.             <returns>A <see cref="T:System.Diagnostics.FileVersionInfo"></see> containing information about the file. If the file did not contain version information, the <see cref="T:System.Diagnostics.FileVersionInfo"></see> contains only the name of the file requested.</returns>
  19092.             <param name="fileName">The fully qualified path and name of the file to retrieve the version information for. </param>
  19093.             <exception cref="T:System.IO.FileNotFoundException">The file specified cannot be found. </exception>
  19094.             <filterpriority>1</filterpriority>
  19095.         </member>
  19096.         <member name="M:System.Diagnostics.FileVersionInfo.ToString">
  19097.             <summary>Returns a partial list of properties in the <see cref="T:System.Diagnostics.FileVersionInfo"></see> and their values.</summary>
  19098.             <returns>A list of the following properties in this class and their values: <see cref="P:System.Diagnostics.FileVersionInfo.FileName"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.InternalName"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.OriginalFilename"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.FileVersion"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.FileDescription"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.ProductName"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.ProductVersion"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.IsDebug"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.IsPatched"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.IsPreRelease"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.IsPrivateBuild"></see>, <see cref="P:System.Diagnostics.FileVersionInfo.IsSpecialBuild"></see>,<see cref="P:System.Diagnostics.FileVersionInfo.Language"></see>.If the file did not contain version information, this list will contain only the name of the requested file. Boolean values will be false, and all other entries will be null.</returns>
  19099.             <filterpriority>2</filterpriority>
  19100.         </member>
  19101.         <member name="P:System.Diagnostics.FileVersionInfo.Comments">
  19102.             <summary>Gets the comments associated with the file.</summary>
  19103.             <returns>The comments associated with the file.</returns>
  19104.             <filterpriority>2</filterpriority>
  19105.         </member>
  19106.         <member name="P:System.Diagnostics.FileVersionInfo.CompanyName">
  19107.             <summary>Gets the name of the company that produced the file.</summary>
  19108.             <returns>The name of the company that produced the file.</returns>
  19109.             <filterpriority>2</filterpriority>
  19110.         </member>
  19111.         <member name="P:System.Diagnostics.FileVersionInfo.FileBuildPart">
  19112.             <summary>Gets the build number of the file.</summary>
  19113.             <returns>A value representing the build number of the file.</returns>
  19114.             <filterpriority>2</filterpriority>
  19115.         </member>
  19116.         <member name="P:System.Diagnostics.FileVersionInfo.FileDescription">
  19117.             <summary>Gets the description of the file.</summary>
  19118.             <returns>The description of the file.</returns>
  19119.             <filterpriority>2</filterpriority>
  19120.         </member>
  19121.         <member name="P:System.Diagnostics.FileVersionInfo.FileMajorPart">
  19122.             <summary>Gets the major part of the version number.</summary>
  19123.             <returns>A value representing the major part of the version number.</returns>
  19124.             <filterpriority>2</filterpriority>
  19125.         </member>
  19126.         <member name="P:System.Diagnostics.FileVersionInfo.FileMinorPart">
  19127.             <summary>Gets the minor part of the version number of the file.</summary>
  19128.             <returns>A value representing the minor part of the version number of the file.</returns>
  19129.             <filterpriority>2</filterpriority>
  19130.         </member>
  19131.         <member name="P:System.Diagnostics.FileVersionInfo.FileName">
  19132.             <summary>Gets the name of the file that this instance of <see cref="T:System.Diagnostics.FileVersionInfo"></see> describes.</summary>
  19133.             <returns>The name of the file described by this instance of <see cref="T:System.Diagnostics.FileVersionInfo"></see>.</returns>
  19134.             <filterpriority>2</filterpriority>
  19135.         </member>
  19136.         <member name="P:System.Diagnostics.FileVersionInfo.FilePrivatePart">
  19137.             <summary>Gets the file private part number.</summary>
  19138.             <returns>A value representing the file private part number.</returns>
  19139.             <filterpriority>2</filterpriority>
  19140.         </member>
  19141.         <member name="P:System.Diagnostics.FileVersionInfo.FileVersion">
  19142.             <summary>Gets the file version number.</summary>
  19143.             <returns>The version number of the file.</returns>
  19144.             <filterpriority>2</filterpriority>
  19145.         </member>
  19146.         <member name="P:System.Diagnostics.FileVersionInfo.InternalName">
  19147.             <summary>Gets the internal name of the file, if one exists.</summary>
  19148.             <returns>The internal name of the file. If none exists, this property will contain the original name of the file without the extension.</returns>
  19149.             <filterpriority>2</filterpriority>
  19150.         </member>
  19151.         <member name="P:System.Diagnostics.FileVersionInfo.IsDebug">
  19152.             <summary>Gets a value that specifies whether the file contains debugging information or is compiled with debugging features enabled.</summary>
  19153.             <returns>true if the file contains debugging information or is compiled with debugging features enabled; otherwise, false.</returns>
  19154.             <filterpriority>2</filterpriority>
  19155.         </member>
  19156.         <member name="P:System.Diagnostics.FileVersionInfo.IsPatched">
  19157.             <summary>Gets a value that specifies whether the file has been modified and is not identical to the original shipping file of the same version number.</summary>
  19158.             <returns>true if the file is patched; otherwise, false.</returns>
  19159.             <filterpriority>2</filterpriority>
  19160.         </member>
  19161.         <member name="P:System.Diagnostics.FileVersionInfo.IsPreRelease">
  19162.             <summary>Gets a value that specifies whether the file is a development version, rather than a commercially released product.</summary>
  19163.             <returns>true if the file is prerelease; otherwise, false.</returns>
  19164.             <filterpriority>2</filterpriority>
  19165.         </member>
  19166.         <member name="P:System.Diagnostics.FileVersionInfo.IsPrivateBuild">
  19167.             <summary>Gets a value that specifies whether the file was built using standard release procedures.</summary>
  19168.             <returns>true if the file is a private build; false if the file was built using standard release procedures.</returns>
  19169.             <filterpriority>2</filterpriority>
  19170.         </member>
  19171.         <member name="P:System.Diagnostics.FileVersionInfo.IsSpecialBuild">
  19172.             <summary>Gets a value that specifies whether the file is a special build.</summary>
  19173.             <returns>true if the file is a special build; otherwise, false.</returns>
  19174.             <filterpriority>2</filterpriority>
  19175.         </member>
  19176.         <member name="P:System.Diagnostics.FileVersionInfo.Language">
  19177.             <summary>Gets the default language string for the version info block.</summary>
  19178.             <returns>The description string for the Microsoft Language Identifier in the version resource.</returns>
  19179.             <filterpriority>2</filterpriority>
  19180.         </member>
  19181.         <member name="P:System.Diagnostics.FileVersionInfo.LegalCopyright">
  19182.             <summary>Gets all copyright notices that apply to the specified file.</summary>
  19183.             <returns>The copyright notices that apply to the specified file.</returns>
  19184.             <filterpriority>2</filterpriority>
  19185.         </member>
  19186.         <member name="P:System.Diagnostics.FileVersionInfo.LegalTrademarks">
  19187.             <summary>Gets the trademarks and registered trademarks that apply to the file.</summary>
  19188.             <returns>The trademarks and registered trademarks that apply to the file.</returns>
  19189.             <filterpriority>2</filterpriority>
  19190.         </member>
  19191.         <member name="P:System.Diagnostics.FileVersionInfo.OriginalFilename">
  19192.             <summary>Gets the name the file was created with.</summary>
  19193.             <returns>The name the file was created with.</returns>
  19194.             <filterpriority>2</filterpriority>
  19195.         </member>
  19196.         <member name="P:System.Diagnostics.FileVersionInfo.PrivateBuild">
  19197.             <summary>Gets information about a private version of the file.</summary>
  19198.             <returns>Information about a private version of the file.</returns>
  19199.             <filterpriority>2</filterpriority>
  19200.         </member>
  19201.         <member name="P:System.Diagnostics.FileVersionInfo.ProductBuildPart">
  19202.             <summary>Gets the build number of the product this file is associated with.</summary>
  19203.             <returns>A value representing the build number of the product this file is associated with.</returns>
  19204.             <filterpriority>2</filterpriority>
  19205.         </member>
  19206.         <member name="P:System.Diagnostics.FileVersionInfo.ProductMajorPart">
  19207.             <summary>Gets the major part of the version number for the product this file is associated with.</summary>
  19208.             <returns>A value representing the major part of the product version number.</returns>
  19209.             <filterpriority>2</filterpriority>
  19210.         </member>
  19211.         <member name="P:System.Diagnostics.FileVersionInfo.ProductMinorPart">
  19212.             <summary>Gets the minor part of the version number for the product the file is associated with.</summary>
  19213.             <returns>A value representing the minor part of the product version number.</returns>
  19214.             <filterpriority>2</filterpriority>
  19215.         </member>
  19216.         <member name="P:System.Diagnostics.FileVersionInfo.ProductName">
  19217.             <summary>Gets the name of the product this file is distributed with.</summary>
  19218.             <returns>The name of the product this file is distributed with.</returns>
  19219.             <filterpriority>2</filterpriority>
  19220.         </member>
  19221.         <member name="P:System.Diagnostics.FileVersionInfo.ProductPrivatePart">
  19222.             <summary>Gets the private part number of the product this file is associated with.</summary>
  19223.             <returns>A value representing the private part number of the product this file is associated with.</returns>
  19224.             <filterpriority>2</filterpriority>
  19225.         </member>
  19226.         <member name="P:System.Diagnostics.FileVersionInfo.ProductVersion">
  19227.             <summary>Gets the version of the product this file is distributed with.</summary>
  19228.             <returns>The version of the product this file is distributed with.</returns>
  19229.             <filterpriority>2</filterpriority>
  19230.         </member>
  19231.         <member name="P:System.Diagnostics.FileVersionInfo.SpecialBuild">
  19232.             <summary>Gets the special build information for the file.</summary>
  19233.             <returns>The special build information for the file.</returns>
  19234.             <filterpriority>2</filterpriority>
  19235.         </member>
  19236.         <member name="T:System.Diagnostics.ICollectData">
  19237.             <summary>Prepares performance data for the performance.dll the system loads when working with performance counters.</summary>
  19238.             <filterpriority>2</filterpriority>
  19239.         </member>
  19240.         <member name="M:System.Diagnostics.ICollectData.CloseData">
  19241.             <summary>Called by the perf.dll's close performance data function.</summary>
  19242.             <filterpriority>2</filterpriority>
  19243.         </member>
  19244.         <member name="M:System.Diagnostics.ICollectData.CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)">
  19245.             <summary>Performance data collection routine, called by the perf.dll.</summary>
  19246.             <filterpriority>2</filterpriority>
  19247.         </member>
  19248.         <member name="T:System.Diagnostics.InstanceData">
  19249.             <summary>Holds instance data associated with a performance counter sample.</summary>
  19250.             <filterpriority>2</filterpriority>
  19251.         </member>
  19252.         <member name="M:System.Diagnostics.InstanceData.#ctor(System.String,System.Diagnostics.CounterSample)">
  19253.             <summary>Initializes a new instance of the InstanceData class, using the specified sample and performance counter instance.</summary>
  19254.             <param name="sample">A <see cref="T:System.Diagnostics.CounterSample"></see> taken from the instance specified by the instanceName parameter. </param>
  19255.             <param name="instanceName">The name of an instance associated with the performance counter. </param>
  19256.         </member>
  19257.         <member name="P:System.Diagnostics.InstanceData.InstanceName">
  19258.             <summary>Gets the instance name associated with this instance data.</summary>
  19259.             <returns>The name of an instance associated with the performance counter.</returns>
  19260.             <filterpriority>2</filterpriority>
  19261.         </member>
  19262.         <member name="P:System.Diagnostics.InstanceData.RawValue">
  19263.             <summary>Gets the raw data value associated with the performance counter sample.</summary>
  19264.             <returns>The raw value read by the performance counter sample associated with the <see cref="P:System.Diagnostics.InstanceData.Sample"></see> property.</returns>
  19265.             <filterpriority>2</filterpriority>
  19266.         </member>
  19267.         <member name="P:System.Diagnostics.InstanceData.Sample">
  19268.             <summary>Gets the performance counter sample that generated this data.</summary>
  19269.             <returns>A <see cref="T:System.Diagnostics.CounterSample"></see> taken from the instance specified by the <see cref="P:System.Diagnostics.InstanceData.InstanceName"></see> property.</returns>
  19270.             <filterpriority>2</filterpriority>
  19271.         </member>
  19272.         <member name="T:System.Diagnostics.InstanceDataCollection">
  19273.             <summary>Provides a strongly typed collection of <see cref="T:System.Diagnostics.InstanceData"></see> objects.</summary>
  19274.             <filterpriority>2</filterpriority>
  19275.         </member>
  19276.         <member name="M:System.Diagnostics.InstanceDataCollection.#ctor(System.String)">
  19277.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.InstanceDataCollection"></see> class, using the specified performance counter (which defines a performance instance).</summary>
  19278.             <param name="counterName">The name of the counter, which often describes the quantity being counted. </param>
  19279.             <exception cref="T:System.ArgumentNullException">The counterName parameter is null. </exception>
  19280.         </member>
  19281.         <member name="M:System.Diagnostics.InstanceDataCollection.Contains(System.String)">
  19282.             <summary>Determines whether a performance instance with a specified name (identified by one of the indexed <see cref="T:System.Diagnostics.InstanceData"></see> objects) exists in the collection.</summary>
  19283.             <returns>true if the instance exists in the collection; otherwise, false.</returns>
  19284.             <param name="instanceName">The name of the instance to find in this collection. </param>
  19285.             <exception cref="T:System.ArgumentNullException">The instanceName parameter is null. </exception>
  19286.             <filterpriority>2</filterpriority>
  19287.         </member>
  19288.         <member name="M:System.Diagnostics.InstanceDataCollection.CopyTo(System.Diagnostics.InstanceData[],System.Int32)">
  19289.             <summary>Copies the items in the collection to the specified one-dimensional array at the specified index.</summary>
  19290.             <param name="instances">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from the collection. </param>
  19291.             <param name="index">The zero-based index value at which to add the new instances. </param>
  19292.             <filterpriority>2</filterpriority>
  19293.         </member>
  19294.         <member name="P:System.Diagnostics.InstanceDataCollection.CounterName">
  19295.             <summary>Gets the name of the performance counter whose instance data you want to get.</summary>
  19296.             <returns>The performance counter name.</returns>
  19297.             <filterpriority>2</filterpriority>
  19298.         </member>
  19299.         <member name="P:System.Diagnostics.InstanceDataCollection.Item(System.String)">
  19300.             <summary>Gets the instance data associated with this counter. This is typically a set of raw counter values.</summary>
  19301.             <returns>An <see cref="T:System.Diagnostics.InstanceData"></see> item, by which the <see cref="T:System.Diagnostics.InstanceDataCollection"></see> object is indexed.</returns>
  19302.             <param name="instanceName">The name of the performance counter category instance, or an empty string ("") if the category contains a single instance. </param>
  19303.             <exception cref="T:System.ArgumentNullException">The instanceName parameter is null. </exception>
  19304.             <filterpriority>2</filterpriority>
  19305.         </member>
  19306.         <member name="P:System.Diagnostics.InstanceDataCollection.Keys">
  19307.             <summary>Gets the object and counter registry keys for the objects associated with this instance data.</summary>
  19308.             <returns>An <see cref="T:System.Collections.ICollection"></see> that represents a set of object-specific registry keys.</returns>
  19309.             <filterpriority>2</filterpriority>
  19310.         </member>
  19311.         <member name="P:System.Diagnostics.InstanceDataCollection.Values">
  19312.             <summary>Gets the raw counter values that comprise the instance data for the counter.</summary>
  19313.             <returns>An <see cref="T:System.Collections.ICollection"></see> that represents the counter's raw data values.</returns>
  19314.             <filterpriority>2</filterpriority>
  19315.         </member>
  19316.         <member name="T:System.Diagnostics.InstanceDataCollectionCollection">
  19317.             <summary>Provides a strongly typed collection of <see cref="T:System.Diagnostics.InstanceDataCollection"></see> objects.</summary>
  19318.             <filterpriority>2</filterpriority>
  19319.         </member>
  19320.         <member name="M:System.Diagnostics.InstanceDataCollectionCollection.Contains(System.String)">
  19321.             <summary>Determines whether an instance data collection for the specified counter (identified by one of the indexed <see cref="T:System.Diagnostics.InstanceDataCollection"></see> objects) exists in the collection.</summary>
  19322.             <returns>true if an instance data collection containing the specified counter exists in the collection; otherwise, false.</returns>
  19323.             <param name="counterName">The name of the performance counter. </param>
  19324.             <exception cref="T:System.ArgumentNullException">The counterName parameter is null. </exception>
  19325.             <filterpriority>2</filterpriority>
  19326.         </member>
  19327.         <member name="M:System.Diagnostics.InstanceDataCollectionCollection.CopyTo(System.Diagnostics.InstanceDataCollection[],System.Int32)">
  19328.             <summary>Copies an array of <see cref="T:System.Diagnostics.InstanceDataCollection"></see> instances to the collection, at the specified index.</summary>
  19329.             <param name="counters">An array of <see cref="T:System.Diagnostics.InstanceDataCollection"></see> instances (identified by the counters they contain) to add to the collection. </param>
  19330.             <param name="index">The location at which to add the new instances. </param>
  19331.             <filterpriority>2</filterpriority>
  19332.         </member>
  19333.         <member name="P:System.Diagnostics.InstanceDataCollectionCollection.Item(System.String)">
  19334.             <summary>Gets the instance data for the specified counter.</summary>
  19335.             <returns>An <see cref="T:System.Diagnostics.InstanceDataCollection"></see> item, by which the <see cref="T:System.Diagnostics.InstanceDataCollectionCollection"></see> object is indexed.</returns>
  19336.             <param name="counterName">The name of the performance counter. </param>
  19337.             <exception cref="T:System.ArgumentNullException">The counterName parameter is null. </exception>
  19338.             <filterpriority>2</filterpriority>
  19339.         </member>
  19340.         <member name="P:System.Diagnostics.InstanceDataCollectionCollection.Keys">
  19341.             <summary>Gets the object and counter registry keys for the objects associated with this instance data collection.</summary>
  19342.             <returns>An <see cref="T:System.Collections.ICollection"></see> that represents a set of object-specific registry keys.</returns>
  19343.             <filterpriority>2</filterpriority>
  19344.         </member>
  19345.         <member name="P:System.Diagnostics.InstanceDataCollectionCollection.Values">
  19346.             <summary>Gets the instance data values that comprise the collection of instances for the counter.</summary>
  19347.             <returns>An <see cref="T:System.Collections.ICollection"></see> that represents the counter's instances and their associated data values.</returns>
  19348.             <filterpriority>2</filterpriority>
  19349.         </member>
  19350.         <member name="T:System.Diagnostics.MonitoringDescriptionAttribute">
  19351.             <summary>Specifies a description for a property or event.</summary>
  19352.             <filterpriority>1</filterpriority>
  19353.         </member>
  19354.         <member name="M:System.Diagnostics.MonitoringDescriptionAttribute.#ctor(System.String)">
  19355.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.MonitoringDescriptionAttribute"></see> class, using the specified description.</summary>
  19356.             <param name="description">The application-defined description text. </param>
  19357.         </member>
  19358.         <member name="P:System.Diagnostics.MonitoringDescriptionAttribute.Description">
  19359.             <summary>Gets description text associated with the item monitored.</summary>
  19360.             <returns>An application-defined description.</returns>
  19361.             <filterpriority>2</filterpriority>
  19362.         </member>
  19363.         <member name="T:System.Diagnostics.OverflowAction">
  19364.             <summary>Specifies how to handle entries in an event log that has reached its maximum file size.</summary>
  19365.             <filterpriority>2</filterpriority>
  19366.         </member>
  19367.         <member name="F:System.Diagnostics.OverflowAction.DoNotOverwrite">
  19368.             <summary>Indicates that existing entries are retained when the event log is full and new entries are discarded.</summary>
  19369.             <filterpriority>1</filterpriority>
  19370.         </member>
  19371.         <member name="F:System.Diagnostics.OverflowAction.OverwriteAsNeeded">
  19372.             <summary>Indicates that each new entry overwrites the oldest entry when the event log is full.</summary>
  19373.             <filterpriority>1</filterpriority>
  19374.         </member>
  19375.         <member name="F:System.Diagnostics.OverflowAction.OverwriteOlder">
  19376.             <summary>Indicates that new events overwrite events older than specified by the <see cref="P:System.Diagnostics.EventLog.MinimumRetentionDays"></see> property value when the event log is full. New events are discarded if the event log is full and there are no events older than specified by the <see cref="P:System.Diagnostics.EventLog.MinimumRetentionDays"></see> property value.</summary>
  19377.             <filterpriority>1</filterpriority>
  19378.         </member>
  19379.         <member name="T:System.Diagnostics.PerformanceCounter">
  19380.             <summary>Represents a Windows NT performance counter component.</summary>
  19381.             <filterpriority>1</filterpriority>
  19382.         </member>
  19383.         <member name="M:System.Diagnostics.PerformanceCounter.#ctor">
  19384.             <summary>Initializes a new, read-only instance of the <see cref="T:System.Diagnostics.PerformanceCounter"></see> class, without associating the instance with any system or custom performance counter.</summary>
  19385.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19386.         </member>
  19387.         <member name="M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String)">
  19388.             <summary>Initializes a new, read-only instance of the <see cref="T:System.Diagnostics.PerformanceCounter"></see> class and associates it with the specified system or custom performance counter on the local computer. This constructor requires that the category have a single instance.</summary>
  19389.             <param name="counterName">The name of the performance counter. </param>
  19390.             <param name="categoryName">The name of the performance counter category (performance object) with which this performance counter is associated. </param>
  19391.             <exception cref="T:System.ArgumentNullException">The categoryName or counterName parameter is null. </exception>
  19392.             <exception cref="T:System.InvalidOperationException">The categoryName is an empty string ("").-or- The counterName is an empty string ("").-or- The category that you specified does not exist. </exception>
  19393.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19394.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19395.         </member>
  19396.         <member name="M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.Boolean)">
  19397.             <summary>Initializes a new, read-only or read/write instance of the <see cref="T:System.Diagnostics.PerformanceCounter"></see> class and associates it with the specified system or custom performance counter on the local computer. This constructor requires that the category contain a single instance.</summary>
  19398.             <param name="readOnly">true to access the counter in read-only mode (though the counter itself could be read/write); false to access the counter in read/write mode. </param>
  19399.             <param name="counterName">The name of the performance counter. </param>
  19400.             <param name="categoryName">The name of the performance counter category (performance object) with which this performance counter is associated. </param>
  19401.             <exception cref="T:System.ArgumentNullException">The categoryName or counterName parameter is null. </exception>
  19402.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19403.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19404.             <exception cref="T:System.InvalidOperationException">The categoryName is an empty string ("").-or- The counterName is an empty string ("").-or- The category you specified does not exist. (If readOnly is true.) -or- The category you specified is not a .NET Framework custom category. (If readOnly is false.) </exception>
  19405.         </member>
  19406.         <member name="M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String)">
  19407.             <summary>Initializes a new, read-only instance of the <see cref="T:System.Diagnostics.PerformanceCounter"></see> class and associates it with the specified system or custom performance counter and category instance on the local computer.</summary>
  19408.             <param name="instanceName">The name of the performance counter category instance, or an empty string (""), if the category contains a single instance. </param>
  19409.             <param name="counterName">The name of the performance counter. </param>
  19410.             <param name="categoryName">The name of the performance counter category (performance object) with which this performance counter is associated. </param>
  19411.             <exception cref="T:System.ArgumentNullException">The categoryName or counterName parameter is null. </exception>
  19412.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19413.             <exception cref="T:System.InvalidOperationException">The categoryName is an empty string ("").-or- The counterName is an empty string ("").-or- The category that you specified is not valid. </exception>
  19414.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19415.         </member>
  19416.         <member name="M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.Boolean)">
  19417.             <summary>Initializes a new, read-only or read/write instance of the <see cref="T:System.Diagnostics.PerformanceCounter"></see> class and associates it with the specified system or custom performance counter and category instance on the local computer.</summary>
  19418.             <param name="instanceName">The name of the performance counter category instance, or an empty string (""), if the category contains a single instance. </param>
  19419.             <param name="readOnly">true to access a counter in read-only mode; false to access a counter in read/write mode. </param>
  19420.             <param name="counterName">The name of the performance counter. </param>
  19421.             <param name="categoryName">The name of the performance counter category (performance object) with which this performance counter is associated. </param>
  19422.             <exception cref="T:System.InvalidOperationException">The categoryName is an empty string ("").-or- The counterName is an empty string ("").-or- The read/write permission setting that you requested is invalid for this counter.-or- The category you specified does not exist. (If readOnly is true.) -or- The category you specified is not a .NET Framework custom category. (If readOnly is false.) </exception>
  19423.             <exception cref="T:System.ArgumentNullException">The categoryName or counterName parameter is null. </exception>
  19424.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19425.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19426.         </member>
  19427.         <member name="M:System.Diagnostics.PerformanceCounter.#ctor(System.String,System.String,System.String,System.String)">
  19428.             <summary>Initializes a new, read-only instance of the <see cref="T:System.Diagnostics.PerformanceCounter"></see> class and associates it with the specified system or custom performance counter and category instance, on the specified computer.</summary>
  19429.             <param name="instanceName">The name of the performance counter category instance, or an empty string (""), if the category contains a single instance. </param>
  19430.             <param name="machineName">The computer on which the performance counter and its associated category exist. </param>
  19431.             <param name="counterName">The name of the performance counter. </param>
  19432.             <param name="categoryName">The name of the performance counter category (performance object) with which this performance counter is associated. </param>
  19433.             <exception cref="T:System.ArgumentNullException">The categoryName or counterName parameter is null. </exception>
  19434.             <exception cref="T:System.InvalidOperationException">The categoryName is an empty string ("").-or- The counterName is an empty string ("").-or- The read/write permission setting that you requested is invalid for this counter.-or- The counter does not exist on the specified computer. </exception>
  19435.             <exception cref="T:System.ArgumentException">The machineName parameter is not valid. </exception>
  19436.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19437.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19438.         </member>
  19439.         <member name="F:System.Diagnostics.PerformanceCounter.DefaultFileMappingSize">
  19440.             <filterpriority>1</filterpriority>
  19441.         </member>
  19442.         <member name="M:System.Diagnostics.PerformanceCounter.BeginInit">
  19443.             <summary>Begins the initialization of a <see cref="T:System.Diagnostics.PerformanceCounter"></see> instance used on a form or by another component. The initialization occurs at runtime.</summary>
  19444.             <filterpriority>2</filterpriority>
  19445.         </member>
  19446.         <member name="M:System.Diagnostics.PerformanceCounter.Close">
  19447.             <summary>Closes the performance counter and frees all the resources allocated by this performance counter instance.</summary>
  19448.             <filterpriority>2</filterpriority>
  19449.         </member>
  19450.         <member name="M:System.Diagnostics.PerformanceCounter.CloseSharedResources">
  19451.             <summary>Frees the performance counter library shared state allocated by the counters.</summary>
  19452.             <filterpriority>2</filterpriority>
  19453.             <PermissionSet><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1"><Machine name="."><Category name="*" access="Browse" /></Machine></IPermission></PermissionSet>
  19454.         </member>
  19455.         <member name="M:System.Diagnostics.PerformanceCounter.Decrement">
  19456.             <summary>Decrements the associated performance counter by one through an efficient atomic operation.</summary>
  19457.             <returns>The decremented counter value.</returns>
  19458.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19459.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19460.             <exception cref="T:System.InvalidOperationException">The counter is read-only, so the application cannot decrement it.-or- The instance is not correctly associated with a performance counter. -or-<see cref="P:System.Diagnostics.PerformanceCounter.InstanceLifetime"></see> is set to <see cref="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process"></see>  when using global shared memory.</exception>
  19461.             <filterpriority>1</filterpriority>
  19462.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19463.         </member>
  19464.         <member name="M:System.Diagnostics.PerformanceCounter.EndInit">
  19465.             <summary>Ends the initialization of a <see cref="T:System.Diagnostics.PerformanceCounter"></see> instance that is used on a form or by another component. The initialization occurs at runtime.</summary>
  19466.             <filterpriority>2</filterpriority>
  19467.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19468.         </member>
  19469.         <member name="M:System.Diagnostics.PerformanceCounter.Increment">
  19470.             <summary>Increments the associated performance counter by one through an efficient atomic operation.</summary>
  19471.             <returns>The incremented counter value.</returns>
  19472.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19473.             <exception cref="T:System.InvalidOperationException">The counter is read-only, so the application cannot increment it.-or- The instance is not correctly associated with a performance counter. -or-<see cref="P:System.Diagnostics.PerformanceCounter.InstanceLifetime"></see> is set to <see cref="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process"></see>  when using global shared memory.</exception>
  19474.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19475.             <filterpriority>1</filterpriority>
  19476.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19477.         </member>
  19478.         <member name="M:System.Diagnostics.PerformanceCounter.IncrementBy(System.Int64)">
  19479.             <summary>Increments or decrements the value of the associated performance counter by a specified amount through an efficient atomic operation.</summary>
  19480.             <returns>The new counter value.</returns>
  19481.             <param name="value">The value to increment by. (A negative value decrements the counter.) </param>
  19482.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19483.             <exception cref="T:System.InvalidOperationException">The counter is read-only, so the application cannot increment it.-or- The instance is not correctly associated with a performance counter. -or-<see cref="P:System.Diagnostics.PerformanceCounter.InstanceLifetime"></see> is set to <see cref="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process"></see>  when using global shared memory.</exception>
  19484.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19485.             <filterpriority>1</filterpriority>
  19486.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19487.         </member>
  19488.         <member name="M:System.Diagnostics.PerformanceCounter.NextSample">
  19489.             <summary>Obtains a counter sample, and returns the raw, or uncalculated, value for it.</summary>
  19490.             <returns>A <see cref="T:System.Diagnostics.CounterSample"></see> that represents the next raw value that the system obtains for this counter.</returns>
  19491.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19492.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19493.             <exception cref="T:System.InvalidOperationException">The instance is not correctly associated with a performance counter. -or-<see cref="P:System.Diagnostics.PerformanceCounter.InstanceLifetime"></see> is set to <see cref="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process"></see>  when using global shared memory.</exception>
  19494.             <filterpriority>2</filterpriority>
  19495.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19496.         </member>
  19497.         <member name="M:System.Diagnostics.PerformanceCounter.NextValue">
  19498.             <summary>Obtains a counter sample and returns the calculated value for it.</summary>
  19499.             <returns>The next calculated value that the system obtains for this counter.</returns>
  19500.             <exception cref="T:System.InvalidOperationException">The instance is not correctly associated with a performance counter. </exception>
  19501.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19502.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19503.             <filterpriority>1</filterpriority>
  19504.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19505.         </member>
  19506.         <member name="M:System.Diagnostics.PerformanceCounter.RemoveInstance">
  19507.             <summary>Deletes the category instance specified by the <see cref="T:System.Diagnostics.PerformanceCounter"></see> object <see cref="P:System.Diagnostics.PerformanceCounter.InstanceName"></see> property.</summary>
  19508.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19509.             <exception cref="T:System.InvalidOperationException">This counter is read-only, so any instance that is associated with the category cannot be removed.-or- The instance is not correctly associated with a performance counter. -or-<see cref="P:System.Diagnostics.PerformanceCounter.InstanceLifetime"></see> is set to <see cref="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process"></see>  when using global shared memory.</exception>
  19510.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19511.             <filterpriority>1</filterpriority>
  19512.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19513.         </member>
  19514.         <member name="P:System.Diagnostics.PerformanceCounter.CategoryName">
  19515.             <summary>Gets or sets the name of the performance counter category for this performance counter.</summary>
  19516.             <returns>The name of the performance counter category (performance object) with which this performance counter is associated.</returns>
  19517.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19518.             <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Diagnostics.PerformanceCounter.CategoryName"></see> is null. </exception>
  19519.             <filterpriority>1</filterpriority>
  19520.         </member>
  19521.         <member name="P:System.Diagnostics.PerformanceCounter.CounterHelp">
  19522.             <summary>Gets the description for this performance counter.</summary>
  19523.             <returns>A description of the item or quantity that this performance counter measures.</returns>
  19524.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19525.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Diagnostics.PerformanceCounter"></see> instance is not associated with a performance counter. -or-<see cref="P:System.Diagnostics.PerformanceCounter.InstanceLifetime"></see> is set to <see cref="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process"></see>  when using global shared memory.</exception>
  19526.             <filterpriority>2</filterpriority>
  19527.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19528.         </member>
  19529.         <member name="P:System.Diagnostics.PerformanceCounter.CounterName">
  19530.             <summary>Gets or sets the name of the performance counter that is associated with this <see cref="T:System.Diagnostics.PerformanceCounter"></see> instance.</summary>
  19531.             <returns>The name of the counter, which generally describes the quantity being counted. This name is displayed in the list of counters of the Performance Counter Manager MMC snap in's Add Counters dialog box.</returns>
  19532.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19533.             <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Diagnostics.PerformanceCounter.CounterName"></see> is null. </exception>
  19534.             <filterpriority>1</filterpriority>
  19535.         </member>
  19536.         <member name="P:System.Diagnostics.PerformanceCounter.CounterType">
  19537.             <summary>Gets the counter type of the associated performance counter.</summary>
  19538.             <returns>A <see cref="T:System.Diagnostics.PerformanceCounterType"></see> that describes both how the counter interacts with a monitoring application and the nature of the values it contains (for example, calculated or uncalculated).</returns>
  19539.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19540.             <exception cref="T:System.InvalidOperationException">The instance is not correctly associated with a performance counter. -or-<see cref="P:System.Diagnostics.PerformanceCounter.InstanceLifetime"></see> is set to <see cref="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process"></see>  when using global shared memory.</exception>
  19541.             <filterpriority>1</filterpriority>
  19542.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19543.         </member>
  19544.         <member name="P:System.Diagnostics.PerformanceCounter.InstanceLifetime">
  19545.             <summary>Gets or sets the lifetime of a process.</summary>
  19546.             <returns>One of the <see cref="T:System.Diagnostics.PerformanceCounterInstanceLifetime"></see> values. The default is <see cref="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Global"></see>.</returns>
  19547.             <exception cref="T:System.ArgumentOutOfRangeException">The value set is not a member of the <see cref="T:System.Diagnostics.PerformanceCounterInstanceLifetime"></see> enumeration. </exception>
  19548.             <exception cref="T:System.InvalidOperationException"><see cref="P:System.Diagnostics.PerformanceCounter.InstanceLifetime"></see> is set after the <see cref="T:System.Diagnostics.PerformanceCounter"></see> has been initialized.</exception>
  19549.         </member>
  19550.         <member name="P:System.Diagnostics.PerformanceCounter.InstanceName">
  19551.             <summary>Gets or sets an instance name for this performance counter.</summary>
  19552.             <returns>The name of the performance counter category instance, or an empty string (""), if the counter is a single-instance counter.</returns>
  19553.             <filterpriority>1</filterpriority>
  19554.         </member>
  19555.         <member name="P:System.Diagnostics.PerformanceCounter.MachineName">
  19556.             <summary>Gets or sets the computer name for this performance counter </summary>
  19557.             <returns>The server on which the performance counter and its associated category reside.</returns>
  19558.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19559.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.PerformanceCounter.MachineName"></see> format is invalid. </exception>
  19560.             <filterpriority>1</filterpriority>
  19561.         </member>
  19562.         <member name="P:System.Diagnostics.PerformanceCounter.RawValue">
  19563.             <summary>Gets or sets the raw, or uncalculated, value of this counter.</summary>
  19564.             <returns>The raw value of the counter.</returns>
  19565.             <exception cref="T:System.InvalidOperationException">You are trying to set the counter's raw value, but the counter is read-only.-or- The instance is not correctly associated with a performance counter. -or-<see cref="P:System.Diagnostics.PerformanceCounter.InstanceLifetime"></see> is set to <see cref="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process"></see>  when using global shared memory.</exception>
  19566.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Me), which does not support performance counters. </exception>
  19567.             <exception cref="T:System.ComponentModel.Win32Exception">An error occurred when accessing a system API. </exception>
  19568.             <filterpriority>1</filterpriority>
  19569.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19570.         </member>
  19571.         <member name="P:System.Diagnostics.PerformanceCounter.ReadOnly">
  19572.             <summary>Gets or sets a value indicating whether this <see cref="T:System.Diagnostics.PerformanceCounter"></see> instance is in read-only mode.</summary>
  19573.             <returns>true, if the <see cref="T:System.Diagnostics.PerformanceCounter"></see> instance is in read-only mode (even if the counter itself is a custom .NET Framework counter); false if it is in read/write mode. The default is the value set by the constructor.</returns>
  19574.             <filterpriority>1</filterpriority>
  19575.         </member>
  19576.         <member name="T:System.Diagnostics.PerformanceCounterCategory">
  19577.             <summary>Represents a performance object, which defines a category of performance counters.</summary>
  19578.             <filterpriority>2</filterpriority>
  19579.         </member>
  19580.         <member name="M:System.Diagnostics.PerformanceCounterCategory.#ctor">
  19581.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> class, leaves the <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> property empty, and sets the <see cref="P:System.Diagnostics.PerformanceCounterCategory.MachineName"></see> property to the local computer.</summary>
  19582.         </member>
  19583.         <member name="M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String)">
  19584.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> class, sets the <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> property to the specified value, and sets the <see cref="P:System.Diagnostics.PerformanceCounterCategory.MachineName"></see> property to the local computer.</summary>
  19585.             <param name="categoryName">The name of the performance counter category, or performance object, with which to associate this <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> instance. </param>
  19586.             <exception cref="T:System.ArgumentException">The categoryName is an empty string (""). </exception>
  19587.             <exception cref="T:System.ArgumentNullException">The categoryName is null. </exception>
  19588.         </member>
  19589.         <member name="M:System.Diagnostics.PerformanceCounterCategory.#ctor(System.String,System.String)">
  19590.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> class and sets the <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> and <see cref="P:System.Diagnostics.PerformanceCounterCategory.MachineName"></see> properties to the specified values.</summary>
  19591.             <param name="machineName">The computer on which the performance counter category and its associated counters exist. </param>
  19592.             <param name="categoryName">The name of the performance counter category, or performance object, with which to associate this <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> instance. </param>
  19593.             <exception cref="T:System.ArgumentException">The categoryName is an empty string ("").-or- The machineName syntax is invalid. </exception>
  19594.             <exception cref="T:System.ArgumentNullException">The categoryName is null. </exception>
  19595.         </member>
  19596.         <member name="M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String)">
  19597.             <summary>Determines whether the specified counter is registered to this category, which is indicated by the <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> and <see cref="P:System.Diagnostics.PerformanceCounterCategory.MachineName"></see> properties.</summary>
  19598.             <returns>true if the counter is registered to the category that is specified by the <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> and <see cref="P:System.Diagnostics.PerformanceCounterCategory.MachineName"></see> properties; otherwise, false.</returns>
  19599.             <param name="counterName">The name of the performance counter to look for. </param>
  19600.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> property has not been set. </exception>
  19601.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19602.             <exception cref="T:System.ArgumentNullException">The counterName is null. </exception>
  19603.             <filterpriority>2</filterpriority>
  19604.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19605.         </member>
  19606.         <member name="M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String)">
  19607.             <summary>Determines whether the specified counter is registered to the specified category on the local computer.</summary>
  19608.             <returns>true, if the counter is registered to the specified category on the local computer; otherwise, false.</returns>
  19609.             <param name="counterName">The name of the performance counter to look for. </param>
  19610.             <param name="categoryName">The name of the performance counter category, or performance object, with which the specified performance counter is associated. </param>
  19611.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19612.             <exception cref="T:System.ArgumentNullException">The categoryName is null.-or- The counterName is null. </exception>
  19613.             <exception cref="T:System.ArgumentException">The categoryName is an empty string (""). </exception>
  19614.             <filterpriority>1</filterpriority>
  19615.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19616.         </member>
  19617.         <member name="M:System.Diagnostics.PerformanceCounterCategory.CounterExists(System.String,System.String,System.String)">
  19618.             <summary>Determines whether the specified counter is registered to the specified category on a remote computer.</summary>
  19619.             <returns>true, if the counter is registered to the specified category on the specified computer; otherwise, false.</returns>
  19620.             <param name="machineName">The name of the computer on which the performance counter category and its associated counters exist. </param>
  19621.             <param name="counterName">The name of the performance counter to look for. </param>
  19622.             <param name="categoryName">The name of the performance counter category, or performance object, with which the specified performance counter is associated. </param>
  19623.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19624.             <exception cref="T:System.ArgumentException">The categoryName is an empty string ("").-or- The machineName is invalid. </exception>
  19625.             <exception cref="T:System.ArgumentNullException">The categoryName is null.-or- The counterName is null. </exception>
  19626.             <filterpriority>1</filterpriority>
  19627.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19628.         </member>
  19629.         <member name="M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.CounterCreationDataCollection)">
  19630.             <summary>Registers the custom performance counter category containing the specified counters on the local computer.</summary>
  19631.             <returns>A <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> that is associated with the new custom category, or performance object.</returns>
  19632.             <param name="categoryHelp">A description of the custom category. </param>
  19633.             <param name="counterData">A <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see> that specifies the counters to create as part of the new category. </param>
  19634.             <param name="categoryName">The name of the custom performance counter category to create and register with the system. </param>
  19635.             <exception cref="T:System.ArgumentException">A counter name that is specified within the counterData collection is null or an empty string ("").-or- A counter that is specified within the counterData collection already exists.-or- The counterName parameter has invalid syntax. It might contain backslash characters ("\") or have length greater than 80 characters. </exception>
  19636.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19637.             <exception cref="T:System.ArgumentNullException">The categoryName parameter is null. </exception>
  19638.             <exception cref="T:System.InvalidOperationException">The category already exists on the local computer.-or- The layout of the counterData collection is incorrect for base counters. A counter of type AverageCount64, AverageTimer32, CounterMultiTimer, CounterMultiTimerInverse, CounterMultiTimer100Ns, CounterMultiTimer100NsInverse, RawFraction, SampleFraction or SampleCounter has to be immediately followed by one of the base counter types (AverageBase, MultiBase, RawBase, or SampleBase). </exception>
  19639.             <filterpriority>1</filterpriority>
  19640.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19641.         </member>
  19642.         <member name="M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.Diagnostics.CounterCreationDataCollection)">
  19643.             <summary>Registers the custom performance counter category containing the specified counters on the local computer.</summary>
  19644.             <returns>A <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> that is associated with the new custom category, or performance object.</returns>
  19645.             <param name="categoryType">One of the <see cref="T:System.Diagnostics.PerformanceCounterCategoryType"></see>  values. </param>
  19646.             <param name="categoryHelp">A description of the custom category.</param>
  19647.             <param name="counterData">A <see cref="T:System.Diagnostics.CounterCreationDataCollection"></see> that specifies the counters to create as part of the new category.</param>
  19648.             <param name="categoryName">The name of the custom performance counter category to create and register with the system.</param>
  19649.             <exception cref="T:System.InvalidOperationException">The category already exists on the local computer.-or- The layout of the counterData collection is incorrect for base counters. A counter of type AverageCount64, AverageTimer32, CounterMultiTimer, CounterMultiTimerInverse, CounterMultiTimer100Ns, CounterMultiTimer100NsInverse, RawFraction, SampleFraction, or SampleCounter must be immediately followed by one of the base counter types (AverageBase, MultiBase, RawBase, or SampleBase). </exception>
  19650.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19651.             <exception cref="T:System.ArgumentNullException">categoryName is null. </exception>
  19652.             <exception cref="T:System.ArgumentException">A counter name that is specified within the counterData collection is null or an empty string ("").-or- A counter that is specified within the counterData collection already exists.-or- counterName has invalid syntax. It might contain backslash characters ("\") or have length greater than 80 characters. </exception>
  19653.             <filterpriority>1</filterpriority>
  19654.         </member>
  19655.         <member name="M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.String,System.String)">
  19656.             <summary>Registers a custom performance counter category containing a single counter of type NumberOfItems32 on the local computer.</summary>
  19657.             <returns>A <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> that is associated with the new system category, or performance object.</returns>
  19658.             <param name="categoryHelp">A description of the custom category. </param>
  19659.             <param name="counterHelp">A description of the counter that is associated with the new custom category. </param>
  19660.             <param name="counterName">The name of a new counter, of type NumberOfItems32, to create as part of the new category. </param>
  19661.             <param name="categoryName">The name of the custom performance counter category to create and register with the system. </param>
  19662.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19663.             <exception cref="T:System.ArgumentException">counterName is null or is an empty string ("").-or- The counter that is specified by counterName already exists.-or- counterName has invalid syntax. It might contain backslash characters ("\") or have length greater than 80 characters. </exception>
  19664.             <exception cref="T:System.ArgumentNullException">categoryName is null. -or-counterHelp is null.</exception>
  19665.             <exception cref="T:System.InvalidOperationException">The category already exists on the local computer. </exception>
  19666.             <filterpriority>1</filterpriority>
  19667.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19668.         </member>
  19669.         <member name="M:System.Diagnostics.PerformanceCounterCategory.Create(System.String,System.String,System.Diagnostics.PerformanceCounterCategoryType,System.String,System.String)">
  19670.             <summary>Registers the custom performance counter category containing a single counter of type <see cref="F:System.Diagnostics.PerformanceCounterType.NumberOfItems32"></see> on the local computer.</summary>
  19671.             <returns>A <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> that is associated with the new system category, or performance object.</returns>
  19672.             <param name="categoryType">One of the <see cref="T:System.Diagnostics.PerformanceCounterCategoryType"></see>  values specifying whether the category is <see cref="F:System.Diagnostics.PerformanceCounterCategoryType.MultiInstance"></see>, <see cref="F:System.Diagnostics.PerformanceCounterCategoryType.SingleInstance"></see>, or <see cref="F:System.Diagnostics.PerformanceCounterCategoryType.Unknown"></see>.</param>
  19673.             <param name="categoryHelp">A description of the custom category.</param>
  19674.             <param name="counterHelp">A description of the counter that is associated with the new custom category.</param>
  19675.             <param name="counterName">The name of a new counter to create as part of the new category.</param>
  19676.             <param name="categoryName">The name of the custom performance counter category to create and register with the system.</param>
  19677.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19678.             <exception cref="T:System.ArgumentException">counterName is null or is an empty string ("").-or- The counter that is specified by counterName already exists.-or- counterName has invalid syntax. It might contain backslash characters ("\") or have length greater than 80 characters. </exception>
  19679.             <exception cref="T:System.ArgumentNullException">categoryName is null. -or-counterHelp is null.</exception>
  19680.             <exception cref="T:System.InvalidOperationException">The category already exists on the local computer. </exception>
  19681.             <filterpriority>1</filterpriority>
  19682.         </member>
  19683.         <member name="M:System.Diagnostics.PerformanceCounterCategory.Delete(System.String)">
  19684.             <summary>Removes the category and its associated counters from the local computer.</summary>
  19685.             <param name="categoryName">The name of the custom performance counter category to delete. </param>
  19686.             <exception cref="T:System.InvalidOperationException">The category cannot be deleted because it is not a custom category. </exception>
  19687.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19688.             <exception cref="T:System.ArgumentException">The categoryName parameter has invalid syntax. It might contain backslash characters ("\") or have length greater than 80 characters. </exception>
  19689.             <exception cref="T:System.ArgumentNullException">The categoryName parameter is null. </exception>
  19690.             <filterpriority>1</filterpriority>
  19691.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19692.         </member>
  19693.         <member name="M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String)">
  19694.             <summary>Determines whether the category is registered on the local computer.</summary>
  19695.             <returns>true if the category is registered; otherwise, false.</returns>
  19696.             <param name="categoryName">The name of the performance counter category to look for. </param>
  19697.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19698.             <exception cref="T:System.ArgumentNullException">The categoryName parameter is null. </exception>
  19699.             <exception cref="T:System.ArgumentException">The categoryName parameter is an empty string (""). </exception>
  19700.             <filterpriority>1</filterpriority>
  19701.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19702.         </member>
  19703.         <member name="M:System.Diagnostics.PerformanceCounterCategory.Exists(System.String,System.String)">
  19704.             <summary>Determines whether the category is registered on the specified computer.</summary>
  19705.             <returns>true if the category is registered; otherwise, false.</returns>
  19706.             <param name="machineName">The name of the computer to examine for the category. </param>
  19707.             <param name="categoryName">The name of the performance counter category to look for. </param>
  19708.             <exception cref="T:System.UnauthorizedAccessException">The caller does not have the required permission.</exception>
  19709.             <exception cref="T:System.IO.IOException">The network path cannot be found.</exception>
  19710.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19711.             <exception cref="T:System.ArgumentException">The categoryName parameter is an empty string ("").-or- The machineName parameter is invalid. </exception>
  19712.             <exception cref="T:System.ArgumentNullException">The categoryName parameter is null. </exception>
  19713.             <filterpriority>1</filterpriority>
  19714.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19715.         </member>
  19716.         <member name="M:System.Diagnostics.PerformanceCounterCategory.GetCategories">
  19717.             <summary>Retrieves a list of the performance counter categories that are registered on the local computer.</summary>
  19718.             <returns>An array of <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> objects indicating the categories that are registered on the local computer.</returns>
  19719.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19720.             <filterpriority>1</filterpriority>
  19721.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19722.         </member>
  19723.         <member name="M:System.Diagnostics.PerformanceCounterCategory.GetCategories(System.String)">
  19724.             <summary>Retrieves a list of the performance counter categories that are registered on the specified computer.</summary>
  19725.             <returns>An array of <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> objects indicating the categories that are registered on the specified computer.</returns>
  19726.             <param name="machineName">The computer to look on. </param>
  19727.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19728.             <exception cref="T:System.ArgumentException">The machineName parameter is invalid. </exception>
  19729.             <filterpriority>1</filterpriority>
  19730.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19731.         </member>
  19732.         <member name="M:System.Diagnostics.PerformanceCounterCategory.GetCounters">
  19733.             <summary>Retrieves a list of the counters in a performance counter category that contains exactly one instance.</summary>
  19734.             <returns>An array of <see cref="T:System.Diagnostics.PerformanceCounter"></see> objects indicating the counters that are associated with this single-instance performance counter category.</returns>
  19735.             <exception cref="T:System.InvalidOperationException">The category does not have an associated instance.</exception>
  19736.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19737.             <exception cref="T:System.ArgumentException">The category is not a single instance. </exception>
  19738.             <filterpriority>2</filterpriority>
  19739.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  19740.         </member>
  19741.         <member name="M:System.Diagnostics.PerformanceCounterCategory.GetCounters(System.String)">
  19742.             <summary>Retrieves a list of the counters in a performance counter category that contains one or more instances.</summary>
  19743.             <returns>An array of <see cref="T:System.Diagnostics.PerformanceCounter"></see> objects indicating the counters that are associated with the specified object instance of this performance counter category.</returns>
  19744.             <param name="instanceName">The performance object instance for which to retrieve the list of associated counters. </param>
  19745.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> property for this <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> instance has not been set.-or- The category does not contain the instance that is specified by the instanceName parameter. </exception>
  19746.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19747.             <exception cref="T:System.ArgumentNullException">The instanceName parameter is null. </exception>
  19748.             <filterpriority>2</filterpriority>
  19749.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  19750.         </member>
  19751.         <member name="M:System.Diagnostics.PerformanceCounterCategory.GetInstanceNames">
  19752.             <summary>Retrieves the list of performance object instances that are associated with this category.</summary>
  19753.             <returns>An array of strings representing the performance object instance names that are associated with this category or, if the category contains only one performance object instance, a single-entry array that contains an empty string ("").</returns>
  19754.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19755.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> property is null. The property might not have been set. -or-The category does not have an associated instance.</exception>
  19756.             <filterpriority>2</filterpriority>
  19757.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19758.         </member>
  19759.         <member name="M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String)">
  19760.             <summary>Determines whether the specified performance object instance exists in the category that is identified by this <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> object's <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> property.</summary>
  19761.             <returns>true if the category contains the specified performance object instance; otherwise, false.</returns>
  19762.             <param name="instanceName">The performance object instance in this performance counter category to search for. </param>
  19763.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19764.             <exception cref="T:System.ArgumentNullException">The instanceName parameter is null. </exception>
  19765.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> property is null. The property might not have been set. </exception>
  19766.             <filterpriority>2</filterpriority>
  19767.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19768.         </member>
  19769.         <member name="M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String)">
  19770.             <summary>Determines whether a specified category on the local computer contains the specified performance object instance.</summary>
  19771.             <returns>true if the category contains the specified performance object instance; otherwise, false.</returns>
  19772.             <param name="instanceName">The performance object instance to search for. </param>
  19773.             <param name="categoryName">The performance counter category to search. </param>
  19774.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19775.             <exception cref="T:System.ArgumentNullException">The instanceName parameter is null.-or- The categoryName parameter is null. </exception>
  19776.             <exception cref="T:System.ArgumentException">The categoryName parameter is an empty string (""). </exception>
  19777.             <filterpriority>1</filterpriority>
  19778.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19779.         </member>
  19780.         <member name="M:System.Diagnostics.PerformanceCounterCategory.InstanceExists(System.String,System.String,System.String)">
  19781.             <summary>Determines whether a specified category on a specified computer contains the specified performance object instance.</summary>
  19782.             <returns>true if the category contains the specified performance object instance; otherwise, false.</returns>
  19783.             <param name="instanceName">The performance object instance to search for. </param>
  19784.             <param name="machineName">The name of the computer on which to look for the category instance pair. </param>
  19785.             <param name="categoryName">The performance counter category to search. </param>
  19786.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19787.             <exception cref="T:System.ArgumentException">The categoryName parameter is an empty string ("").-or- The machineName parameter is invalid. </exception>
  19788.             <exception cref="T:System.ArgumentNullException">The instanceName parameter is null.-or- The categoryName parameter is null. </exception>
  19789.             <filterpriority>1</filterpriority>
  19790.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19791.         </member>
  19792.         <member name="M:System.Diagnostics.PerformanceCounterCategory.ReadCategory">
  19793.             <summary>Reads all the counter and performance object instance data that is associated with this performance counter category.</summary>
  19794.             <returns>An <see cref="T:System.Diagnostics.InstanceDataCollectionCollection"></see> that contains the counter and performance object instance data for the category.</returns>
  19795.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19796.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> property is null. The property might not have been set. </exception>
  19797.             <filterpriority>2</filterpriority>
  19798.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  19799.         </member>
  19800.         <member name="P:System.Diagnostics.PerformanceCounterCategory.CategoryHelp">
  19801.             <summary>Gets the category's help text.</summary>
  19802.             <returns>A description of the performance object that this category measures.</returns>
  19803.             <exception cref="T:System.ComponentModel.Win32Exception">A call to an underlying system API failed. </exception>
  19804.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> property is null. The category name must be set before getting the category help. </exception>
  19805.             <filterpriority>2</filterpriority>
  19806.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  19807.         </member>
  19808.         <member name="P:System.Diagnostics.PerformanceCounterCategory.CategoryName">
  19809.             <summary>Gets or sets the name of the performance object that defines this category.</summary>
  19810.             <returns>The name of the performance counter category, or performance object, with which to associate this <see cref="T:System.Diagnostics.PerformanceCounterCategory"></see> instance.</returns>
  19811.             <exception cref="T:System.ArgumentNullException">The <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> is null. </exception>
  19812.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.PerformanceCounterCategory.CategoryName"></see> is an empty string (""). </exception>
  19813.             <filterpriority>2</filterpriority>
  19814.             <PermissionSet><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19815.         </member>
  19816.         <member name="P:System.Diagnostics.PerformanceCounterCategory.CategoryType">
  19817.             <summary>Gets the performance counter category type.</summary>
  19818.             <returns>One of the <see cref="T:System.Diagnostics.PerformanceCounterCategoryType"></see> values. </returns>
  19819.             <filterpriority>1</filterpriority>
  19820.         </member>
  19821.         <member name="P:System.Diagnostics.PerformanceCounterCategory.MachineName">
  19822.             <summary>Gets or sets the name of the computer on which this category exists.</summary>
  19823.             <returns>The name of the computer on which the performance counter category and its associated counters exist.</returns>
  19824.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.PerformanceCounterCategory.MachineName"></see> syntax is invalid. </exception>
  19825.             <filterpriority>2</filterpriority>
  19826.             <PermissionSet><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  19827.         </member>
  19828.         <member name="T:System.Diagnostics.PerformanceCounterCategoryType">
  19829.             <summary>Indicates whether the performance counter category can have multiple instances.</summary>
  19830.             <filterpriority>1</filterpriority>
  19831.         </member>
  19832.         <member name="F:System.Diagnostics.PerformanceCounterCategoryType.MultiInstance">
  19833.             <summary>The performance counter category can have multiple instances.</summary>
  19834.             <filterpriority>1</filterpriority>
  19835.         </member>
  19836.         <member name="F:System.Diagnostics.PerformanceCounterCategoryType.SingleInstance">
  19837.             <summary>The performance counter category can have only a single instance.</summary>
  19838.             <filterpriority>1</filterpriority>
  19839.         </member>
  19840.         <member name="F:System.Diagnostics.PerformanceCounterCategoryType.Unknown">
  19841.             <summary>The instance functionality for the performance counter category is unknown. </summary>
  19842.             <filterpriority>1</filterpriority>
  19843.         </member>
  19844.         <member name="T:System.Diagnostics.PerformanceCounterInstanceLifetime">
  19845.             <summary>Specifies the lifetime of a performance counter instance.</summary>
  19846.         </member>
  19847.         <member name="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Global">
  19848.             <summary>Remove the performance counter instance when no counters are using the process category.</summary>
  19849.         </member>
  19850.         <member name="F:System.Diagnostics.PerformanceCounterInstanceLifetime.Process">
  19851.             <summary>Remove the performance counter instance when the process is closed.</summary>
  19852.         </member>
  19853.         <member name="T:System.Diagnostics.PerformanceCounterManager">
  19854.             <summary>Prepares performance data for the performance.dll the system loads when working with performance counters.</summary>
  19855.             <filterpriority>2</filterpriority>
  19856.         </member>
  19857.         <member name="M:System.Diagnostics.PerformanceCounterManager.#ctor">
  19858.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterManager"></see> class.</summary>
  19859.         </member>
  19860.         <member name="M:System.Diagnostics.PerformanceCounterManager.System.Diagnostics.ICollectData.CloseData">
  19861.             <summary>Called by the perf dll's close performance data </summary>
  19862.         </member>
  19863.         <member name="M:System.Diagnostics.PerformanceCounterManager.System.Diagnostics.ICollectData.CollectData(System.Int32,System.IntPtr,System.IntPtr,System.Int32,System.IntPtr@)">
  19864.             <summary>Performance data collection routine. Called by the PerfCount perf dll.</summary>
  19865.             <returns>ptr to the first byte after the data or -1 error initializing the perf counters -2 if bigger buffer required </returns>
  19866.             <param name="dataPtr">- pointer to the data buffer </param>
  19867.             <param name="callIdx">- call index </param>
  19868.             <param name="totalBytes">- pointer to a number of bytes </param>
  19869.             <param name="valueNamePtr">- pointer to a UNICODE string list with the requested Object id's </param>
  19870.         </member>
  19871.         <member name="T:System.Diagnostics.PerformanceCounterPermission">
  19872.             <summary>Allows control of code access permissions for <see cref="T:System.Diagnostics.PerformanceCounter"></see>.</summary>
  19873.             <filterpriority>2</filterpriority>
  19874.         </member>
  19875.         <member name="M:System.Diagnostics.PerformanceCounterPermission.#ctor">
  19876.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterPermission"></see> class.</summary>
  19877.         </member>
  19878.         <member name="M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionEntry[])">
  19879.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterPermission"></see> class with the specified permission access level entries.</summary>
  19880.             <param name="permissionAccessEntries">An array of <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> objects. The <see cref="P:System.Diagnostics.PerformanceCounterPermission.PermissionEntries"></see> property is set to this value. </param>
  19881.             <exception cref="T:System.ArgumentNullException">permissionAccessEntries is null.</exception>
  19882.         </member>
  19883.         <member name="M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Security.Permissions.PermissionState)">
  19884.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterPermission"></see> class with the specified permission state.</summary>
  19885.             <param name="state">One of the <see cref="T:System.Security.Permissions.PermissionState"></see> values. </param>
  19886.             <exception cref="T:System.ArgumentException">The state parameter is not a valid value of <see cref="T:System.Security.Permissions.PermissionState"></see>. </exception>
  19887.         </member>
  19888.         <member name="M:System.Diagnostics.PerformanceCounterPermission.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)">
  19889.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterPermission"></see> class with the specified access levels, the name of the computer to use, and the category associated with the performance counter.</summary>
  19890.             <param name="permissionAccess">One of the <see cref="T:System.Diagnostics.PerformanceCounterPermissionAccess"></see> values. </param>
  19891.             <param name="machineName">The server on which the performance counter and its associate category reside. </param>
  19892.             <param name="categoryName">The name of the performance counter category (performance object) with which the performance counter is associated. </param>
  19893.         </member>
  19894.         <member name="P:System.Diagnostics.PerformanceCounterPermission.PermissionEntries">
  19895.             <summary>Gets the collection of permission entries for this permissions request.</summary>
  19896.             <returns>A <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntryCollection"></see> that contains the permission entries for this permissions request.</returns>
  19897.             <filterpriority>2</filterpriority>
  19898.         </member>
  19899.         <member name="T:System.Diagnostics.PerformanceCounterPermissionAccess">
  19900.             <summary>Defines access levels used by <see cref="T:System.Diagnostics.PerformanceCounter"></see> permission classes.</summary>
  19901.             <filterpriority>2</filterpriority>
  19902.         </member>
  19903.         <member name="F:System.Diagnostics.PerformanceCounterPermissionAccess.Administer">
  19904.             <summary>The <see cref="T:System.Diagnostics.PerformanceCounter"></see> can read, write, and create categories.</summary>
  19905.             <filterpriority>1</filterpriority>
  19906.         </member>
  19907.         <member name="F:System.Diagnostics.PerformanceCounterPermissionAccess.Browse">
  19908.             <summary>The <see cref="T:System.Diagnostics.PerformanceCounter"></see> can read categories.</summary>
  19909.             <filterpriority>1</filterpriority>
  19910.         </member>
  19911.         <member name="F:System.Diagnostics.PerformanceCounterPermissionAccess.Instrument">
  19912.             <summary>The <see cref="T:System.Diagnostics.PerformanceCounter"></see> can read and write categories.</summary>
  19913.             <filterpriority>1</filterpriority>
  19914.         </member>
  19915.         <member name="F:System.Diagnostics.PerformanceCounterPermissionAccess.None">
  19916.             <summary>The <see cref="T:System.Diagnostics.PerformanceCounter"></see> has no permissions.</summary>
  19917.             <filterpriority>1</filterpriority>
  19918.         </member>
  19919.         <member name="F:System.Diagnostics.PerformanceCounterPermissionAccess.Read">
  19920.             <summary>The <see cref="T:System.Diagnostics.PerformanceCounter"></see> can read categories.</summary>
  19921.             <filterpriority>1</filterpriority>
  19922.         </member>
  19923.         <member name="F:System.Diagnostics.PerformanceCounterPermissionAccess.Write">
  19924.             <summary>The <see cref="T:System.Diagnostics.PerformanceCounter"></see> can write categories.</summary>
  19925.             <filterpriority>1</filterpriority>
  19926.         </member>
  19927.         <member name="T:System.Diagnostics.PerformanceCounterPermissionAttribute">
  19928.             <summary>Allows declaritive performance counter permission checks. </summary>
  19929.             <filterpriority>1</filterpriority>
  19930.         </member>
  19931.         <member name="M:System.Diagnostics.PerformanceCounterPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  19932.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterPermissionAttribute"></see> class.</summary>
  19933.             <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction"></see> values. </param>
  19934.         </member>
  19935.         <member name="M:System.Diagnostics.PerformanceCounterPermissionAttribute.CreatePermission">
  19936.             <summary>Creates the permission based on the requested access levels that are set through the <see cref="P:System.Diagnostics.PerformanceCounterPermissionAttribute.PermissionAccess"></see> property on the attribute.</summary>
  19937.             <returns>An <see cref="T:System.Security.IPermission"></see> that represents the created permission.</returns>
  19938.             <filterpriority>2</filterpriority>
  19939.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  19940.         </member>
  19941.         <member name="P:System.Diagnostics.PerformanceCounterPermissionAttribute.CategoryName">
  19942.             <summary>Gets or sets the name of the performance counter category.</summary>
  19943.             <returns>The name of the performance counter category (performance object).</returns>
  19944.             <exception cref="T:System.ArgumentNullException">The value is null. </exception>
  19945.             <filterpriority>2</filterpriority>
  19946.         </member>
  19947.         <member name="P:System.Diagnostics.PerformanceCounterPermissionAttribute.MachineName">
  19948.             <summary>Gets or sets the computer name for the performance counter.</summary>
  19949.             <returns>The server on which the category of the performance counter resides.</returns>
  19950.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Diagnostics.PerformanceCounterPermissionAttribute.MachineName"></see> format is invalid. </exception>
  19951.             <filterpriority>2</filterpriority>
  19952.         </member>
  19953.         <member name="P:System.Diagnostics.PerformanceCounterPermissionAttribute.PermissionAccess">
  19954.             <summary>Gets or sets the access levels used in the permissions request.</summary>
  19955.             <returns>A bitwise combination of the <see cref="T:System.Diagnostics.PerformanceCounterPermissionAccess"></see> values.</returns>
  19956.             <filterpriority>2</filterpriority>
  19957.         </member>
  19958.         <member name="T:System.Diagnostics.PerformanceCounterPermissionEntry">
  19959.             <summary>Defines the smallest unit of a code access security permission that is set for a <see cref="T:System.Diagnostics.PerformanceCounter"></see>.</summary>
  19960.             <filterpriority>2</filterpriority>
  19961.         </member>
  19962.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntry.#ctor(System.Diagnostics.PerformanceCounterPermissionAccess,System.String,System.String)">
  19963.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> class.</summary>
  19964.             <param name="permissionAccess">A bitwise combination of the <see cref="T:System.Diagnostics.PerformanceCounterPermissionAccess"></see> values. The <see cref="P:System.Diagnostics.PerformanceCounterPermissionEntry.PermissionAccess"></see> property is set to this value. </param>
  19965.             <param name="machineName">The server on which the category of the performance counter resides. </param>
  19966.             <param name="categoryName">The name of the performance counter category (performance object) with which this performance counter is associated. </param>
  19967.             <exception cref="T:System.ArgumentNullException">categoryName is null.-or-machineName is null.</exception>
  19968.             <exception cref="T:System.ArgumentException">permissionAccess is not a valid <see cref="T:System.Diagnostics.PerformanceCounterPermissionAccess"></see> value.-or-machineName is not a valid computer name.</exception>
  19969.         </member>
  19970.         <member name="P:System.Diagnostics.PerformanceCounterPermissionEntry.CategoryName">
  19971.             <summary>Gets the name of the performance counter category (performance object).</summary>
  19972.             <returns>The name of the performance counter category (performance object).</returns>
  19973.             <filterpriority>2</filterpriority>
  19974.         </member>
  19975.         <member name="P:System.Diagnostics.PerformanceCounterPermissionEntry.MachineName">
  19976.             <summary>Gets the name of the server on which the category of the performance counter resides.</summary>
  19977.             <returns>The name of the server on which the category resides.</returns>
  19978.             <filterpriority>2</filterpriority>
  19979.         </member>
  19980.         <member name="P:System.Diagnostics.PerformanceCounterPermissionEntry.PermissionAccess">
  19981.             <summary>Gets the permission access level of the entry.</summary>
  19982.             <returns>A bitwise combination of the <see cref="T:System.Diagnostics.PerformanceCounterPermissionAccess"></see> values.</returns>
  19983.             <filterpriority>2</filterpriority>
  19984.         </member>
  19985.         <member name="T:System.Diagnostics.PerformanceCounterPermissionEntryCollection">
  19986.             <summary>Contains a strongly typed collection of <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> objects.</summary>
  19987.             <filterpriority>2</filterpriority>
  19988.         </member>
  19989.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Add(System.Diagnostics.PerformanceCounterPermissionEntry)">
  19990.             <summary>Adds a specified <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> to this collection.</summary>
  19991.             <returns>The zero-based index of the added <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> object.</returns>
  19992.             <param name="value">The <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> object to add. </param>
  19993.             <filterpriority>2</filterpriority>
  19994.         </member>
  19995.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntry[])">
  19996.             <summary>Appends a set of specified permission entries to this collection.</summary>
  19997.             <param name="value">An array of type <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> objects that contains the permission entries to add. </param>
  19998.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  19999.             <filterpriority>2</filterpriority>
  20000.         </member>
  20001.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.AddRange(System.Diagnostics.PerformanceCounterPermissionEntryCollection)">
  20002.             <summary>Appends a set of specified permission entries to this collection.</summary>
  20003.             <param name="value">A <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntryCollection"></see> that contains the permission entries to add. </param>
  20004.             <exception cref="T:System.ArgumentNullException">value is null.</exception>
  20005.             <filterpriority>2</filterpriority>
  20006.         </member>
  20007.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Contains(System.Diagnostics.PerformanceCounterPermissionEntry)">
  20008.             <summary>Determines whether this collection contains a specified <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> object.</summary>
  20009.             <returns>true if the specified <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> object belongs to this collection; otherwise, false.</returns>
  20010.             <param name="value">The <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> object to find. </param>
  20011.             <filterpriority>2</filterpriority>
  20012.         </member>
  20013.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.CopyTo(System.Diagnostics.PerformanceCounterPermissionEntry[],System.Int32)">
  20014.             <summary>Copies the permission entries from this collection to an array, starting at a particular index of the array.</summary>
  20015.             <param name="array">An array of type <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> that receives this collection's permission entries. </param>
  20016.             <param name="index">The zero-based index at which to begin copying the permission entries. </param>
  20017.             <filterpriority>2</filterpriority>
  20018.         </member>
  20019.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.IndexOf(System.Diagnostics.PerformanceCounterPermissionEntry)">
  20020.             <summary>Determines the index of a specified permission entry in this collection.</summary>
  20021.             <returns>The zero-based index of the specified permission entry, or -1 if the permission entry was not found in the collection.</returns>
  20022.             <param name="value">The permission entry for which to search. </param>
  20023.             <filterpriority>2</filterpriority>
  20024.         </member>
  20025.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Insert(System.Int32,System.Diagnostics.PerformanceCounterPermissionEntry)">
  20026.             <summary>Inserts a permission entry into this collection at a specified index.</summary>
  20027.             <param name="value">The permission entry to insert into this collection. </param>
  20028.             <param name="index">The zero-based index of the collection at which to insert the permission entry. </param>
  20029.             <filterpriority>2</filterpriority>
  20030.         </member>
  20031.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnClear">
  20032.             <summary>Performs additional custom processes after clearing the contents of the collection.</summary>
  20033.         </member>
  20034.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnInsert(System.Int32,System.Object)">
  20035.             <summary>Performs additional custom processes before a new permission entry is inserted into the collection.</summary>
  20036.             <param name="value">The new value of the permission entry at index. </param>
  20037.             <param name="index">The zero-based index at which to insert value. </param>
  20038.         </member>
  20039.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnRemove(System.Int32,System.Object)">
  20040.             <summary>Performs additional custom processes when removing a new permission entry from the collection.</summary>
  20041.             <param name="value">The permission entry to remove from index. </param>
  20042.             <param name="index">The zero-based index at which value can be found. </param>
  20043.         </member>
  20044.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.OnSet(System.Int32,System.Object,System.Object)">
  20045.             <summary>Performs additional custom processes before setting a value in the collection.</summary>
  20046.             <param name="oldValue">The value to replace with newValue. </param>
  20047.             <param name="newValue">The new value of the permission entry at index. </param>
  20048.             <param name="index">The zero-based index at which oldValue can be found. </param>
  20049.         </member>
  20050.         <member name="M:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Remove(System.Diagnostics.PerformanceCounterPermissionEntry)">
  20051.             <summary>Removes a specified permission entry from this collection.</summary>
  20052.             <param name="value">The permission entry to remove. </param>
  20053.             <filterpriority>2</filterpriority>
  20054.         </member>
  20055.         <member name="P:System.Diagnostics.PerformanceCounterPermissionEntryCollection.Item(System.Int32)">
  20056.             <summary>Gets or sets the object at a specified index.</summary>
  20057.             <returns>The <see cref="T:System.Diagnostics.PerformanceCounterPermissionEntry"></see> object that exists at the specified index.</returns>
  20058.             <param name="index">The zero-based index into the collection. </param>
  20059.             <filterpriority>2</filterpriority>
  20060.         </member>
  20061.         <member name="T:System.Diagnostics.PerformanceCounterType">
  20062.             <summary>Specifies the formula used to calculate the <see cref="M:System.Diagnostics.PerformanceCounter.NextValue"></see> method for a <see cref="T:System.Diagnostics.PerformanceCounter"></see> instance.</summary>
  20063.             <filterpriority>2</filterpriority>
  20064.         </member>
  20065.         <member name="F:System.Diagnostics.PerformanceCounterType.AverageBase">
  20066.             <summary>A base counter that is used in the calculation of time or count averages, such as AverageTimer32 and AverageCount64. Stores the denominator for calculating a counter to present "time per operation" or "count per operation".</summary>
  20067.             <filterpriority>1</filterpriority>
  20068.         </member>
  20069.         <member name="F:System.Diagnostics.PerformanceCounterType.AverageCount64">
  20070.             <summary>An average counter that shows how many items are processed, on average, during an operation. Counters of this type display a ratio of the items processed to the number of operations completed. The ratio is calculated by comparing the number of items processed during the last interval to the number of operations completed during the last interval.</summary>
  20071.             <filterpriority>1</filterpriority>
  20072.         </member>
  20073.         <member name="F:System.Diagnostics.PerformanceCounterType.AverageTimer32">
  20074.             <summary>An average counter that measures the time it takes, on average, to complete a process or operation. Counters of this type display a ratio of the total elapsed time of the sample interval to the number of processes or operations completed during that time. This counter type measures time in ticks of the system clock.</summary>
  20075.             <filterpriority>1</filterpriority>
  20076.         </member>
  20077.         <member name="F:System.Diagnostics.PerformanceCounterType.CounterDelta32">
  20078.             <summary>A difference counter that shows the change in the measured attribute between the two most recent sample intervals.</summary>
  20079.             <filterpriority>1</filterpriority>
  20080.         </member>
  20081.         <member name="F:System.Diagnostics.PerformanceCounterType.CounterDelta64">
  20082.             <summary>A difference counter that shows the change in the measured attribute between the two most recent sample intervals. It is the same as the CounterDelta32 counter type except that is uses larger fields to accomodate larger values.</summary>
  20083.             <filterpriority>1</filterpriority>
  20084.         </member>
  20085.         <member name="F:System.Diagnostics.PerformanceCounterType.CounterMultiBase">
  20086.             <summary>A base counter that indicates the number of items sampled. It is used as the denominator in the calculations to get an average among the items sampled when taking timings of multiple, but similar items. Used with CounterMultiTimer, CounterMultiTimerInverse, CounterMultiTimer100Ns, and CounterMultiTimer100NsInverse.</summary>
  20087.             <filterpriority>1</filterpriority>
  20088.         </member>
  20089.         <member name="F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer">
  20090.             <summary>A percentage counter that displays the active time of one or more components as a percentage of the total time of the sample interval. Because the numerator records the active time of components operating simultaneously, the resulting percentage can exceed 100 percent.</summary>
  20091.             <filterpriority>1</filterpriority>
  20092.         </member>
  20093.         <member name="F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100Ns">
  20094.             <summary>A percentage counter that shows the active time of one or more components as a percentage of the total time of the sample interval. It measures time in 100 nanosecond (ns) units.</summary>
  20095.             <filterpriority>1</filterpriority>
  20096.         </member>
  20097.         <member name="F:System.Diagnostics.PerformanceCounterType.CounterMultiTimer100NsInverse">
  20098.             <summary>A percentage counter that shows the active time of one or more components as a percentage of the total time of the sample interval. Counters of this type measure time in 100 nanosecond (ns) units. They derive the active time by measuring the time that the components were not active and subtracting the result from multiplying 100 percent by the number of objects monitored.</summary>
  20099.             <filterpriority>1</filterpriority>
  20100.         </member>
  20101.         <member name="F:System.Diagnostics.PerformanceCounterType.CounterMultiTimerInverse">
  20102.             <summary>A percentage counter that shows the active time of one or more components as a percentage of the total time of the sample interval. It derives the active time by measuring the time that the components were not active and subtracting the result from 100 percent by the number of objects monitored.</summary>
  20103.             <filterpriority>1</filterpriority>
  20104.         </member>
  20105.         <member name="F:System.Diagnostics.PerformanceCounterType.CounterTimer">
  20106.             <summary>A percentage counter that shows the average time that a component is active as a percentage of the total sample time.</summary>
  20107.             <filterpriority>1</filterpriority>
  20108.         </member>
  20109.         <member name="F:System.Diagnostics.PerformanceCounterType.CounterTimerInverse">
  20110.             <summary>A percentage counter that displays the average percentage of active time observed during sample interval. The value of these counters is calculated by monitoring the percentage of time that the service was inactive and then subtracting that value from 100 percent.</summary>
  20111.             <filterpriority>1</filterpriority>
  20112.         </member>
  20113.         <member name="F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval32">
  20114.             <summary>An average counter designed to monitor the average length of a queue to a resource over time. It shows the difference between the queue lengths observed during the last two sample intervals divided by the duration of the interval. This type of counter is typically used to track the number of items that are queued or waiting.</summary>
  20115.             <filterpriority>1</filterpriority>
  20116.         </member>
  20117.         <member name="F:System.Diagnostics.PerformanceCounterType.CountPerTimeInterval64">
  20118.             <summary>An average counter that monitors the average length of a queue to a resource over time. Counters of this type display the difference between the queue lengths observed during the last two sample intervals, divided by the duration of the interval. This counter type is the same as CountPerTimeInterval32 except that it uses larger fields to accommodate larger values. This type of counter is typically used to track a high-volume or very large number of items that are queued or waiting.</summary>
  20119.             <filterpriority>1</filterpriority>
  20120.         </member>
  20121.         <member name="F:System.Diagnostics.PerformanceCounterType.ElapsedTime">
  20122.             <summary>A difference timer that shows the total time between when the component or process started and the time when this value is calculated.</summary>
  20123.             <filterpriority>1</filterpriority>
  20124.         </member>
  20125.         <member name="F:System.Diagnostics.PerformanceCounterType.NumberOfItems32">
  20126.             <summary>An instantaneous counter that shows the most recently observed value. Used, for example, to maintain a simple count of items or operations.</summary>
  20127.             <filterpriority>1</filterpriority>
  20128.         </member>
  20129.         <member name="F:System.Diagnostics.PerformanceCounterType.NumberOfItems64">
  20130.             <summary>An instantaneous counter that shows the most recently observed value. Used, for example, to maintain a simple count of a very large number of items or operations. It is the same as NumberOfItems32 except that it uses larger fields to accommodate larger values.</summary>
  20131.             <filterpriority>1</filterpriority>
  20132.         </member>
  20133.         <member name="F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX32">
  20134.             <summary>An instantaneous counter that shows the most recently observed value in hexadecimal format. Used, for example, to maintain a simple count of items or operations.</summary>
  20135.             <filterpriority>1</filterpriority>
  20136.         </member>
  20137.         <member name="F:System.Diagnostics.PerformanceCounterType.NumberOfItemsHEX64">
  20138.             <summary>An instantaneous counter that shows the most recently observed value. Used, for example, to maintain a simple count of a very large number of items or operations. It is the same as NumberOfItemsHEX32 except that it uses larger fields to accommodate larger values.</summary>
  20139.             <filterpriority>1</filterpriority>
  20140.         </member>
  20141.         <member name="F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond32">
  20142.             <summary>A difference counter that shows the average number of operations completed during each second of the sample interval. Counters of this type measure time in ticks of the system clock.</summary>
  20143.             <filterpriority>1</filterpriority>
  20144.         </member>
  20145.         <member name="F:System.Diagnostics.PerformanceCounterType.RateOfCountsPerSecond64">
  20146.             <summary>A difference counter that shows the average number of operations completed during each second of the sample interval. Counters of this type measure time in ticks of the system clock. This counter type is the same as the RateOfCountsPerSecond32 type, but it uses larger fields to accommodate larger values to track a high-volume number of items or operations per second, such as a byte-transmission rate.</summary>
  20147.             <filterpriority>1</filterpriority>
  20148.         </member>
  20149.         <member name="F:System.Diagnostics.PerformanceCounterType.RawBase">
  20150.             <summary>A base counter that stores the denominator of a counter that presents a general arithmetic fraction. Check that this value is greater than zero before using it as the denominator in a RawFraction value calculation.</summary>
  20151.             <filterpriority>1</filterpriority>
  20152.         </member>
  20153.         <member name="F:System.Diagnostics.PerformanceCounterType.RawFraction">
  20154.             <summary>An instantaneous percentage counter that shows the ratio of a subset to its set as a percentage. For example, it compares the number of bytes in use on a disk to the total number of bytes on the disk. Counters of this type display the current percentage only, not an average over time.</summary>
  20155.             <filterpriority>1</filterpriority>
  20156.         </member>
  20157.         <member name="F:System.Diagnostics.PerformanceCounterType.SampleBase">
  20158.             <summary>A base counter that stores the number of sampling interrupts taken and is used as a denominator in the sampling fraction. The sampling fraction is the number of samples that were 1 (or true) for a sample interrupt. Check that this value is greater than zero before using it as the denominator in a calculation of SampleCounter or SampleFraction.</summary>
  20159.             <filterpriority>1</filterpriority>
  20160.         </member>
  20161.         <member name="F:System.Diagnostics.PerformanceCounterType.SampleCounter">
  20162.             <summary>An average counter that shows the average number of operations completed in one second. When a counter of this type samples the data, each sampling interrupt returns one or zero. The counter data is the number of ones that were sampled. It measures time in units of ticks of the system performance timer.</summary>
  20163.             <filterpriority>1</filterpriority>
  20164.         </member>
  20165.         <member name="F:System.Diagnostics.PerformanceCounterType.SampleFraction">
  20166.             <summary>A percentage counter that shows the average ratio of hits to all operations during the last two sample intervals.</summary>
  20167.             <filterpriority>1</filterpriority>
  20168.         </member>
  20169.         <member name="F:System.Diagnostics.PerformanceCounterType.Timer100Ns">
  20170.             <summary>A percentage counter that shows the active time of a component as a percentage of the total elapsed time of the sample interval. It measures time in units of 100 nanoseconds (ns). Counters of this type are designed to measure the activity of one component at a time.</summary>
  20171.             <filterpriority>1</filterpriority>
  20172.         </member>
  20173.         <member name="F:System.Diagnostics.PerformanceCounterType.Timer100NsInverse">
  20174.             <summary>A percentage counter that shows the average percentage of active time observed during the sample interval.</summary>
  20175.             <filterpriority>1</filterpriority>
  20176.         </member>
  20177.         <member name="T:System.Diagnostics.Process">
  20178.             <summary>Provides access to local and remote processes and enables you to start and stop local system processes.</summary>
  20179.             <filterpriority>1</filterpriority>
  20180.         </member>
  20181.         <member name="M:System.Diagnostics.Process.#ctor">
  20182.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Process"></see> class.</summary>
  20183.         </member>
  20184.         <member name="E:System.Diagnostics.Process.ErrorDataReceived">
  20185.             <summary>Occurs when an application writes to its redirected <see cref="P:System.Diagnostics.Process.StandardError"></see> stream.</summary>
  20186.             <filterpriority>2</filterpriority>
  20187.         </member>
  20188.         <member name="E:System.Diagnostics.Process.Exited">
  20189.             <summary>Occurs when a process exits.</summary>
  20190.             <filterpriority>2</filterpriority>
  20191.         </member>
  20192.         <member name="E:System.Diagnostics.Process.OutputDataReceived">
  20193.             <summary>Occurs when an application writes to its redirected <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream.</summary>
  20194.             <filterpriority>2</filterpriority>
  20195.         </member>
  20196.         <member name="M:System.Diagnostics.Process.BeginErrorReadLine">
  20197.             <summary>Begins asynchronous read operations on the redirected <see cref="P:System.Diagnostics.Process.StandardError"></see> stream of the application.</summary>
  20198.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError"></see> property is false.- or - An asynchronous read operation is already in progress on the <see cref="P:System.Diagnostics.Process.StandardError"></see> stream.- or - The <see cref="P:System.Diagnostics.Process.StandardError"></see> stream has been used by a synchronous read operation. </exception>
  20199.             <filterpriority>2</filterpriority>
  20200.         </member>
  20201.         <member name="M:System.Diagnostics.Process.BeginOutputReadLine">
  20202.             <summary>Begins asynchronous read operations on the redirected <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream of the application.</summary>
  20203.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput"></see> property is false.- or - An asynchronous read operation is already in progress on the <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream.- or - The <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream has been used by a synchronous read operation. </exception>
  20204.             <filterpriority>2</filterpriority>
  20205.         </member>
  20206.         <member name="M:System.Diagnostics.Process.CancelErrorRead">
  20207.             <summary>Cancels the asynchronous read operation on the redirected <see cref="P:System.Diagnostics.Process.StandardError"></see> stream of an application.</summary>
  20208.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardError"></see> stream is not enabled for asynchronous read operations. </exception>
  20209.             <filterpriority>2</filterpriority>
  20210.         </member>
  20211.         <member name="M:System.Diagnostics.Process.CancelOutputRead">
  20212.             <summary>Cancels the asynchronous read operation on the redirected <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream of an application.</summary>
  20213.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream is not enabled for asynchronous read operations. </exception>
  20214.             <filterpriority>2</filterpriority>
  20215.         </member>
  20216.         <member name="M:System.Diagnostics.Process.Close">
  20217.             <summary>Frees all the resources that are associated with this component.</summary>
  20218.             <filterpriority>2</filterpriority>
  20219.         </member>
  20220.         <member name="M:System.Diagnostics.Process.CloseMainWindow">
  20221.             <summary>Closes a process that has a user interface by sending a close message to its main window.</summary>
  20222.             <returns>true if the close message was successfully sent; false if the associated process does not have a main window or if the main window is disabled (for example if a modal dialog is being shown).</returns>
  20223.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property to false to access this property on Windows 98 and Windows Me.</exception>
  20224.             <filterpriority>1</filterpriority>
  20225.         </member>
  20226.         <member name="M:System.Diagnostics.Process.Dispose(System.Boolean)">
  20227.             <summary>Release all resources used by this process.</summary>
  20228.         </member>
  20229.         <member name="M:System.Diagnostics.Process.EnterDebugMode">
  20230.             <summary>Puts a <see cref="T:System.Diagnostics.Process"></see> component in state to interact with operating system processes that run in a special mode by enabling the native property SeDebugPrivilege on the current thread.</summary>
  20231.             <filterpriority>2</filterpriority>
  20232.         </member>
  20233.         <member name="M:System.Diagnostics.Process.GetCurrentProcess">
  20234.             <summary>Gets a new <see cref="T:System.Diagnostics.Process"></see> component and associates it with the currently active process.</summary>
  20235.             <returns>A new <see cref="T:System.Diagnostics.Process"></see> component associated with the process resource that is running the calling application.</returns>
  20236.             <filterpriority>1</filterpriority>
  20237.         </member>
  20238.         <member name="M:System.Diagnostics.Process.GetProcessById(System.Int32)">
  20239.             <summary>Returns a new <see cref="T:System.Diagnostics.Process"></see> component, given the identifier of a process on the local computer.</summary>
  20240.             <returns>A <see cref="T:System.Diagnostics.Process"></see> component that is associated with the local process resource identified by the processId parameter.</returns>
  20241.             <param name="processId">The system-unique identifier of a process resource. </param>
  20242.             <exception cref="T:System.ArgumentException">The process specified by the processId parameter is not running. The identifier might be expired. </exception>
  20243.             <filterpriority>1</filterpriority>
  20244.         </member>
  20245.         <member name="M:System.Diagnostics.Process.GetProcessById(System.Int32,System.String)">
  20246.             <summary>Returns a new <see cref="T:System.Diagnostics.Process"></see> component, given a process identifier and the name of a computer on the network.</summary>
  20247.             <returns>A <see cref="T:System.Diagnostics.Process"></see> component that is associated with a remote process resource identified by the processId parameter.</returns>
  20248.             <param name="processId">The system-unique identifier of a process resource. </param>
  20249.             <param name="machineName">The name of a computer on the network. </param>
  20250.             <exception cref="T:System.ArgumentNullException">The machineName parameter is null. </exception>
  20251.             <exception cref="T:System.ArgumentException">The process specified by the processId parameter is not running. The identifier might be expired.-or- The machineName parameter syntax is invalid. The name might have length zero (0). </exception>
  20252.             <filterpriority>1</filterpriority>
  20253.         </member>
  20254.         <member name="M:System.Diagnostics.Process.GetProcesses">
  20255.             <summary>Creates a new <see cref="T:System.Diagnostics.Process"></see> component for each process resource on the local computer.</summary>
  20256.             <returns>An array of type <see cref="T:System.Diagnostics.Process"></see> that represents all the process resources running on the local computer.</returns>
  20257.             <filterpriority>1</filterpriority>
  20258.         </member>
  20259.         <member name="M:System.Diagnostics.Process.GetProcesses(System.String)">
  20260.             <summary>Creates a new <see cref="T:System.Diagnostics.Process"></see> component for each process resource on the specified computer.</summary>
  20261.             <returns>An array of type <see cref="T:System.Diagnostics.Process"></see> that represents all the process resources running on the specified computer.</returns>
  20262.             <param name="machineName">The computer from which to read the list of processes. </param>
  20263.             <exception cref="T:System.PlatformNotSupportedException">The operating system platform does not support this operation on remote computers. </exception>
  20264.             <exception cref="T:System.ArgumentNullException">The machineName parameter is null. </exception>
  20265.             <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API's used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP. </exception>
  20266.             <exception cref="T:System.ComponentModel.Win32Exception">A problem occurred accessing an underlying system API. </exception>
  20267.             <exception cref="T:System.ArgumentException">The machineName parameter syntax is invalid. It might have length zero (0). </exception>
  20268.             <filterpriority>1</filterpriority>
  20269.         </member>
  20270.         <member name="M:System.Diagnostics.Process.GetProcessesByName(System.String)">
  20271.             <summary>Creates an array of new <see cref="T:System.Diagnostics.Process"></see> components and associates them with all the process resources on the local computer that share the specified process name.</summary>
  20272.             <returns>An array of type <see cref="T:System.Diagnostics.Process"></see> that represents the process resources running the specified application or file.</returns>
  20273.             <param name="processName">The friendly name of the process. </param>
  20274.             <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API's used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP. </exception>
  20275.             <filterpriority>1</filterpriority>
  20276.         </member>
  20277.         <member name="M:System.Diagnostics.Process.GetProcessesByName(System.String,System.String)">
  20278.             <summary>Creates an array of new <see cref="T:System.Diagnostics.Process"></see> components and associates them with all the process resources on a remote computer that share the specified process name.</summary>
  20279.             <returns>An array of type <see cref="T:System.Diagnostics.Process"></see> that represents the process resources running the specified application or file.</returns>
  20280.             <param name="processName">The friendly name of the process. </param>
  20281.             <param name="machineName">The name of a computer on the network. </param>
  20282.             <exception cref="T:System.PlatformNotSupportedException">The operating system platform does not support this operation on remote computers. </exception>
  20283.             <exception cref="T:System.ArgumentNullException">The machineName parameter is null. </exception>
  20284.             <exception cref="T:System.InvalidOperationException">There are problems accessing the performance counter API's used to get process information. This exception is specific to Windows NT, Windows 2000, and Windows XP. </exception>
  20285.             <exception cref="T:System.ComponentModel.Win32Exception">A problem occurred accessing an underlying system API. </exception>
  20286.             <exception cref="T:System.ArgumentException">The machineName parameter syntax is invalid. It might have length zero (0). </exception>
  20287.             <filterpriority>1</filterpriority>
  20288.         </member>
  20289.         <member name="M:System.Diagnostics.Process.Kill">
  20290.             <summary>Immediately stops the associated process.</summary>
  20291.             <exception cref="T:System.ComponentModel.Win32Exception">The associated process could not be terminated. -or-The process is terminating.-or- The associated process is a Win16 executable.</exception>
  20292.             <exception cref="T:System.SystemException">No process <see cref="P:System.Diagnostics.Process.Id"></see> has been set, and a <see cref="P:System.Diagnostics.Process.Handle"></see> from which the <see cref="P:System.Diagnostics.Process.Id"></see> property can be determined does not exist.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process"></see> object.-or- You are attempting to call <see cref="M:System.Diagnostics.Process.Kill"></see> for a process that is running on a remote computer. The method is available only for processes running on the local computer. </exception>
  20293.             <exception cref="T:System.InvalidOperationException">The process has already exited. </exception>
  20294.             <filterpriority>1</filterpriority>
  20295.         </member>
  20296.         <member name="M:System.Diagnostics.Process.LeaveDebugMode">
  20297.             <summary>Takes a <see cref="T:System.Diagnostics.Process"></see> component out of the state that lets it interact with operating system processes that run in a special mode.</summary>
  20298.             <filterpriority>2</filterpriority>
  20299.         </member>
  20300.         <member name="M:System.Diagnostics.Process.OnExited">
  20301.             <summary>Raises the <see cref="E:System.Diagnostics.Process.Exited"></see> event.</summary>
  20302.         </member>
  20303.         <member name="M:System.Diagnostics.Process.Refresh">
  20304.             <summary>Discards any information about the associated process that has been cached inside the process component.</summary>
  20305.             <filterpriority>1</filterpriority>
  20306.         </member>
  20307.         <member name="M:System.Diagnostics.Process.Start">
  20308.             <summary>Starts (or reuses) the process resource that is specified by the <see cref="P:System.Diagnostics.Process.StartInfo"></see> property of this <see cref="T:System.Diagnostics.Process"></see> component and associates it with the component.</summary>
  20309.             <returns>true if a process resource is started; false if no new process resource is started (for example, if an existing process is reused).</returns>
  20310.             <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
  20311.             <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
  20312.             <exception cref="T:System.InvalidOperationException">No file name was specified in the <see cref="T:System.Diagnostics.Process"></see> component's <see cref="P:System.Diagnostics.Process.StartInfo"></see>.-or- The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> member of the <see cref="P:System.Diagnostics.Process.StartInfo"></see> property is true while <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput"></see>, <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput"></see>, or <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError"></see> is true. </exception>
  20313.             <filterpriority>1</filterpriority>
  20314.         </member>
  20315.         <member name="M:System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo)">
  20316.             <summary>Starts the process resource that is specified by the parameter containing process start information (for example, the file name of the process to start) and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
  20317.             <returns>A new <see cref="T:System.Diagnostics.Process"></see> component that is associated with the process resource, or null if no process resource is started (for example, if an existing process is reused).</returns>
  20318.             <param name="startInfo">The <see cref="T:System.Diagnostics.ProcessStartInfo"></see> that contains the information that is used to start the process, including the file name and any command-line arguments. </param>
  20319.             <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
  20320.             <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
  20321.             <exception cref="T:System.ArgumentException">The startInfo parameter is null. </exception>
  20322.             <exception cref="T:System.InvalidOperationException">No file name was specified in the startInfo parameter's <see cref="P:System.Diagnostics.ProcessStartInfo.FileName"></see> property.-or- The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property of the startInfo parameter is true and the <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput"></see>, <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput"></see>, or <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError"></see> property is also true.-or-The <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property of the startInfo parameter is true and the <see cref="P:System.Diagnostics.ProcessStartInfo.UserName"></see> property is not null or empty or the <see cref="P:System.Diagnostics.ProcessStartInfo.Password"></see> property is not null.</exception>
  20323.             <filterpriority>1</filterpriority>
  20324.         </member>
  20325.         <member name="M:System.Diagnostics.Process.Start(System.String)">
  20326.             <summary>Starts a process resource by specifying the name of a document or application file and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
  20327.             <returns>A new <see cref="T:System.Diagnostics.Process"></see> component that is associated with the process resource, or null, if no process resource is started (for example, if an existing process is reused).</returns>
  20328.             <param name="fileName">The name of a document or application file to run in the process. </param>
  20329.             <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
  20330.             <exception cref="T:System.ArgumentException">The fileName parameter is null. </exception>
  20331.             <exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
  20332.             <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
  20333.             <filterpriority>1</filterpriority>
  20334.         </member>
  20335.         <member name="M:System.Diagnostics.Process.Start(System.String,System.String)">
  20336.             <summary>Starts a process resource by specifying the name of an application and a set of command-line arguments, and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
  20337.             <returns>A new <see cref="T:System.Diagnostics.Process"></see> component that is associated with the process, or null, if no process resource is started (for example, if an existing process is reused).</returns>
  20338.             <param name="fileName">The name of an application file to run in the process. </param>
  20339.             <param name="arguments">Command-line arguments to pass when starting the process. </param>
  20340.             <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
  20341.             <exception cref="T:System.IO.FileNotFoundException">The PATH environment variable has a string containing quotes.</exception>
  20342.             <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
  20343.             <exception cref="T:System.ArgumentException">The fileName or arguments parameter is null. </exception>
  20344.             <filterpriority>1</filterpriority>
  20345.         </member>
  20346.         <member name="M:System.Diagnostics.Process.Start(System.String,System.String,System.Security.SecureString,System.String)">
  20347.             <summary>Starts a process resource by specifying the name of an application, a user name, a password and a domain and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
  20348.             <returns>A new <see cref="T:System.Diagnostics.Process"></see> component that is associated with the process resource, or null if no process resource is started (for example, if an existing process is reused).</returns>
  20349.             <param name="domain">The domain to use when starting the process.</param>
  20350.             <param name="fileName">The name of an application file to run in the process.</param>
  20351.             <param name="userName">The user name to use when starting the process.</param>
  20352.             <param name="password">A <see cref="T:System.Security.SecureString"></see> that contains the password to use when starting the process.</param>
  20353.             <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
  20354.             <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
  20355.             <exception cref="T:System.InvalidOperationException">No file name was specified. </exception>
  20356.             <exception cref="T:System.ComponentModel.Win32Exception">fileName is not an executable (.exe) file.</exception>
  20357.             <filterpriority>1</filterpriority>
  20358.         </member>
  20359.         <member name="M:System.Diagnostics.Process.Start(System.String,System.String,System.String,System.Security.SecureString,System.String)">
  20360.             <summary>Starts a process resource by specifying the name of an application and a set of command-line arguments, a user name, password and domain and associates the resource with a new <see cref="T:System.Diagnostics.Process"></see> component.</summary>
  20361.             <returns>A new <see cref="T:System.Diagnostics.Process"></see> component that is associated with the process resource, or null if no process resource is started (for example, if an existing process is reused).</returns>
  20362.             <param name="domain">The domain to use when starting the process.</param>
  20363.             <param name="fileName">The name of an application file to run in the process. </param>
  20364.             <param name="userName">The user name to use when starting the process.</param>
  20365.             <param name="arguments">Command-line arguments to pass when starting the process. </param>
  20366.             <param name="password">A <see cref="T:System.Security.SecureString"></see> that contains the password to use when starting the process.</param>
  20367.             <exception cref="T:System.ObjectDisposedException">The process object has already been disposed. </exception>
  20368.             <exception cref="T:System.ComponentModel.Win32Exception">fileName is not an executable (.exe) file.</exception>
  20369.             <exception cref="T:System.InvalidOperationException">No file name was specified.</exception>
  20370.             <exception cref="T:System.ComponentModel.Win32Exception">There was an error in opening the associated file. </exception>
  20371.             <filterpriority>1</filterpriority>
  20372.         </member>
  20373.         <member name="M:System.Diagnostics.Process.ToString">
  20374.             <summary>Formats the process's name as a string, combined with the parent component type, if applicable.</summary>
  20375.             <returns>The <see cref="P:System.Diagnostics.Process.ProcessName"></see>, combined with the base component's <see cref="M:System.Object.ToString"></see> return value.</returns>
  20376.             <exception cref="T:System.PlatformNotSupportedException"><see cref="M:System.Diagnostics.Process.ToString"></see> is not supported on Windows┬á98.</exception>
  20377.             <filterpriority>2</filterpriority>
  20378.         </member>
  20379.         <member name="M:System.Diagnostics.Process.WaitForExit">
  20380.             <summary>Instructs the <see cref="T:System.Diagnostics.Process"></see> component to wait indefinitely for the associated process to exit.</summary>
  20381.             <exception cref="T:System.SystemException">No process <see cref="P:System.Diagnostics.Process.Id"></see> has been set, and a <see cref="P:System.Diagnostics.Process.Handle"></see> from which the <see cref="P:System.Diagnostics.Process.Id"></see> property can be determined does not exist.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process"></see> object.-or- You are attempting to call <see cref="M:System.Diagnostics.Process.WaitForExit(System.Int32)"></see> for a process running on a remote computer. The method is available only for processes that are running on the local computer. </exception>
  20382.             <exception cref="T:System.ComponentModel.Win32Exception">The wait setting could not be accessed. </exception>
  20383.             <filterpriority>1</filterpriority>
  20384.         </member>
  20385.         <member name="M:System.Diagnostics.Process.WaitForExit(System.Int32)">
  20386.             <summary>Instructs the <see cref="T:System.Diagnostics.Process"></see> component to wait the specified number of milliseconds for the associated process to exit.</summary>
  20387.             <returns>true if the associated process has exited; otherwise, false.</returns>
  20388.             <param name="milliseconds">The amount of time, in milliseconds, to wait for the associated process to exit. The maximum is the largest possible value of a 32-bit integer, which represents infinity to the operating system. </param>
  20389.             <exception cref="T:System.SystemException">No process <see cref="P:System.Diagnostics.Process.Id"></see> has been set, and a <see cref="P:System.Diagnostics.Process.Handle"></see> from which the <see cref="P:System.Diagnostics.Process.Id"></see> property can be determined does not exist.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process"></see> object.-or- You are attempting to call <see cref="M:System.Diagnostics.Process.WaitForExit(System.Int32)"></see> for a process running on a remote computer. The method is only available for processes that are running on the local computer. </exception>
  20390.             <exception cref="T:System.ComponentModel.Win32Exception">The wait setting could not be accessed. </exception>
  20391.             <filterpriority>1</filterpriority>
  20392.         </member>
  20393.         <member name="M:System.Diagnostics.Process.WaitForInputIdle">
  20394.             <summary>Causes the <see cref="T:System.Diagnostics.Process"></see> component to wait indefinitely for the associated process to enter an idle state. This overload applies only to processes with a user interface and, therefore, a message loop.</summary>
  20395.             <returns>true if the associated process has reached an idle state; otherwise, false.</returns>
  20396.             <filterpriority>1</filterpriority>
  20397.         </member>
  20398.         <member name="M:System.Diagnostics.Process.WaitForInputIdle(System.Int32)">
  20399.             <summary>Causes the <see cref="T:System.Diagnostics.Process"></see> component to wait the specified number of milliseconds for the associated process to enter an idle state. This overload applies only to processes with a user interface and, therefore, a message loop.</summary>
  20400.             <returns>true if the associated process has reached an idle state; otherwise, false.</returns>
  20401.             <param name="milliseconds">The amount of time, in milliseconds, to wait for the associated process to become idle. The maximum is the largest possible value of a 32-bit integer, which represents infinity to the operating system. </param>
  20402.             <filterpriority>1</filterpriority>
  20403.         </member>
  20404.         <member name="P:System.Diagnostics.Process.BasePriority">
  20405.             <summary>Gets the base priority of the associated process.</summary>
  20406.             <returns>The base priority, which is computed from the <see cref="P:System.Diagnostics.Process.PriorityClass"></see> of the associated process.</returns>
  20407.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property to false to access this property on Windows 98 and Windows Me.</exception>
  20408.             <exception cref="T:System.InvalidOperationException">The process has exited.-or- The process has not started, so there is no process ID. </exception>
  20409.             <filterpriority>2</filterpriority>
  20410.         </member>
  20411.         <member name="P:System.Diagnostics.Process.EnableRaisingEvents">
  20412.             <summary>Gets or sets whether the <see cref="E:System.Diagnostics.Process.Exited"></see> event should be raised when the process terminates.</summary>
  20413.             <returns>true if the <see cref="E:System.Diagnostics.Process.Exited"></see> event should be raised when the associated process is terminated (through either an exit or a call to <see cref="M:System.Diagnostics.Process.Kill"></see>); otherwise, false. The default is false.</returns>
  20414.             <filterpriority>2</filterpriority>
  20415.         </member>
  20416.         <member name="P:System.Diagnostics.Process.ExitCode">
  20417.             <summary>Gets the value that the associated process specified when it terminated.</summary>
  20418.             <returns>The code that the associated process specified when it terminated.</returns>
  20419.             <exception cref="T:System.InvalidOperationException">The process has not exited.-or- The process <see cref="P:System.Diagnostics.Process.Handle"></see> is not valid. </exception>
  20420.             <filterpriority>1</filterpriority>
  20421.         </member>
  20422.         <member name="P:System.Diagnostics.Process.ExitTime">
  20423.             <summary>Gets the time that the associated process exited.</summary>
  20424.             <returns>A <see cref="T:System.DateTime"></see> that indicates when the associated process was terminated.</returns>
  20425.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20426.             <filterpriority>1</filterpriority>
  20427.         </member>
  20428.         <member name="P:System.Diagnostics.Process.Handle">
  20429.             <summary>Returns the associated process's native handle.</summary>
  20430.             <returns>The handle that the operating system assigned to the associated process when the process was started. The system uses this handle to keep track of process attributes.</returns>
  20431.             <exception cref="T:System.InvalidOperationException">The process has not been started. The <see cref="P:System.Diagnostics.Process.Handle"></see> property cannot be read because there is no process associated with this <see cref="T:System.Diagnostics.Process"></see> instance.-or- The <see cref="T:System.Diagnostics.Process"></see> instance has been attached to a running process but you do not have the necessary permissions to get a handle with full access rights. </exception>
  20432.             <exception cref="T:System.NotSupportedException">You are trying to access the <see cref="P:System.Diagnostics.Process.Handle"></see> property for a process running on a remote computer. </exception>
  20433.             <filterpriority>1</filterpriority>
  20434.         </member>
  20435.         <member name="P:System.Diagnostics.Process.HandleCount">
  20436.             <summary>Gets the number of handles opened by the process.</summary>
  20437.             <returns>The number of operating system handles the process has opened.</returns>
  20438.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property to false to access this property on Windows 98 and Windows Me.</exception>
  20439.             <filterpriority>2</filterpriority>
  20440.         </member>
  20441.         <member name="P:System.Diagnostics.Process.HasExited">
  20442.             <summary>Gets a value indicating whether the associated process has been terminated.</summary>
  20443.             <returns>true if the operating system process referenced by the <see cref="T:System.Diagnostics.Process"></see> component has terminated; otherwise, false.</returns>
  20444.             <exception cref="T:System.InvalidOperationException">There is no process associated with the object. </exception>
  20445.             <exception cref="T:System.ComponentModel.Win32Exception">The exit code for the process could not be retrieved. </exception>
  20446.             <filterpriority>1</filterpriority>
  20447.         </member>
  20448.         <member name="P:System.Diagnostics.Process.Id">
  20449.             <summary>Gets the unique identifier for the associated process.</summary>
  20450.             <returns>The system-generated unique identifier of the process that is referenced by this <see cref="T:System.Diagnostics.Process"></see> instance.</returns>
  20451.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set the <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> property to false to access this property on Windows 98 and Windows Me.</exception>
  20452.             <exception cref="T:System.InvalidOperationException">The process's <see cref="P:System.Diagnostics.Process.Id"></see> property has not been set.-or- There is no process associated with this <see cref="T:System.Diagnostics.Process"></see> object. </exception>
  20453.             <filterpriority>1</filterpriority>
  20454.         </member>
  20455.         <member name="P:System.Diagnostics.Process.MachineName">
  20456.             <summary>Gets the name of the computer the associated process is running on.</summary>
  20457.             <returns>The name of the computer that the associated process is running on.</returns>
  20458.             <exception cref="T:System.InvalidOperationException">There is no process associated with this <see cref="T:System.Diagnostics.Process"></see> object. </exception>
  20459.             <filterpriority>1</filterpriority>
  20460.         </member>
  20461.         <member name="P:System.Diagnostics.Process.MainModule">
  20462.             <summary>Gets the main module for the associated process.</summary>
  20463.             <returns>The <see cref="T:System.Diagnostics.ProcessModule"></see> that was used to start the process.</returns>
  20464.             <exception cref="T:System.NotSupportedException">You are attempting to access this property for a process on a remote computer. </exception>
  20465.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to false to access this property on Windows 98 and Windows Me.</exception>
  20466.             <filterpriority>1</filterpriority>
  20467.         </member>
  20468.         <member name="P:System.Diagnostics.Process.MainWindowHandle">
  20469.             <summary>Gets the window handle of the main window of the associated process.</summary>
  20470.             <returns>The system-generated window handle of the main window of the associated process.</returns>
  20471.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.MainWindowHandle"></see> is not defined because the process has exited. </exception>
  20472.             <exception cref="T:System.NotSupportedException">You are attempting to retrieve the <see cref="P:System.Diagnostics.Process.MainWindowHandle"></see> for a process that is running on a remote computer. </exception>
  20473.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to false to access this property on Windows 98 and Windows Me.</exception>
  20474.             <filterpriority>2</filterpriority>
  20475.         </member>
  20476.         <member name="P:System.Diagnostics.Process.MainWindowTitle">
  20477.             <summary>Gets the caption of the main window of the process.</summary>
  20478.             <returns>The process's main window title.</returns>
  20479.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to false to access this property on Windows 98 and Windows Me.</exception>
  20480.             <filterpriority>1</filterpriority>
  20481.         </member>
  20482.         <member name="P:System.Diagnostics.Process.MaxWorkingSet">
  20483.             <summary>Gets or sets the maximum allowable working set size for the associated process.</summary>
  20484.             <returns>The maximum working set size that is allowed in memory for the process, in bytes.</returns>
  20485.             <exception cref="T:System.ComponentModel.Win32Exception">Working set information cannot be retrieved from the associated process resource.-or- The process identifier or process handle is zero because the process has not been started. </exception>
  20486.             <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.MaxWorkingSet"></see> property for a process that is running on a remote computer. The property is available only for processes running on the local computer. </exception>
  20487.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20488.             <exception cref="T:System.InvalidOperationException">The process <see cref="P:System.Diagnostics.Process.Id"></see> is not available.-or- The process has exited. </exception>
  20489.             <filterpriority>2</filterpriority>
  20490.         </member>
  20491.         <member name="P:System.Diagnostics.Process.MinWorkingSet">
  20492.             <summary>Gets or sets the minimum allowable working set size for the associated process.</summary>
  20493.             <returns>The minimum working set size that is required in memory for the process, in bytes.</returns>
  20494.             <exception cref="T:System.ComponentModel.Win32Exception">Working set information cannot be retrieved from the associated process resource.-or- The process identifier or process handle is zero because the process has not been started. </exception>
  20495.             <exception cref="T:System.SystemException">You are attempting to access the <see cref="P:System.Diagnostics.Process.MaxWorkingSet"></see> property for a process that is running on a remote computer. The property is available only for processes running on the local computer.-or- The process <see cref="P:System.Diagnostics.Process.Id"></see> is not available.-or- The process has exited. </exception>
  20496.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20497.             <filterpriority>2</filterpriority>
  20498.         </member>
  20499.         <member name="P:System.Diagnostics.Process.Modules">
  20500.             <summary>Gets the modules that have been loaded by the associated process.</summary>
  20501.             <returns>An array of type <see cref="T:System.Diagnostics.ProcessModule"></see> that represents the modules that have been loaded by the associated process.</returns>
  20502.             <exception cref="T:System.NotSupportedException">You are attempting to access the <see cref="P:System.Diagnostics.Process.Modules"></see> property for a process that is running on a remote computer. The property is available only for processes running on the local computer.-or- The process <see cref="P:System.Diagnostics.Process.Id"></see> is not available. </exception>
  20503.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows┬á98 or Windows┬áMillennium Edition (Windows┬áMe); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to false to access this property on Windows┬á98 and Windows┬áMe.</exception>
  20504.             <filterpriority>2</filterpriority>
  20505.         </member>
  20506.         <member name="P:System.Diagnostics.Process.NonpagedSystemMemorySize">
  20507.             <summary>Gets the nonpaged system memory size allocated to this process.</summary>
  20508.             <returns>The amount of memory the system has allocated for the associated process that cannot be written to the virtual memory paging file.</returns>
  20509.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20510.             <filterpriority>2</filterpriority>
  20511.         </member>
  20512.         <member name="P:System.Diagnostics.Process.NonpagedSystemMemorySize64">
  20513.             <summary>Gets the amount of nonpaged system memory allocated for the associated process.</summary>
  20514.             <returns>The amount of system memory, in bytes, allocated for the associated process that cannot be written to the virtual memory paging file.</returns>
  20515.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
  20516.             <filterpriority>2</filterpriority>
  20517.         </member>
  20518.         <member name="P:System.Diagnostics.Process.PagedMemorySize">
  20519.             <summary>Gets the paged memory size.</summary>
  20520.             <returns>The amount of memory allocated by the associated process that can be written to the virtual memory paging file.</returns>
  20521.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20522.             <filterpriority>2</filterpriority>
  20523.         </member>
  20524.         <member name="P:System.Diagnostics.Process.PagedMemorySize64">
  20525.             <summary>Gets the amount of paged memory allocated for the associated process.</summary>
  20526.             <returns>The amount of memory, in bytes, allocated in the virtual memory paging file for the associated process.</returns>
  20527.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
  20528.             <filterpriority>2</filterpriority>
  20529.         </member>
  20530.         <member name="P:System.Diagnostics.Process.PagedSystemMemorySize">
  20531.             <summary>Gets the paged system memory size.</summary>
  20532.             <returns>The amount of memory the system has allocated for the associated process that can be written to the virtual memory paging file.</returns>
  20533.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20534.             <filterpriority>2</filterpriority>
  20535.         </member>
  20536.         <member name="P:System.Diagnostics.Process.PagedSystemMemorySize64">
  20537.             <summary>Gets the amount of pageable system memory allocated for the associated process.</summary>
  20538.             <returns>The amount of system memory, in bytes, allocated for the associated process that can be written to the virtual memory paging file.</returns>
  20539.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
  20540.             <filterpriority>2</filterpriority>
  20541.         </member>
  20542.         <member name="P:System.Diagnostics.Process.PeakPagedMemorySize">
  20543.             <summary>Gets the peak paged memory size.</summary>
  20544.             <returns>The maximum amount of memory allocated by the associated process that could be written to the virtual memory paging file.</returns>
  20545.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20546.             <filterpriority>2</filterpriority>
  20547.         </member>
  20548.         <member name="P:System.Diagnostics.Process.PeakPagedMemorySize64">
  20549.             <summary>Gets the maximum amount of memory in the virtual memory paging file used by the associated process.</summary>
  20550.             <returns>The maximum amount of memory, in bytes, allocated in the virtual memory paging file for the associated process since it was started.</returns>
  20551.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
  20552.             <filterpriority>2</filterpriority>
  20553.         </member>
  20554.         <member name="P:System.Diagnostics.Process.PeakVirtualMemorySize">
  20555.             <summary>Gets the peak virtual memory size.</summary>
  20556.             <returns>The maximum amount of virtual memory that the associated process has requested.</returns>
  20557.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20558.             <filterpriority>2</filterpriority>
  20559.         </member>
  20560.         <member name="P:System.Diagnostics.Process.PeakVirtualMemorySize64">
  20561.             <summary>Gets the maximum amount of virtual memory used by the associated process.</summary>
  20562.             <returns>The maximum amount of virtual memory, in bytes, allocated for the associated process since it was started.</returns>
  20563.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
  20564.             <filterpriority>2</filterpriority>
  20565.         </member>
  20566.         <member name="P:System.Diagnostics.Process.PeakWorkingSet">
  20567.             <summary>Gets the peak working set size for the associated process.</summary>
  20568.             <returns>The maximum amount of physical memory that the associated process has required all at once, in bytes.</returns>
  20569.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20570.             <filterpriority>2</filterpriority>
  20571.         </member>
  20572.         <member name="P:System.Diagnostics.Process.PeakWorkingSet64">
  20573.             <summary>Gets the maximum amount of physical memory used by the associated process.</summary>
  20574.             <returns>The maximum amount of physical memory, in bytes, allocated for the associated process since it was started.</returns>
  20575.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
  20576.             <filterpriority>2</filterpriority>
  20577.         </member>
  20578.         <member name="P:System.Diagnostics.Process.PriorityBoostEnabled">
  20579.             <summary>Gets or sets a value indicating whether the associated process priority should temporarily be boosted by the operating system when the main window has the focus.</summary>
  20580.             <returns>true if dynamic boosting of the process priority should take place for a process when it is taken out of the wait state; otherwise, false. The default is false.</returns>
  20581.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.-or- The process identifier or process handle is zero. (The process has not been started.) </exception>
  20582.             <exception cref="T:System.ComponentModel.Win32Exception">Priority boost information could not be retrieved from the associated process resource. </exception>
  20583.             <exception cref="T:System.SystemException">You are attempting to access the <see cref="P:System.Diagnostics.Process.PriorityBoostEnabled"></see> property for a process that is running on a remote computer. The property is available only for processes running on the local computer.-or- The process <see cref="P:System.Diagnostics.Process.Id"></see> is not available. </exception>
  20584.             <filterpriority>1</filterpriority>
  20585.         </member>
  20586.         <member name="P:System.Diagnostics.Process.PriorityClass">
  20587.             <summary>Gets or sets the overall priority category for the associated process.</summary>
  20588.             <returns>The priority category for the associated process, from which the <see cref="P:System.Diagnostics.Process.BasePriority"></see> of the process is calculated.</returns>
  20589.             <exception cref="T:System.SystemException">You are attempting to access the <see cref="P:System.Diagnostics.Process.PriorityClass"></see> property for a process that is running on a remote computer. The property is available only for processes running on the local computer.-or- The process <see cref="P:System.Diagnostics.Process.Id"></see> was not available. </exception>
  20590.             <exception cref="T:System.ComponentModel.Win32Exception">Process priority information could not be set or retrieved from the associated process resource.-or- The process identifier or process handle is zero. (The process has not been started.) </exception>
  20591.             <exception cref="T:System.PlatformNotSupportedException">You have set the <see cref="P:System.Diagnostics.Process.PriorityClass"></see> to AboveNormal or BelowNormal when using Windows 98 or Windows Millennium Edition (Windows Me). These platforms do not support those values for the priority class. </exception>
  20592.             <filterpriority>1</filterpriority>
  20593.         </member>
  20594.         <member name="P:System.Diagnostics.Process.PrivateMemorySize">
  20595.             <summary>Gets the private memory size.</summary>
  20596.             <returns>The number of bytes allocated by the associated process that cannot be shared with other processes.</returns>
  20597.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20598.             <filterpriority>2</filterpriority>
  20599.         </member>
  20600.         <member name="P:System.Diagnostics.Process.PrivateMemorySize64">
  20601.             <summary>Gets the amount of private memory allocated for the associated process.</summary>
  20602.             <returns>The amount of memory, in bytes, allocated for the associated process that cannot be shared with other processes.</returns>
  20603.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
  20604.             <filterpriority>2</filterpriority>
  20605.         </member>
  20606.         <member name="P:System.Diagnostics.Process.PrivilegedProcessorTime">
  20607.             <summary>Gets the privileged processor time for this process.</summary>
  20608.             <returns>A <see cref="T:System.TimeSpan"></see> that indicates the amount of time that the process has spent running code inside the operating system core.</returns>
  20609.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20610.             <filterpriority>2</filterpriority>
  20611.         </member>
  20612.         <member name="P:System.Diagnostics.Process.ProcessName">
  20613.             <summary>Gets the name of the process.</summary>
  20614.             <returns>The name that the system uses to identify the process to the user.</returns>
  20615.             <exception cref="T:System.SystemException">The process does not have an identifier, or no process is associated with the <see cref="T:System.Diagnostics.Process"></see>.-or- The associated process has exited. </exception>
  20616.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to false to access this property on Windows 98 and Windows Me.</exception>
  20617.             <filterpriority>1</filterpriority>
  20618.         </member>
  20619.         <member name="P:System.Diagnostics.Process.ProcessorAffinity">
  20620.             <summary>Gets or sets the processors on which the threads in this process can be scheduled to run.</summary>
  20621.             <returns>A bitmask representing the processors that the threads in the associated process can run on. The default depends on the number of processors on the computer. The default value is 2 n -1, where n is the number of processors.</returns>
  20622.             <exception cref="T:System.SystemException">The process <see cref="P:System.Diagnostics.Process.Id"></see> was not available.-or- The process has exited. </exception>
  20623.             <exception cref="T:System.ComponentModel.Win32Exception"><see cref="P:System.Diagnostics.Process.ProcessorAffinity"></see> information could not be set or retrieved from the associated process resource.-or- The process identifier or process handle is zero. (The process has not been started.) </exception>
  20624.             <filterpriority>2</filterpriority>
  20625.         </member>
  20626.         <member name="P:System.Diagnostics.Process.Responding">
  20627.             <summary>Gets a value indicating whether the user interface of the process is responding.</summary>
  20628.             <returns>true if the user interface of the associated process is responding to the system; otherwise, false.</returns>
  20629.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to false to access this property on Windows 98 and Windows Me.</exception>
  20630.             <exception cref="T:System.InvalidOperationException">There is no process associated with this <see cref="T:System.Diagnostics.Process"></see> object. </exception>
  20631.             <filterpriority>1</filterpriority>
  20632.         </member>
  20633.         <member name="P:System.Diagnostics.Process.SessionId">
  20634.             <summary>Gets the Terminal Services session identifier for the associated process.</summary>
  20635.             <returns>The Terminal Services session identifier for the associated process.</returns>
  20636.             <exception cref="T:System.PlatformNotSupportedException">The <see cref="P:System.Diagnostics.Process.SessionId"></see> property is not supported on Windows 98.</exception>
  20637.             <exception cref="T:System.InvalidOperationException">There is no process associated with this session identifier.-or-The associated process is not on this machine. </exception>
  20638.             <filterpriority>1</filterpriority>
  20639.         </member>
  20640.         <member name="P:System.Diagnostics.Process.StandardError">
  20641.             <summary>Gets a stream used to read the error output of the application.</summary>
  20642.             <returns>A <see cref="T:System.IO.StreamReader"></see> that can be used to read the standard error stream of the application.</returns>
  20643.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardError"></see> stream has not been defined for redirection; ensure <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError"></see> is set to true and <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> is set to false.- or - The <see cref="P:System.Diagnostics.Process.StandardError"></see> stream has been opened for asynchronous read operations with <see cref="M:System.Diagnostics.Process.BeginErrorReadLine"></see>. </exception>
  20644.             <filterpriority>1</filterpriority>
  20645.         </member>
  20646.         <member name="P:System.Diagnostics.Process.StandardInput">
  20647.             <summary>Gets a stream used to write the input of the application.</summary>
  20648.             <returns>A <see cref="T:System.IO.StreamWriter"></see> that can be used to write the standard input stream of the application.</returns>
  20649.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardInput"></see> stream has not been defined because <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput"></see> is set to false. </exception>
  20650.             <filterpriority>1</filterpriority>
  20651.         </member>
  20652.         <member name="P:System.Diagnostics.Process.StandardOutput">
  20653.             <summary>Gets a stream used to read the output of the application.</summary>
  20654.             <returns>A <see cref="T:System.IO.StreamReader"></see> that can be used to read the standard output stream of the application.</returns>
  20655.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream has not been defined for redirection; ensure <see cref="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput"></see> is set to true and <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> is set to false.- or - The <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream has been opened for asynchronous read operations with <see cref="M:System.Diagnostics.Process.BeginOutputReadLine"></see>. </exception>
  20656.             <filterpriority>1</filterpriority>
  20657.         </member>
  20658.         <member name="P:System.Diagnostics.Process.StartInfo">
  20659.             <summary>Gets or sets the properties to pass to the <see cref="M:System.Diagnostics.Process.Start"></see> method of the <see cref="T:System.Diagnostics.Process"></see>.</summary>
  20660.             <returns>The <see cref="T:System.Diagnostics.ProcessStartInfo"></see> that represents the data with which to start the process. These arguments include the name of the executable file or document used to start the process.</returns>
  20661.             <exception cref="T:System.ArgumentNullException">The value that specifies the <see cref="P:System.Diagnostics.Process.StartInfo"></see> is null. </exception>
  20662.             <filterpriority>1</filterpriority>
  20663.         </member>
  20664.         <member name="P:System.Diagnostics.Process.StartTime">
  20665.             <summary>Gets the time that the associated process was started.</summary>
  20666.             <returns>A <see cref="T:System.DateTime"></see> that indicates when the process started. This only has meaning for started processes.</returns>
  20667.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20668.             <filterpriority>1</filterpriority>
  20669.         </member>
  20670.         <member name="P:System.Diagnostics.Process.SynchronizingObject">
  20671.             <summary>Gets or sets the object used to marshal the event handler calls that are issued as a result of a process exit event.</summary>
  20672.             <returns>The <see cref="T:System.ComponentModel.ISynchronizeInvoke"></see> used to marshal event handler calls that are issued as a result of an <see cref="E:System.Diagnostics.Process.Exited"></see> event on the process.</returns>
  20673.             <filterpriority>2</filterpriority>
  20674.         </member>
  20675.         <member name="P:System.Diagnostics.Process.Threads">
  20676.             <summary>Gets the set of threads that are running in the associated process.</summary>
  20677.             <returns>An array of type <see cref="T:System.Diagnostics.ProcessThread"></see> representing the operating system threads currently running in the associated process.</returns>
  20678.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me); set <see cref="P:System.Diagnostics.ProcessStartInfo.UseShellExecute"></see> to false to access this property on Windows 98 and Windows Me.</exception>
  20679.             <exception cref="T:System.SystemException">The process does not have an <see cref="P:System.Diagnostics.Process.Id"></see>, or no process is associated with the <see cref="T:System.Diagnostics.Process"></see> instance.-or- The associated process has exited. </exception>
  20680.             <filterpriority>1</filterpriority>
  20681.         </member>
  20682.         <member name="P:System.Diagnostics.Process.TotalProcessorTime">
  20683.             <summary>Gets the total processor time for this process.</summary>
  20684.             <returns>A <see cref="T:System.TimeSpan"></see> that indicates the amount of time that the associated process has spent utilizing the CPU. This value is the sum of the <see cref="P:System.Diagnostics.Process.UserProcessorTime"></see> and the <see cref="P:System.Diagnostics.Process.PrivilegedProcessorTime"></see>.</returns>
  20685.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20686.             <filterpriority>2</filterpriority>
  20687.         </member>
  20688.         <member name="P:System.Diagnostics.Process.UserProcessorTime">
  20689.             <summary>Gets the user processor time for this process.</summary>
  20690.             <returns>A <see cref="T:System.TimeSpan"></see> that indicates the amount of time that the associated process has spent running code inside the application portion of the process (not inside the operating system core).</returns>
  20691.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20692.             <filterpriority>2</filterpriority>
  20693.         </member>
  20694.         <member name="P:System.Diagnostics.Process.VirtualMemorySize">
  20695.             <summary>Gets the size of the process's virtual memory.</summary>
  20696.             <returns>The amount of virtual memory that the associated process has requested.</returns>
  20697.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20698.             <filterpriority>2</filterpriority>
  20699.         </member>
  20700.         <member name="P:System.Diagnostics.Process.VirtualMemorySize64">
  20701.             <summary>Gets the amount of the virtual memory allocated for the associated process.</summary>
  20702.             <returns>The amount of virtual memory, in bytes, allocated for the associated process.</returns>
  20703.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
  20704.             <filterpriority>2</filterpriority>
  20705.         </member>
  20706.         <member name="P:System.Diagnostics.Process.WorkingSet">
  20707.             <summary>Gets the associated process's physical memory usage.</summary>
  20708.             <returns>The total amount of physical memory the associated process is using, in bytes.</returns>
  20709.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property. </exception>
  20710.             <filterpriority>2</filterpriority>
  20711.         </member>
  20712.         <member name="P:System.Diagnostics.Process.WorkingSet64">
  20713.             <summary>Gets the amount of physical memory allocated for the associated process.</summary>
  20714.             <returns>The amount of physical memory, in bytes, allocated for the associated process.</returns>
  20715.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition (Windows Me), which does not support this property.</exception>
  20716.             <filterpriority>2</filterpriority>
  20717.         </member>
  20718.         <member name="T:System.Diagnostics.ProcessModule">
  20719.             <summary>Represents a.dll or .exe file that is loaded into a particular process.</summary>
  20720.             <filterpriority>2</filterpriority>
  20721.         </member>
  20722.         <member name="M:System.Diagnostics.ProcessModule.ToString">
  20723.             <summary>Converts the name of the module to a string.</summary>
  20724.             <returns>The value of the <see cref="P:System.Diagnostics.ProcessModule.ModuleName"></see> property.</returns>
  20725.             <filterpriority>2</filterpriority>
  20726.         </member>
  20727.         <member name="P:System.Diagnostics.ProcessModule.BaseAddress">
  20728.             <summary>Gets the memory address where the module was loaded.</summary>
  20729.             <returns>The load address of the module.</returns>
  20730.             <filterpriority>2</filterpriority>
  20731.         </member>
  20732.         <member name="P:System.Diagnostics.ProcessModule.EntryPointAddress">
  20733.             <summary>Gets the memory address for the function that runs when the system loads and runs the module.</summary>
  20734.             <returns>The entry point of the module.</returns>
  20735.             <filterpriority>2</filterpriority>
  20736.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  20737.         </member>
  20738.         <member name="P:System.Diagnostics.ProcessModule.FileName">
  20739.             <summary>Gets the full path to the module.</summary>
  20740.             <returns>The fully qualified path that defines the location of the module.</returns>
  20741.             <filterpriority>2</filterpriority>
  20742.         </member>
  20743.         <member name="P:System.Diagnostics.ProcessModule.FileVersionInfo">
  20744.             <summary>Gets version information about the module.</summary>
  20745.             <returns>A <see cref="T:System.Diagnostics.FileVersionInfo"></see> that contains the module's version information.</returns>
  20746.             <filterpriority>2</filterpriority>
  20747.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  20748.         </member>
  20749.         <member name="P:System.Diagnostics.ProcessModule.ModuleMemorySize">
  20750.             <summary>Gets the amount of memory that is required to load the module.</summary>
  20751.             <returns>The size, in bytes, of the memory that the module occupies.</returns>
  20752.             <filterpriority>2</filterpriority>
  20753.         </member>
  20754.         <member name="P:System.Diagnostics.ProcessModule.ModuleName">
  20755.             <summary>Gets the name of the process module.</summary>
  20756.             <returns>The name of the module.</returns>
  20757.             <filterpriority>2</filterpriority>
  20758.         </member>
  20759.         <member name="T:System.Diagnostics.ProcessModuleCollection">
  20760.             <summary>Provides a strongly typed collection of <see cref="T:System.Diagnostics.ProcessModule"></see> objects.</summary>
  20761.             <filterpriority>2</filterpriority>
  20762.         </member>
  20763.         <member name="M:System.Diagnostics.ProcessModuleCollection.#ctor">
  20764.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessModuleCollection"></see> class, with no associated <see cref="T:System.Diagnostics.ProcessModule"></see> instances.</summary>
  20765.         </member>
  20766.         <member name="M:System.Diagnostics.ProcessModuleCollection.#ctor(System.Diagnostics.ProcessModule[])">
  20767.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessModuleCollection"></see> class, using the specified array of <see cref="T:System.Diagnostics.ProcessModule"></see> instances.</summary>
  20768.             <param name="processModules">An array of <see cref="T:System.Diagnostics.ProcessModule"></see> instances with which to initialize this <see cref="T:System.Diagnostics.ProcessModuleCollection"></see> instance. </param>
  20769.         </member>
  20770.         <member name="M:System.Diagnostics.ProcessModuleCollection.Contains(System.Diagnostics.ProcessModule)">
  20771.             <summary>Determines whether the specified process module exists in the collection.</summary>
  20772.             <returns>true if the module exists in the collection; otherwise, false.</returns>
  20773.             <param name="module">A <see cref="T:System.Diagnostics.ProcessModule"></see> instance that indicates the module to find in this collection. </param>
  20774.             <filterpriority>2</filterpriority>
  20775.         </member>
  20776.         <member name="M:System.Diagnostics.ProcessModuleCollection.CopyTo(System.Diagnostics.ProcessModule[],System.Int32)">
  20777.             <summary>Copies an array of <see cref="T:System.Diagnostics.ProcessModule"></see> instances to the collection, at the specified index.</summary>
  20778.             <param name="array">An array of <see cref="T:System.Diagnostics.ProcessModule"></see> instances to add to the collection. </param>
  20779.             <param name="index">The location at which to add the new instances. </param>
  20780.             <filterpriority>2</filterpriority>
  20781.         </member>
  20782.         <member name="M:System.Diagnostics.ProcessModuleCollection.IndexOf(System.Diagnostics.ProcessModule)">
  20783.             <summary>Provides the location of a specified module within the collection.</summary>
  20784.             <returns>The zero-based index that defines the location of the module within the <see cref="T:System.Diagnostics.ProcessModuleCollection"></see>.</returns>
  20785.             <param name="module">The <see cref="T:System.Diagnostics.ProcessModule"></see> whose index is retrieved. </param>
  20786.             <filterpriority>2</filterpriority>
  20787.         </member>
  20788.         <member name="P:System.Diagnostics.ProcessModuleCollection.Item(System.Int32)">
  20789.             <summary>Provides an index for iterating over the set of process modules.</summary>
  20790.             <returns>A <see cref="T:System.Diagnostics.ProcessModule"></see> that indexes the modules in the collection </returns>
  20791.             <param name="index">The zero-based index value of the module in the collection. </param>
  20792.             <filterpriority>2</filterpriority>
  20793.         </member>
  20794.         <member name="T:System.Diagnostics.ProcessPriorityClass">
  20795.             <summary>Indicates the priority that the system associates with a process. This value, together with the priority value of each thread of the process, determines each thread's base priority level.</summary>
  20796.             <filterpriority>2</filterpriority>
  20797.         </member>
  20798.         <member name="F:System.Diagnostics.ProcessPriorityClass.AboveNormal">
  20799.             <summary>Specifies that the process has priority above <see cref="F:System.Diagnostics.ProcessPriorityClass.Normal"></see> but below <see cref="F:System.Diagnostics.ProcessPriorityClass.High"></see>.</summary>
  20800.             <filterpriority>1</filterpriority>
  20801.         </member>
  20802.         <member name="F:System.Diagnostics.ProcessPriorityClass.BelowNormal">
  20803.             <summary>Specifies that the process has priority above <see cref="F:System.Diagnostics.ProcessPriorityClass.Idle"></see> but below <see cref="F:System.Diagnostics.ProcessPriorityClass.Normal"></see>.</summary>
  20804.             <filterpriority>1</filterpriority>
  20805.         </member>
  20806.         <member name="F:System.Diagnostics.ProcessPriorityClass.High">
  20807.             <summary>Specifies that the process performs time-critical tasks that must be executed immediately, such as the Task List dialog, which must respond quickly when called by the user, regardless of the load on the operating system. The threads of the process preempt the threads of normal or idle priority class processes.</summary>
  20808.             <filterpriority>1</filterpriority>
  20809.         </member>
  20810.         <member name="F:System.Diagnostics.ProcessPriorityClass.Idle">
  20811.             <summary>Specifies that the threads of this process run only when the system is idle, such as a screen saver. The threads of the process are preempted by the threads of any process running in a higher priority class.</summary>
  20812.             <filterpriority>1</filterpriority>
  20813.         </member>
  20814.         <member name="F:System.Diagnostics.ProcessPriorityClass.Normal">
  20815.             <summary>Specifies that the process has no special scheduling needs.</summary>
  20816.             <filterpriority>1</filterpriority>
  20817.         </member>
  20818.         <member name="F:System.Diagnostics.ProcessPriorityClass.RealTime">
  20819.             <summary>Specifies that the process has the highest possible priority.</summary>
  20820.             <filterpriority>1</filterpriority>
  20821.         </member>
  20822.         <member name="T:System.Diagnostics.ProcessStartInfo">
  20823.             <summary>Specifies a set of values used when starting a process.</summary>
  20824.             <filterpriority>2</filterpriority>
  20825.         </member>
  20826.         <member name="M:System.Diagnostics.ProcessStartInfo.#ctor">
  20827.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessStartInfo"></see> class without specifying a file name with which to start the process.</summary>
  20828.         </member>
  20829.         <member name="M:System.Diagnostics.ProcessStartInfo.#ctor(System.String)">
  20830.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessStartInfo"></see> class and specifies a file name such as an application or document with which to start the process.</summary>
  20831.             <param name="fileName">An application or document with which to start a process. </param>
  20832.         </member>
  20833.         <member name="M:System.Diagnostics.ProcessStartInfo.#ctor(System.String,System.String)">
  20834.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessStartInfo"></see> class and specifies an application file name with which to start the process, as well as a set of command line arguments to pass to the application.</summary>
  20835.             <param name="fileName">An application with which to start a process. </param>
  20836.             <param name="arguments">Command line arguments to pass to the application when the process starts. </param>
  20837.         </member>
  20838.         <member name="P:System.Diagnostics.ProcessStartInfo.Arguments">
  20839.             <summary>Gets or sets the set of command line arguments to use when starting the application.</summary>
  20840.             <returns>File type-specific arguments that the system can associate with the application specified in the <see cref="P:System.Diagnostics.ProcessStartInfo.FileName"></see> property. The default is an empty string (""). The maximum string length is 2003 characters in .NET Framework applications and 488 characters in .NET Compact Framework applications.</returns>
  20841.             <filterpriority>1</filterpriority>
  20842.         </member>
  20843.         <member name="P:System.Diagnostics.ProcessStartInfo.CreateNoWindow">
  20844.             <summary>Gets or sets a value indicating whether to start the process in a new window.</summary>
  20845.             <returns>true to start the process without creating a new window to contain it; otherwise, false. The default is false.</returns>
  20846.             <filterpriority>2</filterpriority>
  20847.         </member>
  20848.         <member name="P:System.Diagnostics.ProcessStartInfo.Domain">
  20849.             <summary>Gets or sets a value identifying the domain to use when starting the process. </summary>
  20850.             <returns>The Active Directory domain to use when starting the process. The domain property is primarily of interest to users within enterprise environments that utilize Active Directory.</returns>
  20851.             <filterpriority>1</filterpriority>
  20852.         </member>
  20853.         <member name="P:System.Diagnostics.ProcessStartInfo.EnvironmentVariables">
  20854.             <summary>Gets search paths for files, directories for temporary files, application-specific options, and other similar information.</summary>
  20855.             <returns>A <see cref="T:System.Collections.Specialized.StringDictionary"></see> that provides environment variables that apply to this process and child processes. The default is null.</returns>
  20856.             <filterpriority>1</filterpriority>
  20857.         </member>
  20858.         <member name="P:System.Diagnostics.ProcessStartInfo.ErrorDialog">
  20859.             <summary>Gets or sets a value indicating whether an error dialog is displayed to the user if the process cannot be started.</summary>
  20860.             <returns>true to display an error dialog on the screen if the process cannot be started; otherwise, false.</returns>
  20861.             <filterpriority>2</filterpriority>
  20862.         </member>
  20863.         <member name="P:System.Diagnostics.ProcessStartInfo.ErrorDialogParentHandle">
  20864.             <summary>Gets or sets the window handle to use when an error dialog is shown for a process that cannot be started.</summary>
  20865.             <returns>An <see cref="T:System.IntPtr"></see> that identifies the handle of the error dialog that results from a process start failure.</returns>
  20866.             <filterpriority>2</filterpriority>
  20867.         </member>
  20868.         <member name="P:System.Diagnostics.ProcessStartInfo.FileName">
  20869.             <summary>Gets or sets the application or document to start.</summary>
  20870.             <returns>The name of the application to start, or the name of a document of a file type that is associated with an application and that has a default open action available to it. The default is an empty string ("").</returns>
  20871.             <filterpriority>1</filterpriority>
  20872.         </member>
  20873.         <member name="P:System.Diagnostics.ProcessStartInfo.LoadUserProfile">
  20874.             <summary>Gets or sets a value indicating whether the Windows user profile is to be loaded from the registry. </summary>
  20875.             <returns>true to load the Windows user profile; otherwise, false. </returns>
  20876.             <filterpriority>1</filterpriority>
  20877.         </member>
  20878.         <member name="P:System.Diagnostics.ProcessStartInfo.Password">
  20879.             <summary>Gets or sets a secure string containing the user password to use when starting the process.</summary>
  20880.             <returns>A <see cref="T:System.Security.SecureString"></see> containing the user password to use when starting the process.</returns>
  20881.             <filterpriority>1</filterpriority>
  20882.         </member>
  20883.         <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardError">
  20884.             <summary>Gets or sets a value indicating whether the error output of an application is written to the <see cref="P:System.Diagnostics.Process.StandardError"></see> stream.</summary>
  20885.             <returns>true to write error output to <see cref="P:System.Diagnostics.Process.StandardError"></see>; otherwise, false.</returns>
  20886.             <filterpriority>2</filterpriority>
  20887.         </member>
  20888.         <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardInput">
  20889.             <summary>Gets or sets a value indicating whether the input for an application is read from the <see cref="P:System.Diagnostics.Process.StandardInput"></see> stream.</summary>
  20890.             <returns>true to read input from <see cref="P:System.Diagnostics.Process.StandardInput"></see>; otherwise, false.</returns>
  20891.             <filterpriority>2</filterpriority>
  20892.         </member>
  20893.         <member name="P:System.Diagnostics.ProcessStartInfo.RedirectStandardOutput">
  20894.             <summary>Gets or sets a value indicating whether the output of an application is written to the <see cref="P:System.Diagnostics.Process.StandardOutput"></see> stream.</summary>
  20895.             <returns>true to write output to <see cref="P:System.Diagnostics.Process.StandardOutput"></see>; otherwise, false.</returns>
  20896.             <filterpriority>2</filterpriority>
  20897.         </member>
  20898.         <member name="P:System.Diagnostics.ProcessStartInfo.StandardErrorEncoding">
  20899.             <summary>Gets or sets the preferred encoding for error output.</summary>
  20900.             <returns>An <see cref="T:System.Text.Encoding"></see> object representing the preferred encoding for error output. The default is null.</returns>
  20901.         </member>
  20902.         <member name="P:System.Diagnostics.ProcessStartInfo.StandardOutputEncoding">
  20903.             <summary>Gets or sets the preferred encoding for standard output.</summary>
  20904.             <returns>An <see cref="T:System.Text.Encoding"></see> object representing the preferred encoding for standard output. The default is null.</returns>
  20905.         </member>
  20906.         <member name="P:System.Diagnostics.ProcessStartInfo.UserName">
  20907.             <summary>Gets or sets the user name to be used when starting the process.</summary>
  20908.             <returns>The user name to use when starting the process.</returns>
  20909.             <filterpriority>1</filterpriority>
  20910.         </member>
  20911.         <member name="P:System.Diagnostics.ProcessStartInfo.UseShellExecute">
  20912.             <summary>Gets or sets a value indicating whether to use the operating system shell to start the process.</summary>
  20913.             <returns>true to use the shell when starting the process; otherwise, the process is created directly from the executable file. The default is true.</returns>
  20914.             <filterpriority>2</filterpriority>
  20915.         </member>
  20916.         <member name="P:System.Diagnostics.ProcessStartInfo.Verb">
  20917.             <summary>Gets or sets the verb to use when opening the application or document specified by the <see cref="P:System.Diagnostics.ProcessStartInfo.FileName"></see> property.</summary>
  20918.             <returns>The action to take with the file that the process opens. The default is an empty string ("").</returns>
  20919.             <filterpriority>2</filterpriority>
  20920.         </member>
  20921.         <member name="P:System.Diagnostics.ProcessStartInfo.Verbs">
  20922.             <summary>Gets the set of verbs associated with the type of file specified by the <see cref="P:System.Diagnostics.ProcessStartInfo.FileName"></see> property.</summary>
  20923.             <returns>The actions that the system can apply to the file indicated by the <see cref="P:System.Diagnostics.ProcessStartInfo.FileName"></see> property.</returns>
  20924.             <filterpriority>2</filterpriority>
  20925.         </member>
  20926.         <member name="P:System.Diagnostics.ProcessStartInfo.WindowStyle">
  20927.             <summary>Gets or sets the window state to use when the process is started.</summary>
  20928.             <returns>A <see cref="T:System.Diagnostics.ProcessWindowStyle"></see> that indicates whether the process is started in a window that is maximized, minimized, normal (neither maximized nor minimized), or not visible. The default is normal.</returns>
  20929.             <exception cref="T:System.ComponentModel.InvalidEnumArgumentException">The window style is not one of the <see cref="T:System.Diagnostics.ProcessWindowStyle"></see> enumeration members. </exception>
  20930.             <filterpriority>2</filterpriority>
  20931.         </member>
  20932.         <member name="P:System.Diagnostics.ProcessStartInfo.WorkingDirectory">
  20933.             <summary>Gets or sets the initial directory for the process to be started.</summary>
  20934.             <returns>The fully qualified name of the directory that contains the process to be started. The default is an empty string ("").</returns>
  20935.             <filterpriority>1</filterpriority>
  20936.         </member>
  20937.         <member name="T:System.Diagnostics.ProcessThread">
  20938.             <summary>Represents an operating system process thread.</summary>
  20939.             <filterpriority>2</filterpriority>
  20940.         </member>
  20941.         <member name="M:System.Diagnostics.ProcessThread.ResetIdealProcessor">
  20942.             <summary>Resets the ideal processor for this thread to indicate that there is no single ideal processor. In other words, so that any processor is ideal.</summary>
  20943.             <exception cref="T:System.ComponentModel.Win32Exception">The ideal processor could not be reset. </exception>
  20944.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  20945.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  20946.             <filterpriority>2</filterpriority>
  20947.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  20948.         </member>
  20949.         <member name="P:System.Diagnostics.ProcessThread.BasePriority">
  20950.             <summary>Gets the base priority of the thread.</summary>
  20951.             <returns>The base priority of the thread, which the operating system computes by combining the process priority class with the priority level of the associated thread.</returns>
  20952.             <filterpriority>2</filterpriority>
  20953.         </member>
  20954.         <member name="P:System.Diagnostics.ProcessThread.CurrentPriority">
  20955.             <summary>Gets the current priority of the thread.</summary>
  20956.             <returns>The current priority of the thread, which may deviate from the base priority based on how the operating system is scheduling the thread. The priority may be temporarily boosted for an active thread.</returns>
  20957.             <filterpriority>2</filterpriority>
  20958.         </member>
  20959.         <member name="P:System.Diagnostics.ProcessThread.Id">
  20960.             <summary>Gets the unique identifier of the thread.</summary>
  20961.             <returns>The unique identifier associated with a specific thread.</returns>
  20962.             <filterpriority>2</filterpriority>
  20963.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  20964.         </member>
  20965.         <member name="P:System.Diagnostics.ProcessThread.IdealProcessor">
  20966.             <summary>Sets the preferred processor for this thread to run on.</summary>
  20967.             <returns>The preferred processor for the thread, used when the system schedules threads, to determine which processor to run the thread on.</returns>
  20968.             <exception cref="T:System.ComponentModel.Win32Exception">The system could not set the thread to start on the specified processor. </exception>
  20969.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  20970.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  20971.             <filterpriority>2</filterpriority>
  20972.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  20973.         </member>
  20974.         <member name="P:System.Diagnostics.ProcessThread.PriorityBoostEnabled">
  20975.             <summary>Gets or sets a value indicating whether the operating system should temporarily boost the priority of the associated thread whenever the main window of the thread's process receives the focus.</summary>
  20976.             <returns>true to boost the thread's priority when the user interacts with the process's interface; otherwise, false. The default is false.</returns>
  20977.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  20978.             <exception cref="T:System.ComponentModel.Win32Exception">The priority boost information could not be retrieved.-or-The priority boost information could not be set. </exception>
  20979.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  20980.             <filterpriority>2</filterpriority>
  20981.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  20982.         </member>
  20983.         <member name="P:System.Diagnostics.ProcessThread.PriorityLevel">
  20984.             <summary>Gets or sets the priority level of the thread.</summary>
  20985.             <returns>One of the <see cref="T:System.Diagnostics.ThreadPriorityLevel"></see> values, specifying a range that bounds the thread's priority.</returns>
  20986.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  20987.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  20988.             <exception cref="T:System.ComponentModel.Win32Exception">The thread priority level information could not be retrieved. -or-The thread priority level could not be set.</exception>
  20989.             <filterpriority>2</filterpriority>
  20990.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  20991.         </member>
  20992.         <member name="P:System.Diagnostics.ProcessThread.PrivilegedProcessorTime">
  20993.             <summary>Gets the amount of time that the thread has spent running code inside the operating system core.</summary>
  20994.             <returns>A <see cref="T:System.TimeSpan"></see> indicating the amount of time that the thread has spent running code inside the operating system core.</returns>
  20995.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  20996.             <exception cref="T:System.ComponentModel.Win32Exception">The thread time could not be retrieved. </exception>
  20997.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  20998.             <filterpriority>2</filterpriority>
  20999.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  21000.         </member>
  21001.         <member name="P:System.Diagnostics.ProcessThread.ProcessorAffinity">
  21002.             <summary>Sets the processors on which the associated thread can run.</summary>
  21003.             <returns>An <see cref="T:System.IntPtr"></see> that points to a set of bits, each of which represents a processor that the thread can run on.</returns>
  21004.             <exception cref="T:System.ComponentModel.Win32Exception">The processor affinity could not be set. </exception>
  21005.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  21006.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  21007.             <filterpriority>2</filterpriority>
  21008.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  21009.         </member>
  21010.         <member name="P:System.Diagnostics.ProcessThread.StartAddress">
  21011.             <summary>Gets the memory address of the function that the operating system called that started this thread.</summary>
  21012.             <returns>The thread's starting address, which points to the application-defined function that the thread executes.</returns>
  21013.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  21014.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  21015.             <filterpriority>2</filterpriority>
  21016.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21017.         </member>
  21018.         <member name="P:System.Diagnostics.ProcessThread.StartTime">
  21019.             <summary>Gets the time that the operating system started the thread.</summary>
  21020.             <returns>A <see cref="T:System.DateTime"></see> representing the time that was on the system when the operating system started the thread.</returns>
  21021.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  21022.             <exception cref="T:System.ComponentModel.Win32Exception">The thread time could not be retrieved. </exception>
  21023.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  21024.             <filterpriority>2</filterpriority>
  21025.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  21026.         </member>
  21027.         <member name="P:System.Diagnostics.ProcessThread.ThreadState">
  21028.             <summary>Gets the current state of this thread.</summary>
  21029.             <returns>A <see cref="T:System.Diagnostics.ThreadState"></see> that indicates the thread's execution, for example, running, waiting, or terminated.</returns>
  21030.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  21031.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  21032.             <filterpriority>2</filterpriority>
  21033.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21034.         </member>
  21035.         <member name="P:System.Diagnostics.ProcessThread.TotalProcessorTime">
  21036.             <summary>Gets the total amount of time that this thread has spent using the processor.</summary>
  21037.             <returns>A <see cref="T:System.TimeSpan"></see> that indicates the amount of time that the thread has had control of the processor.</returns>
  21038.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  21039.             <exception cref="T:System.ComponentModel.Win32Exception">The thread time could not be retrieved. </exception>
  21040.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  21041.             <filterpriority>2</filterpriority>
  21042.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  21043.         </member>
  21044.         <member name="P:System.Diagnostics.ProcessThread.UserProcessorTime">
  21045.             <summary>Gets the amount of time that the associated thread has spent running code inside the application.</summary>
  21046.             <returns>A <see cref="T:System.TimeSpan"></see> indicating the amount of time that the thread has spent running code inside the application, as opposed to inside the operating system core.</returns>
  21047.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  21048.             <exception cref="T:System.ComponentModel.Win32Exception">The thread time could not be retrieved. </exception>
  21049.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  21050.             <filterpriority>2</filterpriority>
  21051.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  21052.         </member>
  21053.         <member name="P:System.Diagnostics.ProcessThread.WaitReason">
  21054.             <summary>Gets the reason that the thread is waiting.</summary>
  21055.             <returns>A <see cref="T:System.Diagnostics.ThreadWaitReason"></see> representing the reason that the thread is in the wait state.</returns>
  21056.             <exception cref="T:System.InvalidOperationException">The thread is not in the wait state. </exception>
  21057.             <exception cref="T:System.NotSupportedException">The process is on a remote computer.</exception>
  21058.             <exception cref="T:System.PlatformNotSupportedException">The platform is Windows 98 or Windows Millennium Edition. </exception>
  21059.             <filterpriority>2</filterpriority>
  21060.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21061.         </member>
  21062.         <member name="T:System.Diagnostics.ProcessThreadCollection">
  21063.             <summary>Provides a strongly typed collection of <see cref="T:System.Diagnostics.ProcessThread"></see> objects.</summary>
  21064.             <filterpriority>2</filterpriority>
  21065.         </member>
  21066.         <member name="M:System.Diagnostics.ProcessThreadCollection.#ctor">
  21067.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessThreadCollection"></see> class, with no associated <see cref="T:System.Diagnostics.ProcessThread"></see> instances.</summary>
  21068.         </member>
  21069.         <member name="M:System.Diagnostics.ProcessThreadCollection.#ctor(System.Diagnostics.ProcessThread[])">
  21070.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.ProcessThreadCollection"></see> class, using the specified array of <see cref="T:System.Diagnostics.ProcessThread"></see> instances.</summary>
  21071.             <param name="processThreads">An array of <see cref="T:System.Diagnostics.ProcessThread"></see> instances with which to initialize this <see cref="T:System.Diagnostics.ProcessThreadCollection"></see> instance. </param>
  21072.         </member>
  21073.         <member name="M:System.Diagnostics.ProcessThreadCollection.Add(System.Diagnostics.ProcessThread)">
  21074.             <summary>Appends a process thread to the collection.</summary>
  21075.             <returns>The zero-based index of the thread in the collection.</returns>
  21076.             <param name="thread">The thread to add to the collection. </param>
  21077.             <filterpriority>2</filterpriority>
  21078.         </member>
  21079.         <member name="M:System.Diagnostics.ProcessThreadCollection.Contains(System.Diagnostics.ProcessThread)">
  21080.             <summary>Determines whether the specified process thread exists in the collection.</summary>
  21081.             <returns>true if the thread exists in the collection; otherwise, false.</returns>
  21082.             <param name="thread">A <see cref="T:System.Diagnostics.ProcessThread"></see> instance that indicates the thread to find in this collection. </param>
  21083.             <filterpriority>2</filterpriority>
  21084.         </member>
  21085.         <member name="M:System.Diagnostics.ProcessThreadCollection.CopyTo(System.Diagnostics.ProcessThread[],System.Int32)">
  21086.             <summary>Copies an array of <see cref="T:System.Diagnostics.ProcessThread"></see> instances to the collection, at the specified index.</summary>
  21087.             <param name="array">An array of <see cref="T:System.Diagnostics.ProcessThread"></see> instances to add to the collection. </param>
  21088.             <param name="index">The location at which to add the new instances. </param>
  21089.             <filterpriority>2</filterpriority>
  21090.         </member>
  21091.         <member name="M:System.Diagnostics.ProcessThreadCollection.IndexOf(System.Diagnostics.ProcessThread)">
  21092.             <summary>Provides the location of a specified thread within the collection.</summary>
  21093.             <returns>The zero-based index that defines the location of the thread within the <see cref="T:System.Diagnostics.ProcessThreadCollection"></see>.</returns>
  21094.             <param name="thread">The <see cref="T:System.Diagnostics.ProcessThread"></see> whose index is retrieved. </param>
  21095.             <filterpriority>2</filterpriority>
  21096.         </member>
  21097.         <member name="M:System.Diagnostics.ProcessThreadCollection.Insert(System.Int32,System.Diagnostics.ProcessThread)">
  21098.             <summary>Inserts a process thread at the specified location in the collection.</summary>
  21099.             <param name="thread">The thread to insert into the collection. </param>
  21100.             <param name="index">The zero-based index indicating the location at which to insert the thread. </param>
  21101.             <filterpriority>2</filterpriority>
  21102.         </member>
  21103.         <member name="M:System.Diagnostics.ProcessThreadCollection.Remove(System.Diagnostics.ProcessThread)">
  21104.             <summary>Deletes a process thread from the collection.</summary>
  21105.             <param name="thread">The thread to remove from the collection. </param>
  21106.             <filterpriority>2</filterpriority>
  21107.         </member>
  21108.         <member name="P:System.Diagnostics.ProcessThreadCollection.Item(System.Int32)">
  21109.             <summary>Provides an index for iterating over the set of process threads.</summary>
  21110.             <returns>A <see cref="T:System.Diagnostics.ProcessThread"></see> that indexes the threads in the collection.</returns>
  21111.             <param name="index">The zero-based index value of the thread in the collection. </param>
  21112.             <filterpriority>2</filterpriority>
  21113.         </member>
  21114.         <member name="T:System.Diagnostics.ProcessWindowStyle">
  21115.             <summary>Specified how a new window should appear when the system starts a process.</summary>
  21116.             <filterpriority>2</filterpriority>
  21117.         </member>
  21118.         <member name="F:System.Diagnostics.ProcessWindowStyle.Hidden">
  21119.             <summary>The hidden window style. A window can be either visible or hidden. The system displays a hidden window by not drawing it. If a window is hidden, it is effectively disabled. A hidden window can process messages from the system or from other windows, but it cannot process input from the user or display output. Frequently, an application may keep a new window hidden while it customizes the window's appearance, and then make the window style Normal.</summary>
  21120.             <filterpriority>1</filterpriority>
  21121.         </member>
  21122.         <member name="F:System.Diagnostics.ProcessWindowStyle.Maximized">
  21123.             <summary>The maximized window style. By default, the system enlarges a maximized window so that it fills the screen or, in the case of a child window, the parent window's client area. If the window has a title bar, the system automatically moves it to the top of the screen or to the top of the parent window's client area. Also, the system disables the window's sizing border and the window-positioning capability of the title bar so that the user cannot move the window by dragging the title bar.</summary>
  21124.             <filterpriority>1</filterpriority>
  21125.         </member>
  21126.         <member name="F:System.Diagnostics.ProcessWindowStyle.Minimized">
  21127.             <summary>The minimized window style. By default, the system reduces a minimized window to the size of its taskbar button and moves the minimized window to the taskbar.</summary>
  21128.             <filterpriority>1</filterpriority>
  21129.         </member>
  21130.         <member name="F:System.Diagnostics.ProcessWindowStyle.Normal">
  21131.             <summary>The normal, visible window style. The system displays a window with Normal style on the screen, in a default location. If a window is visible, the user can supply input to the window and view the window's output. Frequently, an application may initialize a new window to the Hidden style while it customizes the window's appearance, and then make the window style Normal.</summary>
  21132.             <filterpriority>1</filterpriority>
  21133.         </member>
  21134.         <member name="T:System.Diagnostics.SourceFilter">
  21135.             <summary>Indicates whether a listener should trace a message based on the source of a trace.</summary>
  21136.             <filterpriority>2</filterpriority>
  21137.         </member>
  21138.         <member name="M:System.Diagnostics.SourceFilter.#ctor(System.String)">
  21139.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.SourceFilter"></see> class, specifying the name of the trace source. </summary>
  21140.             <param name="source">The name of the trace source.</param>
  21141.         </member>
  21142.         <member name="M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
  21143.             <summary>Determines whether the trace listener should trace the event.</summary>
  21144.             <returns>true if the trace should be produced; otherwise, false. </returns>
  21145.             <param name="data1">A trace data object.</param>
  21146.             <param name="source">The name of the source.</param>
  21147.             <param name="data">An array of trace data objects.</param>
  21148.             <param name="formatOrMessage">The format to use for writing an array of arguments or a message to write.</param>
  21149.             <param name="cache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> that represents the information cache for the trace event.</param>
  21150.             <param name="args">An array of argument objects.</param>
  21151.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values. </param>
  21152.             <param name="id">A trace identifier number.</param>
  21153.             <exception cref="T:System.ArgumentNullException">source is null. </exception>
  21154.             <filterpriority>2</filterpriority>
  21155.         </member>
  21156.         <member name="P:System.Diagnostics.SourceFilter.Source">
  21157.             <summary>Gets or sets the name of the trace source.</summary>
  21158.             <returns>The name of the trace source.</returns>
  21159.             <exception cref="T:System.ArgumentNullException">The value is null. </exception>
  21160.             <filterpriority>2</filterpriority>
  21161.         </member>
  21162.         <member name="T:System.Diagnostics.SourceLevels">
  21163.             <summary>Specifies the levels of trace messages filtered by the source switch and event type filter.</summary>
  21164.             <filterpriority>2</filterpriority>
  21165.         </member>
  21166.         <member name="F:System.Diagnostics.SourceLevels.ActivityTracing">
  21167.             <summary>Allows the <see cref="F:System.Diagnostics.TraceEventType.Stop"></see>, <see cref="F:System.Diagnostics.TraceEventType.Start"></see>, <see cref="F:System.Diagnostics.TraceEventType.Suspend"></see>, <see cref="F:System.Diagnostics.TraceEventType.Transfer"></see>, and <see cref="F:System.Diagnostics.TraceEventType.Resume"></see> events through.</summary>
  21168.             <filterpriority>1</filterpriority>
  21169.         </member>
  21170.         <member name="F:System.Diagnostics.SourceLevels.All">
  21171.             <summary>Allows all events through.</summary>
  21172.             <filterpriority>1</filterpriority>
  21173.         </member>
  21174.         <member name="F:System.Diagnostics.SourceLevels.Critical">
  21175.             <summary>Allows only <see cref="F:System.Diagnostics.TraceEventType.Critical"></see> events through.</summary>
  21176.             <filterpriority>1</filterpriority>
  21177.         </member>
  21178.         <member name="F:System.Diagnostics.SourceLevels.Error">
  21179.             <summary>Allows <see cref="F:System.Diagnostics.TraceEventType.Critical"></see> and <see cref="F:System.Diagnostics.TraceEventType.Error"></see> events through.</summary>
  21180.             <filterpriority>1</filterpriority>
  21181.         </member>
  21182.         <member name="F:System.Diagnostics.SourceLevels.Information">
  21183.             <summary>Allows <see cref="F:System.Diagnostics.TraceEventType.Critical"></see>, <see cref="F:System.Diagnostics.TraceEventType.Error"></see>, <see cref="F:System.Diagnostics.TraceEventType.Warning"></see>, and <see cref="F:System.Diagnostics.TraceEventType.Information"></see> events through.</summary>
  21184.             <filterpriority>1</filterpriority>
  21185.         </member>
  21186.         <member name="F:System.Diagnostics.SourceLevels.Off">
  21187.             <summary>Does not allow any events through.</summary>
  21188.             <filterpriority>1</filterpriority>
  21189.         </member>
  21190.         <member name="F:System.Diagnostics.SourceLevels.Verbose">
  21191.             <summary>Allows <see cref="F:System.Diagnostics.TraceEventType.Critical"></see>, <see cref="F:System.Diagnostics.TraceEventType.Error"></see>, <see cref="F:System.Diagnostics.TraceEventType.Warning"></see>, <see cref="F:System.Diagnostics.TraceEventType.Information"></see>, and <see cref="F:System.Diagnostics.TraceEventType.Verbose"></see> events through.</summary>
  21192.             <filterpriority>1</filterpriority>
  21193.         </member>
  21194.         <member name="F:System.Diagnostics.SourceLevels.Warning">
  21195.             <summary>Allows <see cref="F:System.Diagnostics.TraceEventType.Critical"></see>, <see cref="F:System.Diagnostics.TraceEventType.Error"></see>, and <see cref="F:System.Diagnostics.TraceEventType.Warning"></see> events through.</summary>
  21196.             <filterpriority>1</filterpriority>
  21197.         </member>
  21198.         <member name="T:System.Diagnostics.SourceSwitch">
  21199.             <summary>Provides a multilevel switch to control tracing and debug output without recompiling your code.</summary>
  21200.             <filterpriority>2</filterpriority>
  21201.         </member>
  21202.         <member name="M:System.Diagnostics.SourceSwitch.#ctor(System.String)">
  21203.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.SourceSwitch"></see> class, specifying the name of the source.</summary>
  21204.             <param name="name">The name of the source.</param>
  21205.         </member>
  21206.         <member name="M:System.Diagnostics.SourceSwitch.#ctor(System.String,System.String)">
  21207.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.SourceSwitch"></see> class, specifying the display name and the default value for the source switch.</summary>
  21208.             <param name="defaultSwitchValue">The default value for the switch. </param>
  21209.             <param name="displayName">The name of the source switch. </param>
  21210.         </member>
  21211.         <member name="M:System.Diagnostics.SourceSwitch.OnValueChanged">
  21212.             <summary>Invoked when the value of the <see cref="P:System.Diagnostics.Switch.Value"></see> property changes.</summary>
  21213.             <exception cref="T:System.ArgumentException">The new value of <see cref="P:System.Diagnostics.Switch.Value"></see> is not one of the <see cref="T:System.Diagnostics.SourceLevels"></see> values.</exception>
  21214.         </member>
  21215.         <member name="M:System.Diagnostics.SourceSwitch.ShouldTrace(System.Diagnostics.TraceEventType)">
  21216.             <summary>Determines if trace listeners should be called, based on the trace event type.</summary>
  21217.             <returns>True if the trace listeners should be called; otherwise, false.</returns>
  21218.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values.</param>
  21219.             <filterpriority>2</filterpriority>
  21220.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21221.         </member>
  21222.         <member name="P:System.Diagnostics.SourceSwitch.Level">
  21223.             <summary>Gets or sets the level of the switch.</summary>
  21224.             <returns>One of the <see cref="T:System.Diagnostics.SourceLevels"></see> values that represents the event level of the switch.</returns>
  21225.             <filterpriority>2</filterpriority>
  21226.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21227.         </member>
  21228.         <member name="T:System.Diagnostics.Stopwatch">
  21229.             <summary>Provides a set of methods and properties that you can use to accurately measure elapsed time.</summary>
  21230.             <filterpriority>1</filterpriority>
  21231.         </member>
  21232.         <member name="M:System.Diagnostics.Stopwatch.#ctor">
  21233.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Stopwatch"></see> class.</summary>
  21234.         </member>
  21235.         <member name="F:System.Diagnostics.Stopwatch.Frequency">
  21236.             <summary>Gets the frequency of the timer as the number of ticks per second. This field is read-only.</summary>
  21237.             <filterpriority>1</filterpriority>
  21238.         </member>
  21239.         <member name="F:System.Diagnostics.Stopwatch.IsHighResolution">
  21240.             <summary>Indicates whether the timer is based on a high-resolution performance counter. This field is read-only.</summary>
  21241.             <filterpriority>1</filterpriority>
  21242.         </member>
  21243.         <member name="M:System.Diagnostics.Stopwatch.GetTimestamp">
  21244.             <summary>Gets the current number of ticks in the timer mechanism.</summary>
  21245.             <returns>A long integer representing the tick counter value of the underlying timer mechanism.</returns>
  21246.             <filterpriority>1</filterpriority>
  21247.         </member>
  21248.         <member name="M:System.Diagnostics.Stopwatch.Reset">
  21249.             <summary>Stops time interval measurement and resets the elapsed time to zero.</summary>
  21250.             <filterpriority>1</filterpriority>
  21251.         </member>
  21252.         <member name="M:System.Diagnostics.Stopwatch.Start">
  21253.             <summary>Starts, or resumes, measuring elapsed time for an interval.</summary>
  21254.             <filterpriority>1</filterpriority>
  21255.         </member>
  21256.         <member name="M:System.Diagnostics.Stopwatch.StartNew">
  21257.             <summary>Initializes a new <see cref="T:System.Diagnostics.Stopwatch"></see> instance, sets the elapsed time property to zero, and starts measuring elapsed time.</summary>
  21258.             <returns>A <see cref="T:System.Diagnostics.Stopwatch"></see> that has just begun measuring elapsed time.</returns>
  21259.             <filterpriority>1</filterpriority>
  21260.         </member>
  21261.         <member name="M:System.Diagnostics.Stopwatch.Stop">
  21262.             <summary>Stops measuring elapsed time for an interval.</summary>
  21263.             <filterpriority>1</filterpriority>
  21264.         </member>
  21265.         <member name="P:System.Diagnostics.Stopwatch.Elapsed">
  21266.             <summary>Gets the total elapsed time measured by the current instance.</summary>
  21267.             <returns>A read-only <see cref="T:System.TimeSpan"></see> representing the total elapsed time measured by the current instance.</returns>
  21268.             <filterpriority>1</filterpriority>
  21269.         </member>
  21270.         <member name="P:System.Diagnostics.Stopwatch.ElapsedMilliseconds">
  21271.             <summary>Gets the total elapsed time measured by the current instance, in milliseconds.</summary>
  21272.             <returns>A read-only long integer representing the total number of milliseconds measured by the current instance.</returns>
  21273.             <filterpriority>1</filterpriority>
  21274.         </member>
  21275.         <member name="P:System.Diagnostics.Stopwatch.ElapsedTicks">
  21276.             <summary>Gets the total elapsed time measured by the current instance, in timer ticks.</summary>
  21277.             <returns>A read-only long integer representing the total number of timer ticks measured by the current instance.</returns>
  21278.             <filterpriority>1</filterpriority>
  21279.         </member>
  21280.         <member name="P:System.Diagnostics.Stopwatch.IsRunning">
  21281.             <summary>Gets a value indicating whether the <see cref="T:System.Diagnostics.Stopwatch"></see> timer is running.</summary>
  21282.             <returns>true if the <see cref="T:System.Diagnostics.Stopwatch"></see> instance is currently running and measuring elapsed time for an interval; otherwise, false.</returns>
  21283.             <filterpriority>1</filterpriority>
  21284.         </member>
  21285.         <member name="T:System.Diagnostics.Switch">
  21286.             <summary>Provides an abstract base class to create new debugging and tracing switches.</summary>
  21287.             <filterpriority>2</filterpriority>
  21288.         </member>
  21289.         <member name="M:System.Diagnostics.Switch.#ctor(System.String,System.String)">
  21290.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Switch"></see> class.</summary>
  21291.             <param name="description">The description for the switch. </param>
  21292.             <param name="displayName">The name of the switch. </param>
  21293.         </member>
  21294.         <member name="M:System.Diagnostics.Switch.#ctor(System.String,System.String,System.String)">
  21295.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Switch"></see> class, specifying the display name, description, and default value for the switch. </summary>
  21296.             <param name="description">The description of the switch. </param>
  21297.             <param name="defaultSwitchValue">The default value for the switch.</param>
  21298.             <param name="displayName">The name of the switch. </param>
  21299.         </member>
  21300.         <member name="M:System.Diagnostics.Switch.GetSupportedAttributes">
  21301.             <summary>Gets the custom attributes supported by the switch.</summary>
  21302.             <returns>A string array that contains the names of the custom attributes supported by the switch, or null if there no custom attributes are supported.</returns>
  21303.         </member>
  21304.         <member name="M:System.Diagnostics.Switch.OnSwitchSettingChanged">
  21305.             <summary>Invoked when the <see cref="P:System.Diagnostics.Switch.SwitchSetting"></see> property is changed.</summary>
  21306.         </member>
  21307.         <member name="M:System.Diagnostics.Switch.OnValueChanged">
  21308.             <summary>Invoked when the <see cref="P:System.Diagnostics.Switch.Value"></see> property is changed.</summary>
  21309.         </member>
  21310.         <member name="P:System.Diagnostics.Switch.Attributes">
  21311.             <summary>Gets the custom switch attributes defined in the application configuration file.</summary>
  21312.             <returns>A <see cref="T:System.Collections.Specialized.StringDictionary"></see> containing the case-insensitive custom attributes for the trace switch.</returns>
  21313.             <filterpriority>1</filterpriority>
  21314.         </member>
  21315.         <member name="P:System.Diagnostics.Switch.Description">
  21316.             <summary>Gets a description of the switch.</summary>
  21317.             <returns>The description of the switch. The default value is an empty string ("").</returns>
  21318.             <filterpriority>2</filterpriority>
  21319.         </member>
  21320.         <member name="P:System.Diagnostics.Switch.DisplayName">
  21321.             <summary>Gets a name used to identify the switch.</summary>
  21322.             <returns>The name used to identify the switch. The default value is an empty string ("").</returns>
  21323.             <filterpriority>2</filterpriority>
  21324.         </member>
  21325.         <member name="P:System.Diagnostics.Switch.SwitchSetting">
  21326.             <summary>Gets or sets the current setting for this switch.</summary>
  21327.             <returns>The current setting for this switch. The default is zero.</returns>
  21328.         </member>
  21329.         <member name="P:System.Diagnostics.Switch.Value">
  21330.             <summary>Gets or sets the value of the switch.</summary>
  21331.             <returns>A string representing the value of the switch.</returns>
  21332.             <exception cref="T:System.Configuration.ConfigurationException">The value is null.-or-The value does not consist solely of an optional negative sign followed by a sequence of digits ranging from 0 to 9.-or-The value represents a number less than <see cref="F:System.Int32.MinValue"></see> or greater than <see cref="F:System.Int32.MaxValue"></see>.</exception>
  21333.         </member>
  21334.         <member name="T:System.Diagnostics.SwitchAttribute">
  21335.             <summary>Identifies a switch used in an assembly, class, or member.</summary>
  21336.             <filterpriority>1</filterpriority>
  21337.         </member>
  21338.         <member name="M:System.Diagnostics.SwitchAttribute.#ctor(System.String,System.Type)">
  21339.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.SwitchAttribute"></see> class, specifying the name and the type of the switch. </summary>
  21340.             <param name="switchType">The type of the switch.</param>
  21341.             <param name="switchName">The display name of the switch.</param>
  21342.         </member>
  21343.         <member name="M:System.Diagnostics.SwitchAttribute.GetAll(System.Reflection.Assembly)">
  21344.             <summary>Returns all switch attributes for the specified assembly.</summary>
  21345.             <returns>An array of type <see cref="T:System.Diagnostics.SwitchAttribute"></see> that contains all the switch attributes for the assembly.</returns>
  21346.             <param name="assembly">The <see cref="T:System.Reflection.Assembly"></see> to check for switch attributes.</param>
  21347.             <exception cref="T:System.ArgumentNullException">assembly is null.</exception>
  21348.             <filterpriority>1</filterpriority>
  21349.         </member>
  21350.         <member name="P:System.Diagnostics.SwitchAttribute.SwitchDescription">
  21351.             <summary>Gets or sets the description of the switch.</summary>
  21352.             <returns>The description of the switch.</returns>
  21353.             <filterpriority>2</filterpriority>
  21354.         </member>
  21355.         <member name="P:System.Diagnostics.SwitchAttribute.SwitchName">
  21356.             <summary>Gets or sets the display name of the switch.</summary>
  21357.             <returns>The display name of the switch.</returns>
  21358.             <exception cref="T:System.ArgumentException"><see cref="P:System.Diagnostics.SwitchAttribute.SwitchName"></see> is set to an empty string.</exception>
  21359.             <exception cref="T:System.ArgumentNullException"><see cref="P:System.Diagnostics.SwitchAttribute.SwitchName"></see> is set to null.</exception>
  21360.             <filterpriority>2</filterpriority>
  21361.         </member>
  21362.         <member name="P:System.Diagnostics.SwitchAttribute.SwitchType">
  21363.             <summary>Gets or sets the type of the switch.</summary>
  21364.             <returns>A <see cref="T:System.Type"></see> object that represents the type of the switch.</returns>
  21365.             <exception cref="T:System.ArgumentNullException">P:System.Diagnostics.SwitchAttribute.SwitchType is set to null.</exception>
  21366.             <filterpriority>2</filterpriority>
  21367.         </member>
  21368.         <member name="T:System.Diagnostics.SwitchLevelAttribute">
  21369.             <summary>Identifies the level type for a switch. </summary>
  21370.             <filterpriority>1</filterpriority>
  21371.         </member>
  21372.         <member name="M:System.Diagnostics.SwitchLevelAttribute.#ctor(System.Type)">
  21373.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.SwitchLevelAttribute"></see> class, specifying the type that determines whether a trace should be written.</summary>
  21374.             <param name="switchLevelType">The <see cref="T:System.Type"></see> that determines whether a trace should be written.</param>
  21375.         </member>
  21376.         <member name="P:System.Diagnostics.SwitchLevelAttribute.SwitchLevelType">
  21377.             <summary>Gets or sets the type that determines whether a trace should be written.</summary>
  21378.             <returns>The <see cref="T:System.Type"></see>that determines whether a trace should be written.</returns>
  21379.             <filterpriority>2</filterpriority>
  21380.         </member>
  21381.         <member name="T:System.Diagnostics.TextWriterTraceListener">
  21382.             <summary>Directs tracing or debugging output to a <see cref="T:System.IO.TextWriter"></see> or to a <see cref="T:System.IO.Stream"></see>, such as <see cref="T:System.IO.FileStream"></see>.</summary>
  21383.             <filterpriority>1</filterpriority>
  21384.         </member>
  21385.         <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor">
  21386.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> class with <see cref="T:System.IO.TextWriter"></see> as the output recipient.</summary>
  21387.         </member>
  21388.         <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.IO.Stream)">
  21389.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> class, using the stream as the recipient of the debugging and tracing output.</summary>
  21390.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that represents the stream the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> writes to. </param>
  21391.             <exception cref="T:System.ArgumentNullException">The stream is null. </exception>
  21392.         </member>
  21393.         <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.String)">
  21394.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> class, using the file as the recipient of the debugging and tracing output.</summary>
  21395.             <param name="fileName">The name of the file the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> writes to. </param>
  21396.             <exception cref="T:System.ArgumentNullException">The file is null. </exception>
  21397.         </member>
  21398.         <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.IO.TextWriter)">
  21399.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> class using the specified writer as recipient of the tracing or debugging output.</summary>
  21400.             <param name="writer">A <see cref="T:System.IO.TextWriter"></see> that receives the output from the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see>. </param>
  21401.             <exception cref="T:System.ArgumentNullException">The writer is null. </exception>
  21402.         </member>
  21403.         <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.IO.Stream,System.String)">
  21404.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> class with the specified name, using the stream as the recipient of the debugging and tracing output.</summary>
  21405.             <param name="name">The name of the new instance. </param>
  21406.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that represents the stream the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> writes to. </param>
  21407.             <exception cref="T:System.ArgumentNullException">The stream is null. </exception>
  21408.         </member>
  21409.         <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.String,System.String)">
  21410.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> class with the specified name, using the file as the recipient of the debugging and tracing output.</summary>
  21411.             <param name="fileName">The name of the file the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> writes to. </param>
  21412.             <param name="name">The name of the new instance. </param>
  21413.             <exception cref="T:System.ArgumentNullException">The stream is null. </exception>
  21414.         </member>
  21415.         <member name="M:System.Diagnostics.TextWriterTraceListener.#ctor(System.IO.TextWriter,System.String)">
  21416.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> class with the specified name, using the specified writer as recipient of the tracing or debugging output.</summary>
  21417.             <param name="writer">A <see cref="T:System.IO.TextWriter"></see> that receives the output from the <see cref="T:System.Diagnostics.TextWriterTraceListener"></see>. </param>
  21418.             <param name="name">The name of the new instance. </param>
  21419.             <exception cref="T:System.ArgumentNullException">The writer is null. </exception>
  21420.         </member>
  21421.         <member name="M:System.Diagnostics.TextWriterTraceListener.Close">
  21422.             <summary>Closes the <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer"></see> so that it no longer receives tracing or debugging output.</summary>
  21423.             <filterpriority>1</filterpriority>
  21424.         </member>
  21425.         <member name="M:System.Diagnostics.TextWriterTraceListener.Dispose(System.Boolean)">
  21426.             <summary>Disposes this <see cref="T:System.Diagnostics.TextWriterTraceListener"></see> object.</summary>
  21427.             <param name="disposing">true to release managed resources; if false, <see cref="M:System.Diagnostics.TextWriterTraceListener.Dispose(System.Boolean)"></see> has no effect.</param>
  21428.         </member>
  21429.         <member name="M:System.Diagnostics.TextWriterTraceListener.Flush">
  21430.             <summary>Flushes the output buffer for the <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer"></see>.</summary>
  21431.             <filterpriority>1</filterpriority>
  21432.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  21433.         </member>
  21434.         <member name="M:System.Diagnostics.TextWriterTraceListener.Write(System.String)">
  21435.             <summary>Writes a message to this instance's <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer"></see>.</summary>
  21436.             <param name="message">A message to write. </param>
  21437.             <filterpriority>1</filterpriority>
  21438.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  21439.         </member>
  21440.         <member name="M:System.Diagnostics.TextWriterTraceListener.WriteLine(System.String)">
  21441.             <summary>Writes a message to this instance's <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer"></see> followed by a line terminator. The default line terminator is a carriage return followed by a line feed (\r\n).</summary>
  21442.             <param name="message">A message to write. </param>
  21443.             <filterpriority>1</filterpriority>
  21444.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  21445.         </member>
  21446.         <member name="P:System.Diagnostics.TextWriterTraceListener.Writer">
  21447.             <summary>Gets or sets the text writer that receives the tracing or debugging output.</summary>
  21448.             <returns>A <see cref="T:System.IO.TextWriter"></see> that represents the writer that receives the tracing or debugging output.</returns>
  21449.             <filterpriority>2</filterpriority>
  21450.         </member>
  21451.         <member name="T:System.Diagnostics.ThreadPriorityLevel">
  21452.             <summary>Specifies the priority level of a thread.</summary>
  21453.             <filterpriority>2</filterpriority>
  21454.         </member>
  21455.         <member name="F:System.Diagnostics.ThreadPriorityLevel.AboveNormal">
  21456.             <summary>Specifies one step above the normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
  21457.             <filterpriority>1</filterpriority>
  21458.         </member>
  21459.         <member name="F:System.Diagnostics.ThreadPriorityLevel.BelowNormal">
  21460.             <summary>Specifies one step below the normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
  21461.             <filterpriority>1</filterpriority>
  21462.         </member>
  21463.         <member name="F:System.Diagnostics.ThreadPriorityLevel.Highest">
  21464.             <summary>Specifies highest priority. This is two steps above the normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
  21465.             <filterpriority>1</filterpriority>
  21466.         </member>
  21467.         <member name="F:System.Diagnostics.ThreadPriorityLevel.Idle">
  21468.             <summary>Specifies idle priority. This is the lowest possible priority value of all threads, independent of the value of the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
  21469.             <filterpriority>1</filterpriority>
  21470.         </member>
  21471.         <member name="F:System.Diagnostics.ThreadPriorityLevel.Lowest">
  21472.             <summary>Specifies lowest priority. This is two steps below the normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
  21473.             <filterpriority>1</filterpriority>
  21474.         </member>
  21475.         <member name="F:System.Diagnostics.ThreadPriorityLevel.Normal">
  21476.             <summary>Specifies normal priority for the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
  21477.             <filterpriority>1</filterpriority>
  21478.         </member>
  21479.         <member name="F:System.Diagnostics.ThreadPriorityLevel.TimeCritical">
  21480.             <summary>Specifies time-critical priority. This is the highest priority of all threads, independent of the value of the associated <see cref="T:System.Diagnostics.ProcessPriorityClass"></see>.</summary>
  21481.             <filterpriority>1</filterpriority>
  21482.         </member>
  21483.         <member name="T:System.Diagnostics.ThreadState">
  21484.             <summary>Specifies the current execution state of the thread.</summary>
  21485.             <filterpriority>1</filterpriority>
  21486.         </member>
  21487.         <member name="F:System.Diagnostics.ThreadState.Initialized">
  21488.             <summary>A state that indicates the thread has been initialized, but has not yet started.</summary>
  21489.             <filterpriority>1</filterpriority>
  21490.         </member>
  21491.         <member name="F:System.Diagnostics.ThreadState.Ready">
  21492.             <summary>A state that indicates the thread is waiting to use a processor because no processor is free. The thread is prepared to run on the next available processor.</summary>
  21493.             <filterpriority>1</filterpriority>
  21494.         </member>
  21495.         <member name="F:System.Diagnostics.ThreadState.Running">
  21496.             <summary>A state that indicates the thread is currently using a processor.</summary>
  21497.             <filterpriority>1</filterpriority>
  21498.         </member>
  21499.         <member name="F:System.Diagnostics.ThreadState.Standby">
  21500.             <summary>A state that indicates the thread is about to use a processor. Only one thread can be in this state at a time.</summary>
  21501.             <filterpriority>1</filterpriority>
  21502.         </member>
  21503.         <member name="F:System.Diagnostics.ThreadState.Terminated">
  21504.             <summary>A state that indicates the thread has finished executing and has exited.</summary>
  21505.             <filterpriority>1</filterpriority>
  21506.         </member>
  21507.         <member name="F:System.Diagnostics.ThreadState.Transition">
  21508.             <summary>A state that indicates the thread is waiting for a resource, other than the processor, before it can execute. For example, it might be waiting for its execution stack to be paged in from disk.</summary>
  21509.             <filterpriority>1</filterpriority>
  21510.         </member>
  21511.         <member name="F:System.Diagnostics.ThreadState.Unknown">
  21512.             <summary>The state of the thread is unknown.</summary>
  21513.             <filterpriority>1</filterpriority>
  21514.         </member>
  21515.         <member name="F:System.Diagnostics.ThreadState.Wait">
  21516.             <summary>A state that indicates the thread is not ready to use the processor because it is waiting for a peripheral operation to complete or a resource to become free. When the thread is ready, it will be rescheduled.</summary>
  21517.             <filterpriority>1</filterpriority>
  21518.         </member>
  21519.         <member name="T:System.Diagnostics.ThreadWaitReason">
  21520.             <summary>Specifies the reason a thread is waiting.</summary>
  21521.             <filterpriority>2</filterpriority>
  21522.         </member>
  21523.         <member name="F:System.Diagnostics.ThreadWaitReason.EventPairHigh">
  21524.             <summary>The thread is waiting for event pair high.</summary>
  21525.             <filterpriority>1</filterpriority>
  21526.         </member>
  21527.         <member name="F:System.Diagnostics.ThreadWaitReason.EventPairLow">
  21528.             <summary>The thread is waiting for event pair low.</summary>
  21529.             <filterpriority>1</filterpriority>
  21530.         </member>
  21531.         <member name="F:System.Diagnostics.ThreadWaitReason.ExecutionDelay">
  21532.             <summary>Thread execution is delayed.</summary>
  21533.             <filterpriority>1</filterpriority>
  21534.         </member>
  21535.         <member name="F:System.Diagnostics.ThreadWaitReason.Executive">
  21536.             <summary>The thread is waiting for the scheduler.</summary>
  21537.             <filterpriority>1</filterpriority>
  21538.         </member>
  21539.         <member name="F:System.Diagnostics.ThreadWaitReason.FreePage">
  21540.             <summary>The thread is waiting for a free virtual memory page.</summary>
  21541.             <filterpriority>1</filterpriority>
  21542.         </member>
  21543.         <member name="F:System.Diagnostics.ThreadWaitReason.LpcReceive">
  21544.             <summary>The thread is waiting for a local procedure call to arrive.</summary>
  21545.             <filterpriority>1</filterpriority>
  21546.         </member>
  21547.         <member name="F:System.Diagnostics.ThreadWaitReason.LpcReply">
  21548.             <summary>The thread is waiting for reply to a local procedure call to arrive.</summary>
  21549.             <filterpriority>1</filterpriority>
  21550.         </member>
  21551.         <member name="F:System.Diagnostics.ThreadWaitReason.PageIn">
  21552.             <summary>The thread is waiting for a virtual memory page to arrive in memory.</summary>
  21553.             <filterpriority>1</filterpriority>
  21554.         </member>
  21555.         <member name="F:System.Diagnostics.ThreadWaitReason.PageOut">
  21556.             <summary>The thread is waiting for a virtual memory page to be written to disk.</summary>
  21557.             <filterpriority>1</filterpriority>
  21558.         </member>
  21559.         <member name="F:System.Diagnostics.ThreadWaitReason.Suspended">
  21560.             <summary>Thread execution is suspended.</summary>
  21561.             <filterpriority>1</filterpriority>
  21562.         </member>
  21563.         <member name="F:System.Diagnostics.ThreadWaitReason.SystemAllocation">
  21564.             <summary>The thread is waiting for system allocation.</summary>
  21565.             <filterpriority>1</filterpriority>
  21566.         </member>
  21567.         <member name="F:System.Diagnostics.ThreadWaitReason.Unknown">
  21568.             <summary>The thread is waiting for an unknown reason.</summary>
  21569.             <filterpriority>1</filterpriority>
  21570.         </member>
  21571.         <member name="F:System.Diagnostics.ThreadWaitReason.UserRequest">
  21572.             <summary>The thread is waiting for a user request.</summary>
  21573.             <filterpriority>1</filterpriority>
  21574.         </member>
  21575.         <member name="F:System.Diagnostics.ThreadWaitReason.VirtualMemory">
  21576.             <summary>The thread is waiting for the system to allocate virtual memory.</summary>
  21577.             <filterpriority>1</filterpriority>
  21578.         </member>
  21579.         <member name="T:System.Diagnostics.Trace">
  21580.             <summary>Provides a set of methods and properties that help you trace the execution of your code. This class cannot be inherited.</summary>
  21581.             <filterpriority>1</filterpriority>
  21582.         </member>
  21583.         <member name="M:System.Diagnostics.Trace.Assert(System.Boolean)">
  21584.             <summary>Checks for a condition, and outputs the call stack if the condition is false.</summary>
  21585.             <param name="condition">true to prevent a message being displayed; otherwise, false. </param>
  21586.             <filterpriority>2</filterpriority>
  21587.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21588.         </member>
  21589.         <member name="M:System.Diagnostics.Trace.Assert(System.Boolean,System.String)">
  21590.             <summary>Checks for a condition, and displays a message if the condition is false.</summary>
  21591.             <param name="message">A message to display. </param>
  21592.             <param name="condition">true to prevent a message being displayed; otherwise, false. </param>
  21593.             <filterpriority>2</filterpriority>
  21594.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21595.         </member>
  21596.         <member name="M:System.Diagnostics.Trace.Assert(System.Boolean,System.String,System.String)">
  21597.             <summary>Checks for a condition, and displays both messages if the condition is false.</summary>
  21598.             <param name="detailMessage">A detailed message to display. </param>
  21599.             <param name="message">A message to display. </param>
  21600.             <param name="condition">true to prevent a message being displayed; otherwise, false. </param>
  21601.             <filterpriority>2</filterpriority>
  21602.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21603.         </member>
  21604.         <member name="M:System.Diagnostics.Trace.Close">
  21605.             <summary>Flushes the output buffer, and then closes the <see cref="P:System.Diagnostics.Trace.Listeners"></see>.</summary>
  21606.             <filterpriority>1</filterpriority>
  21607.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21608.         </member>
  21609.         <member name="M:System.Diagnostics.Trace.Fail(System.String)">
  21610.             <summary>Emits the specified error message.</summary>
  21611.             <param name="message">A message to emit. </param>
  21612.             <filterpriority>2</filterpriority>
  21613.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21614.         </member>
  21615.         <member name="M:System.Diagnostics.Trace.Fail(System.String,System.String)">
  21616.             <summary>Emits an error message, and a detailed error message.</summary>
  21617.             <param name="detailMessage">A detailed message to emit. </param>
  21618.             <param name="message">A message to emit. </param>
  21619.             <filterpriority>2</filterpriority>
  21620.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21621.         </member>
  21622.         <member name="M:System.Diagnostics.Trace.Flush">
  21623.             <summary>Flushes the output buffer, and causes buffered data to be written to the <see cref="P:System.Diagnostics.Trace.Listeners"></see>.</summary>
  21624.             <filterpriority>1</filterpriority>
  21625.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21626.         </member>
  21627.         <member name="M:System.Diagnostics.Trace.Indent">
  21628.             <summary>Increases the current <see cref="P:System.Diagnostics.Trace.IndentLevel"></see> by one.</summary>
  21629.             <filterpriority>2</filterpriority>
  21630.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21631.         </member>
  21632.         <member name="M:System.Diagnostics.Trace.Refresh">
  21633.             <summary>Refreshes the trace configuration data.</summary>
  21634.             <filterpriority>1</filterpriority>
  21635.         </member>
  21636.         <member name="M:System.Diagnostics.Trace.TraceError(System.String)">
  21637.             <summary>Writes an error message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection using the specified message.</summary>
  21638.             <param name="message">The informative message to write.</param>
  21639.             <filterpriority>1</filterpriority>
  21640.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21641.         </member>
  21642.         <member name="M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])">
  21643.             <summary>Writes an error message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection using the specified array of objects and formatting information.</summary>
  21644.             <param name="args">An object array containing zero or more objects to format.</param>
  21645.             <param name="format">A format string that contains zero or more format items, which correspond to objects in the args array.</param>
  21646.             <filterpriority>1</filterpriority>
  21647.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21648.         </member>
  21649.         <member name="M:System.Diagnostics.Trace.TraceInformation(System.String)">
  21650.             <summary>Writes an informational message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection using the specified message.</summary>
  21651.             <param name="message">The informative message to write.</param>
  21652.             <filterpriority>1</filterpriority>
  21653.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21654.         </member>
  21655.         <member name="M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])">
  21656.             <summary>Writes an informational message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection using the specified array of objects and formatting information.</summary>
  21657.             <param name="args">An object array containing zero or more objects to format.</param>
  21658.             <param name="format">A format string that contains zero or more format items, which correspond to objects in the args array.</param>
  21659.             <filterpriority>1</filterpriority>
  21660.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21661.         </member>
  21662.         <member name="M:System.Diagnostics.Trace.TraceWarning(System.String)">
  21663.             <summary>Writes a warning message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection using the specified message.</summary>
  21664.             <param name="message">The informative message to write.</param>
  21665.             <filterpriority>1</filterpriority>
  21666.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21667.         </member>
  21668.         <member name="M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])">
  21669.             <summary>Writes a warning message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection using the specified array of objects and formatting information.</summary>
  21670.             <param name="args">An object array containing zero or more objects to format.</param>
  21671.             <param name="format">A format string that contains zero or more format items, which correspond to objects in the args array.</param>
  21672.             <filterpriority>1</filterpriority>
  21673.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21674.         </member>
  21675.         <member name="M:System.Diagnostics.Trace.Unindent">
  21676.             <summary>Decreases the current <see cref="P:System.Diagnostics.Trace.IndentLevel"></see> by one.</summary>
  21677.             <filterpriority>2</filterpriority>
  21678.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21679.         </member>
  21680.         <member name="M:System.Diagnostics.Trace.Write(System.Object)">
  21681.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection.</summary>
  21682.             <param name="value">An <see cref="T:System.Object"></see> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners"></see>. </param>
  21683.             <filterpriority>1</filterpriority>
  21684.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21685.         </member>
  21686.         <member name="M:System.Diagnostics.Trace.Write(System.String)">
  21687.             <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection.</summary>
  21688.             <param name="message">A message to write. </param>
  21689.             <filterpriority>1</filterpriority>
  21690.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21691.         </member>
  21692.         <member name="M:System.Diagnostics.Trace.Write(System.Object,System.String)">
  21693.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection.</summary>
  21694.             <param name="category">A category name used to organize the output. </param>
  21695.             <param name="value">An <see cref="T:System.Object"></see> name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners"></see>. </param>
  21696.             <filterpriority>1</filterpriority>
  21697.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21698.         </member>
  21699.         <member name="M:System.Diagnostics.Trace.Write(System.String,System.String)">
  21700.             <summary>Writes a category name and a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection.</summary>
  21701.             <param name="category">A category name used to organize the output. </param>
  21702.             <param name="message">A message to write. </param>
  21703.             <filterpriority>1</filterpriority>
  21704.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21705.         </member>
  21706.         <member name="M:System.Diagnostics.Trace.WriteIf(System.Boolean,System.Object)">
  21707.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection if a condition is true.</summary>
  21708.             <param name="value">An <see cref="T:System.Object"></see> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners"></see>. </param>
  21709.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  21710.             <filterpriority>1</filterpriority>
  21711.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21712.         </member>
  21713.         <member name="M:System.Diagnostics.Trace.WriteIf(System.Boolean,System.String)">
  21714.             <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection if a condition is true.</summary>
  21715.             <param name="message">A message to write. </param>
  21716.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  21717.             <filterpriority>1</filterpriority>
  21718.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21719.         </member>
  21720.         <member name="M:System.Diagnostics.Trace.WriteIf(System.Boolean,System.Object,System.String)">
  21721.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection if a condition is true.</summary>
  21722.             <param name="category">A category name used to organize the output. </param>
  21723.             <param name="value">An <see cref="T:System.Object"></see> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners"></see>. </param>
  21724.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  21725.             <filterpriority>1</filterpriority>
  21726.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21727.         </member>
  21728.         <member name="M:System.Diagnostics.Trace.WriteIf(System.Boolean,System.String,System.String)">
  21729.             <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection if a condition is true.</summary>
  21730.             <param name="category">A category name used to organize the output. </param>
  21731.             <param name="message">A message to write. </param>
  21732.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  21733.             <filterpriority>1</filterpriority>
  21734.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21735.         </member>
  21736.         <member name="M:System.Diagnostics.Trace.WriteLine(System.Object)">
  21737.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection.</summary>
  21738.             <param name="value">An <see cref="T:System.Object"></see> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners"></see>. </param>
  21739.             <filterpriority>1</filterpriority>
  21740.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21741.         </member>
  21742.         <member name="M:System.Diagnostics.Trace.WriteLine(System.String)">
  21743.             <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection.</summary>
  21744.             <param name="message">A message to write. </param>
  21745.             <filterpriority>1</filterpriority>
  21746.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21747.         </member>
  21748.         <member name="M:System.Diagnostics.Trace.WriteLine(System.Object,System.String)">
  21749.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection.</summary>
  21750.             <param name="category">A category name used to organize the output. </param>
  21751.             <param name="value">An <see cref="T:System.Object"></see> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners"></see>. </param>
  21752.             <filterpriority>1</filterpriority>
  21753.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21754.         </member>
  21755.         <member name="M:System.Diagnostics.Trace.WriteLine(System.String,System.String)">
  21756.             <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection.</summary>
  21757.             <param name="category">A category name used to organize the output. </param>
  21758.             <param name="message">A message to write. </param>
  21759.             <filterpriority>1</filterpriority>
  21760.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21761.         </member>
  21762.         <member name="M:System.Diagnostics.Trace.WriteLineIf(System.Boolean,System.Object)">
  21763.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection if a condition is true.</summary>
  21764.             <param name="value">An <see cref="T:System.Object"></see> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners"></see>. </param>
  21765.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  21766.             <filterpriority>1</filterpriority>
  21767.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21768.         </member>
  21769.         <member name="M:System.Diagnostics.Trace.WriteLineIf(System.Boolean,System.String)">
  21770.             <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection if a condition is true.</summary>
  21771.             <param name="message">A message to write. </param>
  21772.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  21773.             <filterpriority>1</filterpriority>
  21774.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21775.         </member>
  21776.         <member name="M:System.Diagnostics.Trace.WriteLineIf(System.Boolean,System.Object,System.String)">
  21777.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection if a condition is true.</summary>
  21778.             <param name="category">A category name used to organize the output. </param>
  21779.             <param name="value">An <see cref="T:System.Object"></see> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners"></see>. </param>
  21780.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  21781.             <filterpriority>1</filterpriority>
  21782.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21783.         </member>
  21784.         <member name="M:System.Diagnostics.Trace.WriteLineIf(System.Boolean,System.String,System.String)">
  21785.             <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners"></see> collection if a condition is true.</summary>
  21786.             <param name="category">A category name used to organize the output. </param>
  21787.             <param name="message">A message to write. </param>
  21788.             <param name="condition">true to cause a message to be written; otherwise, false. </param>
  21789.             <filterpriority>1</filterpriority>
  21790.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21791.         </member>
  21792.         <member name="P:System.Diagnostics.Trace.AutoFlush">
  21793.             <summary>Gets or sets whether <see cref="M:System.Diagnostics.Trace.Flush"></see> should be called on the <see cref="P:System.Diagnostics.Trace.Listeners"></see> after every write.</summary>
  21794.             <returns>true if <see cref="M:System.Diagnostics.Trace.Flush"></see> is called on the <see cref="P:System.Diagnostics.Trace.Listeners"></see> after every write; otherwise, false.</returns>
  21795.             <filterpriority>2</filterpriority>
  21796.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21797.         </member>
  21798.         <member name="P:System.Diagnostics.Trace.CorrelationManager">
  21799.             <summary>Gets the correlation manager for the thread for this trace.</summary>
  21800.             <returns>The <see cref="T:System.Diagnostics.CorrelationManager"></see> object associated with the thread for this trace.</returns>
  21801.             <filterpriority>2</filterpriority>
  21802.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  21803.         </member>
  21804.         <member name="P:System.Diagnostics.Trace.IndentLevel">
  21805.             <summary>Gets or sets the indent level.</summary>
  21806.             <returns>The indent level. The default is zero.</returns>
  21807.             <filterpriority>2</filterpriority>
  21808.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21809.         </member>
  21810.         <member name="P:System.Diagnostics.Trace.IndentSize">
  21811.             <summary>Gets or sets the number of spaces in an indent.</summary>
  21812.             <returns>The number of spaces in an indent. The default is four.</returns>
  21813.             <filterpriority>2</filterpriority>
  21814.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  21815.         </member>
  21816.         <member name="P:System.Diagnostics.Trace.Listeners">
  21817.             <summary>Gets the collection of listeners that is monitoring the trace output.</summary>
  21818.             <returns>A <see cref="T:System.Diagnostics.TraceListenerCollection"></see> that represents a collection of type <see cref="T:System.Diagnostics.TraceListener"></see> monitoring the trace output.</returns>
  21819.             <filterpriority>1</filterpriority>
  21820.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  21821.         </member>
  21822.         <member name="P:System.Diagnostics.Trace.UseGlobalLock">
  21823.             <summary>Gets or sets a value indicating whether the global lock should be used.  </summary>
  21824.             <returns>true if the global lock is to be used; otherwise, false. The default is true.</returns>
  21825.         </member>
  21826.         <member name="T:System.Diagnostics.TraceEventCache">
  21827.             <summary>Provides trace event data specific to a thread and a process.</summary>
  21828.             <filterpriority>2</filterpriority>
  21829.         </member>
  21830.         <member name="P:System.Diagnostics.TraceEventCache.Callstack">
  21831.             <summary>Gets the call stack for the current thread.</summary>
  21832.             <returns>A string containing stack trace information. This value can be an empty string ("").</returns>
  21833.             <filterpriority>2</filterpriority>
  21834.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" /></PermissionSet>
  21835.         </member>
  21836.         <member name="P:System.Diagnostics.TraceEventCache.DateTime">
  21837.             <summary>Gets the date and time at which the event trace occurred.</summary>
  21838.             <returns>A <see cref="T:System.DateTime"></see> structure whose value is a date and time expressed in Coordinated Universal Time (UTC).</returns>
  21839.             <filterpriority>2</filterpriority>
  21840.         </member>
  21841.         <member name="P:System.Diagnostics.TraceEventCache.LogicalOperationStack">
  21842.             <summary>Gets the correlation data, contained in a stack. </summary>
  21843.             <returns>A <see cref="T:System.Collections.Stack"></see> containing correlation data.</returns>
  21844.             <filterpriority>1</filterpriority>
  21845.         </member>
  21846.         <member name="P:System.Diagnostics.TraceEventCache.ProcessId">
  21847.             <summary>Gets the unique identifier of the current process.</summary>
  21848.             <returns>The system-generated unique identifier of the current process.</returns>
  21849.             <filterpriority>2</filterpriority>
  21850.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  21851.         </member>
  21852.         <member name="P:System.Diagnostics.TraceEventCache.ThreadId">
  21853.             <summary>Gets a unique identifier for the current managed thread.  </summary>
  21854.             <returns>A string that represents a unique integer identifier for this managed thread.</returns>
  21855.             <filterpriority>2</filterpriority>
  21856.         </member>
  21857.         <member name="P:System.Diagnostics.TraceEventCache.Timestamp">
  21858.             <summary>Gets the current number of ticks in the timer mechanism.</summary>
  21859.             <returns>The tick counter value of the underlying timer mechanism.</returns>
  21860.             <filterpriority>2</filterpriority>
  21861.         </member>
  21862.         <member name="T:System.Diagnostics.TraceEventType">
  21863.             <summary>Identifies the type of event that has caused the trace.</summary>
  21864.             <filterpriority>2</filterpriority>
  21865.         </member>
  21866.         <member name="F:System.Diagnostics.TraceEventType.Critical">
  21867.             <summary>Fatal error or application crash.</summary>
  21868.             <filterpriority>1</filterpriority>
  21869.         </member>
  21870.         <member name="F:System.Diagnostics.TraceEventType.Error">
  21871.             <summary>Recoverable error.</summary>
  21872.             <filterpriority>1</filterpriority>
  21873.         </member>
  21874.         <member name="F:System.Diagnostics.TraceEventType.Information">
  21875.             <summary>Informational message.</summary>
  21876.             <filterpriority>1</filterpriority>
  21877.         </member>
  21878.         <member name="F:System.Diagnostics.TraceEventType.Resume">
  21879.             <summary>Resumption of a logical operation.</summary>
  21880.             <filterpriority>1</filterpriority>
  21881.         </member>
  21882.         <member name="F:System.Diagnostics.TraceEventType.Start">
  21883.             <summary>Starting of a logical operation.</summary>
  21884.             <filterpriority>1</filterpriority>
  21885.         </member>
  21886.         <member name="F:System.Diagnostics.TraceEventType.Stop">
  21887.             <summary>Stopping of a logical operation.</summary>
  21888.             <filterpriority>1</filterpriority>
  21889.         </member>
  21890.         <member name="F:System.Diagnostics.TraceEventType.Suspend">
  21891.             <summary>Suspension of a logical operation.</summary>
  21892.             <filterpriority>1</filterpriority>
  21893.         </member>
  21894.         <member name="F:System.Diagnostics.TraceEventType.Transfer">
  21895.             <summary>Changing of correlation identity.</summary>
  21896.             <filterpriority>1</filterpriority>
  21897.         </member>
  21898.         <member name="F:System.Diagnostics.TraceEventType.Verbose">
  21899.             <summary>Debugging trace.</summary>
  21900.             <filterpriority>1</filterpriority>
  21901.         </member>
  21902.         <member name="F:System.Diagnostics.TraceEventType.Warning">
  21903.             <summary>Noncritical problem.</summary>
  21904.             <filterpriority>1</filterpriority>
  21905.         </member>
  21906.         <member name="T:System.Diagnostics.TraceFilter">
  21907.             <summary>Provides the base class for trace filter implementations.</summary>
  21908.             <filterpriority>2</filterpriority>
  21909.         </member>
  21910.         <member name="M:System.Diagnostics.TraceFilter.#ctor">
  21911.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceFilter"></see> class. </summary>
  21912.         </member>
  21913.         <member name="M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
  21914.             <summary>When overridden in a derived class, determines whether the trace listener should trace the event.</summary>
  21915.             <returns>true to trace the specified event; otherwise, false. </returns>
  21916.             <param name="data1">A trace data object.</param>
  21917.             <param name="source">The name of the source.</param>
  21918.             <param name="data">An array of trace data objects.</param>
  21919.             <param name="formatOrMessage">Either the format to use for writing an array of arguments specified by the args parameter, or a message to write.</param>
  21920.             <param name="cache">The <see cref="T:System.Diagnostics.TraceEventCache"></see> that contains information for the trace event.</param>
  21921.             <param name="args">An array of argument objects.</param>
  21922.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  21923.             <param name="id">A trace identifier number.</param>
  21924.             <filterpriority>2</filterpriority>
  21925.         </member>
  21926.         <member name="T:System.Diagnostics.TraceLevel">
  21927.             <summary>Specifies what messages to output for the <see cref="T:System.Diagnostics.Debug"></see>, <see cref="T:System.Diagnostics.Trace"></see> and <see cref="T:System.Diagnostics.TraceSwitch"></see> classes.</summary>
  21928.             <filterpriority>2</filterpriority>
  21929.         </member>
  21930.         <member name="F:System.Diagnostics.TraceLevel.Error">
  21931.             <summary>Output error-handling messages.</summary>
  21932.             <filterpriority>1</filterpriority>
  21933.         </member>
  21934.         <member name="F:System.Diagnostics.TraceLevel.Info">
  21935.             <summary>Output informational messages, warnings, and error-handling messages.</summary>
  21936.             <filterpriority>1</filterpriority>
  21937.         </member>
  21938.         <member name="F:System.Diagnostics.TraceLevel.Off">
  21939.             <summary>Output no tracing and debugging messages.</summary>
  21940.             <filterpriority>1</filterpriority>
  21941.         </member>
  21942.         <member name="F:System.Diagnostics.TraceLevel.Verbose">
  21943.             <summary>Output all debugging and tracing messages.</summary>
  21944.             <filterpriority>1</filterpriority>
  21945.         </member>
  21946.         <member name="F:System.Diagnostics.TraceLevel.Warning">
  21947.             <summary>Output warnings and error-handling messages.</summary>
  21948.             <filterpriority>1</filterpriority>
  21949.         </member>
  21950.         <member name="T:System.Diagnostics.TraceListener">
  21951.             <summary>Provides the abstract base class for the listeners who monitor trace and debug output.</summary>
  21952.             <filterpriority>2</filterpriority>
  21953.         </member>
  21954.         <member name="M:System.Diagnostics.TraceListener.#ctor">
  21955.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceListener"></see> class.</summary>
  21956.         </member>
  21957.         <member name="M:System.Diagnostics.TraceListener.#ctor(System.String)">
  21958.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceListener"></see> class using the specified name as the listener.</summary>
  21959.             <param name="name">The name of the <see cref="T:System.Diagnostics.TraceListener"></see>. </param>
  21960.         </member>
  21961.         <member name="M:System.Diagnostics.TraceListener.Close">
  21962.             <summary>When overridden in a derived class, closes the output stream so it no longer receives tracing or debugging output.</summary>
  21963.             <filterpriority>2</filterpriority>
  21964.         </member>
  21965.         <member name="M:System.Diagnostics.TraceListener.Dispose">
  21966.             <summary>Releases all resources used by the <see cref="T:System.Diagnostics.TraceListener"></see>.</summary>
  21967.             <filterpriority>2</filterpriority>
  21968.         </member>
  21969.         <member name="M:System.Diagnostics.TraceListener.Dispose(System.Boolean)">
  21970.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Diagnostics.TraceListener"></see> and optionally releases the managed resources.</summary>
  21971.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  21972.         </member>
  21973.         <member name="M:System.Diagnostics.TraceListener.Fail(System.String)">
  21974.             <summary>Emits an error message to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener"></see> class.</summary>
  21975.             <param name="message">A message to emit. </param>
  21976.             <filterpriority>2</filterpriority>
  21977.         </member>
  21978.         <member name="M:System.Diagnostics.TraceListener.Fail(System.String,System.String)">
  21979.             <summary>Emits an error message and a detailed error message to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener"></see> class.</summary>
  21980.             <param name="detailMessage">A detailed message to emit. </param>
  21981.             <param name="Message">A message to emit. </param>
  21982.             <filterpriority>2</filterpriority>
  21983.         </member>
  21984.         <member name="M:System.Diagnostics.TraceListener.Flush">
  21985.             <summary>When overridden in a derived class, flushes the output buffer.</summary>
  21986.             <filterpriority>2</filterpriority>
  21987.         </member>
  21988.         <member name="M:System.Diagnostics.TraceListener.GetSupportedAttributes">
  21989.             <summary>Gets the custom attributes supported by the trace listener.</summary>
  21990.             <returns>A string array naming the custom attributes supported by the trace listener, or null if there are no custom attributes.</returns>
  21991.         </member>
  21992.         <member name="M:System.Diagnostics.TraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
  21993.             <summary>Writes trace information, a data object and event information to the listener specific output.</summary>
  21994.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event. </param>
  21995.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  21996.             <param name="data">The trace data to emit.</param>
  21997.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  21998.             <param name="id">A numeric identifier for the event.</param>
  21999.             <filterpriority>1</filterpriority>
  22000.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  22001.         </member>
  22002.         <member name="M:System.Diagnostics.TraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
  22003.             <summary>Writes trace information, an array of data objects and event information to the listener specific output.</summary>
  22004.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  22005.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  22006.             <param name="data">An array of objects to emit as data.</param>
  22007.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  22008.             <param name="id">A numeric identifier for the event.</param>
  22009.             <filterpriority>1</filterpriority>
  22010.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  22011.         </member>
  22012.         <member name="M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)">
  22013.             <summary>Writes trace and event information to the listener specific output.</summary>
  22014.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  22015.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  22016.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  22017.             <param name="id">A numeric identifier for the event.</param>
  22018.             <filterpriority>1</filterpriority>
  22019.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  22020.         </member>
  22021.         <member name="M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
  22022.             <summary>Writes trace information, a message, and event information to the listener specific output.</summary>
  22023.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  22024.             <param name="message">A message to write.</param>
  22025.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  22026.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  22027.             <param name="id">A numeric identifier for the event.</param>
  22028.             <filterpriority>1</filterpriority>
  22029.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  22030.         </member>
  22031.         <member name="M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
  22032.             <summary>Writes trace information, a formatted array of objects and event information to the listener specific output.</summary>
  22033.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  22034.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  22035.             <param name="args">An object array containing zero or more objects to format.</param>
  22036.             <param name="format">A format string that contains zero or more format items, which correspond to objects in the args array.</param>
  22037.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values specifying the type of event that has caused the trace.</param>
  22038.             <param name="id">A numeric identifier for the event.</param>
  22039.             <filterpriority>1</filterpriority>
  22040.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  22041.         </member>
  22042.         <member name="M:System.Diagnostics.TraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
  22043.             <summary>Writes trace information, a message, a related activity identity and event information to the listener specific output.</summary>
  22044.             <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
  22045.             <param name="message">A message to write.</param>
  22046.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> object that contains the current process ID, thread ID, and stack trace information.</param>
  22047.             <param name="relatedActivityId"> A <see cref="T:System.Guid"></see>  object identifying a related activity.</param>
  22048.             <param name="id">A numeric identifier for the event.</param>
  22049.             <filterpriority>1</filterpriority>
  22050.         </member>
  22051.         <member name="M:System.Diagnostics.TraceListener.Write(System.Object)">
  22052.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener"></see> class.</summary>
  22053.             <param name="o">An <see cref="T:System.Object"></see> whose fully qualified class name you want to write. </param>
  22054.             <filterpriority>2</filterpriority>
  22055.         </member>
  22056.         <member name="M:System.Diagnostics.TraceListener.Write(System.String)">
  22057.             <summary>When overridden in a derived class, writes the specified message to the listener you create in the derived class.</summary>
  22058.             <param name="message">A message to write. </param>
  22059.             <filterpriority>2</filterpriority>
  22060.         </member>
  22061.         <member name="M:System.Diagnostics.TraceListener.Write(System.Object,System.String)">
  22062.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener"></see> class.</summary>
  22063.             <param name="category">A category name used to organize the output. </param>
  22064.             <param name="o">An <see cref="T:System.Object"></see> whose fully qualified class name you want to write. </param>
  22065.             <filterpriority>2</filterpriority>
  22066.         </member>
  22067.         <member name="M:System.Diagnostics.TraceListener.Write(System.String,System.String)">
  22068.             <summary>Writes a category name and a message to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener"></see> class.</summary>
  22069.             <param name="category">A category name used to organize the output. </param>
  22070.             <param name="message">A message to write. </param>
  22071.             <filterpriority>2</filterpriority>
  22072.         </member>
  22073.         <member name="M:System.Diagnostics.TraceListener.WriteIndent">
  22074.             <summary>Writes the indent to the listener you create when you implement this class, and resets the <see cref="P:System.Diagnostics.TraceListener.NeedIndent"></see> property to false.</summary>
  22075.         </member>
  22076.         <member name="M:System.Diagnostics.TraceListener.WriteLine(System.Object)">
  22077.             <summary>Writes the value of the object's <see cref="M:System.Object.ToString"></see> method to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener"></see> class, followed by a line terminator.</summary>
  22078.             <param name="o">An <see cref="T:System.Object"></see> whose fully qualified class name you want to write. </param>
  22079.             <filterpriority>2</filterpriority>
  22080.         </member>
  22081.         <member name="M:System.Diagnostics.TraceListener.WriteLine(System.String)">
  22082.             <summary>When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.</summary>
  22083.             <param name="message">A message to write. </param>
  22084.             <filterpriority>2</filterpriority>
  22085.         </member>
  22086.         <member name="M:System.Diagnostics.TraceListener.WriteLine(System.Object,System.String)">
  22087.             <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString"></see> method to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener"></see> class, followed by a line terminator.</summary>
  22088.             <param name="category">A category name used to organize the output. </param>
  22089.             <param name="o">An <see cref="T:System.Object"></see> whose fully qualified class name you want to write. </param>
  22090.             <filterpriority>2</filterpriority>
  22091.         </member>
  22092.         <member name="M:System.Diagnostics.TraceListener.WriteLine(System.String,System.String)">
  22093.             <summary>Writes a category name and a message to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener"></see> class, followed by a line terminator.</summary>
  22094.             <param name="category">A category name used to organize the output. </param>
  22095.             <param name="message">A message to write. </param>
  22096.             <filterpriority>2</filterpriority>
  22097.         </member>
  22098.         <member name="P:System.Diagnostics.TraceListener.Attributes">
  22099.             <summary>Gets the custom trace listener attributes defined in the application configuration file.</summary>
  22100.             <returns>A <see cref="T:System.Collections.Specialized.StringDictionary"></see> containing the custom attributes for the trace listener.</returns>
  22101.             <filterpriority>1</filterpriority>
  22102.         </member>
  22103.         <member name="P:System.Diagnostics.TraceListener.Filter">
  22104.             <summary>Gets and sets the trace filter for the trace listener.</summary>
  22105.             <returns>An object derived from the <see cref="T:System.Diagnostics.TraceFilter"></see> base class.</returns>
  22106.             <filterpriority>2</filterpriority>
  22107.         </member>
  22108.         <member name="P:System.Diagnostics.TraceListener.IndentLevel">
  22109.             <summary>Gets or sets the indent level.</summary>
  22110.             <returns>The indent level. The default is zero.</returns>
  22111.             <filterpriority>2</filterpriority>
  22112.         </member>
  22113.         <member name="P:System.Diagnostics.TraceListener.IndentSize">
  22114.             <summary>Gets or sets the number of spaces in an indent.</summary>
  22115.             <returns>The number of spaces in an indent. The default is four spaces.</returns>
  22116.             <filterpriority>2</filterpriority>
  22117.         </member>
  22118.         <member name="P:System.Diagnostics.TraceListener.IsThreadSafe">
  22119.             <summary>Gets a value indicating whether the trace listener is thread safe. </summary>
  22120.             <returns>true if the trace listener is thread safe; otherwise, false. The default is false.</returns>
  22121.         </member>
  22122.         <member name="P:System.Diagnostics.TraceListener.Name">
  22123.             <summary>Gets or sets a name for this <see cref="T:System.Diagnostics.TraceListener"></see>.</summary>
  22124.             <returns>A name for this <see cref="T:System.Diagnostics.TraceListener"></see>. The default is an empty string ("").</returns>
  22125.             <filterpriority>2</filterpriority>
  22126.         </member>
  22127.         <member name="P:System.Diagnostics.TraceListener.NeedIndent">
  22128.             <summary>Gets or sets a value indicating whether to indent the output.</summary>
  22129.             <returns>true if the output should be indented; otherwise, false.</returns>
  22130.         </member>
  22131.         <member name="P:System.Diagnostics.TraceListener.TraceOutputOptions">
  22132.             <summary>Gets or sets the trace output options.</summary>
  22133.             <returns>A bitwise combination of the <see cref="T:System.Diagnostics.TraceOptions"></see> values. The default is <see cref="F:System.Diagnostics.TraceOptions.None"></see>. </returns>
  22134.             <filterpriority>2</filterpriority>
  22135.         </member>
  22136.         <member name="T:System.Diagnostics.TraceListenerCollection">
  22137.             <summary>Provides a thread-safe list of <see cref="T:System.Diagnostics.TraceListener"></see> objects.</summary>
  22138.             <filterpriority>2</filterpriority>
  22139.         </member>
  22140.         <member name="M:System.Diagnostics.TraceListenerCollection.Add(System.Diagnostics.TraceListener)">
  22141.             <summary>Adds a <see cref="T:System.Diagnostics.TraceListener"></see> to the list.</summary>
  22142.             <returns>The position at which the new listener was inserted.</returns>
  22143.             <param name="listener">A <see cref="T:System.Diagnostics.TraceListener"></see> to add to the list. </param>
  22144.             <filterpriority>2</filterpriority>
  22145.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  22146.         </member>
  22147.         <member name="M:System.Diagnostics.TraceListenerCollection.AddRange(System.Diagnostics.TraceListener[])">
  22148.             <summary>Adds an array of <see cref="T:System.Diagnostics.TraceListener"></see> objects to the list.</summary>
  22149.             <param name="value">An array of <see cref="T:System.Diagnostics.TraceListener"></see> objects to add to the list. </param>
  22150.             <filterpriority>2</filterpriority>
  22151.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  22152.         </member>
  22153.         <member name="M:System.Diagnostics.TraceListenerCollection.AddRange(System.Diagnostics.TraceListenerCollection)">
  22154.             <summary>Adds the contents of another <see cref="T:System.Diagnostics.TraceListenerCollection"></see> to the list.</summary>
  22155.             <param name="value">Another <see cref="T:System.Diagnostics.TraceListenerCollection"></see> whose contents are added to the list. </param>
  22156.             <filterpriority>2</filterpriority>
  22157.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  22158.         </member>
  22159.         <member name="M:System.Diagnostics.TraceListenerCollection.Clear">
  22160.             <summary>Clears all the listeners from the list.</summary>
  22161.             <filterpriority>2</filterpriority>
  22162.         </member>
  22163.         <member name="M:System.Diagnostics.TraceListenerCollection.Contains(System.Diagnostics.TraceListener)">
  22164.             <summary>Checks whether the list contains the specified listener.</summary>
  22165.             <returns>true if the listener is in the list; otherwise, false.</returns>
  22166.             <param name="listener">A <see cref="T:System.Diagnostics.TraceListener"></see> to find in the list. </param>
  22167.             <filterpriority>2</filterpriority>
  22168.         </member>
  22169.         <member name="M:System.Diagnostics.TraceListenerCollection.CopyTo(System.Diagnostics.TraceListener[],System.Int32)">
  22170.             <summary>Copies a section of the current <see cref="T:System.Diagnostics.TraceListenerCollection"></see> list to the specified array at the specified index.</summary>
  22171.             <param name="listeners">An array of type <see cref="T:System.Array"></see> to copy the elements into. </param>
  22172.             <param name="index">The starting index number in the current list to copy from. </param>
  22173.             <filterpriority>2</filterpriority>
  22174.         </member>
  22175.         <member name="M:System.Diagnostics.TraceListenerCollection.GetEnumerator">
  22176.             <summary>Gets an enumerator for this list.</summary>
  22177.             <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator"></see>.</returns>
  22178.             <filterpriority>2</filterpriority>
  22179.         </member>
  22180.         <member name="M:System.Diagnostics.TraceListenerCollection.IndexOf(System.Diagnostics.TraceListener)">
  22181.             <summary>Gets the index of the specified listener.</summary>
  22182.             <returns>The index of the listener, if it can be found in the list; otherwise, -1.</returns>
  22183.             <param name="listener">A <see cref="T:System.Diagnostics.TraceListener"></see> to find in the list. </param>
  22184.             <filterpriority>2</filterpriority>
  22185.         </member>
  22186.         <member name="M:System.Diagnostics.TraceListenerCollection.Insert(System.Int32,System.Diagnostics.TraceListener)">
  22187.             <summary>Inserts the listener at the specified index.</summary>
  22188.             <param name="listener">A <see cref="T:System.Diagnostics.TraceListener"></see> to insert in the list. </param>
  22189.             <param name="index">The position in the list to insert the new <see cref="T:System.Diagnostics.TraceListener"></see>. </param>
  22190.             <exception cref="T:System.ArgumentOutOfRangeException">The index is not a valid index in the list. </exception>
  22191.             <filterpriority>2</filterpriority>
  22192.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  22193.         </member>
  22194.         <member name="M:System.Diagnostics.TraceListenerCollection.Remove(System.String)">
  22195.             <summary>Removes from the collection the first <see cref="T:System.Diagnostics.TraceListener"></see> with the specified name.</summary>
  22196.             <param name="name">The name of the <see cref="T:System.Diagnostics.TraceListener"></see> to remove from the list. </param>
  22197.             <filterpriority>2</filterpriority>
  22198.         </member>
  22199.         <member name="M:System.Diagnostics.TraceListenerCollection.Remove(System.Diagnostics.TraceListener)">
  22200.             <summary>Removes from the collection the specified <see cref="T:System.Diagnostics.TraceListener"></see>.</summary>
  22201.             <param name="listener">A <see cref="T:System.Diagnostics.TraceListener"></see> to remove from the list. </param>
  22202.             <filterpriority>2</filterpriority>
  22203.         </member>
  22204.         <member name="M:System.Diagnostics.TraceListenerCollection.RemoveAt(System.Int32)">
  22205.             <summary>Removes from the collection the <see cref="T:System.Diagnostics.TraceListener"></see> at the specified index.</summary>
  22206.             <param name="index">The zero-based index of the <see cref="T:System.Diagnostics.TraceListener"></see> to remove from the list. </param>
  22207.             <exception cref="T:System.ArgumentOutOfRangeException">The index is not a valid index in the list. </exception>
  22208.             <filterpriority>2</filterpriority>
  22209.         </member>
  22210.         <member name="M:System.Diagnostics.TraceListenerCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  22211.             <summary>Copies a section of the current <see cref="T:System.Diagnostics.TraceListenerCollection"></see> to the specified array of <see cref="T:System.Diagnostics.TraceListener"></see> objects. </summary>
  22212.             <param name="array">The one-dimensional array of <see cref="T:System.Diagnostics.TraceListener"></see> objects that is the destination of the elements copied from the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>. The array must have zero-based indexing.</param>
  22213.             <param name="index">The zero-based index in array at which copying begins.</param>
  22214.         </member>
  22215.         <member name="M:System.Diagnostics.TraceListenerCollection.System.Collections.IList.Add(System.Object)">
  22216.             <summary>Adds a trace listener to the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</summary>
  22217.             <returns>The position into which the new trace listener was inserted.</returns>
  22218.             <param name="value">The object to add to the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</param>
  22219.             <exception cref="T:System.ArgumentException">value is null. -or-value is not a <see cref="T:System.Diagnostics.TraceListener"></see>.</exception>
  22220.         </member>
  22221.         <member name="M:System.Diagnostics.TraceListenerCollection.System.Collections.IList.Contains(System.Object)">
  22222.             <summary>Determines whether the <see cref="T:System.Diagnostics.TraceListenerCollection"></see> contains a specific object.</summary>
  22223.             <returns>true if the <see cref="T:System.Object"></see> is found in the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>; otherwise, false.</returns>
  22224.             <param name="value">The object to locate in the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</param>
  22225.         </member>
  22226.         <member name="M:System.Diagnostics.TraceListenerCollection.System.Collections.IList.IndexOf(System.Object)">
  22227.             <summary>Determines the index of a specific object in the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</summary>
  22228.             <returns>The index of value if found in the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>; otherwise, -1.</returns>
  22229.             <param name="value">The object to locate in the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</param>
  22230.         </member>
  22231.         <member name="M:System.Diagnostics.TraceListenerCollection.System.Collections.IList.Insert(System.Int32,System.Object)">
  22232.             <summary>Inserts a <see cref="T:System.Diagnostics.TraceListener"></see> object at the specified position in the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</summary>
  22233.             <param name="value">The <see cref="T:System.Diagnostics.TraceListener"></see> object to insert into the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</param>
  22234.             <param name="index">The zero-based index at which value should be inserted.</param>
  22235.         </member>
  22236.         <member name="M:System.Diagnostics.TraceListenerCollection.System.Collections.IList.Remove(System.Object)">
  22237.             <summary>Removes an object from the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</summary>
  22238.             <param name="value">The object to remove from the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</param>
  22239.         </member>
  22240.         <member name="P:System.Diagnostics.TraceListenerCollection.Count">
  22241.             <summary>Gets the number of listeners in the list.</summary>
  22242.             <returns>The number of listeners in the list.</returns>
  22243.             <filterpriority>2</filterpriority>
  22244.         </member>
  22245.         <member name="P:System.Diagnostics.TraceListenerCollection.Item(System.Int32)">
  22246.             <summary>Gets or sets the <see cref="T:System.Diagnostics.TraceListener"></see> at the specified index.</summary>
  22247.             <returns>A <see cref="T:System.Diagnostics.TraceListener"></see> with the specified index.</returns>
  22248.             <param name="i">The zero-based index of the <see cref="T:System.Diagnostics.TraceListener"></see> to get from the list. </param>
  22249.             <filterpriority>2</filterpriority>
  22250.         </member>
  22251.         <member name="P:System.Diagnostics.TraceListenerCollection.Item(System.String)">
  22252.             <summary>Gets the first <see cref="T:System.Diagnostics.TraceListener"></see> in the list with the specified name.</summary>
  22253.             <returns>The first <see cref="T:System.Diagnostics.TraceListener"></see> in the list with the given <see cref="P:System.Diagnostics.TraceListener.Name"></see>. This item returns null if no <see cref="T:System.Diagnostics.TraceListener"></see> with the given name can be found.</returns>
  22254.             <param name="name">The name of the <see cref="T:System.Diagnostics.TraceListener"></see> to get from the list. </param>
  22255.             <filterpriority>2</filterpriority>
  22256.         </member>
  22257.         <member name="P:System.Diagnostics.TraceListenerCollection.System.Collections.ICollection.IsSynchronized">
  22258.             <summary>Gets a value indicating whether access to the <see cref="T:System.Diagnostics.TraceListenerCollection"></see> is synchronized (thread safe).</summary>
  22259.             <returns>true if access to the <see cref="T:System.Diagnostics.TraceListenerCollection"></see> is synchronized (thread safe); otherwise, false.</returns>
  22260.         </member>
  22261.         <member name="P:System.Diagnostics.TraceListenerCollection.System.Collections.ICollection.SyncRoot">
  22262.             <summary> Gets an object that can be used to synchronize access to the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</summary>
  22263.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</returns>
  22264.         </member>
  22265.         <member name="P:System.Diagnostics.TraceListenerCollection.System.Collections.IList.IsFixedSize">
  22266.             <summary>Gets a value indicating whether the <see cref="T:System.Diagnostics.TraceListenerCollection"></see> has a fixed size.</summary>
  22267.             <returns>false if the <see cref="T:System.Diagnostics.TraceListenerCollection"></see> does not have a fixed size.</returns>
  22268.         </member>
  22269.         <member name="P:System.Diagnostics.TraceListenerCollection.System.Collections.IList.IsReadOnly">
  22270.             <summary>Returns a value indicating whether the <see cref="T:System.Diagnostics.TraceListenerCollection"></see> is read-only</summary>
  22271.             <returns>false if the <see cref="T:System.Diagnostics.TraceListenerCollection"></see> is writable.</returns>
  22272.         </member>
  22273.         <member name="P:System.Diagnostics.TraceListenerCollection.System.Collections.IList.Item(System.Int32)">
  22274.             <summary>Gets the <see cref="T:System.Diagnostics.TraceListener"></see> at the specified index in the <see cref="T:System.Diagnostics.TraceListenerCollection"></see>.</summary>
  22275.             <returns>The <see cref="T:System.Diagnostics.TraceListener"></see> at the specified index.</returns>
  22276.             <param name="index">The zero-based index of the value to get.</param>
  22277.         </member>
  22278.         <member name="T:System.Diagnostics.TraceOptions">
  22279.             <summary>Specifies trace data options to be written to the trace output.</summary>
  22280.             <filterpriority>2</filterpriority>
  22281.         </member>
  22282.         <member name="F:System.Diagnostics.TraceOptions.Callstack">
  22283.             <summary>Write the call stack, which is represented by the return value of the <see cref="P:System.Environment.StackTrace"></see> property.</summary>
  22284.             <filterpriority>1</filterpriority>
  22285.         </member>
  22286.         <member name="F:System.Diagnostics.TraceOptions.DateTime">
  22287.             <summary>Write the date and time. </summary>
  22288.             <filterpriority>1</filterpriority>
  22289.         </member>
  22290.         <member name="F:System.Diagnostics.TraceOptions.LogicalOperationStack">
  22291.             <summary>Write the logical operation stack, which is represented by the return value of the <see cref="P:System.Diagnostics.CorrelationManager.LogicalOperationStack"></see> property.</summary>
  22292.             <filterpriority>1</filterpriority>
  22293.         </member>
  22294.         <member name="F:System.Diagnostics.TraceOptions.None">
  22295.             <summary>Do not write any elements.</summary>
  22296.             <filterpriority>1</filterpriority>
  22297.         </member>
  22298.         <member name="F:System.Diagnostics.TraceOptions.ProcessId">
  22299.             <summary>Write the process identity, which is represented by the return value of the <see cref="P:System.Diagnostics.Process.Id"></see> property.</summary>
  22300.             <filterpriority>1</filterpriority>
  22301.         </member>
  22302.         <member name="F:System.Diagnostics.TraceOptions.ThreadId">
  22303.             <summary>Write the thread identity, which is represented by the return value of the <see cref="P:System.Threading.Thread.ManagedThreadId"></see> property for the current thread.</summary>
  22304.             <filterpriority>1</filterpriority>
  22305.         </member>
  22306.         <member name="F:System.Diagnostics.TraceOptions.Timestamp">
  22307.             <summary>Write the timestamp, which is represented by the return value of the <see cref="M:System.Diagnostics.Stopwatch.GetTimeStamp"></see> method.</summary>
  22308.             <filterpriority>1</filterpriority>
  22309.         </member>
  22310.         <member name="T:System.Diagnostics.TraceSource">
  22311.             <summary>Provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source. </summary>
  22312.             <filterpriority>1</filterpriority>
  22313.         </member>
  22314.         <member name="M:System.Diagnostics.TraceSource.#ctor(System.String)">
  22315.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceSource"></see> class, using the specified name for the source. </summary>
  22316.             <param name="name">The name of the source, typically the name of the application.</param>
  22317.             <exception cref="T:System.ArgumentException">name is an empty string ("").</exception>
  22318.             <exception cref="T:System.ArgumentNullException">name is null.</exception>
  22319.         </member>
  22320.         <member name="M:System.Diagnostics.TraceSource.#ctor(System.String,System.Diagnostics.SourceLevels)">
  22321.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceSource"></see> class, using the specified name for the source and the default source level at which tracing is to occur.  </summary>
  22322.             <param name="defaultLevel">A bitwise combination of the <see cref="T:System.Diagnostics.SourceLevels"></see> values that specifies the default source level at which to trace.</param>
  22323.             <param name="name">The name of the source, typically the name of the application.</param>
  22324.             <exception cref="T:System.ArgumentException">name is an empty string ("").</exception>
  22325.             <exception cref="T:System.ArgumentNullException">name is null.</exception>
  22326.         </member>
  22327.         <member name="M:System.Diagnostics.TraceSource.Close">
  22328.             <summary>Closes all the trace listeners in the trace listener collection.</summary>
  22329.             <filterpriority>1</filterpriority>
  22330.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  22331.         </member>
  22332.         <member name="M:System.Diagnostics.TraceSource.Flush">
  22333.             <summary>Flushes all the trace listeners in the trace listener collection.</summary>
  22334.             <filterpriority>1</filterpriority>
  22335.         </member>
  22336.         <member name="M:System.Diagnostics.TraceSource.GetSupportedAttributes">
  22337.             <summary>Gets the custom attributes supported by the trace source.</summary>
  22338.             <returns>A string array naming the custom attributes supported by the trace source, or null if there are no custom attributes.</returns>
  22339.         </member>
  22340.         <member name="M:System.Diagnostics.TraceSource.TraceData(System.Diagnostics.TraceEventType,System.Int32,System.Object)">
  22341.             <summary>Writes trace data to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners"></see> collection using the specified event type, event identifier, and trace data.</summary>
  22342.             <param name="data">The trace data.</param>
  22343.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values that specifies the event type of the trace data.</param>
  22344.             <param name="id">A numeric identifier for the event.</param>
  22345.             <filterpriority>1</filterpriority>
  22346.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  22347.         </member>
  22348.         <member name="M:System.Diagnostics.TraceSource.TraceData(System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
  22349.             <summary>Writes trace data to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners"></see> collection using the specified event type, event identifier, and trace data array.</summary>
  22350.             <param name="data">An object array containing the trace data.</param>
  22351.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values that specifies the event type of the trace data.</param>
  22352.             <param name="id">A numeric identifier for the event.</param>
  22353.             <filterpriority>1</filterpriority>
  22354.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  22355.         </member>
  22356.         <member name="M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32)">
  22357.             <summary>Writes a trace event message to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners"></see> collection using the specified event type and event identifier.</summary>
  22358.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values that specifies the event type of the trace data.</param>
  22359.             <param name="id">A numeric identifier for the event.</param>
  22360.             <filterpriority>1</filterpriority>
  22361.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  22362.         </member>
  22363.         <member name="M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String)">
  22364.             <summary>Writes a trace event message to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners"></see> collection using the specified event type, event identifier, and message.</summary>
  22365.             <param name="message">The trace message to write.</param>
  22366.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values that specifies the event type of the trace data.</param>
  22367.             <param name="id">A numeric identifier for the event.</param>
  22368.             <filterpriority>1</filterpriority>
  22369.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  22370.         </member>
  22371.         <member name="M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
  22372.             <summary>Writes a trace event to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners"></see> collection using the specified event type, event identifier, and argument array and format.</summary>
  22373.             <param name="args">An object array containing zero or more objects to format.</param>
  22374.             <param name="format">A format string that contains zero or more format items, which correspond to objects in the args array.</param>
  22375.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values that specifies the event type of the trace data.</param>
  22376.             <param name="id">A numeric identifier for the event.</param>
  22377.             <filterpriority>1</filterpriority>
  22378.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  22379.         </member>
  22380.         <member name="M:System.Diagnostics.TraceSource.TraceInformation(System.String)">
  22381.             <summary>Writes an informational message to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners"></see> collection using the specified message.</summary>
  22382.             <param name="message">The informative message to write.</param>
  22383.             <filterpriority>1</filterpriority>
  22384.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  22385.         </member>
  22386.         <member name="M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])">
  22387.             <summary>Writes an informational message to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners"></see> collection using the specified object array and formatting information.</summary>
  22388.             <param name="args">An array containing zero or more objects to format.</param>
  22389.             <param name="format">A format string that contains zero or more format items that correspond to objects in the args array.</param>
  22390.             <filterpriority>1</filterpriority>
  22391.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  22392.         </member>
  22393.         <member name="M:System.Diagnostics.TraceSource.TraceTransfer(System.Int32,System.String,System.Guid)">
  22394.             <summary>Writes trace transfer message to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners"></see> collection using the specified numeric identifier, message, and related activity identifier.</summary>
  22395.             <param name="message">The trace message to write.</param>
  22396.             <param name="relatedActivityId">A <see cref="T:System.Guid"></see> structure that identifies the related activity.</param>
  22397.             <param name="id">A numeric identifier for the event.</param>
  22398.             <filterpriority>1</filterpriority>
  22399.         </member>
  22400.         <member name="P:System.Diagnostics.TraceSource.Attributes">
  22401.             <summary>Gets the custom switch attributes defined in the application configuration file.</summary>
  22402.             <returns>A <see cref="T:System.Collections.Specialized.StringDictionary"></see> containing the custom attributes for the trace switch.</returns>
  22403.             <filterpriority>1</filterpriority>
  22404.         </member>
  22405.         <member name="P:System.Diagnostics.TraceSource.Listeners">
  22406.             <summary>Gets the collection of trace listeners for the trace source.</summary>
  22407.             <returns>A <see cref="T:System.Diagnostics.TraceListenerCollection"></see> that contains the active trace listeners associated with the source. </returns>
  22408.             <filterpriority>1</filterpriority>
  22409.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  22410.         </member>
  22411.         <member name="P:System.Diagnostics.TraceSource.Name">
  22412.             <summary>Gets the name of the trace source.</summary>
  22413.             <returns>The name of the trace source.</returns>
  22414.             <filterpriority>1</filterpriority>
  22415.         </member>
  22416.         <member name="P:System.Diagnostics.TraceSource.Switch">
  22417.             <summary>Gets or sets the source switch value.</summary>
  22418.             <returns>A <see cref="T:System.Diagnostics.SourceSwitch"></see> object representing the source switch value.</returns>
  22419.             <exception cref="T:System.ArgumentNullException"><see cref="P:System.Diagnostics.TraceSource.Switch"></see> is set to null.</exception>
  22420.             <filterpriority>1</filterpriority>
  22421.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  22422.         </member>
  22423.         <member name="T:System.Diagnostics.TraceSwitch">
  22424.             <summary>Provides a multilevel switch to control tracing and debug output without recompiling your code.</summary>
  22425.             <filterpriority>2</filterpriority>
  22426.         </member>
  22427.         <member name="M:System.Diagnostics.TraceSwitch.#ctor(System.String,System.String)">
  22428.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceSwitch"></see> class, using the specified display name and description.</summary>
  22429.             <param name="description">The description of the switch. </param>
  22430.             <param name="displayName">The name to display on a user interface. </param>
  22431.         </member>
  22432.         <member name="M:System.Diagnostics.TraceSwitch.#ctor(System.String,System.String,System.String)">
  22433.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceSwitch"></see> class, using the specified display name, description, and default value for the switch. </summary>
  22434.             <param name="description">The description of the switch. </param>
  22435.             <param name="defaultSwitchValue">The default value of the switch.</param>
  22436.             <param name="displayName">The name to display on a user interface. </param>
  22437.         </member>
  22438.         <member name="M:System.Diagnostics.TraceSwitch.OnSwitchSettingChanged">
  22439.             <summary>Updates and corrects the level for this switch.</summary>
  22440.         </member>
  22441.         <member name="M:System.Diagnostics.TraceSwitch.OnValueChanged">
  22442.             <summary>Sets the <see cref="P:System.Diagnostics.Switch.SwitchSetting"></see> property to the integer equivalent of the <see cref="P:System.Diagnostics.Switch.Value"></see> property.</summary>
  22443.         </member>
  22444.         <member name="P:System.Diagnostics.TraceSwitch.Level">
  22445.             <summary>Gets or sets the trace level that determines the messages the switch allows.</summary>
  22446.             <returns>One of the <see cref="T:System.Diagnostics.TraceLevel"></see> values that that specifies the level of messages that are allowed by the switch.</returns>
  22447.             <exception cref="T:System.ArgumentException"><see cref="P:System.Diagnostics.TraceSwitch.Level"></see> is set to a value that is not one of the <see cref="T:System.Diagnostics.TraceLevel"></see> values. </exception>
  22448.             <filterpriority>2</filterpriority>
  22449.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  22450.         </member>
  22451.         <member name="P:System.Diagnostics.TraceSwitch.TraceError">
  22452.             <summary>Gets a value indicating whether the switch allows error-handling messages.</summary>
  22453.             <returns>true if the <see cref="P:System.Diagnostics.TraceSwitch.Level"></see> property is set to <see cref="F:System.Diagnostics.TraceLevel.Error"></see>, <see cref="F:System.Diagnostics.TraceLevel.Warning"></see>, <see cref="F:System.Diagnostics.TraceLevel.Info"></see>, or <see cref="F:System.Diagnostics.TraceLevel.Verbose"></see>; otherwise, false.</returns>
  22454.             <filterpriority>2</filterpriority>
  22455.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  22456.         </member>
  22457.         <member name="P:System.Diagnostics.TraceSwitch.TraceInfo">
  22458.             <summary>Gets a value indicating whether the switch allows informational messages.</summary>
  22459.             <returns>true if the <see cref="P:System.Diagnostics.TraceSwitch.Level"></see> property is set to <see cref="F:System.Diagnostics.TraceLevel.Info"></see> or <see cref="F:System.Diagnostics.TraceLevel.Verbose"></see>; otherwise, false.  </returns>
  22460.             <filterpriority>2</filterpriority>
  22461.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  22462.         </member>
  22463.         <member name="P:System.Diagnostics.TraceSwitch.TraceVerbose">
  22464.             <summary>Gets a value indicating whether the switch allows all messages.</summary>
  22465.             <returns>true if the <see cref="P:System.Diagnostics.TraceSwitch.Level"></see> property is set to <see cref="F:System.Diagnostics.TraceLevel.Verbose"></see>; otherwise, false.</returns>
  22466.             <filterpriority>2</filterpriority>
  22467.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  22468.         </member>
  22469.         <member name="P:System.Diagnostics.TraceSwitch.TraceWarning">
  22470.             <summary>Gets a value indicating whether the switch allows warning messages.</summary>
  22471.             <returns>true if the <see cref="P:System.Diagnostics.TraceSwitch.Level"></see> property is set to <see cref="F:System.Diagnostics.TraceLevel.Warning"></see>, <see cref="F:System.Diagnostics.TraceLevel.Info"></see>, or <see cref="F:System.Diagnostics.TraceLevel.Verbose"></see>; otherwise, false.</returns>
  22472.             <filterpriority>2</filterpriority>
  22473.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  22474.         </member>
  22475.         <member name="T:System.Diagnostics.XmlWriterTraceListener">
  22476.             <summary>Directs tracing or debugging output as XML-encoded data to a <see cref="T:System.IO.TextWriter"></see> or to a <see cref="T:System.IO.Stream"></see>, such as a <see cref="T:System.IO.FileStream"></see>.</summary>
  22477.             <filterpriority>1</filterpriority>
  22478.         </member>
  22479.         <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.IO.Stream)">
  22480.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener"></see> class, using the specified stream as the recipient of the debugging and tracing output. </summary>
  22481.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that represents the stream the trace listener writes to.</param>
  22482.             <exception cref="T:System.ArgumentNullException">stream is null. </exception>
  22483.         </member>
  22484.         <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.String)">
  22485.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener"></see> class, using the specified file as the recipient of the debugging and tracing output. </summary>
  22486.             <param name="filename">The name of the file to write to.</param>
  22487.             <exception cref="T:System.ArgumentNullException">filename is null. </exception>
  22488.         </member>
  22489.         <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.IO.TextWriter)">
  22490.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener"></see> class using the specified writer as the recipient of the debugging and tracing output. </summary>
  22491.             <param name="writer">A <see cref="T:System.IO.TextWriter"></see> that receives the output from the trace listener.</param>
  22492.             <exception cref="T:System.ArgumentNullException">writer is null. </exception>
  22493.         </member>
  22494.         <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.IO.Stream,System.String)">
  22495.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener"></see> class with the specified name, using the specified stream as the recipient of the debugging and tracing output. </summary>
  22496.             <param name="name">The name of the new instance. </param>
  22497.             <param name="stream">A <see cref="T:System.IO.Stream"></see> that represents the stream the trace listener writes to. </param>
  22498.             <exception cref="T:System.ArgumentNullException">stream is null. </exception>
  22499.         </member>
  22500.         <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.String,System.String)">
  22501.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener"></see> class with the specified name, using the specified file as the recipient of the debugging and tracing output.  </summary>
  22502.             <param name="name">The name of the new instance. </param>
  22503.             <param name="filename">The name of the file to write to. </param>
  22504.             <exception cref="T:System.ArgumentNullException">stream is null. </exception>
  22505.         </member>
  22506.         <member name="M:System.Diagnostics.XmlWriterTraceListener.#ctor(System.IO.TextWriter,System.String)">
  22507.             <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.XmlWriterTraceListener"></see> class with the specified name, using the specified writer as the recipient of the debugging and tracing output. </summary>
  22508.             <param name="writer">A <see cref="T:System.IO.TextWriter"></see> that receives the output from the trace listener. </param>
  22509.             <param name="name">The name of the new instance. </param>
  22510.             <exception cref="T:System.ArgumentNullException">writer is null. </exception>
  22511.         </member>
  22512.         <member name="M:System.Diagnostics.XmlWriterTraceListener.Close">
  22513.             <summary>Closes the <see cref="P:System.Diagnostics.TextWriterTraceListener.Writer"></see> for this listener so that it no longer receives tracing or debugging output.</summary>
  22514.         </member>
  22515.         <member name="M:System.Diagnostics.XmlWriterTraceListener.Fail(System.String,System.String)">
  22516.             <summary>Writes trace information including an error message and a detailed error message to the file or stream.</summary>
  22517.             <param name="detailMessage">The detailed error message to append to the error message.</param>
  22518.             <param name="message">The error message to write.</param>
  22519.         </member>
  22520.         <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
  22521.             <summary>Writes trace information, a data object, and event information to the file or stream.</summary>
  22522.             <param name="source">The source name. </param>
  22523.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> that contains the current process ID, thread ID, and stack trace information.</param>
  22524.             <param name="data">A data object to emit.</param>
  22525.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values.</param>
  22526.             <param name="id">A numeric identifier for the event.</param>
  22527.             <filterpriority>1</filterpriority>
  22528.         </member>
  22529.         <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
  22530.             <summary>Writes trace information, data objects, and event information to the file or stream.</summary>
  22531.             <param name="source">The source name. </param>
  22532.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> that contains the current process ID, thread ID, and stack trace information.</param>
  22533.             <param name="data">An array of data objects to emit.</param>
  22534.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values.</param>
  22535.             <param name="id">A numeric identifier for the event.</param>
  22536.             <filterpriority>1</filterpriority>
  22537.         </member>
  22538.         <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
  22539.             <summary>Writes trace information, a message, and event information to the file or stream.</summary>
  22540.             <param name="source">The source name. </param>
  22541.             <param name="message">The message to write.</param>
  22542.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> that contains the current process ID, thread ID, and stack trace information.</param>
  22543.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values.</param>
  22544.             <param name="id">A numeric identifier for the event.</param>
  22545.             <filterpriority>1</filterpriority>
  22546.         </member>
  22547.         <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
  22548.             <summary>Writes trace information, a formatted message, and event information to the file or stream.</summary>
  22549.             <param name="source">The source name. </param>
  22550.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> that contains the current process ID, thread ID, and stack trace information.</param>
  22551.             <param name="args">An object array containing zero or more objects to format.</param>
  22552.             <param name="format">A format string that contains zero or more format items that correspond to objects in the args array.</param>
  22553.             <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType"></see> values.</param>
  22554.             <param name="id">A numeric identifier for the event.</param>
  22555.             <filterpriority>1</filterpriority>
  22556.         </member>
  22557.         <member name="M:System.Diagnostics.XmlWriterTraceListener.TraceTransfer(System.Diagnostics.TraceEventCache,System.String,System.Int32,System.String,System.Guid)">
  22558.             <summary>Writes trace information including the identity of a related activity, a message, and event information to the file or stream.</summary>
  22559.             <param name="source">The source name. </param>
  22560.             <param name="message">A trace message to write.</param>
  22561.             <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache"></see> that contains the current process ID, thread ID, and stack trace information.</param>
  22562.             <param name="relatedActivityId">A <see cref="T:System.Guid"></see> structure that identifies a related activity.</param>
  22563.             <param name="id">A numeric identifier for the event.</param>
  22564.             <filterpriority>1</filterpriority>
  22565.         </member>
  22566.         <member name="M:System.Diagnostics.XmlWriterTraceListener.Write(System.String)">
  22567.             <summary>Writes a verbatim message without any additional context information to the file or stream.</summary>
  22568.             <param name="message">The message to write.</param>
  22569.         </member>
  22570.         <member name="M:System.Diagnostics.XmlWriterTraceListener.WriteLine(System.String)">
  22571.             <summary>Writes a verbatim message without any additional context information followed by the current line terminator to the file or stream.</summary>
  22572.             <param name="message">The message to write.</param>
  22573.         </member>
  22574.         <member name="T:System.IO.ErrorEventArgs">
  22575.             <summary>Provides data for the <see cref="E:System.IO.FileSystemWatcher.Error"></see> event.</summary>
  22576.             <filterpriority>2</filterpriority>
  22577.         </member>
  22578.         <member name="M:System.IO.ErrorEventArgs.#ctor(System.Exception)">
  22579.             <summary>Initializes a new instance of the <see cref="T:System.IO.ErrorEventArgs"></see> class.</summary>
  22580.             <param name="exception">An <see cref="T:System.Exception"></see> that represents the error that occurred. </param>
  22581.         </member>
  22582.         <member name="M:System.IO.ErrorEventArgs.GetException">
  22583.             <summary>Gets the <see cref="T:System.Exception"></see> that represents the error that occurred.</summary>
  22584.             <returns>An <see cref="T:System.Exception"></see> that represents the error that occurred.</returns>
  22585.             <filterpriority>2</filterpriority>
  22586.         </member>
  22587.         <member name="T:System.IO.ErrorEventHandler">
  22588.             <summary>Represents the method that will handle the <see cref="E:System.IO.FileSystemWatcher.Error"></see> event of a <see cref="T:System.IO.FileSystemWatcher"></see> object.</summary>
  22589.             <filterpriority>2</filterpriority>
  22590.         </member>
  22591.         <member name="T:System.IO.FileSystemEventArgs">
  22592.             <summary>Provides data for the directory events: <see cref="E:System.IO.FileSystemWatcher.Changed"></see>, <see cref="E:System.IO.FileSystemWatcher.Created"></see>, <see cref="E:System.IO.FileSystemWatcher.Deleted"></see>.</summary>
  22593.             <filterpriority>2</filterpriority>
  22594.         </member>
  22595.         <member name="M:System.IO.FileSystemEventArgs.#ctor(System.IO.WatcherChangeTypes,System.String,System.String)">
  22596.             <summary>Initializes a new instance of the <see cref="T:System.IO.FileSystemEventArgs"></see> class.</summary>
  22597.             <param name="name">The name of the affected file or directory. </param>
  22598.             <param name="directory">The root directory of the affected file or directory. </param>
  22599.             <param name="changeType">One of the <see cref="T:System.IO.WatcherChangeTypes"></see> values, which represents the kind of change detected in the file system. </param>
  22600.         </member>
  22601.         <member name="P:System.IO.FileSystemEventArgs.ChangeType">
  22602.             <summary>Gets the type of directory event that occurred.</summary>
  22603.             <returns>One of the <see cref="T:System.IO.WatcherChangeTypes"></see> values that represents the kind of change detected in the file system.</returns>
  22604.             <filterpriority>2</filterpriority>
  22605.         </member>
  22606.         <member name="P:System.IO.FileSystemEventArgs.FullPath">
  22607.             <summary>Gets the fully qualifed path of the affected file or directory.</summary>
  22608.             <returns>The path of the affected file or directory.</returns>
  22609.             <filterpriority>2</filterpriority>
  22610.         </member>
  22611.         <member name="P:System.IO.FileSystemEventArgs.Name">
  22612.             <summary>Gets the name of the affected file or directory.</summary>
  22613.             <returns>The name of the affected file or directory.</returns>
  22614.             <filterpriority>2</filterpriority>
  22615.         </member>
  22616.         <member name="T:System.IO.FileSystemEventHandler">
  22617.             <summary>Represents the method that will handle the <see cref="E:System.IO.FileSystemWatcher.Changed"></see>, <see cref="E:System.IO.FileSystemWatcher.Created"></see>, or <see cref="E:System.IO.FileSystemWatcher.Deleted"></see> event of a <see cref="T:System.IO.FileSystemWatcher"></see> class.</summary>
  22618.             <filterpriority>2</filterpriority>
  22619.         </member>
  22620.         <member name="T:System.IO.FileSystemWatcher">
  22621.             <summary>Listens to the file system change notifications and raises events when a directory, or file in a directory, changes.</summary>
  22622.             <filterpriority>2</filterpriority>
  22623.         </member>
  22624.         <member name="M:System.IO.FileSystemWatcher.#ctor">
  22625.             <summary>Initializes a new instance of the <see cref="T:System.IO.FileSystemWatcher"></see> class.</summary>
  22626.         </member>
  22627.         <member name="M:System.IO.FileSystemWatcher.#ctor(System.String)">
  22628.             <summary>Initializes a new instance of the <see cref="T:System.IO.FileSystemWatcher"></see> class, given the specified directory to monitor.</summary>
  22629.             <param name="path">The directory to monitor, in standard or Universal Naming Convention (UNC) notation. </param>
  22630.             <exception cref="T:System.ArgumentException">The path parameter is an empty string ("").-or- The path specified through the path parameter does not exist. </exception>
  22631.             <exception cref="T:System.ArgumentNullException">The path parameter is null. </exception>
  22632.         </member>
  22633.         <member name="M:System.IO.FileSystemWatcher.#ctor(System.String,System.String)">
  22634.             <summary>Initializes a new instance of the <see cref="T:System.IO.FileSystemWatcher"></see> class, given the specified directory and type of files to monitor.</summary>
  22635.             <param name="filter">The type of files to watch. For example, "*.txt" watches for changes to all text files. </param>
  22636.             <param name="path">The directory to monitor, in standard or Universal Naming Convention (UNC) notation. </param>
  22637.             <exception cref="T:System.ArgumentException">The path parameter is an empty string ("").-or- The path specified through the path parameter does not exist. </exception>
  22638.             <exception cref="T:System.ArgumentNullException">The path parameter is null.-or- The filter parameter is null. </exception>
  22639.         </member>
  22640.         <member name="E:System.IO.FileSystemWatcher.Changed">
  22641.             <summary>Occurs when a file or directory in the specified <see cref="P:System.IO.FileSystemWatcher.Path"></see> is changed.</summary>
  22642.             <filterpriority>2</filterpriority>
  22643.         </member>
  22644.         <member name="E:System.IO.FileSystemWatcher.Created">
  22645.             <summary>Occurs when a file or directory in the specified <see cref="P:System.IO.FileSystemWatcher.Path"></see> is created.</summary>
  22646.             <filterpriority>2</filterpriority>
  22647.         </member>
  22648.         <member name="E:System.IO.FileSystemWatcher.Deleted">
  22649.             <summary>Occurs when a file or directory in the specified <see cref="P:System.IO.FileSystemWatcher.Path"></see> is deleted.</summary>
  22650.             <filterpriority>2</filterpriority>
  22651.         </member>
  22652.         <member name="E:System.IO.FileSystemWatcher.Error">
  22653.             <summary>Occurs when the internal buffer overflows.</summary>
  22654.             <filterpriority>2</filterpriority>
  22655.         </member>
  22656.         <member name="E:System.IO.FileSystemWatcher.Renamed">
  22657.             <summary>Occurs when a file or directory in the specified <see cref="P:System.IO.FileSystemWatcher.Path"></see> is renamed.</summary>
  22658.             <filterpriority>2</filterpriority>
  22659.         </member>
  22660.         <member name="M:System.IO.FileSystemWatcher.BeginInit">
  22661.             <summary>Begins the initialization of a <see cref="T:System.IO.FileSystemWatcher"></see> used on a form or used by another component. The initialization occurs at run time.</summary>
  22662.             <filterpriority>2</filterpriority>
  22663.         </member>
  22664.         <member name="M:System.IO.FileSystemWatcher.Dispose(System.Boolean)">
  22665.             <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.FileSystemWatcher"></see> and optionally releases the managed resources.</summary>
  22666.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
  22667.         </member>
  22668.         <member name="M:System.IO.FileSystemWatcher.EndInit">
  22669.             <summary>Ends the initialization of a <see cref="T:System.IO.FileSystemWatcher"></see> used on a form or used by another component. The initialization occurs at run time.</summary>
  22670.             <filterpriority>2</filterpriority>
  22671.         </member>
  22672.         <member name="M:System.IO.FileSystemWatcher.OnChanged(System.IO.FileSystemEventArgs)">
  22673.             <summary>Raises the <see cref="E:System.IO.FileSystemWatcher.Changed"></see> event.</summary>
  22674.             <param name="e">A <see cref="T:System.IO.FileSystemEventArgs"></see> that contains the event data. </param>
  22675.         </member>
  22676.         <member name="M:System.IO.FileSystemWatcher.OnCreated(System.IO.FileSystemEventArgs)">
  22677.             <summary>Raises the <see cref="E:System.IO.FileSystemWatcher.Created"></see> event.</summary>
  22678.             <param name="e">A <see cref="T:System.IO.FileSystemEventArgs"></see> that contains the event data. </param>
  22679.         </member>
  22680.         <member name="M:System.IO.FileSystemWatcher.OnDeleted(System.IO.FileSystemEventArgs)">
  22681.             <summary>Raises the <see cref="E:System.IO.FileSystemWatcher.Deleted"></see> event.</summary>
  22682.             <param name="e">A <see cref="T:System.IO.FileSystemEventArgs"></see> that contains the event data. </param>
  22683.         </member>
  22684.         <member name="M:System.IO.FileSystemWatcher.OnError(System.IO.ErrorEventArgs)">
  22685.             <summary>Raises the <see cref="E:System.IO.FileSystemWatcher.Error"></see> event.</summary>
  22686.             <param name="e">An <see cref="T:System.IO.ErrorEventArgs"></see> that contains the event data. </param>
  22687.         </member>
  22688.         <member name="M:System.IO.FileSystemWatcher.OnRenamed(System.IO.RenamedEventArgs)">
  22689.             <summary>Raises the <see cref="E:System.IO.FileSystemWatcher.Renamed"></see> event.</summary>
  22690.             <param name="e">A <see cref="T:System.IO.RenamedEventArgs"></see> that contains the event data. </param>
  22691.         </member>
  22692.         <member name="M:System.IO.FileSystemWatcher.WaitForChanged(System.IO.WatcherChangeTypes)">
  22693.             <summary>A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change you want to monitor.</summary>
  22694.             <returns>A <see cref="T:System.IO.WaitForChangedResult"></see> that contains specific information on the change that occurred.</returns>
  22695.             <param name="changeType">The <see cref="T:System.IO.WatcherChangeTypes"></see> to watch for. </param>
  22696.             <filterpriority>2</filterpriority>
  22697.         </member>
  22698.         <member name="M:System.IO.FileSystemWatcher.WaitForChanged(System.IO.WatcherChangeTypes,System.Int32)">
  22699.             <summary>A synchronous method that returns a structure that contains specific information on the change that occurred, given the type of change you want to monitor and the time (in milliseconds) to wait before timing out.</summary>
  22700.             <returns>A <see cref="T:System.IO.WaitForChangedResult"></see> that contains specific information on the change that occurred.</returns>
  22701.             <param name="timeout">The time (in milliseconds) to wait before timing out. </param>
  22702.             <param name="changeType">The <see cref="T:System.IO.WatcherChangeTypes"></see> to watch for. </param>
  22703.             <filterpriority>2</filterpriority>
  22704.         </member>
  22705.         <member name="P:System.IO.FileSystemWatcher.EnableRaisingEvents">
  22706.             <summary>Gets or sets a value indicating whether the component is enabled.</summary>
  22707.             <returns>true if the component is enabled; otherwise, false. The default is false. If you are using the component on a designer in Visual Studio 2005, the default is true.</returns>
  22708.             <filterpriority>2</filterpriority>
  22709.         </member>
  22710.         <member name="P:System.IO.FileSystemWatcher.Filter">
  22711.             <summary>Gets or sets the filter string, used to determine what files are monitored in a directory.</summary>
  22712.             <returns>The filter string. The default is "*.*" (Watches all files.) </returns>
  22713.             <filterpriority>2</filterpriority>
  22714.         </member>
  22715.         <member name="P:System.IO.FileSystemWatcher.IncludeSubdirectories">
  22716.             <summary>Gets or sets a value indicating whether subdirectories within the specified path should be monitored.</summary>
  22717.             <returns>true if you want to monitor subdirectories; otherwise, false. The default is false.</returns>
  22718.             <filterpriority>2</filterpriority>
  22719.         </member>
  22720.         <member name="P:System.IO.FileSystemWatcher.InternalBufferSize">
  22721.             <summary>Gets or sets the size of the internal buffer.</summary>
  22722.             <returns>The internal buffer size. The default is 8192 (8K).</returns>
  22723.             <filterpriority>2</filterpriority>
  22724.         </member>
  22725.         <member name="P:System.IO.FileSystemWatcher.NotifyFilter">
  22726.             <summary>Gets or sets the type of changes to watch for.</summary>
  22727.             <returns>One of the <see cref="T:System.IO.NotifyFilters"></see> values. The default is the bitwise OR combination of LastWrite, FileName, and DirectoryName.</returns>
  22728.             <exception cref="T:System.ArgumentException">The value is not a valid bitwise OR combination of the <see cref="T:System.IO.NotifyFilters"></see> values. </exception>
  22729.             <filterpriority>2</filterpriority>
  22730.         </member>
  22731.         <member name="P:System.IO.FileSystemWatcher.Path">
  22732.             <summary>Gets or sets the path of the directory to watch.</summary>
  22733.             <returns>The path to monitor. The default is an empty string ("").</returns>
  22734.             <exception cref="T:System.ArgumentException">The specified path contains wildcard characters.-or- The specified path contains invalid path characters.</exception>
  22735.             <filterpriority>2</filterpriority>
  22736.         </member>
  22737.         <member name="P:System.IO.FileSystemWatcher.Site">
  22738.             <summary>Gets or sets an <see cref="T:System.ComponentModel.ISite"></see> for the <see cref="T:System.IO.FileSystemWatcher"></see>.</summary>
  22739.             <returns>An <see cref="T:System.ComponentModel.ISite"></see> for the <see cref="T:System.IO.FileSystemWatcher"></see>.</returns>
  22740.             <filterpriority>2</filterpriority>
  22741.         </member>
  22742.         <member name="P:System.IO.FileSystemWatcher.SynchronizingObject">
  22743.             <summary>Gets or sets the object used to marshal the event handler calls issued as a result of a directory change.</summary>
  22744.             <returns>The <see cref="T:System.ComponentModel.ISynchronizeInvoke"></see> that represents the object used to marshal the event handler calls issued as a result of a directory change. The default is null.</returns>
  22745.             <filterpriority>2</filterpriority>
  22746.         </member>
  22747.         <member name="T:System.IO.InternalBufferOverflowException">
  22748.             <summary>The exception thrown when the internal buffer overflows.</summary>
  22749.             <filterpriority>2</filterpriority>
  22750.         </member>
  22751.         <member name="M:System.IO.InternalBufferOverflowException.#ctor">
  22752.             <summary>Initializes a new default instance of the <see cref="T:System.IO.InternalBufferOverflowException"></see> class.</summary>
  22753.         </member>
  22754.         <member name="M:System.IO.InternalBufferOverflowException.#ctor(System.String)">
  22755.             <summary>Initializes a new instance of the <see cref="T:System.IO.InternalBufferOverflowException"></see> class with the error message to be displayed specified.</summary>
  22756.             <param name="message">The message to be given for the exception. </param>
  22757.         </member>
  22758.         <member name="M:System.IO.InternalBufferOverflowException.#ctor(System.String,System.Exception)">
  22759.             <summary>Initializes a new instance of the <see cref="T:System.IO.InternalBufferOverflowException"></see> class with the message to be displayed and the generated inner exception specified.</summary>
  22760.             <param name="message">The message to be given for the exception. </param>
  22761.             <param name="inner">The inner exception. </param>
  22762.         </member>
  22763.         <member name="T:System.IO.InvalidDataException">
  22764.             <summary>The exception that is thrown when a data stream is in an invalid format.</summary>
  22765.         </member>
  22766.         <member name="M:System.IO.InvalidDataException.#ctor">
  22767.             <summary>Initializes a new instance of the <see cref="T:System.IO.InvalidDataException"></see> class.</summary>
  22768.         </member>
  22769.         <member name="M:System.IO.InvalidDataException.#ctor(System.String)">
  22770.             <summary>Initializes a new instance of the <see cref="T:System.IO.InvalidDataException"></see> class with a specified error message.</summary>
  22771.             <param name="message">The error message that explains the reason for the exception.</param>
  22772.         </member>
  22773.         <member name="M:System.IO.InvalidDataException.#ctor(System.String,System.Exception)">
  22774.             <summary>Initializes a new instance of the <see cref="T:System.IO.InvalidDataException"></see> class with a reference to the inner exception that is the cause of this exception.</summary>
  22775.             <param name="message">The error message that explains the reason for the exception.</param>
  22776.             <param name="innerException">The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param>
  22777.         </member>
  22778.         <member name="T:System.IO.IODescriptionAttribute">
  22779.             <summary>Sets the description visual designers can display when referencing an event, extender, or property.</summary>
  22780.             <filterpriority>1</filterpriority>
  22781.         </member>
  22782.         <member name="M:System.IO.IODescriptionAttribute.#ctor(System.String)">
  22783.             <summary>Initializes a new instance of the <see cref="T:System.IO.IODescriptionAttribute"></see> class.</summary>
  22784.             <param name="description">The description to use. </param>
  22785.         </member>
  22786.         <member name="P:System.IO.IODescriptionAttribute.Description">
  22787.             <summary>Gets the description.</summary>
  22788.             <returns>The description for the event, extender, or property.</returns>
  22789.             <filterpriority>2</filterpriority>
  22790.         </member>
  22791.         <member name="T:System.IO.NotifyFilters">
  22792.             <summary>Specifies changes to watch for in a file or folder.</summary>
  22793.             <filterpriority>2</filterpriority>
  22794.         </member>
  22795.         <member name="F:System.IO.NotifyFilters.Attributes">
  22796.             <summary>The attributes of the file or folder.</summary>
  22797.             <filterpriority>1</filterpriority>
  22798.         </member>
  22799.         <member name="F:System.IO.NotifyFilters.CreationTime">
  22800.             <summary>The time the file or folder was created.</summary>
  22801.             <filterpriority>1</filterpriority>
  22802.         </member>
  22803.         <member name="F:System.IO.NotifyFilters.DirectoryName">
  22804.             <summary>The name of the directory.</summary>
  22805.             <filterpriority>1</filterpriority>
  22806.         </member>
  22807.         <member name="F:System.IO.NotifyFilters.FileName">
  22808.             <summary>The name of the file.</summary>
  22809.             <filterpriority>1</filterpriority>
  22810.         </member>
  22811.         <member name="F:System.IO.NotifyFilters.LastAccess">
  22812.             <summary>The date the file or folder was last opened.</summary>
  22813.             <filterpriority>1</filterpriority>
  22814.         </member>
  22815.         <member name="F:System.IO.NotifyFilters.LastWrite">
  22816.             <summary>The date the file or folder last had anything written to it.</summary>
  22817.             <filterpriority>1</filterpriority>
  22818.         </member>
  22819.         <member name="F:System.IO.NotifyFilters.Security">
  22820.             <summary>The security settings of the file or folder.</summary>
  22821.             <filterpriority>1</filterpriority>
  22822.         </member>
  22823.         <member name="F:System.IO.NotifyFilters.Size">
  22824.             <summary>The size of the file or folder.</summary>
  22825.             <filterpriority>1</filterpriority>
  22826.         </member>
  22827.         <member name="T:System.IO.RenamedEventArgs">
  22828.             <summary>Provides data for the <see cref="E:System.IO.FileSystemWatcher.Renamed"></see> event.</summary>
  22829.             <filterpriority>2</filterpriority>
  22830.         </member>
  22831.         <member name="M:System.IO.RenamedEventArgs.#ctor(System.IO.WatcherChangeTypes,System.String,System.String,System.String)">
  22832.             <summary>Initializes a new instance of the <see cref="T:System.IO.RenamedEventArgs"></see> class.</summary>
  22833.             <param name="name">The name of the affected file or directory. </param>
  22834.             <param name="directory">The name of the affected file or directory. </param>
  22835.             <param name="changeType">One of the <see cref="T:System.IO.WatcherChangeTypes"></see> values. </param>
  22836.             <param name="oldName">The old name of the affected file or directory. </param>
  22837.         </member>
  22838.         <member name="P:System.IO.RenamedEventArgs.OldFullPath">
  22839.             <summary>Gets the previous fully qualified path of the affected file or directory.</summary>
  22840.             <returns>The previous fully qualified path of the affected file or directory.</returns>
  22841.             <filterpriority>2</filterpriority>
  22842.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  22843.         </member>
  22844.         <member name="P:System.IO.RenamedEventArgs.OldName">
  22845.             <summary>Gets the old name of the affected file or directory.</summary>
  22846.             <returns>The previous name of the affected file or directory.</returns>
  22847.             <filterpriority>2</filterpriority>
  22848.         </member>
  22849.         <member name="T:System.IO.RenamedEventHandler">
  22850.             <summary>Represents the method that will handle the <see cref="E:System.IO.FileSystemWatcher.Renamed"></see> event of a <see cref="T:System.IO.FileSystemWatcher"></see> class.</summary>
  22851.             <filterpriority>2</filterpriority>
  22852.         </member>
  22853.         <member name="T:System.IO.WaitForChangedResult">
  22854.             <summary>Contains information on the change that occurred.</summary>
  22855.             <filterpriority>2</filterpriority>
  22856.         </member>
  22857.         <member name="P:System.IO.WaitForChangedResult.ChangeType">
  22858.             <summary>Gets or sets the type of change that occurred.</summary>
  22859.             <returns>One of the <see cref="T:System.IO.WatcherChangeTypes"></see> values.</returns>
  22860.             <filterpriority>2</filterpriority>
  22861.         </member>
  22862.         <member name="P:System.IO.WaitForChangedResult.Name">
  22863.             <summary>Gets or sets the name of the file or directory that changed.</summary>
  22864.             <returns>The name of the file or directory that changed.</returns>
  22865.             <filterpriority>2</filterpriority>
  22866.         </member>
  22867.         <member name="P:System.IO.WaitForChangedResult.OldName">
  22868.             <summary>Gets or sets the original name of the file or directory that was renamed.</summary>
  22869.             <returns>The original name of the file or directory that was renamed.</returns>
  22870.             <filterpriority>2</filterpriority>
  22871.         </member>
  22872.         <member name="P:System.IO.WaitForChangedResult.TimedOut">
  22873.             <summary>Gets or sets a value indicating whether the wait operation timed out.</summary>
  22874.             <returns>true if the <see cref="M:System.IO.FileSystemWatcher.WaitForChanged(System.IO.WatcherChangeTypes)"></see> method timed out; otherwise, false.</returns>
  22875.             <filterpriority>2</filterpriority>
  22876.         </member>
  22877.         <member name="T:System.IO.WatcherChangeTypes">
  22878.             <summary>Changes that might occur to a file or directory.</summary>
  22879.             <filterpriority>2</filterpriority>
  22880.         </member>
  22881.         <member name="F:System.IO.WatcherChangeTypes.All">
  22882.             <summary>The creation, deletion, change, or renaming of a file or folder.</summary>
  22883.             <filterpriority>1</filterpriority>
  22884.         </member>
  22885.         <member name="F:System.IO.WatcherChangeTypes.Changed">
  22886.             <summary>The change of a file or folder. The types of changes include: changes to size, attributes, security settings, last write, and last access time.</summary>
  22887.             <filterpriority>1</filterpriority>
  22888.         </member>
  22889.         <member name="F:System.IO.WatcherChangeTypes.Created">
  22890.             <summary>The creation of a file or folder.</summary>
  22891.             <filterpriority>1</filterpriority>
  22892.         </member>
  22893.         <member name="F:System.IO.WatcherChangeTypes.Deleted">
  22894.             <summary>The deletion of a file or folder.</summary>
  22895.             <filterpriority>1</filterpriority>
  22896.         </member>
  22897.         <member name="F:System.IO.WatcherChangeTypes.Renamed">
  22898.             <summary>The renaming of a file or folder.</summary>
  22899.             <filterpriority>1</filterpriority>
  22900.         </member>
  22901.         <member name="N:System.IO.Compression">
  22902.             <summary>The <see cref="N:System.IO.Compression"></see> namespace contains classes that provide basic compression and decompression services for streams. </summary>
  22903.         </member>
  22904.         <member name="T:System.IO.Compression.CompressionMode">
  22905.             <summary> Specifies whether to compress or decompress the underlying stream.</summary>
  22906.         </member>
  22907.         <member name="F:System.IO.Compression.CompressionMode.Compress">
  22908.             <summary>Compresses the underlying stream.</summary>
  22909.         </member>
  22910.         <member name="F:System.IO.Compression.CompressionMode.Decompress">
  22911.             <summary>Decompresses the underlying stream.</summary>
  22912.         </member>
  22913.         <member name="T:System.IO.Compression.DeflateStream">
  22914.             <summary>Provides methods and properties for compressing and decompressing streams using the Deflate algorithm.</summary>
  22915.         </member>
  22916.         <member name="M:System.IO.Compression.DeflateStream.#ctor(System.IO.Stream,System.IO.Compression.CompressionMode)">
  22917.             <summary>Initializes a new instance of the <see cref="T:System.IO.Compression.DeflateStream"></see> class using the specified stream and <see cref="T:System.IO.Compression.CompressionMode"></see> value.</summary>
  22918.             <param name="mode">One of the <see cref="T:System.IO.Compression.CompressionMode"></see> values that indicates the action to take.</param>
  22919.             <param name="stream">The stream to compress or decompress.</param>
  22920.             <exception cref="T:System.InvalidOperationException">stream access right is ReadOnly and mode value is Compress. </exception>
  22921.             <exception cref="T:System.ArgumentException">mode is not a valid <see cref="T:System.IO.Compression.CompressionMode"></see> value.-or-<see cref="T:System.IO.Compression.CompressionMode"></see> is <see cref="F:System.IO.Compression.CompressionMode.Compress"></see>  and <see cref="P:System.IO.Stream.CanWrite"></see> is false.-or-<see cref="T:System.IO.Compression.CompressionMode"></see> is <see cref="F:System.IO.Compression.CompressionMode.Decompress"></see>  and <see cref="P:System.IO.Stream.CanWrite"></see> is false.</exception>
  22922.             <exception cref="T:System.ArgumentNullException">stream is null.</exception>
  22923.         </member>
  22924.         <member name="M:System.IO.Compression.DeflateStream.#ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean)">
  22925.             <summary>Initializes a new instance of the <see cref="T:System.IO.Compression.DeflateStream"></see> class using the specified stream and <see cref="T:System.IO.Compression.CompressionMode"></see> value, and a value that specifies whether to leave the stream open.</summary>
  22926.             <param name="mode">One of the <see cref="T:System.IO.Compression.CompressionMode"></see> values that indicates the action to take.</param>
  22927.             <param name="leaveOpen">true to leave the stream open; otherwise, false.</param>
  22928.             <param name="stream">The stream to compress or decompress.</param>
  22929.             <exception cref="T:System.InvalidOperationException">stream access right is ReadOnly and mode value is Compress. </exception>
  22930.             <exception cref="T:System.ArgumentException">mode is not a valid <see cref="T:System.IO.Compression.CompressionMode"></see> value.-or-<see cref="T:System.IO.Compression.CompressionMode"></see> is <see cref="F:System.IO.Compression.CompressionMode.Compress"></see>  and <see cref="P:System.IO.Stream.CanWrite"></see> is false.-or-<see cref="T:System.IO.Compression.CompressionMode"></see> is <see cref="F:System.IO.Compression.CompressionMode.Decompress"></see>  and <see cref="P:System.IO.Stream.CanWrite"></see> is false.</exception>
  22931.             <exception cref="T:System.ArgumentNullException">stream is null.</exception>
  22932.         </member>
  22933.         <member name="M:System.IO.Compression.DeflateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  22934.             <summary>Begins an asynchronous read operation.</summary>
  22935.             <returns>An <see cref="T:System.IAsyncResult"></see> object that represents the asynchronous read, which could still be pending.</returns>
  22936.             <param name="offset">The byte offset in array at which to begin writing data read from the stream.</param>
  22937.             <param name="array">The byte array to read the data into.</param>
  22938.             <param name="count">The maximum number of bytes to read.</param>
  22939.             <param name="asyncState">A user-provided object that distinguishes this particular asynchronous read request from other requests.</param>
  22940.             <param name="asyncCallback">An optional asynchronous callback, to be called when the read is complete.</param>
  22941.             <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
  22942.             <exception cref="T:System.ArgumentException">One or more of the arguments is invalid.</exception>
  22943.             <exception cref="T:System.NotSupportedException">The current <see cref="T:System.IO.Compression.DeflateStream"></see> implementation does not support the read operation.</exception>
  22944.             <exception cref="T:System.IO.IOException">An asynchronous read past the end of the stream was attempted, or a disk error occurred.</exception>
  22945.         </member>
  22946.         <member name="M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  22947.             <summary>Begins an asynchronous write operation.</summary>
  22948.             <returns>An <see cref="T:System.IAsyncResult"></see> object that represents the asynchronous write, which could still be pending.</returns>
  22949.             <param name="offset">The byte offset in buffer to begin writing from.</param>
  22950.             <param name="array">The buffer to write data from</param>
  22951.             <param name="count">The maximum number of bytes to write.</param>
  22952.             <param name="asyncState">A user-provided object that distinguishes this particular asynchronous write request from other requests.</param>
  22953.             <param name="asyncCallback">An optional asynchronous callback, to be called when the write is complete.</param>
  22954.             <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
  22955.             <exception cref="T:System.NotSupportedException">The current <see cref="T:System.IO.Compression.DeflateStream"></see> implementation does not support the write operation.</exception>
  22956.             <exception cref="T:System.ArgumentException">One or more of the arguments is invalid.</exception>
  22957.             <exception cref="T:System.IO.IOException">An asynchronous write past the end of the stream was attempted, or a disk error occurred.</exception>
  22958.         </member>
  22959.         <member name="M:System.IO.Compression.DeflateStream.Dispose(System.Boolean)">
  22960.             <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.Compression.DeflateStream"></see> and optionally releases the managed resources.</summary>
  22961.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
  22962.         </member>
  22963.         <member name="M:System.IO.Compression.DeflateStream.EndRead(System.IAsyncResult)">
  22964.             <summary>Waits for the pending asynchronous read to complete.</summary>
  22965.             <returns>The number of bytes read from the stream, between zero (0) and the number of bytes you requested. <see cref="T:System.IO.Compression.DeflateStream"></see> returns zero (0) only at the end of the stream; otherwise, it blocks until at least one byte is available.</returns>
  22966.             <param name="asyncResult">The reference to the pending asynchronous request to finish.</param>
  22967.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  22968.             <exception cref="T:System.ArgumentException">asyncResult did not originate from a <see cref="M:System.IO.Compression.DeflateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see> method on the current stream.</exception>
  22969.         </member>
  22970.         <member name="M:System.IO.Compression.DeflateStream.EndWrite(System.IAsyncResult)">
  22971.             <summary>Ends an asynchronous write operation.</summary>
  22972.             <param name="asyncResult">A reference to the outstanding asynchronous I/O request.</param>
  22973.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  22974.             <exception cref="T:System.ArgumentException">asyncResult did not originate from a <see cref="M:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see> method on the current stream.</exception>
  22975.         </member>
  22976.         <member name="M:System.IO.Compression.DeflateStream.Flush">
  22977.             <summary>Flushes the contents of the internal buffer of the current stream object to the underlying stream.</summary>
  22978.             <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
  22979.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  22980.         </member>
  22981.         <member name="M:System.IO.Compression.DeflateStream.Read(System.Byte[],System.Int32,System.Int32)">
  22982.             <summary>Reads a number of decompressed bytes into the specified byte array.</summary>
  22983.             <returns>The number of bytes that were decompressed into the byte array.</returns>
  22984.             <param name="offset">The location in the array to begin reading.</param>
  22985.             <param name="array">The array used to store decompressed bytes.</param>
  22986.             <param name="count">The number of decompressed bytes to read.</param>
  22987.             <exception cref="T:System.IO.InvalidDataException">The data is in an invalid format.</exception>
  22988.             <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
  22989.             <exception cref="T:System.ArgumentOutOfRangeException">offset or count is less than zero.-or-array length minus the index starting point is less than count.</exception>
  22990.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.IO.Compression.CompressionMode"></see> value was Compress when the object was created.- or - The underlying stream does not support reading.</exception>
  22991.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  22992.         </member>
  22993.         <member name="M:System.IO.Compression.DeflateStream.Seek(System.Int64,System.IO.SeekOrigin)">
  22994.             <summary>This operation is not supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  22995.             <returns>A long value.</returns>
  22996.             <param name="offset">The location in the stream.</param>
  22997.             <param name="origin">One of the <see cref="T:System.IO.SeekOrigin"></see> values.</param>
  22998.             <exception cref="T:System.NotSupportedException">This property is not supported on this stream.</exception>
  22999.         </member>
  23000.         <member name="M:System.IO.Compression.DeflateStream.SetLength(System.Int64)">
  23001.             <summary>This operation is not supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  23002.             <param name="value">The length of the stream.</param>
  23003.             <exception cref="T:System.NotSupportedException">This property is not supported on this stream.</exception>
  23004.         </member>
  23005.         <member name="M:System.IO.Compression.DeflateStream.Write(System.Byte[],System.Int32,System.Int32)">
  23006.             <summary>Writes compressed bytes to the underlying stream from the specified byte array.</summary>
  23007.             <param name="offset">The location in the array to begin reading.</param>
  23008.             <param name="array">The array used to store compressed bytes.</param>
  23009.             <param name="count">The number of bytes to compress.</param>
  23010.         </member>
  23011.         <member name="P:System.IO.Compression.DeflateStream.BaseStream">
  23012.             <summary>Gets a reference to the underlying stream.</summary>
  23013.             <returns>A stream object that represents the underlying stream.</returns>
  23014.             <exception cref="T:System.ObjectDisposedException">The underlying stream is closed.</exception>
  23015.         </member>
  23016.         <member name="P:System.IO.Compression.DeflateStream.CanRead">
  23017.             <summary>Gets a value indicating whether the stream supports reading while decompressing a file.</summary>
  23018.             <returns>true if the <see cref="T:System.IO.Compression.CompressionMode"></see> value is Decompress, and the underlying stream is opened and supports reading; otherwise, false.</returns>
  23019.         </member>
  23020.         <member name="P:System.IO.Compression.DeflateStream.CanSeek">
  23021.             <summary>Gets a value indicating whether the stream supports seeking.</summary>
  23022.             <returns>false in all cases.</returns>
  23023.         </member>
  23024.         <member name="P:System.IO.Compression.DeflateStream.CanWrite">
  23025.             <summary>Gets a value indicating whether the stream supports writing.</summary>
  23026.             <returns>true if the <see cref="T:System.IO.Compression.CompressionMode"></see> value is Compress, and the underlying stream supports writing and is not closed; otherwise, false.</returns>
  23027.         </member>
  23028.         <member name="P:System.IO.Compression.DeflateStream.Length">
  23029.             <summary>This property is not supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  23030.             <returns>A long value.</returns>
  23031.             <exception cref="T:System.NotSupportedException">This property is not supported on this stream.</exception>
  23032.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23033.         </member>
  23034.         <member name="P:System.IO.Compression.DeflateStream.Position">
  23035.             <summary>This property is not supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  23036.             <returns>A long value.</returns>
  23037.             <exception cref="T:System.NotSupportedException">This property is not supported on this stream.</exception>
  23038.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23039.         </member>
  23040.         <member name="T:System.IO.Compression.GZipStream">
  23041.             <summary>Provides methods and properties used to compress and decompress streams.</summary>
  23042.         </member>
  23043.         <member name="M:System.IO.Compression.GZipStream.#ctor(System.IO.Stream,System.IO.Compression.CompressionMode)">
  23044.             <summary>Initializes a new instance of the <see cref="T:System.IO.Compression.GZipStream"></see> class using the specified stream and <see cref="T:System.IO.Compression.CompressionMode"></see> value.</summary>
  23045.             <param name="mode">One of the <see cref="T:System.IO.Compression.CompressionMode"></see> values that indicates the action to take.</param>
  23046.             <param name="stream">The stream to compress or decompress.</param>
  23047.             <exception cref="T:System.InvalidOperationException">stream access right is ReadOnly and mode value is Compress.</exception>
  23048.             <exception cref="T:System.ArgumentException">mode is not a valid <see cref="T:System.IO.Compression.CompressionMode"></see> enumeration value.-or-<see cref="T:System.IO.Compression.CompressionMode"></see> is <see cref="F:System.IO.Compression.CompressionMode.Compress"></see>  and <see cref="P:System.IO.Stream.CanWrite"></see> is false.-or-<see cref="T:System.IO.Compression.CompressionMode"></see> is <see cref="F:System.IO.Compression.CompressionMode.Decompress"></see>  and <see cref="P:System.IO.Stream.CanWrite"></see> is false.</exception>
  23049.             <exception cref="T:System.ArgumentNullException">stream is null.</exception>
  23050.         </member>
  23051.         <member name="M:System.IO.Compression.GZipStream.#ctor(System.IO.Stream,System.IO.Compression.CompressionMode,System.Boolean)">
  23052.             <summary>Initializes a new instance of the <see cref="T:System.IO.Compression.GZipStream"></see> class using the specified stream and <see cref="T:System.IO.Compression.CompressionMode"></see> value, and a value that specifies whether to leave the stream open.</summary>
  23053.             <param name="mode">One of the <see cref="T:System.IO.Compression.CompressionMode"></see> values that indicates the action to take.</param>
  23054.             <param name="leaveOpen">true to leave the stream open; otherwise, false.</param>
  23055.             <param name="stream">The stream to compress or decompress.</param>
  23056.             <exception cref="T:System.InvalidOperationException">stream access right is ReadOnly and mode value is Compress. </exception>
  23057.             <exception cref="T:System.ArgumentException">mode is not a valid <see cref="T:System.IO.Compression.CompressionMode"></see> value.-or-<see cref="T:System.IO.Compression.CompressionMode"></see> is <see cref="F:System.IO.Compression.CompressionMode.Compress"></see>  and <see cref="P:System.IO.Stream.CanWrite"></see> is false.-or-<see cref="T:System.IO.Compression.CompressionMode"></see> is <see cref="F:System.IO.Compression.CompressionMode.Decompress"></see>  and <see cref="P:System.IO.Stream.CanWrite"></see> is false.</exception>
  23058.             <exception cref="T:System.ArgumentNullException">stream is null.</exception>
  23059.         </member>
  23060.         <member name="M:System.IO.Compression.GZipStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  23061.             <summary>Begins an asynchronous read operation.</summary>
  23062.             <returns>An <see cref="T:System.IAsyncResult"></see> object that represents the asynchronous read, which could still be pending.</returns>
  23063.             <param name="offset">The byte offset in array at which to begin writing data read from the stream.</param>
  23064.             <param name="array">The byte array to read the data into.</param>
  23065.             <param name="count">The maximum number of bytes to read.</param>
  23066.             <param name="asyncState">A user-provided object that distinguishes this particular asynchronous read request from other requests.</param>
  23067.             <param name="asyncCallback">An optional asynchronous callback, to be called when the read is complete.</param>
  23068.             <exception cref="T:System.ObjectDisposedException">Methods were called after the stream was closed.</exception>
  23069.             <exception cref="T:System.ArgumentException">One or more of the arguments is invalid.</exception>
  23070.             <exception cref="T:System.NotSupportedException">The current <see cref="T:System.IO.Compression.GZipStream"></see> implementation does not support the read operation.</exception>
  23071.             <exception cref="T:System.IO.IOException">An asynchronous read past the end of the stream was attempted, or a disk error occurred.</exception>
  23072.         </member>
  23073.         <member name="M:System.IO.Compression.GZipStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  23074.             <summary>Begins an asynchronous write operation.</summary>
  23075.             <returns>An <see cref="T:System.IAsyncResult"></see> object that represents the asynchronous write, which could still be pending.</returns>
  23076.             <param name="offset">The byte offset in array at which to begin writing.</param>
  23077.             <param name="array">The buffer containing data to write to the current stream.</param>
  23078.             <param name="count">The maximum number of bytes to write.</param>
  23079.             <param name="asyncState">A user-provided object that distinguishes this particular asynchronous write request from other requests.</param>
  23080.             <param name="asyncCallback">An optional asynchronous callback to be called when the write is complete.</param>
  23081.             <exception cref="T:System.InvalidOperationException">The underlying stream is null. -or-The underlying stream is closed.</exception>
  23082.         </member>
  23083.         <member name="M:System.IO.Compression.GZipStream.Dispose(System.Boolean)">
  23084.             <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.Compression.GZipStream"></see> and optionally releases the managed resources.</summary>
  23085.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
  23086.         </member>
  23087.         <member name="M:System.IO.Compression.GZipStream.EndRead(System.IAsyncResult)">
  23088.             <summary>Waits for the pending asynchronous read to complete.</summary>
  23089.             <returns>The number of bytes read from the stream, between zero (0) and the number of bytes you requested. <see cref="T:System.IO.Compression.GZipStream"></see> returns zero (0) only at the end of the stream; otherwise, it blocks until at least one byte is available.</returns>
  23090.             <param name="asyncResult">The reference to the pending asynchronous request to finish.</param>
  23091.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  23092.             <exception cref="T:System.ArgumentException">asyncResult did not originate from a <see cref="M:System.IO.Compression.DeflateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see> method on the current stream.</exception>
  23093.         </member>
  23094.         <member name="M:System.IO.Compression.GZipStream.EndWrite(System.IAsyncResult)">
  23095.             <summary>Handles the end of an asynchronous write operation.</summary>
  23096.             <param name="asyncResult">The <see cref="T:System.IAsyncResult"></see> object that represents the asynchronous call.</param>
  23097.             <exception cref="T:System.InvalidOperationException">The underlying stream is null. -or-The underlying stream is closed.</exception>
  23098.         </member>
  23099.         <member name="M:System.IO.Compression.GZipStream.Flush">
  23100.             <summary>Flushes the contents of the internal buffer of the current <see cref="T:System.IO.Compression.GZipStream"></see> object to the underlying stream.</summary>
  23101.             <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
  23102.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23103.         </member>
  23104.         <member name="M:System.IO.Compression.GZipStream.Read(System.Byte[],System.Int32,System.Int32)">
  23105.             <summary>Reads a number of decompressed bytes into the specified byte array.</summary>
  23106.             <returns>The number of bytes that were decompressed into the byte array. If the end of the stream has been reached, zero or the number of bytes read is returned.</returns>
  23107.             <param name="offset">The location in the array to begin reading.</param>
  23108.             <param name="array">The array used to store decompressed bytes.</param>
  23109.             <param name="count">The number of bytes decompressed.</param>
  23110.             <exception cref="T:System.IO.InvalidDataException">The data is in an invalid format.</exception>
  23111.             <exception cref="T:System.ObjectDisposedException">The stream is closed.</exception>
  23112.             <exception cref="T:System.ArgumentOutOfRangeException">offset or count is less than zero.-or-array length minus the index starting point is less than count.</exception>
  23113.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.IO.Compression.CompressionMode"></see> value was Compress when the object was created.- or -The underlying stream does not support reading.</exception>
  23114.             <exception cref="T:System.ArgumentNullException">array is null.</exception>
  23115.         </member>
  23116.         <member name="M:System.IO.Compression.GZipStream.Seek(System.Int64,System.IO.SeekOrigin)">
  23117.             <summary>This property is not supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  23118.             <returns>A long value.</returns>
  23119.             <param name="offset">The location in the stream.</param>
  23120.             <param name="origin">One of the <see cref="T:System.IO.SeekOrigin"></see> values.</param>
  23121.             <exception cref="T:System.NotSupportedException">This property is not supported on this stream.</exception>
  23122.         </member>
  23123.         <member name="M:System.IO.Compression.GZipStream.SetLength(System.Int64)">
  23124.             <summary>This property is not supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  23125.             <param name="value">The length of the stream.</param>
  23126.             <exception cref="T:System.NotSupportedException">This property is not supported on this stream.</exception>
  23127.         </member>
  23128.         <member name="M:System.IO.Compression.GZipStream.Write(System.Byte[],System.Int32,System.Int32)">
  23129.             <summary>Writes compressed bytes to the underlying stream from the specified byte array.</summary>
  23130.             <param name="offset">The location in the array to begin reading.</param>
  23131.             <param name="array">The array used to store compressed bytes.</param>
  23132.             <param name="count">The number of bytes compressed.</param>
  23133.         </member>
  23134.         <member name="P:System.IO.Compression.GZipStream.BaseStream">
  23135.             <summary>Gets a reference to the underlying stream.</summary>
  23136.             <returns>A stream object that represents the underlying stream.</returns>
  23137.             <exception cref="T:System.ObjectDisposedException">The underlying stream is closed.</exception>
  23138.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23139.         </member>
  23140.         <member name="P:System.IO.Compression.GZipStream.CanRead">
  23141.             <summary>Gets a value indicating whether the stream supports reading while decompressing a file.</summary>
  23142.             <returns>true if the <see cref="T:System.IO.Compression.CompressionMode"></see> value is Decompress, and the underlying stream supports reading and is not closed; otherwise, false.</returns>
  23143.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23144.         </member>
  23145.         <member name="P:System.IO.Compression.GZipStream.CanSeek">
  23146.             <summary>Gets a value indicating whether the stream supports seeking.</summary>
  23147.             <returns>false in all cases.</returns>
  23148.         </member>
  23149.         <member name="P:System.IO.Compression.GZipStream.CanWrite">
  23150.             <summary>Gets a value indicating whether the stream supports writing.</summary>
  23151.             <returns>true if the <see cref="T:System.IO.Compression.CompressionMode"></see> value is Compress, and the underlying stream supports writing and is not closed; otherwise, false.</returns>
  23152.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23153.         </member>
  23154.         <member name="P:System.IO.Compression.GZipStream.Length">
  23155.             <summary>This property is not supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  23156.             <returns>A long value.</returns>
  23157.             <exception cref="T:System.NotSupportedException">This property is not supported on this stream.</exception>
  23158.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23159.         </member>
  23160.         <member name="P:System.IO.Compression.GZipStream.Position">
  23161.             <summary>This property is not supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  23162.             <returns>A long value.</returns>
  23163.             <exception cref="T:System.NotSupportedException">This property is not supported on this stream.</exception>
  23164.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23165.         </member>
  23166.         <member name="N:System.IO.Ports">
  23167.             <summary>The <see cref="N:System.IO.Ports"></see> namespace contains classes for controlling serial ports. The most important class, <see cref="T:System.IO.Ports.SerialPort"></see>, provides a framework for synchronous and event-driven I/O, access to pin and break states, and access to serial driver properties. It can be used to wrap a <see cref="T:System.IO.Stream"></see> objects, allowing the serial port to be accessed by classes that use streams.  </summary>
  23168.         </member>
  23169.         <member name="T:System.IO.Ports.Handshake">
  23170.             <summary>Specifies the control protocol used in establishing a serial port communication for a <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23171.         </member>
  23172.         <member name="F:System.IO.Ports.Handshake.None">
  23173.             <summary>No control is used for the handshake.</summary>
  23174.         </member>
  23175.         <member name="F:System.IO.Ports.Handshake.RequestToSend">
  23176.             <summary>Request-to-Send (RTS) hardware flow control is used. RTS signals that data is available for transmission. If the input buffer becomes full, the RTS line will be set to false. The RTS line will be set to true when more room becomes available in the input buffer.</summary>
  23177.         </member>
  23178.         <member name="F:System.IO.Ports.Handshake.RequestToSendXOnXOff">
  23179.             <summary>Both the Request-to-Send (RTS) hardware control and the XON/XOFF software controls are used.</summary>
  23180.         </member>
  23181.         <member name="F:System.IO.Ports.Handshake.XOnXOff">
  23182.             <summary>The XON/XOFF software control protocol is used. The XOFF control is sent to stop the transmission of data. The XON control is sent to resume the transmission. These software controls are used instead of Request to Send (RTS) and Clear to Send (CTS) hardware controls.</summary>
  23183.         </member>
  23184.         <member name="T:System.IO.Ports.Parity">
  23185.             <summary>Specifies the parity bit for a <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23186.         </member>
  23187.         <member name="F:System.IO.Ports.Parity.Even">
  23188.             <summary>Sets the parity bit so that the count of bits set is an even number.</summary>
  23189.         </member>
  23190.         <member name="F:System.IO.Ports.Parity.Mark">
  23191.             <summary>Leaves the parity bit set to 1.</summary>
  23192.         </member>
  23193.         <member name="F:System.IO.Ports.Parity.None">
  23194.             <summary>No parity check occurs.</summary>
  23195.         </member>
  23196.         <member name="F:System.IO.Ports.Parity.Odd">
  23197.             <summary>Sets the parity bit so that the count of bits set is an odd number.</summary>
  23198.         </member>
  23199.         <member name="F:System.IO.Ports.Parity.Space">
  23200.             <summary>Leaves the parity bit set to 0.</summary>
  23201.         </member>
  23202.         <member name="T:System.IO.Ports.SerialData">
  23203.             <summary>Specifies the type of character that was received on the serial port of the <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23204.         </member>
  23205.         <member name="F:System.IO.Ports.SerialData.Chars">
  23206.             <summary>A character was received and placed in the input buffer.</summary>
  23207.         </member>
  23208.         <member name="F:System.IO.Ports.SerialData.Eof">
  23209.             <summary>The end of file character was received and placed in the input buffer.</summary>
  23210.         </member>
  23211.         <member name="T:System.IO.Ports.SerialDataReceivedEventArgs">
  23212.             <summary>Provides data for the <see cref="E:System.IO.Ports.SerialPort.DataReceived"></see> event.</summary>
  23213.         </member>
  23214.         <member name="P:System.IO.Ports.SerialDataReceivedEventArgs.EventType">
  23215.             <summary>Gets or sets the event type.</summary>
  23216.             <returns>One of the <see cref="T:System.IO.Ports.SerialData"></see> values.</returns>
  23217.         </member>
  23218.         <member name="T:System.IO.Ports.SerialDataReceivedEventHandler">
  23219.             <summary>Represents the method that will handle the <see cref="E:System.IO.Ports.SerialPort.DataReceived"></see> event of a <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23220.         </member>
  23221.         <member name="T:System.IO.Ports.SerialError">
  23222.             <summary>Specifies errors that occur on the <see cref="T:System.IO.Ports.SerialPort"></see> object</summary>
  23223.         </member>
  23224.         <member name="F:System.IO.Ports.SerialError.Frame">
  23225.             <summary>The hardware detected a framing error.</summary>
  23226.         </member>
  23227.         <member name="F:System.IO.Ports.SerialError.Overrun">
  23228.             <summary>A character-buffer overrun has occurred. The next character is lost.</summary>
  23229.         </member>
  23230.         <member name="F:System.IO.Ports.SerialError.RXOver">
  23231.             <summary>An input buffer overflow has occurred. There is either no room in the input buffer, or a character was received after the end-of-file (EOF) character.</summary>
  23232.         </member>
  23233.         <member name="F:System.IO.Ports.SerialError.RXParity">
  23234.             <summary>The hardware detected a parity error.</summary>
  23235.         </member>
  23236.         <member name="F:System.IO.Ports.SerialError.TXFull">
  23237.             <summary>The application tried to transmit a character, but the output buffer was full.</summary>
  23238.         </member>
  23239.         <member name="T:System.IO.Ports.SerialErrorReceivedEventArgs">
  23240.             <summary>Prepares data for the <see cref="E:System.IO.Ports.SerialPort.ErrorReceived"></see> event.</summary>
  23241.         </member>
  23242.         <member name="P:System.IO.Ports.SerialErrorReceivedEventArgs.EventType">
  23243.             <summary>Gets or sets the event type.</summary>
  23244.             <returns>One of the <see cref="T:System.IO.Ports.SerialError"></see> values.</returns>
  23245.         </member>
  23246.         <member name="T:System.IO.Ports.SerialErrorReceivedEventHandler">
  23247.             <summary>Represents the method that will handle the <see cref="E:System.IO.Ports.SerialPort.ErrorReceived"></see> event of a <see cref="T:System.IO.Ports.SerialPort"></see> object. </summary>
  23248.         </member>
  23249.         <member name="T:System.IO.Ports.SerialPinChange">
  23250.             <summary>Specifies the type of change that occurred on the <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23251.         </member>
  23252.         <member name="F:System.IO.Ports.SerialPinChange.Break">
  23253.             <summary>A break was detected on input.</summary>
  23254.         </member>
  23255.         <member name="F:System.IO.Ports.SerialPinChange.CDChanged">
  23256.             <summary>The Carrier Detect (CD) signal changed state. This signal is used to indicate whether a modem is connected to a working phone line and a data carrier signal is detected.</summary>
  23257.         </member>
  23258.         <member name="F:System.IO.Ports.SerialPinChange.CtsChanged">
  23259.             <summary>The Clear to Send (CTS) signal changed state. This signal is used to indicate whether data can be sent over the serial port.</summary>
  23260.         </member>
  23261.         <member name="F:System.IO.Ports.SerialPinChange.DsrChanged">
  23262.             <summary>The Data Set Ready (DSR) signal changed state. This signal is used to indicate whether the device on the serial port is ready to operate.</summary>
  23263.         </member>
  23264.         <member name="F:System.IO.Ports.SerialPinChange.Ring">
  23265.             <summary>A ring indicator was detected.</summary>
  23266.         </member>
  23267.         <member name="T:System.IO.Ports.SerialPinChangedEventArgs">
  23268.             <summary>Provides data for the <see cref="E:System.IO.Ports.SerialPort.PinChanged"></see> event.</summary>
  23269.         </member>
  23270.         <member name="P:System.IO.Ports.SerialPinChangedEventArgs.EventType">
  23271.             <summary>Gets or sets the event type.</summary>
  23272.             <returns>One of the <see cref="T:System.IO.Ports.SerialPinChange"></see> values.</returns>
  23273.         </member>
  23274.         <member name="T:System.IO.Ports.SerialPinChangedEventHandler">
  23275.             <summary>Represents the method that will handle the <see cref="E:System.IO.Ports.SerialPort.PinChanged"></see> event of a <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23276.         </member>
  23277.         <member name="T:System.IO.Ports.SerialPort">
  23278.             <summary>Represents a serial port resource.</summary>
  23279.         </member>
  23280.         <member name="M:System.IO.Ports.SerialPort.#ctor">
  23281.             <summary>Initializes a new instance of the <see cref="T:System.IO.Ports.SerialPort"></see> class.</summary>
  23282.         </member>
  23283.         <member name="M:System.IO.Ports.SerialPort.#ctor(System.ComponentModel.IContainer)">
  23284.             <summary>Initializes a new instance of the <see cref="T:System.IO.Ports.SerialPort"></see> class using the specified <see cref="T:System.ComponentModel.IContainer"></see> object.</summary>
  23285.             <param name="container">An interface to a container. </param>
  23286.             <exception cref="T:System.IO.IOException">The specified port could not be found or opened.</exception>
  23287.         </member>
  23288.         <member name="M:System.IO.Ports.SerialPort.#ctor(System.String)">
  23289.             <summary>Initializes a new instance of the <see cref="T:System.IO.Ports.SerialPort"></see> class using the specified port name.</summary>
  23290.             <param name="portName">The port to use (for example, COM1). </param>
  23291.             <exception cref="T:System.IO.IOException">The specified port could not be found or opened.</exception>
  23292.         </member>
  23293.         <member name="M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32)">
  23294.             <summary>Initializes a new instance of the <see cref="T:System.IO.Ports.SerialPort"></see> class using the specified port name and baud rate.</summary>
  23295.             <param name="baudRate">The baud rate. </param>
  23296.             <param name="portName">The port to use (for example, COM1). </param>
  23297.             <exception cref="T:System.IO.IOException">The specified port could not be found or opened.</exception>
  23298.         </member>
  23299.         <member name="M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity)">
  23300.             <summary>Initializes a new instance of the <see cref="T:System.IO.Ports.SerialPort"></see> class using the specified port name, baud rate, and parity bit.</summary>
  23301.             <param name="baudRate">The baud rate. </param>
  23302.             <param name="portName">The port to use (for example, COM1). </param>
  23303.             <param name="parity">One of the <see cref="P:System.IO.Ports.SerialPort.Parity"></see> values. </param>
  23304.             <exception cref="T:System.IO.IOException">The specified port could not be found or opened.</exception>
  23305.         </member>
  23306.         <member name="M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32)">
  23307.             <summary>Initializes a new instance of the <see cref="T:System.IO.Ports.SerialPort"></see> class using the specified port name, baud rate, parity bit, and data bits.</summary>
  23308.             <param name="baudRate">The baud rate. </param>
  23309.             <param name="portName">The port to use (for example, COM1). </param>
  23310.             <param name="dataBits">The data bits value. </param>
  23311.             <param name="parity">One of the <see cref="P:System.IO.Ports.SerialPort.Parity"></see> values. </param>
  23312.             <exception cref="T:System.IO.IOException">The specified port could not be found or opened.</exception>
  23313.         </member>
  23314.         <member name="M:System.IO.Ports.SerialPort.#ctor(System.String,System.Int32,System.IO.Ports.Parity,System.Int32,System.IO.Ports.StopBits)">
  23315.             <summary>Initializes a new instance of the <see cref="T:System.IO.Ports.SerialPort"></see> class using the specified port name, baud rate, parity bit, data bits, and stop bit.</summary>
  23316.             <param name="baudRate">The baud rate. </param>
  23317.             <param name="portName">The port to use (for example, COM1). </param>
  23318.             <param name="dataBits">The data bits value. </param>
  23319.             <param name="parity">One of the <see cref="P:System.IO.Ports.SerialPort.Parity"></see> values. </param>
  23320.             <param name="stopBits">One of the <see cref="P:System.IO.Ports.SerialPort.StopBits"></see> values. </param>
  23321.             <exception cref="T:System.IO.IOException">The specified port could not be found or opened.</exception>
  23322.         </member>
  23323.         <member name="E:System.IO.Ports.SerialPort.DataReceived">
  23324.             <summary>Represents the method that will handle the data received event of a <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23325.         </member>
  23326.         <member name="E:System.IO.Ports.SerialPort.ErrorReceived">
  23327.             <summary>Represents the method that handles the error event of a <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23328.         </member>
  23329.         <member name="E:System.IO.Ports.SerialPort.PinChanged">
  23330.             <summary>Represents the method that will handle the serial pin changed event of a <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23331.         </member>
  23332.         <member name="F:System.IO.Ports.SerialPort.InfiniteTimeout">
  23333.             <summary>Indicates that no time-out should occur.</summary>
  23334.         </member>
  23335.         <member name="M:System.IO.Ports.SerialPort.Close">
  23336.             <summary>Closes the port connection, sets the <see cref="P:System.IO.Ports.SerialPort.IsOpen"></see> property to false, and disposes of the internal <see cref="T:System.IO.Stream"></see> object.</summary>
  23337.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23338.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23339.         </member>
  23340.         <member name="M:System.IO.Ports.SerialPort.DiscardInBuffer">
  23341.             <summary>Discards data from the serial driver's receive buffer.</summary>
  23342.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or -An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23343.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23344.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23345.         </member>
  23346.         <member name="M:System.IO.Ports.SerialPort.DiscardOutBuffer">
  23347.             <summary>Discards data from the serial driver's transmit buffer.</summary>
  23348.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23349.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23350.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23351.         </member>
  23352.         <member name="M:System.IO.Ports.SerialPort.Dispose(System.Boolean)">
  23353.             <summary>Releases the unmanaged resources used by the <see cref="T:System.IO.Ports.SerialPort"></see> and optionally releases the managed resources.</summary>
  23354.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  23355.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or -An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23356.         </member>
  23357.         <member name="M:System.IO.Ports.SerialPort.GetPortNames">
  23358.             <summary>Gets an array of serial port names for the current computer.</summary>
  23359.             <returns>An array of serial port names for the current computer.</returns>
  23360.             <exception cref="T:System.ComponentModel.Win32Exception">The serial port names could not be queried.</exception>
  23361.         </member>
  23362.         <member name="M:System.IO.Ports.SerialPort.Open">
  23363.             <summary>Opens a new serial port connection.</summary>
  23364.             <exception cref="T:System.UnauthorizedAccessException">Access is denied to the port. </exception>
  23365.             <exception cref="T:System.ArgumentException">The port name does not begin with "COM". - or -The file type of the port is not supported.</exception>
  23366.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23367.             <exception cref="T:System.ArgumentOutOfRangeException">One or more of the properties for this instance are invalid. For example, the <see cref="P:System.IO.Ports.SerialPort.Parity"></see>, <see cref="P:System.IO.Ports.SerialPort.DataBits"></see>, or <see cref="P:System.IO.Ports.SerialPort.Handshake"></see> properties are not valid values; the <see cref="P:System.IO.Ports.SerialPort.BaudRate"></see> is less than or equal to zero; the <see cref="P:System.IO.Ports.SerialPort.ReadTimeout"></see> or <see cref="P:System.IO.Ports.SerialPort.WriteTimeout"></see> property is less than zero and is not <see cref="F:System.IO.Ports.SerialPort.InfiniteTimeout"></see>. </exception>
  23368.             <exception cref="T:System.InvalidOperationException">The specified port is open. </exception>
  23369.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23370.         </member>
  23371.         <member name="M:System.IO.Ports.SerialPort.Read(System.Byte[],System.Int32,System.Int32)">
  23372.             <summary>Reads a number of bytes from the <see cref="T:System.IO.Ports.SerialPort"></see> input buffer and writes those bytes into a byte array at the specified offset.</summary>
  23373.             <returns>The number of bytes read.</returns>
  23374.             <param name="offset">The offset in the buffer array to begin writing. </param>
  23375.             <param name="count">The number of bytes to read. </param>
  23376.             <param name="buffer">The byte array to write the input to. </param>
  23377.             <exception cref="T:System.TimeoutException">No bytes were available to read.</exception>
  23378.             <exception cref="T:System.ArgumentException">offset plus count is greater than the length of the buffer. </exception>
  23379.             <exception cref="T:System.ArgumentOutOfRangeException">The offset or count parameters are outside a valid region of the buffer being passed. Either offset or count is less than zero. </exception>
  23380.             <exception cref="T:System.ArgumentNullException">The buffer passed is null. </exception>
  23381.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23382.         </member>
  23383.         <member name="M:System.IO.Ports.SerialPort.Read(System.Char[],System.Int32,System.Int32)">
  23384.             <summary>Reads a number of bytes from the <see cref="T:System.IO.Ports.SerialPort"></see> input buffer and writes those bytes into a byte array at a given offset.</summary>
  23385.             <returns>The number of bytes read.</returns>
  23386.             <param name="offset">The offset in the buffer array to begin writing. </param>
  23387.             <param name="count">The number of bytes to read. </param>
  23388.             <param name="buffer">The character array to write the input to. </param>
  23389.             <exception cref="T:System.TimeoutException">No bytes were available to read.</exception>
  23390.             <exception cref="T:System.ArgumentException">offset plus count is greater than the length of the buffer.- or -count is 1 and there is a surrogate character in the buffer.</exception>
  23391.             <exception cref="T:System.ArgumentOutOfRangeException">The offset or count parameters are outside a valid region of the buffer being passed. Either offset or count is less than zero. </exception>
  23392.             <exception cref="T:System.ArgumentNullException">The buffer passed is null. </exception>
  23393.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23394.         </member>
  23395.         <member name="M:System.IO.Ports.SerialPort.ReadByte">
  23396.             <summary>Synchronously reads one byte from the <see cref="T:System.IO.Ports.SerialPort"></see> input buffer.</summary>
  23397.             <returns>The byte that was read.</returns>
  23398.             <exception cref="T:System.ServiceProcess.TimeoutException">The operation did not complete before the time-out period ended.- or -No byte was read.</exception>
  23399.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23400.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23401.         </member>
  23402.         <member name="M:System.IO.Ports.SerialPort.ReadChar">
  23403.             <summary>Synchronously reads one character from the <see cref="T:System.IO.Ports.SerialPort"></see> input buffer.</summary>
  23404.             <returns>The character that was read.</returns>
  23405.             <exception cref="T:System.ServiceProcess.TimeoutException">The operation did not complete before the time-out period ended.- or -No character was available in the allotted time-out period.</exception>
  23406.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23407.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23408.         </member>
  23409.         <member name="M:System.IO.Ports.SerialPort.ReadExisting">
  23410.             <summary>Reads all immediately available bytes, based on the encoding, in both the stream and the input buffer of the <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23411.             <returns>The contents of the stream and the input buffer of the <see cref="T:System.IO.Ports.SerialPort"></see> object.</returns>
  23412.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23413.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23414.         </member>
  23415.         <member name="M:System.IO.Ports.SerialPort.ReadLine">
  23416.             <summary>Reads up to the <see cref="P:System.IO.Ports.SerialPort.NewLine"></see> value in the input buffer.</summary>
  23417.             <returns>The contents of the input buffer up to the <see cref="P:System.IO.Ports.SerialPort.NewLine"></see> value.</returns>
  23418.             <exception cref="T:System.ServiceProcess.TimeoutException">The operation did not complete before the time-out period ended.- or -No bytes were read.</exception>
  23419.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23420.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23421.         </member>
  23422.         <member name="M:System.IO.Ports.SerialPort.ReadTo(System.String)">
  23423.             <summary>Reads a string up to the specified value in the input buffer.</summary>
  23424.             <returns>The contents of the input buffer up to the specified value.</returns>
  23425.             <param name="value">A value that indicates where the read operation stops. </param>
  23426.             <exception cref="T:System.ArgumentNullException">The value parameter is null.</exception>
  23427.             <exception cref="T:System.ServiceProcess.TimeoutException">The operation did not complete before the time-out period ended. </exception>
  23428.             <exception cref="T:System.ArgumentException">The length of the value parameter is 0.</exception>
  23429.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23430.         </member>
  23431.         <member name="M:System.IO.Ports.SerialPort.Write(System.String)">
  23432.             <summary>Writes the parameter string to the output.</summary>
  23433.             <param name="text">The string for output. </param>
  23434.             <exception cref="T:System.ServiceProcess.TimeoutException">The operation did not complete before the time-out period ended. </exception>
  23435.             <exception cref="T:System.ArgumentNullException">str is null.</exception>
  23436.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23437.         </member>
  23438.         <member name="M:System.IO.Ports.SerialPort.Write(System.Byte[],System.Int32,System.Int32)">
  23439.             <summary>Writes a specified number of bytes to an output buffer at the specified offset.</summary>
  23440.             <param name="offset">The offset in the buffer array to begin writing. </param>
  23441.             <param name="count">The number of bytes to write. </param>
  23442.             <param name="buffer">The byte array to write the output to. </param>
  23443.             <exception cref="T:System.ArgumentException">offset plus count is greater than the length of the buffer. </exception>
  23444.             <exception cref="T:System.ServiceProcess.TimeoutException">The operation did not complete before the time-out period ended. </exception>
  23445.             <exception cref="T:System.ArgumentOutOfRangeException">The offset or count parameters are outside a valid region of the buffer being passed. Either offset or count is less than zero. </exception>
  23446.             <exception cref="T:System.ArgumentNullException">The buffer passed is null. </exception>
  23447.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23448.         </member>
  23449.         <member name="M:System.IO.Ports.SerialPort.Write(System.Char[],System.Int32,System.Int32)">
  23450.             <summary>Writes a specified number of characters to an output buffer at the specified offset.</summary>
  23451.             <param name="offset">The offset in the buffer array to begin writing. </param>
  23452.             <param name="count">The number of characters to write. </param>
  23453.             <param name="buffer">The character array to write the output to. </param>
  23454.             <exception cref="T:System.ArgumentException">offset plus count is greater than the length of the buffer. </exception>
  23455.             <exception cref="T:System.ServiceProcess.TimeoutException">The operation did not complete before the time-out period ended. </exception>
  23456.             <exception cref="T:System.ArgumentOutOfRangeException">The offset or count parameters are outside a valid region of the buffer being passed. Either offset or count is less than zero. </exception>
  23457.             <exception cref="T:System.ArgumentNullException">The buffer passed is null. </exception>
  23458.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23459.         </member>
  23460.         <member name="M:System.IO.Ports.SerialPort.WriteLine(System.String)">
  23461.             <summary>Writes the specified string and the <see cref="P:System.IO.Ports.SerialPort.NewLine"></see> value to the output buffer.</summary>
  23462.             <param name="text">The string to write to the output buffer. </param>
  23463.             <exception cref="T:System.TimeoutException">The <see cref="M:System.IO.Ports.SerialPort.WriteLine(System.String)"></see> method could not write to the stream.  </exception>
  23464.             <exception cref="T:System.ArgumentNullException">The str parameter is null.</exception>
  23465.             <exception cref="T:System.InvalidOperationException">The specified port is not open. </exception>
  23466.         </member>
  23467.         <member name="P:System.IO.Ports.SerialPort.BaseStream">
  23468.             <summary>Gets the underlying <see cref="T:System.IO.Stream"></see> object for a <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23469.             <returns>A <see cref="T:System.IO.Stream"></see> object.</returns>
  23470.             <exception cref="T:System.NotSupportedException">The stream is in a .NET Compact Framework application and one of the following methods was called:<see cref="M:System.IO.Stream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see><see cref="M:System.IO.Stream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see><see cref="M:System.IO.Stream.EndRead(System.IAsyncResult)"></see><see cref="M:System.IO.Stream.EndWrite(System.IAsyncResult)"></see>The .NET Compact Framework does not support the asynchronous model with base streams.</exception>
  23471.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called. </exception>
  23472.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23473.         </member>
  23474.         <member name="P:System.IO.Ports.SerialPort.BaudRate">
  23475.             <summary>Gets or sets the serial baud rate.</summary>
  23476.             <returns>The baud rate.</returns>
  23477.             <exception cref="T:System.ArgumentOutOfRangeException">The baud rate specified is less than or equal to zero, or is greater than the maximum allowable baud rate for the device. </exception>
  23478.             <exception cref="T:System.IO.IOException">The port is in an invalid state. - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23479.         </member>
  23480.         <member name="P:System.IO.Ports.SerialPort.BreakState">
  23481.             <summary>Gets or sets the break signal state.</summary>
  23482.             <returns>true if the port is in a break state; otherwise, false.</returns>
  23483.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or -An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23484.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23485.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23486.         </member>
  23487.         <member name="P:System.IO.Ports.SerialPort.BytesToRead">
  23488.             <summary>Gets the number of bytes of data in the receive buffer.</summary>
  23489.             <returns>The number of bytes of data in the receive buffer.</returns>
  23490.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23491.             <exception cref="T:System.IO.IOException">The port is in an invalid state.</exception>
  23492.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23493.         </member>
  23494.         <member name="P:System.IO.Ports.SerialPort.BytesToWrite">
  23495.             <summary>Gets the number of bytes of data in the send buffer.</summary>
  23496.             <returns>The number of bytes of data in the send buffer.</returns>
  23497.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23498.             <exception cref="T:System.IO.IOException">The port is in an invalid state.</exception>
  23499.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23500.         </member>
  23501.         <member name="P:System.IO.Ports.SerialPort.CDHolding">
  23502.             <summary>Gets the state of the Carrier Detect line for the port.</summary>
  23503.             <returns>true if the carrier is detected; otherwise, false.</returns>
  23504.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23505.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23506.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23507.         </member>
  23508.         <member name="P:System.IO.Ports.SerialPort.CtsHolding">
  23509.             <summary>Gets the state of the Clear-to-Send line.</summary>
  23510.             <returns>true if the Clear-to-Send line is detected; otherwise, false.</returns>
  23511.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23512.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23513.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23514.         </member>
  23515.         <member name="P:System.IO.Ports.SerialPort.DataBits">
  23516.             <summary>Gets or sets the standard length of data bits per byte.</summary>
  23517.             <returns>The data bits length.</returns>
  23518.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or -An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23519.             <exception cref="T:System.ArgumentOutOfRangeException">The data bits value is less than 5 or more than 8. </exception>
  23520.         </member>
  23521.         <member name="P:System.IO.Ports.SerialPort.DiscardNull">
  23522.             <summary>Gets or sets a value indicating whether null bytes are ignored when transmitted between the port and the receive buffer.</summary>
  23523.             <returns>true if null bytes are ignored; otherwise false. The default is false.</returns>
  23524.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23525.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23526.         </member>
  23527.         <member name="P:System.IO.Ports.SerialPort.DsrHolding">
  23528.             <summary>Gets the state of the Data Set Ready (DSR) signal.</summary>
  23529.             <returns>true if a Data Set Ready signal has been sent to the port; otherwise, false.</returns>
  23530.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23531.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23532.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23533.         </member>
  23534.         <member name="P:System.IO.Ports.SerialPort.DtrEnable">
  23535.             <summary>Gets or sets a value that enables the Data Terminal Ready (DTR) signal during serial communication.</summary>
  23536.             <returns>true to enable Data Terminal Ready (DTR); otherwise, false. The default is false.</returns>
  23537.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23538.         </member>
  23539.         <member name="P:System.IO.Ports.SerialPort.Encoding">
  23540.             <summary>Gets or sets the byte encoding for pre- and post-transmission conversion of text.</summary>
  23541.             <returns>An <see cref="T:System.Text.Encoding"></see> object. The default is <see cref="T:System.Text.ASCIIEncoding"></see>.</returns>
  23542.             <exception cref="T:System.ArgumentNullException">The <see cref="P:System.IO.Ports.SerialPort.Encoding"></see> property was set to null.</exception>
  23543.             <exception cref="T:System.ArgumentException">The <see cref="P:System.IO.Ports.SerialPort.Encoding"></see> property was set to an encoding that is not <see cref="T:System.Text.ASCIIEncoding"></see>, <see cref="T:System.Text.UTF8Encoding"></see>, <see cref="T:System.Text.UTF32Encoding"></see>, <see cref="T:System.Text.UnicodeEncoding"></see>, one of the Windows single byte encodings, or one of the Windows double byte encodings.</exception>
  23544.         </member>
  23545.         <member name="P:System.IO.Ports.SerialPort.Handshake">
  23546.             <summary>Gets or sets the handshaking protocol for serial port transmission of data.</summary>
  23547.             <returns>One of the <see cref="T:System.IO.Ports.Handshake"></see> values. The default is None.</returns>
  23548.             <exception cref="T:System.InvalidOperationException">The stream is closed. This can occur because the <see cref="M:System.IO.Ports.SerialPort.Open"></see> method has not been called or the <see cref="M:System.IO.Ports.SerialPort.Close"></see> method has been called.</exception>
  23549.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23550.             <exception cref="T:System.ArgumentOutOfRangeException">The value passed is not a valid value in the <see cref="T:System.IO.Ports.Handshake"></see> enumeration.</exception>
  23551.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23552.         </member>
  23553.         <member name="P:System.IO.Ports.SerialPort.IsOpen">
  23554.             <summary>Gets a value indicating the open or closed status of the <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23555.             <returns>true if the serial port is open; otherwise, false. The default is false.</returns>
  23556.             <exception cref="T:System.ArgumentNullException">The <see cref="P:System.IO.Ports.SerialPort.IsOpen"></see> value passed is null.</exception>
  23557.             <exception cref="T:System.ArgumentException">The <see cref="P:System.IO.Ports.SerialPort.IsOpen"></see> value passed is an empty string ("").</exception>
  23558.         </member>
  23559.         <member name="P:System.IO.Ports.SerialPort.NewLine">
  23560.             <summary>Gets or sets the value used to interpret the end of a call to the <see cref="M:System.IO.Ports.SerialPort.ReadLine"></see> and <see cref="M:System.IO.Ports.SerialPort.WriteLine(System.String)"></see> methods.</summary>
  23561.             <returns>A value that represents the end of a line. The default is a line feed, (<see cref="P:System.Environment.NewLine"></see>).</returns>
  23562.         </member>
  23563.         <member name="P:System.IO.Ports.SerialPort.Parity">
  23564.             <summary>Gets or sets the parity-checking protocol.</summary>
  23565.             <returns>One of the <see cref="T:System.IO.Ports.Parity"></see> values that represents the parity-checking protocol. The default is None.</returns>
  23566.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23567.             <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.IO.Ports.SerialPort.Parity"></see> value passed is not a valid value in the <see cref="T:System.IO.Ports.Parity"></see> enumeration.</exception>
  23568.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23569.         </member>
  23570.         <member name="P:System.IO.Ports.SerialPort.ParityReplace">
  23571.             <summary>Gets or sets the byte that replaces invalid bytes in a data stream when a parity error occurs.</summary>
  23572.             <returns>A byte that replaces invalid bytes.</returns>
  23573.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23574.         </member>
  23575.         <member name="P:System.IO.Ports.SerialPort.PortName">
  23576.             <summary>Gets or sets the port for communications, including but not limited to all available COM ports.</summary>
  23577.             <returns>The communications port. The default is COM1.</returns>
  23578.             <exception cref="T:System.ArgumentNullException">The <see cref="P:System.IO.Ports.SerialPort.PortName"></see> property was set to null.</exception>
  23579.             <exception cref="T:System.ArgumentException">The <see cref="P:System.IO.Ports.SerialPort.PortName"></see> property was set to a value with a length of zero.-or-The <see cref="P:System.IO.Ports.SerialPort.PortName"></see> property was set to a value that starts with "\\".-or-The port name was not valid.</exception>
  23580.             <exception cref="T:System.InvalidOperationException">The specified port is open. </exception>
  23581.         </member>
  23582.         <member name="P:System.IO.Ports.SerialPort.ReadBufferSize">
  23583.             <summary>Gets or sets the size of the <see cref="T:System.IO.Ports.SerialPort"></see> input buffer.</summary>
  23584.             <returns>The buffer size. The default value is 4096.</returns>
  23585.             <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.IO.Ports.SerialPort.ReadBufferSize"></see> value set is less than or equal to zero.</exception>
  23586.             <exception cref="T:System.IO.IOException">The <see cref="P:System.IO.Ports.SerialPort.ReadBufferSize"></see> property was set to an odd integer value. </exception>
  23587.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.IO.Ports.SerialPort.ReadBufferSize"></see> property was set while the stream was open.</exception>
  23588.         </member>
  23589.         <member name="P:System.IO.Ports.SerialPort.ReadTimeout">
  23590.             <summary>Gets or sets the number of milliseconds before a time-out occurs when a read operation does not finish.</summary>
  23591.             <returns>The number of milliseconds before a time-out occurs when a read operation does not finish.</returns>
  23592.             <exception cref="T:System.ArgumentOutOfRangeException">The read time-out value is less than zero and not equal to <see cref="F:System.IO.Ports.SerialPort.InfiniteTimeout"></see>. </exception>
  23593.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23594.         </member>
  23595.         <member name="P:System.IO.Ports.SerialPort.ReceivedBytesThreshold">
  23596.             <summary>Gets or sets the number of bytes in the internal input buffer before a <see cref="E:System.IO.Ports.SerialPort.DataReceived"></see> event occurs.</summary>
  23597.             <returns>The number of bytes in the internal input buffer before a <see cref="E:System.IO.Ports.SerialPort.DataReceived"></see> event is fired. The default is 1.</returns>
  23598.             <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.IO.Ports.SerialPort.ReceivedBytesThreshold"></see> value is less than or equal to zero. </exception>
  23599.         </member>
  23600.         <member name="P:System.IO.Ports.SerialPort.RtsEnable">
  23601.             <summary>Gets or sets a value indicating whether the Request to Send (RTS) signal is enabled during serial communication.</summary>
  23602.             <returns>true to enable Request to Transmit (RTS); otherwise, false. The default is false.</returns>
  23603.             <exception cref="T:System.InvalidOperationException">The value of the <see cref="P:System.IO.Ports.SerialPort.RtsEnable"></see> property was set or retrieved while the <see cref="P:System.IO.Ports.SerialPort.Handshake"></see> property is set to the <see cref="F:System.IO.Ports.Handshake.RequestToSend"></see> value or the <see cref="F:System.IO.Ports.Handshake.RequestToSendXOnXOff"></see> value.</exception>
  23604.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23605.         </member>
  23606.         <member name="P:System.IO.Ports.SerialPort.StopBits">
  23607.             <summary>Gets or sets the standard number of stopbits per byte.</summary>
  23608.             <returns>One of the <see cref="T:System.IO.Ports.StopBits"></see> values.</returns>
  23609.             <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.IO.Ports.SerialPort.StopBits"></see> value is not one of the values from the <see cref="T:System.IO.Ports.StopBits"></see> enumeration. </exception>
  23610.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23611.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  23612.         </member>
  23613.         <member name="P:System.IO.Ports.SerialPort.WriteBufferSize">
  23614.             <summary>Gets or sets the size of the serial port output buffer. </summary>
  23615.             <returns>The size of the output buffer. The default is 2048.</returns>
  23616.             <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.IO.Ports.SerialPort.WriteBufferSize"></see> value is less than or equal to zero.</exception>
  23617.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.IO.Ports.SerialPort.WriteBufferSize"></see> property was set while the stream was open.</exception>
  23618.             <exception cref="T:System.IO.IOException">The <see cref="P:System.IO.Ports.SerialPort.WriteBufferSize"></see> property was set to an odd integer value. </exception>
  23619.         </member>
  23620.         <member name="P:System.IO.Ports.SerialPort.WriteTimeout">
  23621.             <summary>Gets or sets the number of milliseconds before a time-out occurs when a write operation does not finish.</summary>
  23622.             <returns>The number of milliseconds before a time-out occurs. The default is <see cref="F:System.IO.Ports.SerialPort.InfiniteTimeout"></see>.</returns>
  23623.             <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="P:System.IO.Ports.SerialPort.WriteTimeout"></see> value is less than zero and not equal to <see cref="F:System.IO.Ports.SerialPort.InfiniteTimeout"></see>. </exception>
  23624.             <exception cref="T:System.IO.IOException">The port is in an invalid state.  - or - An attempt to set the state of the underlying port failed. For example, the parameters passed from this <see cref="T:System.IO.Ports.SerialPort"></see> object were invalid.</exception>
  23625.         </member>
  23626.         <member name="T:System.IO.Ports.StopBits">
  23627.             <summary>Specifies the number of stop bits used on the <see cref="T:System.IO.Ports.SerialPort"></see> object.</summary>
  23628.         </member>
  23629.         <member name="F:System.IO.Ports.StopBits.None">
  23630.             <summary>No stop bits are used.</summary>
  23631.         </member>
  23632.         <member name="F:System.IO.Ports.StopBits.One">
  23633.             <summary>One stop bit is used.</summary>
  23634.         </member>
  23635.         <member name="F:System.IO.Ports.StopBits.OnePointFive">
  23636.             <summary>1.5 stop bits are used.</summary>
  23637.         </member>
  23638.         <member name="F:System.IO.Ports.StopBits.Two">
  23639.             <summary>Two stop bits are used.</summary>
  23640.         </member>
  23641.         <member name="N:System.Media">
  23642.             <summary>The <see cref="N:System.Media"></see> namespace contains classes for playing sound files and accessing sounds provided by the system.</summary>
  23643.         </member>
  23644.         <member name="T:System.Media.SoundPlayer">
  23645.             <summary>Controls playback of a sound from a .wav file.</summary>
  23646.         </member>
  23647.         <member name="M:System.Media.SoundPlayer.#ctor">
  23648.             <summary>Initializes a new instance of the <see cref="T:System.Media.SoundPlayer"></see> class.</summary>
  23649.         </member>
  23650.         <member name="M:System.Media.SoundPlayer.#ctor(System.IO.Stream)">
  23651.             <summary>Initializes a new instance of the <see cref="T:System.Media.SoundPlayer"></see> class, and attaches the .wav file within the specified <see cref="T:System.IO.Stream"></see>.</summary>
  23652.             <param name="stream">A <see cref="T:System.IO.Stream"></see> to a .wav file.</param>
  23653.         </member>
  23654.         <member name="M:System.Media.SoundPlayer.#ctor(System.String)">
  23655.             <summary>Initializes a new instance of the <see cref="T:System.Media.SoundPlayer"></see> class, and attaches the specified .wav file.</summary>
  23656.             <param name="soundLocation">The location of a .wav file to load.</param>
  23657.             <exception cref="T:System.UriFormatException">The URL value specified by soundLocation cannot be resolved.</exception>
  23658.         </member>
  23659.         <member name="M:System.Media.SoundPlayer.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  23660.             <summary>Initializes a new instance of the <see cref="T:System.Media.SoundPlayer"></see> class.</summary>
  23661.             <param name="context">The destination to be used for deserialization.</param>
  23662.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used for deserialization.</param>
  23663.             <exception cref="T:System.UriFormatException">The <see cref="P:System.Media.SoundPlayer.SoundLocation"></see> specified in serializationInfo cannot be resolved.</exception>
  23664.         </member>
  23665.         <member name="E:System.Media.SoundPlayer.LoadCompleted">
  23666.             <summary>Occurs when a .wav file has been successfully or unsuccessfully loaded.</summary>
  23667.         </member>
  23668.         <member name="E:System.Media.SoundPlayer.SoundLocationChanged">
  23669.             <summary>Occurs when a new audio source path for this <see cref="T:System.Media.SoundPlayer"></see> has been set.</summary>
  23670.         </member>
  23671.         <member name="E:System.Media.SoundPlayer.StreamChanged">
  23672.             <summary>Occurs when a new <see cref="T:System.IO.Stream"></see> audio source for this <see cref="T:System.Media.SoundPlayer"></see> has been set.</summary>
  23673.         </member>
  23674.         <member name="M:System.Media.SoundPlayer.Load">
  23675.             <summary>Loads a sound synchronously.</summary>
  23676.             <exception cref="T:System.ServiceProcess.TimeoutException">The elapsed time during loading exceeds the time, in milliseconds, specified by <see cref="P:System.Media.SoundPlayer.LoadTimeout"></see>. </exception>
  23677.             <exception cref="T:System.IO.FileNotFoundException">The file specified by <see cref="P:System.Media.SoundPlayer.SoundLocation"></see> cannot be found.</exception>
  23678.         </member>
  23679.         <member name="M:System.Media.SoundPlayer.LoadAsync">
  23680.             <summary>Loads a .wav file from a stream or a Web resource using a new thread.</summary>
  23681.             <exception cref="T:System.ServiceProcess.TimeoutException">The elapsed time during loading exceeds the time, in milliseconds, specified by <see cref="P:System.Media.SoundPlayer.LoadTimeout"></see>. </exception>
  23682.             <exception cref="T:System.IO.FileNotFoundException">The file specified by <see cref="P:System.Media.SoundPlayer.SoundLocation"></see> cannot be found.</exception>
  23683.         </member>
  23684.         <member name="M:System.Media.SoundPlayer.OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs)">
  23685.             <summary>Raises the <see cref="E:System.Media.SoundPlayer.LoadCompleted"></see> event.</summary>
  23686.             <param name="e">An <see cref="T:System.ComponentModel.AsyncCompletedEventArgs"></see>  that contains the event data. </param>
  23687.         </member>
  23688.         <member name="M:System.Media.SoundPlayer.OnSoundLocationChanged(System.EventArgs)">
  23689.             <summary>Raises the <see cref="E:System.Media.SoundPlayer.SoundLocationChanged"></see> event.</summary>
  23690.             <param name="e">An <see cref="T:System.EventArgs"></see> that contains the event data.</param>
  23691.         </member>
  23692.         <member name="M:System.Media.SoundPlayer.OnStreamChanged(System.EventArgs)">
  23693.             <summary>Raises the <see cref="E:System.Media.SoundPlayer.StreamChanged"></see> event.</summary>
  23694.             <param name="e">An <see cref="T:System.EventArgs"></see> that contains the event data.</param>
  23695.         </member>
  23696.         <member name="M:System.Media.SoundPlayer.Play">
  23697.             <summary>Plays the .wav file using a new thread, and loads the .wav file first if it has not been loaded.</summary>
  23698.             <exception cref="T:System.ServiceProcess.TimeoutException">The elapsed time during loading exceeds the time, in milliseconds, specified by <see cref="P:System.Media.SoundPlayer.LoadTimeout"></see>. </exception>
  23699.             <exception cref="T:System.IO.FileNotFoundException">The file specified by <see cref="P:System.Media.SoundPlayer.SoundLocation"></see> cannot be found.</exception>
  23700.             <exception cref="T:System.InvalidOperationException">The .wav header is corrupted; the file specified by <see cref="P:System.Media.SoundPlayer.SoundLocation"></see> is not a PCM .wav file.</exception>
  23701.         </member>
  23702.         <member name="M:System.Media.SoundPlayer.PlayLooping">
  23703.             <summary>Plays and loops the .wav file using a new thread, and loads the .wav file first if it has not been loaded.</summary>
  23704.             <exception cref="T:System.ServiceProcess.TimeoutException">The elapsed time during loading exceeds the time, in milliseconds, specified by <see cref="P:System.Media.SoundPlayer.LoadTimeout"></see>. </exception>
  23705.             <exception cref="T:System.IO.FileNotFoundException">The file specified by <see cref="P:System.Media.SoundPlayer.SoundLocation"></see> cannot be found.</exception>
  23706.             <exception cref="T:System.InvalidOperationException">The .wav header is corrupted; the file specified by <see cref="P:System.Media.SoundPlayer.SoundLocation"></see> is not a PCM .wav file.</exception>
  23707.         </member>
  23708.         <member name="M:System.Media.SoundPlayer.PlaySync">
  23709.             <summary>Plays the .wav file using the user interface (UI) thread, and loads the .wav file first if it has not been loaded.</summary>
  23710.             <exception cref="T:System.ServiceProcess.TimeoutException">The elapsed time during loading exceeds the time, in milliseconds, specified by <see cref="P:System.Media.SoundPlayer.LoadTimeout"></see>. </exception>
  23711.             <exception cref="T:System.IO.FileNotFoundException">The file specified by <see cref="P:System.Media.SoundPlayer.SoundLocation"></see> cannot be found.</exception>
  23712.             <exception cref="T:System.InvalidOperationException">The .wav header is corrupted; the file specified by <see cref="P:System.Media.SoundPlayer.SoundLocation"></see> is not a PCM .wav file.</exception>
  23713.         </member>
  23714.         <member name="M:System.Media.SoundPlayer.Stop">
  23715.             <summary>Stops playback of the sound if playback is occurring.</summary>
  23716.         </member>
  23717.         <member name="M:System.Media.SoundPlayer.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  23718.             <summary>For a description of this member, see the <see cref="M:System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"></see> method.</summary>
  23719.             <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization.</param>
  23720.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see>  to populate with data.</param>
  23721.         </member>
  23722.         <member name="P:System.Media.SoundPlayer.IsLoadCompleted">
  23723.             <summary>Gets a value indicating whether loading of a .wav file has successfully completed.</summary>
  23724.             <returns>true if a .wav file is loaded; false if a .wav file has not yet been loaded.</returns>
  23725.         </member>
  23726.         <member name="P:System.Media.SoundPlayer.LoadTimeout">
  23727.             <summary>Gets or sets the time, in milliseconds, in which the .wav file must load.</summary>
  23728.             <returns>The number of milliseconds to wait. The default is 10000 (10 seconds).</returns>
  23729.         </member>
  23730.         <member name="P:System.Media.SoundPlayer.SoundLocation">
  23731.             <summary>Gets or sets the file path or URL of the .wav file to load.</summary>
  23732.             <returns>The file path or URL from which to load a .wav file, or <see cref="F:System.String.Empty"></see> if no file path is present. The default is <see cref="F:System.String.Empty"></see>.</returns>
  23733.         </member>
  23734.         <member name="P:System.Media.SoundPlayer.Stream">
  23735.             <summary>Gets or sets the <see cref="T:System.IO.Stream"></see> from which to load the .wav file.</summary>
  23736.             <returns>A <see cref="T:System.IO.Stream"></see> from which to load the .wav file, or null if no stream is available. The default is null.</returns>
  23737.         </member>
  23738.         <member name="P:System.Media.SoundPlayer.Tag">
  23739.             <summary>Gets or sets the <see cref="T:System.Object"></see> that contains data about the <see cref="T:System.Media.SoundPlayer"></see>.</summary>
  23740.             <returns>An <see cref="T:System.Object"></see> that contains data about the <see cref="T:System.Media.SoundPlayer"></see>.</returns>
  23741.         </member>
  23742.         <member name="T:System.Media.SystemSound">
  23743.             <summary>Represents a system sound type.</summary>
  23744.             <filterpriority>2</filterpriority>
  23745.             <completionlist cref="T:System.Media.SystemSounds" />
  23746.         </member>
  23747.         <member name="M:System.Media.SystemSound.Play">
  23748.             <summary>Plays the system sound type.</summary>
  23749.         </member>
  23750.         <member name="T:System.Media.SystemSounds">
  23751.             <summary>Retrieves sounds associated with a set of Windows operating system sound-event types. This class cannot be inherited.</summary>
  23752.             <filterpriority>2</filterpriority>
  23753.         </member>
  23754.         <member name="P:System.Media.SystemSounds.Asterisk">
  23755.             <summary>Gets the sound associated with the Asterisk program event in the current Windows sound scheme.</summary>
  23756.             <returns>A <see cref="T:System.Media.SystemSound"></see>.</returns>
  23757.         </member>
  23758.         <member name="P:System.Media.SystemSounds.Beep">
  23759.             <summary>Gets the sound associated with the Beep program event in the current Windows sound scheme.</summary>
  23760.             <returns>A <see cref="T:System.Media.SystemSound"></see>.</returns>
  23761.         </member>
  23762.         <member name="P:System.Media.SystemSounds.Exclamation">
  23763.             <summary>Gets the sound associated with the Exclamation program event in the current Windows sound scheme.</summary>
  23764.             <returns>A <see cref="T:System.Media.SystemSound"></see>.</returns>
  23765.         </member>
  23766.         <member name="P:System.Media.SystemSounds.Hand">
  23767.             <summary>Gets the sound associated with the Hand program event in the current Windows sound scheme.</summary>
  23768.             <returns>A <see cref="T:System.Media.SystemSound"></see>.</returns>
  23769.         </member>
  23770.         <member name="P:System.Media.SystemSounds.Question">
  23771.             <summary>Gets the sound associated with the Question program event in the current Windows sound scheme.</summary>
  23772.             <returns>A <see cref="T:System.Media.SystemSound"></see>.</returns>
  23773.         </member>
  23774.         <member name="N:System.Net">
  23775.             <summary>The <see cref="N:System.Net"></see> namespace provides a simple programming interface for many of the protocols used on networks today. The <see cref="T:System.Net.WebRequest"></see> and <see cref="T:System.Net.WebResponse"></see> classes form the basis of what are called pluggable protocols, an implementation of network services that enables you to develop applications that use Internet resources without worrying about the specific details of the individual protocols.</summary>
  23776.         </member>
  23777.         <member name="T:System.Net.AuthenticationManager">
  23778.             <summary>Manages the authentication modules called during the client authentication process.</summary>
  23779.         </member>
  23780.         <member name="M:System.Net.AuthenticationManager.Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)">
  23781.             <summary>Calls each registered authentication module to find the first module that can respond to the authentication request.</summary>
  23782.             <returns>An instance of the <see cref="T:System.Net.Authorization"></see> class containing the result of the authorization attempt. If there is no authentication module to respond to the challenge, this method returns null.</returns>
  23783.             <param name="challenge">The challenge returned by the Internet resource. </param>
  23784.             <param name="request">The <see cref="T:System.Net.WebRequest"></see> that initiated the authentication challenge. </param>
  23785.             <param name="credentials">The <see cref="T:System.Net.ICredentials"></see> associated with this request. </param>
  23786.             <exception cref="T:System.ArgumentNullException">challenge is null.-or- request is null.-or- credentials is null. </exception>
  23787.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  23788.         </member>
  23789.         <member name="M:System.Net.AuthenticationManager.PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)">
  23790.             <summary>Preauthenticates a request.</summary>
  23791.             <returns>An instance of the <see cref="T:System.Net.Authorization"></see> class if the request can be preauthenticated; otherwise, null. If credentials is null, this method returns null.</returns>
  23792.             <param name="request">A <see cref="T:System.Net.WebRequest"></see> to an Internet resource. </param>
  23793.             <param name="credentials">The <see cref="T:System.Net.ICredentials"></see> associated with the request. </param>
  23794.             <exception cref="T:System.ArgumentNullException">request is null. </exception>
  23795.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  23796.         </member>
  23797.         <member name="M:System.Net.AuthenticationManager.Register(System.Net.IAuthenticationModule)">
  23798.             <summary>Registers an authentication module with the authentication manager.</summary>
  23799.             <param name="authenticationModule">The <see cref="T:System.Net.IAuthenticationModule"></see> to register with the authentication manager. </param>
  23800.             <exception cref="T:System.ArgumentNullException">authenticationModule is null. </exception>
  23801.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  23802.         </member>
  23803.         <member name="M:System.Net.AuthenticationManager.Unregister(System.Net.IAuthenticationModule)">
  23804.             <summary>Removes the specified authentication module from the list of registered modules.</summary>
  23805.             <param name="authenticationModule">The <see cref="T:System.Net.IAuthenticationModule"></see> to remove from the list of registered modules. </param>
  23806.             <exception cref="T:System.ArgumentNullException">authenticationModule is null. </exception>
  23807.             <exception cref="T:System.InvalidOperationException">The specified <see cref="T:System.Net.IAuthenticationModule"></see> is not registered. </exception>
  23808.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  23809.         </member>
  23810.         <member name="M:System.Net.AuthenticationManager.Unregister(System.String)">
  23811.             <summary>Removes authentication modules with the specified authentication scheme from the list of registered modules.</summary>
  23812.             <param name="authenticationScheme">The authentication scheme of the module to remove. </param>
  23813.             <exception cref="T:System.ArgumentNullException">authenticationScheme is null. </exception>
  23814.             <exception cref="T:System.InvalidOperationException">A module for this authentication scheme is not registered. </exception>
  23815.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  23816.         </member>
  23817.         <member name="P:System.Net.AuthenticationManager.CredentialPolicy">
  23818.             <summary>Gets or sets the credential policy to be used for resource requests made using the <see cref="T:System.Net.HttpWebRequest"></see> class.</summary>
  23819.             <returns>An object that implements the <see cref="T:System.Net.ICredentialPolicy"></see> interface that determines whether credentials are sent with requests. The default value is null.</returns>
  23820.         </member>
  23821.         <member name="P:System.Net.AuthenticationManager.CustomTargetNameDictionary">
  23822.             <summary>Gets the dictionary that contains Service Principal Names (SPNs) that are used to identify hosts during Kerberos authentication for requests made using <see cref="T:System.Net.WebRequest"></see> and its derived classes.</summary>
  23823.             <returns>A writable <see cref="T:System.Collections.Specialized.StringDictionary"></see> that contains the SPN values for keys composed of host information. </returns>
  23824.         </member>
  23825.         <member name="P:System.Net.AuthenticationManager.RegisteredModules">
  23826.             <summary>Gets a list of authentication modules that are registered with the authentication manager.</summary>
  23827.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that enables the registered authentication modules to be read.</returns>
  23828.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  23829.         </member>
  23830.         <member name="T:System.Net.AuthenticationSchemes">
  23831.             <summary>Specifies protocols for authentication.</summary>
  23832.         </member>
  23833.         <member name="F:System.Net.AuthenticationSchemes.Anonymous">
  23834.             <summary>Specifies anonymous authentication.</summary>
  23835.         </member>
  23836.         <member name="F:System.Net.AuthenticationSchemes.Basic">
  23837.             <summary>Specifies basic authentication. </summary>
  23838.         </member>
  23839.         <member name="F:System.Net.AuthenticationSchemes.Digest">
  23840.             <summary>Specifies digest authentication.</summary>
  23841.         </member>
  23842.         <member name="F:System.Net.AuthenticationSchemes.IntegratedWindowsAuthentication">
  23843.             <summary>Specifies Windows authentication.</summary>
  23844.         </member>
  23845.         <member name="F:System.Net.AuthenticationSchemes.Negotiate">
  23846.             <summary>Negotiates with the client to determine the authentication scheme. If both client and server support Kerberos, it is used; otherwise, NTLM is used.</summary>
  23847.         </member>
  23848.         <member name="F:System.Net.AuthenticationSchemes.None">
  23849.             <summary>No authentication is allowed. A client requesting an <see cref="T:System.Net.HttpListener"></see> object with this flag set will always receive a 403 Forbidden status. Use this flag when a resource should never be served to a client.</summary>
  23850.         </member>
  23851.         <member name="F:System.Net.AuthenticationSchemes.Ntlm">
  23852.             <summary>Specifies NTLM authentication.</summary>
  23853.         </member>
  23854.         <member name="T:System.Net.AuthenticationSchemeSelector">
  23855.             <summary>Selects the authentication scheme for an <see cref="T:System.Net.HttpListener"></see> instance.</summary>
  23856.             <returns>One of the <see cref="T:System.Net.AuthenticationSchemes"></see> values that indicates the method of authentication to use for the specified client request.</returns>
  23857.         </member>
  23858.         <member name="T:System.Net.Authorization">
  23859.             <summary>Contains an authentication message for an Internet server.</summary>
  23860.         </member>
  23861.         <member name="M:System.Net.Authorization.#ctor(System.String)">
  23862.             <summary>Creates a new instance of the <see cref="T:System.Net.Authorization"></see> class with the specified authorization message.</summary>
  23863.             <param name="token">The encrypted authorization message expected by the server. </param>
  23864.         </member>
  23865.         <member name="M:System.Net.Authorization.#ctor(System.String,System.Boolean)">
  23866.             <summary>Creates a new instance of the <see cref="T:System.Net.Authorization"></see> class with the specified authorization message and completion status.</summary>
  23867.             <param name="finished">The completion status of the authorization attempt. true if the authorization attempt is complete; otherwise, false. </param>
  23868.             <param name="token">The encrypted authorization message expected by the server. </param>
  23869.         </member>
  23870.         <member name="M:System.Net.Authorization.#ctor(System.String,System.Boolean,System.String)">
  23871.             <summary>Creates a new instance of the <see cref="T:System.Net.Authorization"></see> class with the specified authorization message, completion status, and connection group identifier.</summary>
  23872.             <param name="connectionGroupId">A unique identifier that can be used to create private client-server connections that are bound only to this authentication scheme. </param>
  23873.             <param name="finished">The completion status of the authorization attempt. true if the authorization attempt is complete; otherwise, false. </param>
  23874.             <param name="token">The encrypted authorization message expected by the server. </param>
  23875.         </member>
  23876.         <member name="P:System.Net.Authorization.Complete">
  23877.             <summary>Gets the completion status of the authorization.</summary>
  23878.             <returns>true if the authentication process is complete; otherwise, false.</returns>
  23879.         </member>
  23880.         <member name="P:System.Net.Authorization.ConnectionGroupId">
  23881.             <summary>Gets a unique identifier for user-specific connections.</summary>
  23882.             <returns>A unique string that associates a connection with an authenticating entity.</returns>
  23883.         </member>
  23884.         <member name="P:System.Net.Authorization.Message">
  23885.             <summary>Gets the message returned to the server in response to an authentication challenge.</summary>
  23886.             <returns>The message that will be returned to the server in response to an authentication challenge.</returns>
  23887.         </member>
  23888.         <member name="P:System.Net.Authorization.MutuallyAuthenticated">
  23889.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that indicates whether mutual authentication occurred.</summary>
  23890.             <returns>true if both client and server were authenticated; otherwise, false.</returns>
  23891.         </member>
  23892.         <member name="P:System.Net.Authorization.ProtectionRealm">
  23893.             <summary>Gets or sets the prefix for Uniform Resource Identifiers (URIs) that can be authenticated with the <see cref="P:System.Net.Authorization.Message"></see> property.</summary>
  23894.             <returns>An array of strings that contains URI prefixes.</returns>
  23895.         </member>
  23896.         <member name="T:System.Net.BindIPEndPoint">
  23897.             <summary>Represents the method that specifies a local Internet Protocol address and port number for a <see cref="T:System.Net.ServicePoint"></see>.</summary>
  23898.             <returns>The local <see cref="T:System.Net.IPEndPoint"></see> to which the <see cref="T:System.Net.ServicePoint"></see> is bound.</returns>
  23899.         </member>
  23900.         <member name="T:System.Net.Cookie">
  23901.             <summary>Provides a set of properties and methods that are used to manage cookies. This class cannot be inherited.</summary>
  23902.         </member>
  23903.         <member name="M:System.Net.Cookie.#ctor">
  23904.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cookie"></see> class.</summary>
  23905.         </member>
  23906.         <member name="M:System.Net.Cookie.#ctor(System.String,System.String)">
  23907.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cookie"></see> class with a specified <see cref="P:System.Net.Cookie.Name"></see> and <see cref="P:System.Net.Cookie.Value"></see>.</summary>
  23908.             <param name="name">The name of a <see cref="T:System.Net.Cookie"></see>. The following characters must not be used inside name: equal sign, semicolon, comma, newline (\n), return (\r), tab (\t). The dollar sign character ("$") cannot be the first character. </param>
  23909.             <param name="value">The value of a <see cref="T:System.Net.Cookie"></see>. The following characters must not be used inside value: semicolon, comma. </param>
  23910.             <exception cref="T:System.Net.CookieException">The name parameter is null. -or- The name parameter is of zero length. -or- The name parameter contains an invalid character. </exception>
  23911.         </member>
  23912.         <member name="M:System.Net.Cookie.#ctor(System.String,System.String,System.String)">
  23913.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cookie"></see> class with a specified <see cref="P:System.Net.Cookie.Name"></see>, <see cref="P:System.Net.Cookie.Value"></see>, and <see cref="P:System.Net.Cookie.Path"></see>.</summary>
  23914.             <param name="name">The name of a <see cref="T:System.Net.Cookie"></see>. The following characters must not be used inside name: equal sign, semicolon, comma, newline (\n), return (\r), tab (\t). The dollar sign character ("$") cannot be the first character. </param>
  23915.             <param name="value">The value of a <see cref="T:System.Net.Cookie"></see>. The following characters must not be used inside value: semicolon, comma. </param>
  23916.             <param name="path">The subset of URIs on the origin server to which this <see cref="T:System.Net.Cookie"></see> applies. The default value is "/". </param>
  23917.             <exception cref="T:System.Net.CookieException">The name parameter is null. -or- The name parameter is of zero length. -or- The name parameter contains an invalid character. </exception>
  23918.         </member>
  23919.         <member name="M:System.Net.Cookie.#ctor(System.String,System.String,System.String,System.String)">
  23920.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cookie"></see> class with a specified <see cref="P:System.Net.Cookie.Name"></see>, <see cref="P:System.Net.Cookie.Value"></see>, <see cref="P:System.Net.Cookie.Path"></see>, and <see cref="P:System.Net.Cookie.Domain"></see>.</summary>
  23921.             <param name="domain">The optional internet domain for which this <see cref="T:System.Net.Cookie"></see> is valid. The default value is the host this <see cref="T:System.Net.Cookie"></see> has been received from. </param>
  23922.             <param name="name">The name of a <see cref="T:System.Net.Cookie"></see>. The following characters must not be used inside name: equal sign, semicolon, comma, newline (\n), return (\r), tab (\t). The dollar sign character ("$") cannot be the first character. </param>
  23923.             <param name="value">The value of a <see cref="T:System.Net.Cookie"></see> object. The following characters must not be used inside value: semicolon, comma. </param>
  23924.             <param name="path">The subset of URIs on the origin server to which this <see cref="T:System.Net.Cookie"></see> applies. The default value is "/". </param>
  23925.             <exception cref="T:System.Net.CookieException">The name parameter is null. -or- The name parameter is of zero length. -or- The name parameter contains an invalid character. </exception>
  23926.         </member>
  23927.         <member name="M:System.Net.Cookie.Equals(System.Object)">
  23928.             <summary>Overrides the <see cref="M:System.Object.Equals(System.Object)"></see> method.</summary>
  23929.             <returns>Returns true if the <see cref="T:System.Net.Cookie"></see> is equal to comparand. Two <see cref="T:System.Net.Cookie"></see> instances are equal if their <see cref="P:System.Net.Cookie.Name"></see>, <see cref="P:System.Net.Cookie.Value"></see>, <see cref="P:System.Net.Cookie.Path"></see>, <see cref="P:System.Net.Cookie.Domain"></see>, and <see cref="P:System.Net.Cookie.Version"></see> properties are equal. <see cref="P:System.Net.Cookie.Name"></see> and <see cref="P:System.Net.Cookie.Domain"></see> string comparisons are case-insensitive.</returns>
  23930.             <param name="comparand">A reference to a <see cref="T:System.Net.Cookie"></see>. </param>
  23931.         </member>
  23932.         <member name="M:System.Net.Cookie.GetHashCode">
  23933.             <summary>Overrides the <see cref="M:System.Object.GetHashCode"></see> method.</summary>
  23934.             <returns>The 32-bit signed integer hash code for this instance.</returns>
  23935.         </member>
  23936.         <member name="M:System.Net.Cookie.ToString">
  23937.             <summary>Overrides the <see cref="M:System.Object.ToString"></see> method.</summary>
  23938.             <returns>Returns a string representation of this <see cref="T:System.Net.Cookie"></see> object that is suitable for including in a HTTP Cookie: request header.</returns>
  23939.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  23940.         </member>
  23941.         <member name="P:System.Net.Cookie.Comment">
  23942.             <summary>Gets or sets a comment that the server can add to a <see cref="T:System.Net.Cookie"></see>.</summary>
  23943.             <returns>An optional comment to document intended usage for this <see cref="T:System.Net.Cookie"></see>.</returns>
  23944.         </member>
  23945.         <member name="P:System.Net.Cookie.CommentUri">
  23946.             <summary>Gets or sets a URI comment that the server can provide with a <see cref="T:System.Net.Cookie"></see>.</summary>
  23947.             <returns>An optional comment that represents the intended usage of the URI reference for this <see cref="T:System.Net.Cookie"></see>. The value must conform to URI format.</returns>
  23948.         </member>
  23949.         <member name="P:System.Net.Cookie.Discard">
  23950.             <summary>Gets or sets the discard flag set by the server.</summary>
  23951.             <returns>true if the client is to discard the <see cref="T:System.Net.Cookie"></see> at the end of the current session; otherwise, false. The default is false.</returns>
  23952.         </member>
  23953.         <member name="P:System.Net.Cookie.Domain">
  23954.             <summary>Gets or sets the URI for which the <see cref="T:System.Net.Cookie"></see> is valid.</summary>
  23955.             <returns>The URI for which the <see cref="T:System.Net.Cookie"></see> is valid.</returns>
  23956.         </member>
  23957.         <member name="P:System.Net.Cookie.Expired">
  23958.             <summary>Gets or sets the current state of the <see cref="T:System.Net.Cookie"></see>.</summary>
  23959.             <returns>true if the <see cref="T:System.Net.Cookie"></see> has expired; otherwise, false. The default is false.</returns>
  23960.         </member>
  23961.         <member name="P:System.Net.Cookie.Expires">
  23962.             <summary>Gets or sets the expiration date and time for the <see cref="T:System.Net.Cookie"></see> as a <see cref="T:System.DateTime"></see>.</summary>
  23963.             <returns>The expiration date and time for the <see cref="T:System.Net.Cookie"></see> as a <see cref="T:System.DateTime"></see> instance.</returns>
  23964.         </member>
  23965.         <member name="P:System.Net.Cookie.HttpOnly">
  23966.             <summary>Determines whether a page script or other active content can access this cookie.</summary>
  23967.             <returns>Boolean value that determines whether a page script or other active content can access this cookie.</returns>
  23968.         </member>
  23969.         <member name="P:System.Net.Cookie.Name">
  23970.             <summary>Gets or sets the name for the <see cref="T:System.Net.Cookie"></see>.</summary>
  23971.             <returns>The name for the <see cref="T:System.Net.Cookie"></see>.</returns>
  23972.             <exception cref="T:System.Net.CookieException">The value specified for a set operation is null or the empty string. </exception>
  23973.         </member>
  23974.         <member name="P:System.Net.Cookie.Path">
  23975.             <summary>Gets or sets the URIs to which the <see cref="T:System.Net.Cookie"></see> applies.</summary>
  23976.             <returns>The URIs to which the <see cref="T:System.Net.Cookie"></see> applies.</returns>
  23977.         </member>
  23978.         <member name="P:System.Net.Cookie.Port">
  23979.             <summary>Gets or sets a list of TCP ports that the <see cref="T:System.Net.Cookie"></see> applies to.</summary>
  23980.             <returns>The list of TCP ports that the <see cref="T:System.Net.Cookie"></see> applies to.</returns>
  23981.             <exception cref="T:System.Net.CookieException">The value specified for a set operation could not be parsed or is not enclosed in double quotes. </exception>
  23982.         </member>
  23983.         <member name="P:System.Net.Cookie.Secure">
  23984.             <summary>Gets or sets the security level of a <see cref="T:System.Net.Cookie"></see>.</summary>
  23985.             <returns>true if the client is only to return the cookie in subsequent requests if those requests use Secure Hypertext Transfer Protocol (HTTPS); otherwise, false. The default is false.</returns>
  23986.         </member>
  23987.         <member name="P:System.Net.Cookie.TimeStamp">
  23988.             <summary>Gets the time when the cookie was issued as a <see cref="T:System.DateTime"></see>.</summary>
  23989.             <returns>The time when the cookie was issued as a <see cref="T:System.DateTime"></see>.</returns>
  23990.         </member>
  23991.         <member name="P:System.Net.Cookie.Value">
  23992.             <summary>Gets or sets the <see cref="P:System.Net.Cookie.Value"></see> for the <see cref="T:System.Net.Cookie"></see>.</summary>
  23993.             <returns>The <see cref="P:System.Net.Cookie.Value"></see> for the <see cref="T:System.Net.Cookie"></see>.</returns>
  23994.         </member>
  23995.         <member name="P:System.Net.Cookie.Version">
  23996.             <summary>Gets or sets the version of HTTP state maintenance to which the cookie conforms.</summary>
  23997.             <returns>The version of HTTP state maintenance to which the cookie conforms.</returns>
  23998.         </member>
  23999.         <member name="T:System.Net.CookieCollection">
  24000.             <summary>Provides a collection container for instances of the <see cref="T:System.Net.Cookie"></see> class.</summary>
  24001.         </member>
  24002.         <member name="M:System.Net.CookieCollection.#ctor">
  24003.             <summary>Initializes a new instance of the <see cref="T:System.Net.CookieCollection"></see> class.</summary>
  24004.         </member>
  24005.         <member name="M:System.Net.CookieCollection.Add(System.Net.Cookie)">
  24006.             <summary>Adds a <see cref="T:System.Net.Cookie"></see> to a <see cref="T:System.Net.CookieCollection"></see>.</summary>
  24007.             <param name="cookie">The <see cref="T:System.Net.Cookie"></see> to be added to a <see cref="T:System.Net.CookieCollection"></see>. </param>
  24008.             <exception cref="T:System.ArgumentNullException">cookie is null. </exception>
  24009.         </member>
  24010.         <member name="M:System.Net.CookieCollection.Add(System.Net.CookieCollection)">
  24011.             <summary>Adds the contents of a <see cref="T:System.Net.CookieCollection"></see> to the current instance.</summary>
  24012.             <param name="cookies">The <see cref="T:System.Net.CookieCollection"></see> to be added. </param>
  24013.             <exception cref="T:System.ArgumentNullException">cookies is null. </exception>
  24014.         </member>
  24015.         <member name="M:System.Net.CookieCollection.CopyTo(System.Array,System.Int32)">
  24016.             <summary>Copies the elements of a <see cref="T:System.Net.CookieCollection"></see> to an instance of the <see cref="T:System.Array"></see> class, starting at a particular index.</summary>
  24017.             <param name="array">The target <see cref="T:System.Array"></see> to which the <see cref="T:System.Net.CookieCollection"></see> will be copied. </param>
  24018.             <param name="index">The zero-based index in the target <see cref="T:System.Array"></see> where copying begins. </param>
  24019.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in this <see cref="T:System.Net.CookieCollection"></see> is greater than the available space from index to the end of the destination array. </exception>
  24020.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  24021.             <exception cref="T:System.InvalidCastException">The elements in this <see cref="T:System.Net.CookieCollection"></see> cannot be cast automatically to the type of the destination array. </exception>
  24022.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
  24023.         </member>
  24024.         <member name="M:System.Net.CookieCollection.CopyTo(System.Net.Cookie[],System.Int32)">
  24025.             <summary>Copies the elements of this <see cref="T:System.Net.CookieCollection"></see> to a <see cref="T:System.Net.Cookie"></see> array starting at the specified index of the target array.</summary>
  24026.             <param name="array">The target <see cref="T:System.Net.Cookie"></see> array to which the <see cref="T:System.Net.CookieCollection"></see> will be copied.</param>
  24027.             <param name="index">The zero-based index in the target <see cref="T:System.Array"></see> where copying begins. </param>
  24028.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- index is equal to or greater than the length of array.-or- The number of elements in this <see cref="T:System.Net.CookieCollection"></see> is greater than the available space from index to the end of the destination array. </exception>
  24029.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  24030.             <exception cref="T:System.InvalidCastException">The elements in this <see cref="T:System.Net.CookieCollection"></see> cannot be cast automatically to the type of the destination array. </exception>
  24031.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
  24032.         </member>
  24033.         <member name="M:System.Net.CookieCollection.GetEnumerator">
  24034.             <summary>Gets an enumerator that can iterate through a <see cref="T:System.Net.CookieCollection"></see>.</summary>
  24035.             <returns>An instance of an implementation of an <see cref="T:System.Collections.IEnumerator"></see> interface that can iterate through a <see cref="T:System.Net.CookieCollection"></see>.</returns>
  24036.         </member>
  24037.         <member name="P:System.Net.CookieCollection.Count">
  24038.             <summary>Gets the number of cookies contained in a <see cref="T:System.Net.CookieCollection"></see>.</summary>
  24039.             <returns>The number of cookies contained in a <see cref="T:System.Net.CookieCollection"></see>.</returns>
  24040.         </member>
  24041.         <member name="P:System.Net.CookieCollection.IsReadOnly">
  24042.             <summary>Gets a value that indicates whether a <see cref="T:System.Net.CookieCollection"></see> is read-only.</summary>
  24043.             <returns>true if this is a read-only <see cref="T:System.Net.CookieCollection"></see>; otherwise, false. The default is true.</returns>
  24044.         </member>
  24045.         <member name="P:System.Net.CookieCollection.IsSynchronized">
  24046.             <summary>Gets a value that indicates whether access to a <see cref="T:System.Net.CookieCollection"></see> is thread safe.</summary>
  24047.             <returns>true if access to the <see cref="T:System.Net.CookieCollection"></see> is thread safe; otherwise, false. The default is false.</returns>
  24048.         </member>
  24049.         <member name="P:System.Net.CookieCollection.Item(System.Int32)">
  24050.             <summary>Gets the <see cref="T:System.Net.Cookie"></see> with a specific index from a <see cref="T:System.Net.CookieCollection"></see>.</summary>
  24051.             <returns>A <see cref="T:System.Net.Cookie"></see> with a specific index from a <see cref="T:System.Net.CookieCollection"></see>.</returns>
  24052.             <param name="index">The zero-based index of the <see cref="T:System.Net.Cookie"></see> to be found. </param>
  24053.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than 0 or index is greater than or equal to <see cref="P:System.Net.CookieCollection.Count"></see>. </exception>
  24054.         </member>
  24055.         <member name="P:System.Net.CookieCollection.Item(System.String)">
  24056.             <summary>Gets the <see cref="T:System.Net.Cookie"></see> with a specific name from a <see cref="T:System.Net.CookieCollection"></see>.</summary>
  24057.             <returns>The <see cref="T:System.Net.Cookie"></see> with a specific name from a <see cref="T:System.Net.CookieCollection"></see>.</returns>
  24058.             <param name="name">The name of the <see cref="T:System.Net.Cookie"></see> to be found. </param>
  24059.             <exception cref="T:System.ArgumentNullException">name is null. </exception>
  24060.         </member>
  24061.         <member name="P:System.Net.CookieCollection.SyncRoot">
  24062.             <summary>Gets an object that you can use to synchronize access to the <see cref="T:System.Net.CookieCollection"></see>.</summary>
  24063.             <returns>An object that you can use to synchronize access to the <see cref="T:System.Net.CookieCollection"></see>.</returns>
  24064.         </member>
  24065.         <member name="T:System.Net.CookieContainer">
  24066.             <summary>Provides a container for a collection of <see cref="T:System.Net.CookieCollection"></see> objects.</summary>
  24067.         </member>
  24068.         <member name="M:System.Net.CookieContainer.#ctor">
  24069.             <summary>Initializes a new instance of the <see cref="T:System.Net.CookieContainer"></see> class.</summary>
  24070.         </member>
  24071.         <member name="M:System.Net.CookieContainer.#ctor(System.Int32)">
  24072.             <summary>Initializes a new instance of the <see cref="T:System.Net.CookieContainer"></see> class with a specified value for the number of <see cref="T:System.Net.Cookie"></see> instances that the container can hold.</summary>
  24073.             <param name="capacity">The number of <see cref="T:System.Net.Cookie"></see> instances that the <see cref="T:System.Net.CookieContainer"></see> can hold. </param>
  24074.             <exception cref="T:System.ArgumentException">capacity is less than or equal to zero. </exception>
  24075.         </member>
  24076.         <member name="M:System.Net.CookieContainer.#ctor(System.Int32,System.Int32,System.Int32)">
  24077.             <summary>Initializes a new instance of the <see cref="T:System.Net.CookieContainer"></see> class with specific properties.</summary>
  24078.             <param name="capacity">The number of <see cref="T:System.Net.Cookie"></see> instances that the <see cref="T:System.Net.CookieContainer"></see> can hold. </param>
  24079.             <param name="perDomainCapacity">The number of <see cref="T:System.Net.Cookie"></see> instances per domain. </param>
  24080.             <param name="maxCookieSize">The maximum size in bytes for any single <see cref="T:System.Net.Cookie"></see> in a <see cref="T:System.Net.CookieContainer"></see>. </param>
  24081.             <exception cref="T:System.ArgumentException">maxCookieSize is less than or equal to zero. </exception>
  24082.             <exception cref="T:System.ArgumentException">perDomainCapacity is not equal to <see cref="F:System.Int32.MaxValue"></see>. and (perDomainCapacity is less than or equal to zero or perDomainCapacity is greater than capacity). </exception>
  24083.         </member>
  24084.         <member name="F:System.Net.CookieContainer.DefaultCookieLengthLimit">
  24085.             <summary>Represents the default maximum size, in bytes, of the <see cref="T:System.Net.Cookie"></see> instances that the <see cref="T:System.Net.CookieContainer"></see> can hold. This field is constant.</summary>
  24086.         </member>
  24087.         <member name="F:System.Net.CookieContainer.DefaultCookieLimit">
  24088.             <summary>Represents the default maximum number of <see cref="T:System.Net.Cookie"></see> instances that the <see cref="T:System.Net.CookieContainer"></see> can hold. This field is constant.</summary>
  24089.         </member>
  24090.         <member name="F:System.Net.CookieContainer.DefaultPerDomainCookieLimit">
  24091.             <summary>Represents the default maximum number of <see cref="T:System.Net.Cookie"></see> instances that the <see cref="T:System.Net.CookieContainer"></see> can reference per domain. This field is constant.</summary>
  24092.         </member>
  24093.         <member name="M:System.Net.CookieContainer.Add(System.Net.Cookie)">
  24094.             <summary>Adds a <see cref="T:System.Net.Cookie"></see> to a <see cref="T:System.Net.CookieContainer"></see>. This method uses the domain from the <see cref="T:System.Net.Cookie"></see> to determine which domain collection to associate the <see cref="T:System.Net.Cookie"></see> with.</summary>
  24095.             <param name="cookie">The <see cref="T:System.Net.Cookie"></see> to be added to the <see cref="T:System.Net.CookieContainer"></see>. </param>
  24096.             <exception cref="T:System.ArgumentException">The domain for cookie is null or the empty string (""). </exception>
  24097.             <exception cref="T:System.Net.CookieException">cookie is larger than maxCookieSize. -or- the domain for cookie is not a valid URI. </exception>
  24098.             <exception cref="T:System.ArgumentNullException">cookie is null. </exception>
  24099.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24100.         </member>
  24101.         <member name="M:System.Net.CookieContainer.Add(System.Net.CookieCollection)">
  24102.             <summary>Adds the contents of a <see cref="T:System.Net.CookieCollection"></see> to the <see cref="T:System.Net.CookieContainer"></see>.</summary>
  24103.             <param name="cookies">The <see cref="T:System.Net.CookieCollection"></see> to be added to the <see cref="T:System.Net.CookieContainer"></see>. </param>
  24104.             <exception cref="T:System.ArgumentNullException">cookies is null. </exception>
  24105.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24106.         </member>
  24107.         <member name="M:System.Net.CookieContainer.Add(System.Uri,System.Net.Cookie)">
  24108.             <summary>Adds a <see cref="T:System.Net.Cookie"></see> to the <see cref="T:System.Net.CookieContainer"></see> for a particular URI.</summary>
  24109.             <param name="cookie">The <see cref="T:System.Net.Cookie"></see> to be added to the <see cref="T:System.Net.CookieContainer"></see>. </param>
  24110.             <param name="uri">The URI of the <see cref="T:System.Net.Cookie"></see> to be added to the <see cref="T:System.Net.CookieContainer"></see>. </param>
  24111.             <exception cref="T:System.Net.CookieException">cookie is larger than maxCookieSize. -or- The domain for cookie is not a valid URI. </exception>
  24112.             <exception cref="T:System.ArgumentNullException">uri is null or cookie is null. </exception>
  24113.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24114.         </member>
  24115.         <member name="M:System.Net.CookieContainer.Add(System.Uri,System.Net.CookieCollection)">
  24116.             <summary>Adds the contents of a <see cref="T:System.Net.CookieCollection"></see> to the <see cref="T:System.Net.CookieContainer"></see> for a particular URI.</summary>
  24117.             <param name="uri">The URI of the <see cref="T:System.Net.CookieCollection"></see> to be added to the <see cref="T:System.Net.CookieContainer"></see>. </param>
  24118.             <param name="cookies">The <see cref="T:System.Net.CookieCollection"></see> to be added to the <see cref="T:System.Net.CookieContainer"></see>. </param>
  24119.             <exception cref="T:System.ArgumentNullException">cookies is null. </exception>
  24120.             <exception cref="T:System.Net.CookieException">One of the cookies in cookies contains an invalid domain. </exception>
  24121.             <exception cref="T:System.ArgumentException">The domain for one of the cookies in cookies is null. </exception>
  24122.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24123.         </member>
  24124.         <member name="M:System.Net.CookieContainer.GetCookieHeader(System.Uri)">
  24125.             <summary>Gets the HTTP cookie header that contains the HTTP cookies that represent the <see cref="T:System.Net.Cookie"></see> instances that are associated with a specific URI.</summary>
  24126.             <returns>An HTTP cookie header, with strings representing <see cref="T:System.Net.Cookie"></see> instances delimited by semicolons.</returns>
  24127.             <param name="uri">The URI of the <see cref="T:System.Net.Cookie"></see> instances desired. </param>
  24128.             <exception cref="T:System.ArgumentNullException">uri is null. </exception>
  24129.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24130.         </member>
  24131.         <member name="M:System.Net.CookieContainer.GetCookies(System.Uri)">
  24132.             <summary>Gets a <see cref="T:System.Net.CookieCollection"></see> that contains the <see cref="T:System.Net.Cookie"></see> instances that are associated with a specific URI.</summary>
  24133.             <returns>A <see cref="T:System.Net.CookieCollection"></see> that contains the <see cref="T:System.Net.Cookie"></see> instances that are associated with a specific URI.</returns>
  24134.             <param name="uri">The URI of the <see cref="T:System.Net.Cookie"></see> instances desired. </param>
  24135.             <exception cref="T:System.ArgumentNullException">uri is null. </exception>
  24136.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24137.         </member>
  24138.         <member name="M:System.Net.CookieContainer.SetCookies(System.Uri,System.String)">
  24139.             <summary>Adds <see cref="T:System.Net.Cookie"></see> instances for one or more cookies from an HTTP cookie header to the <see cref="T:System.Net.CookieContainer"></see> for a specific URI.</summary>
  24140.             <param name="cookieHeader">The contents of an HTTP set-cookie header as returned by a HTTP server, with <see cref="T:System.Net.Cookie"></see> instances delimited by commas. </param>
  24141.             <param name="uri">The URI of the <see cref="T:System.Net.CookieCollection"></see>. </param>
  24142.             <exception cref="T:System.ArgumentNullException">uri is null. </exception>
  24143.             <exception cref="T:System.ArgumentNullException">cookieHeader is null. </exception>
  24144.             <exception cref="T:System.Net.CookieException">One of the cookies is invalid. -or- An error occurred while adding one of the cookies to the container. </exception>
  24145.         </member>
  24146.         <member name="P:System.Net.CookieContainer.Capacity">
  24147.             <summary>Gets and sets the number of <see cref="T:System.Net.Cookie"></see> instances that a <see cref="T:System.Net.CookieContainer"></see> can hold.</summary>
  24148.             <returns>The number of <see cref="T:System.Net.Cookie"></see> instances that a <see cref="T:System.Net.CookieContainer"></see> can hold. This is a hard limit and cannot be exceeded by adding a <see cref="T:System.Net.Cookie"></see>.</returns>
  24149.             <exception cref="T:System.ArgumentOutOfRangeException">Capacity is less than or equal to zero or (value is less than <see cref="P:System.Net.CookieContainer.PerDomainCapacity"></see> and <see cref="P:System.Net.CookieContainer.PerDomainCapacity"></see> is not equal to <see cref="F:System.Int32.MaxValue"></see>). </exception>
  24150.         </member>
  24151.         <member name="P:System.Net.CookieContainer.Count">
  24152.             <summary>Gets the number of <see cref="T:System.Net.Cookie"></see> instances that a <see cref="T:System.Net.CookieContainer"></see> currently holds.</summary>
  24153.             <returns>The number of <see cref="T:System.Net.Cookie"></see> instances that a <see cref="T:System.Net.CookieContainer"></see> currently holds. This is the total of <see cref="T:System.Net.Cookie"></see> instances in all domains.</returns>
  24154.         </member>
  24155.         <member name="P:System.Net.CookieContainer.MaxCookieSize">
  24156.             <summary>Represents the maximum allowed length of a <see cref="T:System.Net.Cookie"></see>.</summary>
  24157.             <returns>The maximum allowed length, in bytes, of a <see cref="T:System.Net.Cookie"></see>.</returns>
  24158.             <exception cref="T:System.ArgumentOutOfRangeException">MaxCookieSize is less than or equal to zero. </exception>
  24159.         </member>
  24160.         <member name="P:System.Net.CookieContainer.PerDomainCapacity">
  24161.             <summary>Gets and sets the number of <see cref="T:System.Net.Cookie"></see> instances that a <see cref="T:System.Net.CookieContainer"></see> can hold per domain.</summary>
  24162.             <returns>The number of <see cref="T:System.Net.Cookie"></see> instances that are allowed per domain.</returns>
  24163.             <exception cref="T:System.ArgumentOutOfRangeException">PerDomainCapacity is less than or equal to zero. -or- (PerDomainCapacity is greater than the maximum allowable number of cookies instances, 300, and is not equal to <see cref="F:System.Int32.MaxValue"></see>). </exception>
  24164.         </member>
  24165.         <member name="T:System.Net.CookieException">
  24166.             <summary>The exception that is thrown when an error is made adding a <see cref="T:System.Net.Cookie"></see> to a <see cref="T:System.Net.CookieContainer"></see>.</summary>
  24167.         </member>
  24168.         <member name="M:System.Net.CookieException.#ctor">
  24169.             <summary>Initializes a new instance of the <see cref="T:System.Net.CookieException"></see> class.</summary>
  24170.         </member>
  24171.         <member name="M:System.Net.CookieException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  24172.             <summary>Initializes a new instance of the <see cref="T:System.Net.CookieException"></see> class with specific values of serializationInfo and streamingContext.</summary>
  24173.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used. </param>
  24174.             <param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> to be used. </param>
  24175.         </member>
  24176.         <member name="M:System.Net.CookieException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  24177.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data needed to serialize the <see cref="T:System.Net.CookieException"></see>.</summary>
  24178.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  24179.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  24180.         </member>
  24181.         <member name="M:System.Net.CookieException.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  24182.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data needed to serialize the <see cref="T:System.Net.CookieException"></see>.</summary>
  24183.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used. </param>
  24184.             <param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> to be used. </param>
  24185.         </member>
  24186.         <member name="T:System.Net.CredentialCache">
  24187.             <summary>Provides storage for multiple credentials.</summary>
  24188.         </member>
  24189.         <member name="M:System.Net.CredentialCache.#ctor">
  24190.             <summary>Creates a new instance of the <see cref="T:System.Net.CredentialCache"></see> class.</summary>
  24191.         </member>
  24192.         <member name="M:System.Net.CredentialCache.Add(System.Uri,System.String,System.Net.NetworkCredential)">
  24193.             <summary>Adds a <see cref="T:System.Net.NetworkCredential"></see> instance to the credential cache and associates it with a Uniform Resource Identifier (URI) prefix and authentication protocol.</summary>
  24194.             <param name="uriPrefix">A <see cref="T:System.Uri"></see> that specifies the URI prefix of the resources that the credential grants access to. </param>
  24195.             <param name="cred">The <see cref="T:System.Net.NetworkCredential"></see> to add to the credential cache. </param>
  24196.             <param name="authType">The authentication scheme used by the resource named in uriPrefix. </param>
  24197.             <exception cref="T:System.ArgumentNullException">uriPrefix is null. -or- authType is null. </exception>
  24198.             <exception cref="T:System.ArgumentException">The same credentials are added more than once. </exception>
  24199.         </member>
  24200.         <member name="M:System.Net.CredentialCache.Add(System.String,System.Int32,System.String,System.Net.NetworkCredential)">
  24201.             <summary>Adds a <see cref="T:System.Net.NetworkCredential"></see> instance to the credential cache and associates it with a host computer, port, and authentication protocol.</summary>
  24202.             <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> to add to the credential cache. </param>
  24203.             <param name="port">A <see cref="T:System.Int32"></see> that specifies the port to connect to on host.</param>
  24204.             <param name="authenticationType">A <see cref="T:System.String"></see> that identifies the authentication scheme used when connecting to host using cred. See Remarks.</param>
  24205.             <param name="host">A <see cref="T:System.String"></see> that identifies the host computer.</param>
  24206.             <exception cref="T:System.ArgumentNullException">host is null. -or-authType is null. </exception>
  24207.             <exception cref="T:System.ArgumentException">authType not an accepted value. See Remarks. </exception>
  24208.             <exception cref="T:System.ArgumentOutOfRangeException">port is less than zero.</exception>
  24209.         </member>
  24210.         <member name="M:System.Net.CredentialCache.GetCredential(System.Uri,System.String)">
  24211.             <summary>Returns the <see cref="T:System.Net.NetworkCredential"></see> instance associated with the specified Uniform Resource Identifier (URI) and authentication type.</summary>
  24212.             <returns>A <see cref="T:System.Net.NetworkCredential"></see> or, if there is no matching credential in the cache, null.</returns>
  24213.             <param name="uriPrefix">A <see cref="T:System.Uri"></see> that specifies the URI prefix of the resources that the credential grants access to. </param>
  24214.             <param name="authType">The authentication scheme used by the resource named in uriPrefix. </param>
  24215.             <exception cref="T:System.ArgumentNullException">uriPrefix or authType is null. </exception>
  24216.         </member>
  24217.         <member name="M:System.Net.CredentialCache.GetCredential(System.String,System.Int32,System.String)">
  24218.             <summary>Returns the <see cref="T:System.Net.NetworkCredential"></see> instance associated with the specified host, port, and authentication protocol.</summary>
  24219.             <returns>A <see cref="T:System.Net.NetworkCredential"></see> or, if there is no matching credential in the cache, null.</returns>
  24220.             <param name="port">A <see cref="T:System.Int32"></see> that specifies the port to connect to on host.</param>
  24221.             <param name="authenticationType">A <see cref="T:System.String"></see> that identifies the authentication scheme used when connecting to host. See Remarks.</param>
  24222.             <param name="host">A <see cref="T:System.String"></see> that identifies the host computer.</param>
  24223.             <exception cref="T:System.ArgumentNullException">host is null. -or- authType is null. </exception>
  24224.             <exception cref="T:System.ArgumentException">authType not an accepted value. See Remarks. -or-host is equal to the empty string ("").</exception>
  24225.             <exception cref="T:System.ArgumentOutOfRangeException">port is less than zero.</exception>
  24226.         </member>
  24227.         <member name="M:System.Net.CredentialCache.GetEnumerator">
  24228.             <summary>Returns an enumerator that can iterate through the <see cref="T:System.Net.CredentialCache"></see> instance.</summary>
  24229.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Net.CredentialCache"></see>.</returns>
  24230.         </member>
  24231.         <member name="M:System.Net.CredentialCache.Remove(System.Uri,System.String)">
  24232.             <summary>Deletes a <see cref="T:System.Net.NetworkCredential"></see> instance from the cache if it is associated with the specified Uniform Resource Identifier (URI) prefix and authentication protocol.</summary>
  24233.             <param name="uriPrefix">A <see cref="T:System.Uri"></see> that specifies the URI prefix of the resources that the credential is used for. </param>
  24234.             <param name="authType">The authentication scheme used by the host named in uriPrefix. </param>
  24235.         </member>
  24236.         <member name="M:System.Net.CredentialCache.Remove(System.String,System.Int32,System.String)">
  24237.             <summary>Deletes a <see cref="T:System.Net.NetworkCredential"></see> instance from the cache if it is associated with the specified host, port, and authentication protocol.</summary>
  24238.             <param name="port">A <see cref="T:System.Int32"></see> that specifies the port to connect to on host.</param>
  24239.             <param name="authenticationType">A <see cref="T:System.String"></see> that identifies the authentication scheme used when connecting to host. See Remarks.</param>
  24240.             <param name="host">A <see cref="T:System.String"></see> that identifies the host computer.</param>
  24241.         </member>
  24242.         <member name="P:System.Net.CredentialCache.DefaultCredentials">
  24243.             <summary>Gets the system credentials of the application.</summary>
  24244.             <returns>An <see cref="T:System.Net.ICredentials"></see> that represents the system credentials of the application.</returns>
  24245.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="USERNAME" /></PermissionSet>
  24246.         </member>
  24247.         <member name="P:System.Net.CredentialCache.DefaultNetworkCredentials">
  24248.             <summary>Gets the network credentials of the current security context.</summary>
  24249.             <returns>An <see cref="T:System.Net.NetworkCredential"></see> that represents the network credentials of the current user or application.</returns>
  24250.         </member>
  24251.         <member name="T:System.Net.DecompressionMethods">
  24252.             <summary>Represents the file compression and decompression encoding format to be used to compress the data received in response to an <see cref="T:System.Net.HttpWebRequest"></see>.</summary>
  24253.         </member>
  24254.         <member name="F:System.Net.DecompressionMethods.Deflate">
  24255.             <summary>Use the deflate compression-decompression algorithm.</summary>
  24256.         </member>
  24257.         <member name="F:System.Net.DecompressionMethods.GZip">
  24258.             <summary>Use the gZip compression-decompression algorithm.</summary>
  24259.         </member>
  24260.         <member name="F:System.Net.DecompressionMethods.None">
  24261.             <summary>Do not use compression.</summary>
  24262.         </member>
  24263.         <member name="T:System.Net.Dns">
  24264.             <summary>Provides simple domain name resolution functionality.</summary>
  24265.         </member>
  24266.         <member name="M:System.Net.Dns.BeginGetHostAddresses(System.String,System.AsyncCallback,System.Object)">
  24267.             <summary>Asynchronously returns the Internet Protocol (IP) addresses for the specified host.</summary>
  24268.             <returns>An <see cref="T:System.IAsyncResult"></see> instance that references the asynchronous request.</returns>
  24269.             <param name="hostNameOrAddress">The host name or IP address to resolve.</param>
  24270.             <param name="state">A user-defined object that contains information about the operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  24271.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  24272.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving hostNameOrAddress. </exception>
  24273.             <exception cref="T:System.ArgumentException">hostNameOrAddress is an invalid IP address.</exception>
  24274.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null. </exception>
  24275.             <exception cref="T:System.ArgumentOutOfRangeException">The length of hostNameOrAddress is greater than 126 characters. </exception>
  24276.         </member>
  24277.         <member name="M:System.Net.Dns.BeginGetHostByName(System.String,System.AsyncCallback,System.Object)">
  24278.             <summary>Begins an asynchronous request for <see cref="T:System.Net.IPHostEntry"></see> information about the specified DNS host name.</summary>
  24279.             <returns>An <see cref="T:System.IAsyncResult"></see> instance that references the asynchronous request.</returns>
  24280.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  24281.             <param name="hostName">The DNS name of the host. </param>
  24282.             <param name="stateObject">A user-defined object that contains information about the operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  24283.             <exception cref="T:System.ArgumentNullException">hostName is null. </exception>
  24284.             <exception cref="T:System.Net.Sockets.SocketException">An error was encountered executing the DNS query. </exception>
  24285.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24286.         </member>
  24287.         <member name="M:System.Net.Dns.BeginGetHostEntry(System.Net.IPAddress,System.AsyncCallback,System.Object)">
  24288.             <summary>Asynchronously resolves an IP address to an <see cref="T:System.Net.IPHostEntry"></see> instance.</summary>
  24289.             <returns>An <see cref="T:System.IAsyncResult"></see> instance that references the asynchronous request.</returns>
  24290.             <param name="address">The IP address to resolve.</param>
  24291.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  24292.             <param name="stateObject">A user-defined object that contains information about the operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  24293.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  24294.             <exception cref="T:System.ArgumentException">address is an invalid IP address.</exception>
  24295.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving address. </exception>
  24296.         </member>
  24297.         <member name="M:System.Net.Dns.BeginGetHostEntry(System.String,System.AsyncCallback,System.Object)">
  24298.             <summary>Asynchronously resolves a host name or IP address to an <see cref="T:System.Net.IPHostEntry"></see> instance.</summary>
  24299.             <returns>An <see cref="T:System.IAsyncResult"></see> instance that references the asynchronous request.</returns>
  24300.             <param name="hostNameOrAddress">The host name or IP address to resolve.</param>
  24301.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  24302.             <param name="stateObject">A user-defined object that contains information about the operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  24303.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving hostNameOrAddress. </exception>
  24304.             <exception cref="T:System.ArgumentException">hostNameOrAddress is an invalid IP address.</exception>
  24305.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null. </exception>
  24306.             <exception cref="T:System.ArgumentOutOfRangeException">The length of hostNameOrAddress is greater than 126 characters. </exception>
  24307.         </member>
  24308.         <member name="M:System.Net.Dns.BeginResolve(System.String,System.AsyncCallback,System.Object)">
  24309.             <summary>Begins an asynchronous request to resolve a DNS host name or IP address to an <see cref="T:System.Net.IPAddress"></see> instance.</summary>
  24310.             <returns>An <see cref="T:System.IAsyncResult"></see> instance that references the asynchronous request.</returns>
  24311.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  24312.             <param name="hostName">The DNS name of the host. </param>
  24313.             <param name="stateObject">A user-defined object that contains information about the operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  24314.             <exception cref="T:System.ArgumentNullException">hostName is null. </exception>
  24315.             <exception cref="T:System.Net.Sockets.SocketException">The caller does not have permission to access DNS information. </exception>
  24316.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24317.         </member>
  24318.         <member name="M:System.Net.Dns.EndGetHostAddresses(System.IAsyncResult)">
  24319.             <summary>Ends an asynchronous request for DNS information.</summary>
  24320.             <returns>An array of type <see cref="T:System.Net.IPAddress"></see> that holds the IP addresses for the host specified by the hostNameOrAddress parameter of <see cref="M:System.Net.Dns.BeginGetHostAddresses(System.String,System.AsyncCallback,System.Object)"></see>.</returns>
  24321.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to the <see cref="M:System.Net.Dns.BeginGetHostAddresses(System.String,System.AsyncCallback,System.Object)"></see> method.</param>
  24322.         </member>
  24323.         <member name="M:System.Net.Dns.EndGetHostByName(System.IAsyncResult)">
  24324.             <summary>Ends an asynchronous request for DNS information.</summary>
  24325.             <returns>An <see cref="T:System.Net.IPHostEntry"></see> object that contains DNS information about a host.</returns>
  24326.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance that is returned by a call to the <see cref="M:System.Net.Dns.BeginGetHostByName(System.String,System.AsyncCallback,System.Object)"></see> method.</param>
  24327.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  24328.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  24329.         </member>
  24330.         <member name="M:System.Net.Dns.EndGetHostEntry(System.IAsyncResult)">
  24331.             <summary>Ends an asynchronous request for DNS information.</summary>
  24332.             <returns>An <see cref="T:System.Net.IPHostEntry"></see> instance that contains address information about the host.</returns>
  24333.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to an <see cref="Overload:System.Net.Dns.BeginGetHostEntry"></see> method.</param>
  24334.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  24335.         </member>
  24336.         <member name="M:System.Net.Dns.EndResolve(System.IAsyncResult)">
  24337.             <summary>Ends an asynchronous request for DNS information.</summary>
  24338.             <returns>An <see cref="T:System.Net.IPHostEntry"></see> object that contains DNS information about a host.</returns>
  24339.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance that is returned by a call to the <see cref="M:System.Net.Dns.BeginResolve(System.String,System.AsyncCallback,System.Object)"></see> method.</param>
  24340.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  24341.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  24342.         </member>
  24343.         <member name="M:System.Net.Dns.GetHostAddresses(System.String)">
  24344.             <summary>Returns the Internet Protocol (IP) addresses for the specified host.</summary>
  24345.             <returns>An array of type <see cref="T:System.Net.IPAddress"></see> that holds the IP addresses for the host that is specified by the hostNameOrAddress parameter.</returns>
  24346.             <param name="hostNameOrAddress">The host name or IP address to resolve.</param>
  24347.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving hostNameOrAddress. </exception>
  24348.             <exception cref="T:System.ArgumentException">hostNameOrAddress is an invalid IP address.</exception>
  24349.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null. </exception>
  24350.             <exception cref="T:System.ArgumentOutOfRangeException">The length of hostNameOrAddress is greater than 126 characters. </exception>
  24351.         </member>
  24352.         <member name="M:System.Net.Dns.GetHostByAddress(System.Net.IPAddress)">
  24353.             <summary>Creates an <see cref="T:System.Net.IPHostEntry"></see> instance from the specified <see cref="T:System.Net.IPAddress"></see>.</summary>
  24354.             <returns>An <see cref="T:System.Net.IPHostEntry"></see>.</returns>
  24355.             <param name="address">An <see cref="T:System.Net.IPAddress"></see>. </param>
  24356.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  24357.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving address. </exception>
  24358.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24359.         </member>
  24360.         <member name="M:System.Net.Dns.GetHostByAddress(System.String)">
  24361.             <summary>Creates an <see cref="T:System.Net.IPHostEntry"></see> instance from an IP address.</summary>
  24362.             <returns>An <see cref="T:System.Net.IPHostEntry"></see> instance.</returns>
  24363.             <param name="address">An IP address. </param>
  24364.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  24365.             <exception cref="T:System.FormatException">address is not a valid IP address. </exception>
  24366.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving address. </exception>
  24367.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24368.         </member>
  24369.         <member name="M:System.Net.Dns.GetHostByName(System.String)">
  24370.             <summary>Gets the DNS information for the specified DNS host name.</summary>
  24371.             <returns>An <see cref="T:System.Net.IPHostEntry"></see> object that contains host information for the address specified in hostName.</returns>
  24372.             <param name="hostName">The DNS name of the host. </param>
  24373.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving hostName. </exception>
  24374.             <exception cref="T:System.ArgumentNullException">hostName is null. </exception>
  24375.             <exception cref="T:System.ArgumentOutOfRangeException">The length of hostName is greater than 126 characters. </exception>
  24376.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24377.         </member>
  24378.         <member name="M:System.Net.Dns.GetHostEntry(System.Net.IPAddress)">
  24379.             <summary>Resolves an IP address to an <see cref="T:System.Net.IPHostEntry"></see> instance.</summary>
  24380.             <returns>An <see cref="T:System.Net.IPHostEntry"></see> instance that contains address information about the host specified in address.</returns>
  24381.             <param name="address">An IP address.</param>
  24382.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  24383.             <exception cref="T:System.ArgumentException">address is an invalid IP address.</exception>
  24384.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving address. </exception>
  24385.         </member>
  24386.         <member name="M:System.Net.Dns.GetHostEntry(System.String)">
  24387.             <summary>Resolves a host name or IP address to an <see cref="T:System.Net.IPHostEntry"></see> instance.</summary>
  24388.             <returns>An <see cref="T:System.Net.IPHostEntry"></see> instance that contains address information about the host specified in hostNameOrAddress.</returns>
  24389.             <param name="hostNameOrAddress">The host name or IP address to resolve.</param>
  24390.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving hostNameOrAddress. </exception>
  24391.             <exception cref="T:System.ArgumentException">hostNameOrAddress is an invalid IP address.</exception>
  24392.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null. </exception>
  24393.             <exception cref="T:System.ArgumentOutOfRangeException">The length of hostNameOrAddress is greater than 126 characters. </exception>
  24394.         </member>
  24395.         <member name="M:System.Net.Dns.GetHostName">
  24396.             <summary>Gets the host name of the local computer.</summary>
  24397.             <returns>A string that contains the DNS host name of the local computer.</returns>
  24398.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving the local host name. </exception>
  24399.             <PermissionSet><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24400.         </member>
  24401.         <member name="M:System.Net.Dns.Resolve(System.String)">
  24402.             <summary>Resolves a DNS host name or IP address to an <see cref="T:System.Net.IPHostEntry"></see> instance.</summary>
  24403.             <returns>An <see cref="T:System.Net.IPHostEntry"></see> instance that contains address information about the host specified in hostName.</returns>
  24404.             <param name="hostName">A DNS-style host name or IP address. </param>
  24405.             <exception cref="T:System.Net.Sockets.SocketException">An error is encountered when resolving hostName. </exception>
  24406.             <exception cref="T:System.ArgumentNullException">hostName is null. </exception>
  24407.             <exception cref="T:System.ArgumentOutOfRangeException">The length of hostName is greater than 126 characters. </exception>
  24408.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24409.         </member>
  24410.         <member name="T:System.Net.DnsPermission">
  24411.             <summary>Controls rights to access Domain Name System (DNS) servers on the network.</summary>
  24412.         </member>
  24413.         <member name="M:System.Net.DnsPermission.#ctor(System.Security.Permissions.PermissionState)">
  24414.             <summary>Creates a new instance of the <see cref="T:System.Net.DnsPermission"></see> class that either allows unrestricted DNS access or disallows DNS access.</summary>
  24415.             <param name="state">One of the <see cref="T:System.Security.Permissions.PermissionState"></see> values. </param>
  24416.             <exception cref="T:System.ArgumentException">state is not a valid <see cref="T:System.Security.Permissions.PermissionState"></see> value. </exception>
  24417.         </member>
  24418.         <member name="M:System.Net.DnsPermission.Copy">
  24419.             <summary>Creates an identical copy of the current permission instance.</summary>
  24420.             <returns>A new instance of the <see cref="T:System.Net.DnsPermission"></see> class that is an identical copy of the current instance.</returns>
  24421.         </member>
  24422.         <member name="M:System.Net.DnsPermission.FromXml(System.Security.SecurityElement)">
  24423.             <summary>Reconstructs a <see cref="T:System.Net.DnsPermission"></see> instance from an XML encoding.</summary>
  24424.             <param name="securityElement">The XML encoding to use to reconstruct the <see cref="T:System.Net.DnsPermission"></see> instance. </param>
  24425.             <exception cref="T:System.ArgumentException">securityElement is not a <see cref="T:System.Net.DnsPermission"></see> element. </exception>
  24426.             <exception cref="T:System.ArgumentNullException">securityElement is null. </exception>
  24427.         </member>
  24428.         <member name="M:System.Net.DnsPermission.Intersect(System.Security.IPermission)">
  24429.             <summary>Creates a permission instance that is the intersection of the current permission instance and the specified permission instance.</summary>
  24430.             <returns>A <see cref="T:System.Net.DnsPermission"></see> instance that represents the intersection of the current <see cref="T:System.Net.DnsPermission"></see> instance with the specified <see cref="T:System.Net.DnsPermission"></see> instance, or null if the intersection is empty. If both the current instance and target are unrestricted, this method returns a new <see cref="T:System.Net.DnsPermission"></see> instance that is unrestricted; otherwise, it returns null.</returns>
  24431.             <param name="target">The <see cref="T:System.Net.DnsPermission"></see> instance to intersect with the current instance. </param>
  24432.             <exception cref="T:System.ArgumentException">target is neither a <see cref="T:System.Net.DnsPermission"></see> nor null. </exception>
  24433.         </member>
  24434.         <member name="M:System.Net.DnsPermission.IsSubsetOf(System.Security.IPermission)">
  24435.             <summary>Determines whether the current permission instance is a subset of the specified permission instance.</summary>
  24436.             <returns>false if the current instance is unrestricted and target is either null or unrestricted; otherwise, true.</returns>
  24437.             <param name="target">The second <see cref="T:System.Net.DnsPermission"></see> instance to be tested for the subset relationship. </param>
  24438.             <exception cref="T:System.ArgumentException">target is neither a <see cref="T:System.Net.DnsPermission"></see> nor null. </exception>
  24439.         </member>
  24440.         <member name="M:System.Net.DnsPermission.IsUnrestricted">
  24441.             <summary>Checks the overall permission state of the object.</summary>
  24442.             <returns>true if the <see cref="T:System.Net.DnsPermission"></see> instance was created with <see cref="F:System.Security.Permissions.PermissionState.Unrestricted"></see>; otherwise, false.</returns>
  24443.         </member>
  24444.         <member name="M:System.Net.DnsPermission.ToXml">
  24445.             <summary>Creates an XML encoding of a <see cref="T:System.Net.DnsPermission"></see> instance and its current state.</summary>
  24446.             <returns>A <see cref="T:System.Security.SecurityElement"></see> instance that contains an XML-encoded representation of the security object, including state information.</returns>
  24447.         </member>
  24448.         <member name="M:System.Net.DnsPermission.Union(System.Security.IPermission)">
  24449.             <summary>Creates a permission instance that is the union of the current permission instance and the specified permission instance.</summary>
  24450.             <returns>A <see cref="T:System.Net.DnsPermission"></see> instance that represents the union of the current <see cref="T:System.Net.DnsPermission"></see> instance with the specified <see cref="T:System.Net.DnsPermission"></see> instance. If target is null, this method returns a copy of the current instance. If the current instance or target is unrestricted, this method returns a <see cref="T:System.Net.DnsPermission"></see> instance that is unrestricted; otherwise, it returns a <see cref="T:System.Net.DnsPermission"></see> instance that is restricted.</returns>
  24451.             <param name="target">The <see cref="T:System.Net.DnsPermission"></see> instance to combine with the current instance. </param>
  24452.             <exception cref="T:System.ArgumentException">target is neither a <see cref="T:System.Net.DnsPermission"></see> nor null. </exception>
  24453.         </member>
  24454.         <member name="T:System.Net.DnsPermissionAttribute">
  24455.             <summary>Specifies permission to request information from Domain Name Servers.</summary>
  24456.         </member>
  24457.         <member name="M:System.Net.DnsPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  24458.             <summary>Initializes a new instance of the <see cref="T:System.Net.DnsPermissionAttribute"></see> class with the specified <see cref="T:System.Security.Permissions.SecurityAction"></see> value.</summary>
  24459.             <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction"></see> values. </param>
  24460.             <exception cref="T:System.ArgumentException">The action parameter is not a valid <see cref="T:System.Security.Permissions.SecurityAction"></see>. </exception>
  24461.         </member>
  24462.         <member name="M:System.Net.DnsPermissionAttribute.CreatePermission">
  24463.             <summary>Creates and returns a new instance of the <see cref="T:System.Net.DnsPermission"></see> class.</summary>
  24464.             <returns>A <see cref="T:System.Net.DnsPermission"></see> that corresponds to the security declaration.</returns>
  24465.         </member>
  24466.         <member name="T:System.Net.DownloadDataCompletedEventArgs">
  24467.             <summary>Provides data for the <see cref="E:System.Net.WebClient.DownloadDataCompleted"></see> event.</summary>
  24468.         </member>
  24469.         <member name="P:System.Net.DownloadDataCompletedEventArgs.Result">
  24470.             <summary>Gets the data that is downloaded by a <see cref="Overload:System.Net.WebClient.DownloadDataAsync"></see> method.</summary>
  24471.             <returns>A <see cref="T:System.Byte"></see> array that contains the downloaded data.</returns>
  24472.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  24473.         </member>
  24474.         <member name="T:System.Net.DownloadDataCompletedEventHandler">
  24475.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.DownloadDataCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  24476.         </member>
  24477.         <member name="T:System.Net.DownloadProgressChangedEventArgs">
  24478.             <summary>Provides data for the <see cref="E:System.Net.WebClient.DownloadProgressChanged"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  24479.         </member>
  24480.         <member name="P:System.Net.DownloadProgressChangedEventArgs.BytesReceived">
  24481.             <summary>Gets the number of bytes received.</summary>
  24482.             <returns>An <see cref="T:System.Int64"></see> value that indicates the number of bytes received.</returns>
  24483.         </member>
  24484.         <member name="P:System.Net.DownloadProgressChangedEventArgs.TotalBytesToReceive">
  24485.             <summary>Gets the total number of bytes in a <see cref="T:System.Net.WebClient"></see> data download operation.</summary>
  24486.             <returns>An <see cref="T:System.Int64"></see> value that indicates the number of bytes that will be received.</returns>
  24487.         </member>
  24488.         <member name="T:System.Net.DownloadProgressChangedEventHandler">
  24489.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.DownloadProgressChanged"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  24490.         </member>
  24491.         <member name="T:System.Net.DownloadStringCompletedEventArgs">
  24492.             <summary>Provides data for the <see cref="E:System.Net.WebClient.DownloadStringCompleted"></see> event.</summary>
  24493.         </member>
  24494.         <member name="P:System.Net.DownloadStringCompletedEventArgs.Result">
  24495.             <summary>Gets the data that is downloaded by a <see cref="Overload:System.Net.WebClient.DownloadStringAsync"></see> method.</summary>
  24496.             <returns>A <see cref="T:System.String"></see> that contains the downloaded data.</returns>
  24497.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  24498.         </member>
  24499.         <member name="T:System.Net.DownloadStringCompletedEventHandler">
  24500.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.DownloadStringCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  24501.         </member>
  24502.         <member name="T:System.Net.EndPoint">
  24503.             <summary>Identifies a network address. This is an abstract class.</summary>
  24504.         </member>
  24505.         <member name="M:System.Net.EndPoint.Create(System.Net.SocketAddress)">
  24506.             <summary>Creates an <see cref="T:System.Net.EndPoint"></see> instance from a <see cref="T:System.Net.SocketAddress"></see> instance.</summary>
  24507.             <returns>A new <see cref="T:System.Net.EndPoint"></see> instance that is initialized from the specified <see cref="T:System.Net.SocketAddress"></see> instance.</returns>
  24508.             <param name="socketAddress">The socket address that serves as the endpoint for a connection. </param>
  24509.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the method when the method is not overridden in a descendant class. </exception>
  24510.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  24511.         </member>
  24512.         <member name="M:System.Net.EndPoint.Serialize">
  24513.             <summary>Serializes endpoint information into a <see cref="T:System.Net.SocketAddress"></see> instance.</summary>
  24514.             <returns>A <see cref="T:System.Net.SocketAddress"></see> instance that contains the endpoint information.</returns>
  24515.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the method when the method is not overridden in a descendant class. </exception>
  24516.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  24517.         </member>
  24518.         <member name="P:System.Net.EndPoint.AddressFamily">
  24519.             <summary>Gets the address family to which the endpoint belongs.</summary>
  24520.             <returns>One of the <see cref="T:System.Net.Sockets.AddressFamily"></see> values.</returns>
  24521.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property when the property is not overridden in a descendant class. </exception>
  24522.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  24523.         </member>
  24524.         <member name="T:System.Net.EndpointPermission">
  24525.             <summary>Defines an endpoint that is authorized by a <see cref="T:System.Net.SocketPermission"></see> instance.</summary>
  24526.         </member>
  24527.         <member name="M:System.Net.EndpointPermission.Equals(System.Object)">
  24528.             <summary>[To be supplied.] </summary>
  24529.         </member>
  24530.         <member name="M:System.Net.EndpointPermission.GetHashCode">
  24531.             <summary>[To be supplied.] </summary>
  24532.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  24533.         </member>
  24534.         <member name="M:System.Net.EndpointPermission.ToString">
  24535.             <summary>Returns a string that represents the current <see cref="T:System.Net.EndpointPermission"></see> instance.</summary>
  24536.             <returns>A string that represents the current <see cref="T:System.Net.EndpointPermission"></see> instance.</returns>
  24537.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  24538.         </member>
  24539.         <member name="P:System.Net.EndpointPermission.Hostname">
  24540.             <summary>Gets the DNS host name or IP address of the server that is associated with this endpoint.</summary>
  24541.             <returns>A string that contains the DNS host name or IP address of the server.</returns>
  24542.         </member>
  24543.         <member name="P:System.Net.EndpointPermission.Port">
  24544.             <summary>Gets the network port number that is associated with this endpoint.</summary>
  24545.             <returns>The network port number that is associated with this request, or <see cref="F:System.Net.SocketPermission.AllPorts"></see>.</returns>
  24546.         </member>
  24547.         <member name="P:System.Net.EndpointPermission.Transport">
  24548.             <summary>Gets the transport type that is associated with this endpoint.</summary>
  24549.             <returns>One of the <see cref="T:System.Net.TransportType"></see> values.</returns>
  24550.         </member>
  24551.         <member name="T:System.Net.FileWebRequest">
  24552.             <summary>Provides a file system implementation of the <see cref="T:System.Net.WebRequest"></see> class.</summary>
  24553.         </member>
  24554.         <member name="M:System.Net.FileWebRequest.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  24555.             <summary>Initializes a new instance of the <see cref="T:System.Net.FileWebRequest"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  24556.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information that is required to serialize the new <see cref="T:System.Net.FileWebRequest"></see> object. </param>
  24557.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.FileWebRequest"></see> object. </param>
  24558.         </member>
  24559.         <member name="M:System.Net.FileWebRequest.Abort">
  24560.             <summary>Cancels a request to an Internet resource.</summary>
  24561.         </member>
  24562.         <member name="M:System.Net.FileWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
  24563.             <summary>Begins an asynchronous request for a <see cref="T:System.IO.Stream"></see> object to use to write data.</summary>
  24564.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous request.</returns>
  24565.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  24566.             <param name="state">An object that contains state information for this request. </param>
  24567.             <exception cref="T:System.InvalidOperationException">The stream is being used by a previous call to <see cref="M:System.Net.FileWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>. </exception>
  24568.             <exception cref="T:System.Net.ProtocolViolationException">The <see cref="P:System.Net.FileWebRequest.Method"></see> property is GET and the application writes to the stream. </exception>
  24569.             <exception cref="T:System.ApplicationException">No write stream is available. </exception>
  24570.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24571.         </member>
  24572.         <member name="M:System.Net.FileWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
  24573.             <summary>Begins an asynchronous request for a file system resource.</summary>
  24574.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous request.</returns>
  24575.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  24576.             <param name="state">An object that contains state information for this request. </param>
  24577.             <exception cref="T:System.InvalidOperationException">The stream is already in use by a previous call to <see cref="M:System.Net.FileWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>. </exception>
  24578.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24579.         </member>
  24580.         <member name="M:System.Net.FileWebRequest.EndGetRequestStream(System.IAsyncResult)">
  24581.             <summary>Ends an asynchronous request for a <see cref="T:System.IO.Stream"></see> instance that the application uses to write data.</summary>
  24582.             <returns>A <see cref="T:System.IO.Stream"></see> object that the application uses to write data.</returns>
  24583.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that references the pending request for a stream. </param>
  24584.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  24585.         </member>
  24586.         <member name="M:System.Net.FileWebRequest.EndGetResponse(System.IAsyncResult)">
  24587.             <summary>Ends an asynchronous request for a file system resource.</summary>
  24588.             <returns>A <see cref="T:System.Net.WebResponse"></see> that contains the response from the file system resource.</returns>
  24589.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that references the pending request for a response. </param>
  24590.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  24591.         </member>
  24592.         <member name="M:System.Net.FileWebRequest.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  24593.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  24594.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  24595.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see>  that specifies the destination for this serialization. </param>
  24596.         </member>
  24597.         <member name="M:System.Net.FileWebRequest.GetRequestStream">
  24598.             <summary>Returns a <see cref="T:System.IO.Stream"></see> object for writing data to the file system resource.</summary>
  24599.             <returns>A <see cref="T:System.IO.Stream"></see> for writing data to the file system resource.</returns>
  24600.             <exception cref="T:System.Net.WebException">The request times out. </exception>
  24601.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24602.         </member>
  24603.         <member name="M:System.Net.FileWebRequest.GetResponse">
  24604.             <summary>Returns a response to a file system request.</summary>
  24605.             <returns>A <see cref="T:System.Net.WebResponse"></see> that contains the response from the file system resource.</returns>
  24606.             <exception cref="T:System.Net.WebException">The request timed out. </exception>
  24607.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24608.         </member>
  24609.         <member name="M:System.Net.FileWebRequest.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  24610.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the required data to serialize the <see cref="T:System.Net.FileWebRequest"></see>.</summary>
  24611.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that holds the serialized data for the <see cref="T:System.Net.FileWebRequest"></see>. </param>
  24612.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the destination of the serialized stream that is associated with the new <see cref="T:System.Net.FileWebRequest"></see>. </param>
  24613.         </member>
  24614.         <member name="P:System.Net.FileWebRequest.ConnectionGroupName">
  24615.             <summary>Gets or sets the name of the connection group for the request. This property is reserved for future use.</summary>
  24616.             <returns>The name of the connection group for the request.</returns>
  24617.         </member>
  24618.         <member name="P:System.Net.FileWebRequest.ContentLength">
  24619.             <summary>Gets or sets the content length of the data being sent.</summary>
  24620.             <returns>The number of bytes of request data being sent.</returns>
  24621.             <exception cref="T:System.ArgumentException"><see cref="P:System.Net.FileWebRequest.ContentLength"></see> is less than 0. </exception>
  24622.         </member>
  24623.         <member name="P:System.Net.FileWebRequest.ContentType">
  24624.             <summary>Gets or sets the content type of the data being sent. This property is reserved for future use.</summary>
  24625.             <returns>The content type of the data being sent.</returns>
  24626.         </member>
  24627.         <member name="P:System.Net.FileWebRequest.Credentials">
  24628.             <summary>Gets or sets the credentials that are associated with this request. This property is reserved for future use.</summary>
  24629.             <returns>An <see cref="T:System.Net.ICredentials"></see> that contains the authentication credentials that are associated with this request. The default is null.</returns>
  24630.         </member>
  24631.         <member name="P:System.Net.FileWebRequest.Headers">
  24632.             <summary>Gets a collection of the name/value pairs that are associated with the request. This property is reserved for future use.</summary>
  24633.             <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> that contains header name/value pairs associated with this request.</returns>
  24634.         </member>
  24635.         <member name="P:System.Net.FileWebRequest.Method">
  24636.             <summary>Gets or sets the protocol method used for the request. This property is reserved for future use.</summary>
  24637.             <returns>The protocol method to use in this request.</returns>
  24638.         </member>
  24639.         <member name="P:System.Net.FileWebRequest.PreAuthenticate">
  24640.             <summary>Gets or sets a value that indicates whether to preauthenticate a request. This property is reserved for future use.</summary>
  24641.             <returns>true to preauthenticate; otherwise, false.</returns>
  24642.         </member>
  24643.         <member name="P:System.Net.FileWebRequest.Proxy">
  24644.             <summary>Gets or sets the network proxy to use for this request. This property is reserved for future use.</summary>
  24645.             <returns>An <see cref="T:System.Net.IWebProxy"></see> that indicates the network proxy to use for this request.</returns>
  24646.         </member>
  24647.         <member name="P:System.Net.FileWebRequest.RequestUri">
  24648.             <summary>Gets the Uniform Resource Identifier (URI) of the request.</summary>
  24649.             <returns>A <see cref="T:System.Uri"></see> that contains the URI of the request.</returns>
  24650.         </member>
  24651.         <member name="P:System.Net.FileWebRequest.Timeout">
  24652.             <summary>Gets or sets the length of time until the request times out.</summary>
  24653.             <returns>The time, in milliseconds, until the request times out, or the value <see cref="F:System.Threading.Timeout.Infinite"></see> to indicate that the request does not time out.</returns>
  24654.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than or equal to zero and is not <see cref="F:System.Threading.Timeout.Infinite"></see>.</exception>
  24655.         </member>
  24656.         <member name="P:System.Net.FileWebRequest.UseDefaultCredentials">
  24657.             <summary>Always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  24658.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  24659.             <exception cref="T:System.NotSupportedException">Default credentials are not supported for file Uniform Resource Identifiers (URIs).</exception>
  24660.         </member>
  24661.         <member name="T:System.Net.FileWebResponse">
  24662.             <summary>Provides a file system implementation of the <see cref="T:System.Net.WebResponse"></see> class.</summary>
  24663.         </member>
  24664.         <member name="M:System.Net.FileWebResponse.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  24665.             <summary>Initializes a new instance of the <see cref="T:System.Net.FileWebResponse"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  24666.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance that contains the information required to serialize the new <see cref="T:System.Net.FileWebResponse"></see> instance. </param>
  24667.             <param name="streamingContext">An instance of the <see cref="T:System.Runtime.Serialization.StreamingContext"></see> class that contains the source of the serialized stream associated with the new <see cref="T:System.Net.FileWebResponse"></see> instance. </param>
  24668.         </member>
  24669.         <member name="M:System.Net.FileWebResponse.Close">
  24670.             <summary>Closes the response stream.</summary>
  24671.         </member>
  24672.         <member name="M:System.Net.FileWebResponse.Dispose(System.Boolean)">
  24673.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.FileWebResponse"></see> and optionally releases the managed resources.</summary>
  24674.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  24675.         </member>
  24676.         <member name="M:System.Net.FileWebResponse.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  24677.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  24678.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  24679.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  24680.         </member>
  24681.         <member name="M:System.Net.FileWebResponse.GetResponseStream">
  24682.             <summary>Returns the data stream from the file system resource.</summary>
  24683.             <returns>A <see cref="T:System.IO.Stream"></see> for reading data from the file system resource.</returns>
  24684.         </member>
  24685.         <member name="M:System.Net.FileWebResponse.System.IDisposable.Dispose">
  24686.             <summary>Releases all resources used by the <see cref="T:System.Net.FileWebResponse"></see>.</summary>
  24687.         </member>
  24688.         <member name="M:System.Net.FileWebResponse.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  24689.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data needed to serialize the <see cref="T:System.Net.FileWebResponse"></see>.</summary>
  24690.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> , which will hold the serialized data for the <see cref="T:System.Net.FileWebResponse"></see>. </param>
  24691.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> containing the destination of the serialized stream associated with the new <see cref="T:System.Net.FileWebResponse"></see>. </param>
  24692.         </member>
  24693.         <member name="P:System.Net.FileWebResponse.ContentLength">
  24694.             <summary>Gets the length of the content in the file system resource.</summary>
  24695.             <returns>The number of bytes returned from the file system resource.</returns>
  24696.         </member>
  24697.         <member name="P:System.Net.FileWebResponse.ContentType">
  24698.             <summary>Gets the content type of the file system resource.</summary>
  24699.             <returns>The value "binary/octet-stream".</returns>
  24700.         </member>
  24701.         <member name="P:System.Net.FileWebResponse.Headers">
  24702.             <summary>Gets a collection of header name/value pairs associated with the response.</summary>
  24703.             <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> that contains the header name/value pairs associated with the response.</returns>
  24704.         </member>
  24705.         <member name="P:System.Net.FileWebResponse.ResponseUri">
  24706.             <summary>Gets the URI of the file system resource that provided the response.</summary>
  24707.             <returns>A <see cref="T:System.Uri"></see> that contains the URI of the file system resource that provided the response.</returns>
  24708.         </member>
  24709.         <member name="T:System.Net.FtpStatusCode">
  24710.             <summary>Specifies the status codes returned for a File Transfer Protocol (FTP) operation.</summary>
  24711.         </member>
  24712.         <member name="F:System.Net.FtpStatusCode.AccountNeeded">
  24713.             <summary>Specifies that a user account on the server is required.</summary>
  24714.         </member>
  24715.         <member name="F:System.Net.FtpStatusCode.ActionAbortedLocalProcessingError">
  24716.             <summary>Specifies that an error occurred that prevented the request action from completing.</summary>
  24717.         </member>
  24718.         <member name="F:System.Net.FtpStatusCode.ActionAbortedUnknownPageType">
  24719.             <summary>Specifies that the requested action cannot be taken because the specified page type is unknown. Page types are described in RFC 959 Section 3.1.2.3</summary>
  24720.         </member>
  24721.         <member name="F:System.Net.FtpStatusCode.ActionNotTakenFilenameNotAllowed">
  24722.             <summary>Specifies that the requested action cannot be performed on the specified file.</summary>
  24723.         </member>
  24724.         <member name="F:System.Net.FtpStatusCode.ActionNotTakenFileUnavailable">
  24725.             <summary>Specifies that the requested action cannot be performed on the specified file because the file is not available.</summary>
  24726.         </member>
  24727.         <member name="F:System.Net.FtpStatusCode.ActionNotTakenFileUnavailableOrBusy">
  24728.             <summary>Specifies that the requested action cannot be performed on the specified file because the file is not available or is being used.</summary>
  24729.         </member>
  24730.         <member name="F:System.Net.FtpStatusCode.ActionNotTakenInsufficientSpace">
  24731.             <summary>Specifies that the requested action cannot be performed because there is not enough space on the server.</summary>
  24732.         </member>
  24733.         <member name="F:System.Net.FtpStatusCode.ArgumentSyntaxError">
  24734.             <summary>Specifies that one or more command arguments has a syntax error.</summary>
  24735.         </member>
  24736.         <member name="F:System.Net.FtpStatusCode.BadCommandSequence">
  24737.             <summary>Specifies that the sequence of commands is not in the correct order.</summary>
  24738.         </member>
  24739.         <member name="F:System.Net.FtpStatusCode.CantOpenData">
  24740.             <summary>Specifies that the data connection cannot be opened.</summary>
  24741.         </member>
  24742.         <member name="F:System.Net.FtpStatusCode.ClosingControl">
  24743.             <summary>Specifies that the server is closing the control connection.</summary>
  24744.         </member>
  24745.         <member name="F:System.Net.FtpStatusCode.ClosingData">
  24746.             <summary>Specifies that the server is closing the data connection and that the requested file action was successful.</summary>
  24747.         </member>
  24748.         <member name="F:System.Net.FtpStatusCode.CommandExtraneous">
  24749.             <summary>Specifies that the command is not implemented by the server because it is not needed.</summary>
  24750.         </member>
  24751.         <member name="F:System.Net.FtpStatusCode.CommandNotImplemented">
  24752.             <summary>Specifies that the command is not implemented by the FTP server.</summary>
  24753.         </member>
  24754.         <member name="F:System.Net.FtpStatusCode.CommandOK">
  24755.             <summary>Specifies that the command completed successfully.</summary>
  24756.         </member>
  24757.         <member name="F:System.Net.FtpStatusCode.CommandSyntaxError">
  24758.             <summary>Specifies that the command has a syntax error or is not a command recognized by the server.</summary>
  24759.         </member>
  24760.         <member name="F:System.Net.FtpStatusCode.ConnectionClosed">
  24761.             <summary>Specifies that the connection has been closed.</summary>
  24762.         </member>
  24763.         <member name="F:System.Net.FtpStatusCode.DataAlreadyOpen">
  24764.             <summary>Specifies that the data connection is already open and the requested transfer is starting.</summary>
  24765.         </member>
  24766.         <member name="F:System.Net.FtpStatusCode.DirectoryStatus">
  24767.             <summary>Specifies the status of a directory.</summary>
  24768.         </member>
  24769.         <member name="F:System.Net.FtpStatusCode.EnteringPassive">
  24770.             <summary>Specifies that the server is entering passive mode.</summary>
  24771.         </member>
  24772.         <member name="F:System.Net.FtpStatusCode.FileActionAborted">
  24773.             <summary>Specifies that the requested action cannot be performed.</summary>
  24774.         </member>
  24775.         <member name="F:System.Net.FtpStatusCode.FileActionOK">
  24776.             <summary>Specifies that the requested file action completed successfully.</summary>
  24777.         </member>
  24778.         <member name="F:System.Net.FtpStatusCode.FileCommandPending">
  24779.             <summary>Specifies that the requested file action requires additional information.</summary>
  24780.         </member>
  24781.         <member name="F:System.Net.FtpStatusCode.FileStatus">
  24782.             <summary>Specifies the status of a file.</summary>
  24783.         </member>
  24784.         <member name="F:System.Net.FtpStatusCode.LoggedInProceed">
  24785.             <summary>Specifies that the user is logged in and can send commands.</summary>
  24786.         </member>
  24787.         <member name="F:System.Net.FtpStatusCode.NeedLoginAccount">
  24788.             <summary>Specifies that the server requires a login account to be supplied.</summary>
  24789.         </member>
  24790.         <member name="F:System.Net.FtpStatusCode.NotLoggedIn">
  24791.             <summary>Specifies that login information must be sent to the server.</summary>
  24792.         </member>
  24793.         <member name="F:System.Net.FtpStatusCode.OpeningData">
  24794.             <summary>Specifies that the server is opening the data connection.</summary>
  24795.         </member>
  24796.         <member name="F:System.Net.FtpStatusCode.PathnameCreated">
  24797.             <summary>Specifies that the requested path name was created.</summary>
  24798.         </member>
  24799.         <member name="F:System.Net.FtpStatusCode.RestartMarker">
  24800.             <summary>Specifies that the response contains a restart marker reply. The text of the description that accompanies this status contains the user data stream marker and the server marker.</summary>
  24801.         </member>
  24802.         <member name="F:System.Net.FtpStatusCode.SendPasswordCommand">
  24803.             <summary>Specifies that the server expects a password to be supplied.</summary>
  24804.         </member>
  24805.         <member name="F:System.Net.FtpStatusCode.SendUserCommand">
  24806.             <summary>Specifies that the server is ready for a user login operation.</summary>
  24807.         </member>
  24808.         <member name="F:System.Net.FtpStatusCode.ServerWantsSecureSession">
  24809.             <summary>Specifies that the server accepts the authentication mechanism specified by the client, and the exchange of security data is complete.</summary>
  24810.         </member>
  24811.         <member name="F:System.Net.FtpStatusCode.ServiceNotAvailable">
  24812.             <summary>Specifies that the service is not available.</summary>
  24813.         </member>
  24814.         <member name="F:System.Net.FtpStatusCode.ServiceTemporarilyNotAvailable">
  24815.             <summary>Specifies that the service is not available now; try your request later.</summary>
  24816.         </member>
  24817.         <member name="F:System.Net.FtpStatusCode.SystemType">
  24818.             <summary>Specifies the system type name using the system names published in the Assigned Numbers document published by the Internet Assigned Numbers Authority.</summary>
  24819.         </member>
  24820.         <member name="F:System.Net.FtpStatusCode.Undefined">
  24821.             <summary>Included for completeness, this value is never returned by servers.</summary>
  24822.         </member>
  24823.         <member name="T:System.Net.FtpWebRequest">
  24824.             <summary>Implements a File Transfer Protocol (FTP) client.</summary>
  24825.         </member>
  24826.         <member name="M:System.Net.FtpWebRequest.Abort">
  24827.             <summary>Terminates an asynchronous FTP operation.</summary>
  24828.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24829.         </member>
  24830.         <member name="M:System.Net.FtpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
  24831.             <summary>Begins asynchronously opening a request's content stream for writing.</summary>
  24832.             <returns>An <see cref="T:System.IAsyncResult"></see> instance that indicates the status of the operation.</returns>
  24833.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  24834.             <param name="state">A user-defined object that contains information about the operation. This object is passed to the callback delegate when the operation completes. </param>
  24835.             <exception cref="T:System.InvalidOperationException">A previous call to this method or <see cref="M:System.Net.FtpWebRequest.GetRequestStream"></see> has not yet completed. </exception>
  24836.             <exception cref="T:System.Net.WebException">A connection to the FTP server could not be established. </exception>
  24837.             <exception cref="T:System.Net.ProtocolViolationException">The <see cref="P:System.Net.FtpWebRequest.Method"></see> property is not set to <see cref="F:System.Net.WebRequestMethods.Ftp.UploadFile"></see>. </exception>
  24838.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24839.         </member>
  24840.         <member name="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
  24841.             <summary>Begins sending a request and receiving a response from an FTP server asynchronously.</summary>
  24842.             <returns>An <see cref="T:System.IAsyncResult"></see> instance that indicates the status of the operation.</returns>
  24843.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  24844.             <param name="state">A user-defined object that contains information about the operation. This object is passed to the callback delegate when the operation completes. </param>
  24845.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.FtpWebRequest.GetResponse"></see> or <see cref="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see> has already been called for this instance. </exception>
  24846.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24847.         </member>
  24848.         <member name="M:System.Net.FtpWebRequest.EndGetRequestStream(System.IAsyncResult)">
  24849.             <summary>Ends a pending asynchronous operation started with <see cref="M:System.Net.FtpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>.</summary>
  24850.             <returns>A writable <see cref="T:System.IO.Stream"></see> instance associated with this instance.</returns>
  24851.             <param name="asyncResult">The <see cref="T:System.IAsyncResult"></see> object that was returned when the operation started. </param>
  24852.             <exception cref="T:System.ArgumentException">asyncResult was not obtained by calling <see cref="M:System.Net.FtpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>. </exception>
  24853.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  24854.             <exception cref="T:System.InvalidOperationException">This method was already called for the operation identified by asyncResult. </exception>
  24855.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24856.         </member>
  24857.         <member name="M:System.Net.FtpWebRequest.EndGetResponse(System.IAsyncResult)">
  24858.             <summary>Ends a pending asynchronous operation started with <see cref="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>.</summary>
  24859.             <returns>A <see cref="T:System.Net.WebResponse"></see> reference that contains an <see cref="T:System.Net.FtpWebResponse"></see> instance. This object contains the FTP server's response to the request.</returns>
  24860.             <param name="asyncResult">The <see cref="T:System.IAsyncResult"></see> that was returned when the operation started. </param>
  24861.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  24862.             <exception cref="T:System.ArgumentException">asyncResult was not obtained by calling <see cref="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>. </exception>
  24863.             <exception cref="T:System.InvalidOperationException">This method was already called for the operation identified by asyncResult. </exception>
  24864.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24865.         </member>
  24866.         <member name="M:System.Net.FtpWebRequest.GetRequestStream">
  24867.             <summary>Retrieves the stream used to upload data to an FTP server.</summary>
  24868.             <returns>A writable <see cref="T:System.IO.Stream"></see> instance used to store data to be sent to the server by the current request.</returns>
  24869.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.FtpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see> has been called and has not completed. - or -An HTTP proxy is enabled, and you attempted to use an FTP command other than <see cref="F:System.Net.WebRequestMethods.Ftp.DownloadFile"></see>, <see cref="F:System.Net.WebRequestMethods.Ftp.ListDirectory"></see>, or <see cref="F:System.Net.WebRequestMethods.Ftp.ListDirectoryDetails"></see>.</exception>
  24870.             <exception cref="T:System.Net.ProtocolViolationException">The <see cref="P:System.Net.FtpWebRequest.Method"></see> property is not set to <see cref="F:System.Net.WebRequestMethods.Ftp.UploadFile"></see> or <see cref="F:System.Net.WebRequestMethods.Ftp.AppendFile"></see>. </exception>
  24871.             <exception cref="T:System.Net.WebException">A connection to the FTP server could not be established. </exception>
  24872.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24873.         </member>
  24874.         <member name="M:System.Net.FtpWebRequest.GetResponse">
  24875.             <summary>Returns the FTP server response.</summary>
  24876.             <returns>A <see cref="T:System.Net.WebResponse"></see> reference that contains an <see cref="T:System.Net.FtpWebResponse"></see> instance. This object contains the FTP server's response to the request.</returns>
  24877.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.FtpWebRequest.GetResponse"></see> or <see cref="M:System.Net.FtpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see> has already been called for this instance.- or -An HTTP proxy is enabled, and you attempted to use an FTP command other than <see cref="F:System.Net.WebRequestMethods.Ftp.DownloadFile"></see>, <see cref="F:System.Net.WebRequestMethods.Ftp.ListDirectory"></see>, or <see cref="F:System.Net.WebRequestMethods.Ftp.ListDirectoryDetails"></see>.</exception>
  24878.             <exception cref="T:System.Net.WebException"><see cref="P:System.Net.FtpWebRequest.EnableSsl"></see> is set to true, but the server does not support this feature.</exception>
  24879.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24880.         </member>
  24881.         <member name="P:System.Net.FtpWebRequest.ClientCertificates">
  24882.             <summary>Gets the certificates used for establishing an encrypted connection to the FTP server.</summary>
  24883.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> object that contains the client certificates.</returns>
  24884.         </member>
  24885.         <member name="P:System.Net.FtpWebRequest.ConnectionGroupName">
  24886.             <summary>Gets or sets the name of the connection group that contains the service point used to send the current request.</summary>
  24887.             <returns>A <see cref="T:System.String"></see> value that contains a connection group name.</returns>
  24888.             <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress. </exception>
  24889.         </member>
  24890.         <member name="P:System.Net.FtpWebRequest.ContentLength">
  24891.             <summary>Gets or sets a value that is ignored by the <see cref="T:System.Net.FtpWebRequest"></see> class.</summary>
  24892.             <returns>An <see cref="T:System.Int64"></see> value that should be ignored.</returns>
  24893.         </member>
  24894.         <member name="P:System.Net.FtpWebRequest.ContentOffset">
  24895.             <summary>Gets or sets a byte offset into the file being downloaded by this request.</summary>
  24896.             <returns>An <see cref="T:System.Int64"></see> instance that specifies the file offset, in bytes. The default value is zero.</returns>
  24897.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for this property is less than zero. </exception>
  24898.             <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress. </exception>
  24899.         </member>
  24900.         <member name="P:System.Net.FtpWebRequest.ContentType">
  24901.             <summary>Always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  24902.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  24903.             <exception cref="T:System.NotSupportedException">Content type information is not supported for FTP.</exception>
  24904.         </member>
  24905.         <member name="P:System.Net.FtpWebRequest.Credentials">
  24906.             <summary>Gets or sets the credentials used to communicate with the FTP server.</summary>
  24907.             <returns>An <see cref="T:System.Net.ICredentials"></see> instance; otherwise, null if the property has not been set.</returns>
  24908.             <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress. </exception>
  24909.             <exception cref="T:System.ArgumentException">An <see cref="T:System.Net.ICredentials"></see> of a type other than <see cref="T:System.Net.NetworkCredential"></see> was specified for a set operation.</exception>
  24910.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null.</exception>
  24911.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  24912.         </member>
  24913.         <member name="P:System.Net.FtpWebRequest.DefaultCachePolicy">
  24914.             <summary>Defines the default cache policy for all FTP requests.</summary>
  24915.             <returns>A <see cref="T:System.Net.Cache.RequestCachePolicy"></see> that defines the cache policy for FTP requests.</returns>
  24916.             <exception cref="T:System.ArgumentNullException">The caller tried to set this property to null.</exception>
  24917.         </member>
  24918.         <member name="P:System.Net.FtpWebRequest.EnableSsl">
  24919.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> that specifies that an SSL connection should be used.</summary>
  24920.             <returns>true if control and data transmissions are encrypted; otherwise, false. The default value is false.</returns>
  24921.             <exception cref="T:System.InvalidOperationException">The connection to the FTP server has already been established.</exception>
  24922.         </member>
  24923.         <member name="P:System.Net.FtpWebRequest.Headers">
  24924.             <summary>Gets an empty <see cref="T:System.Net.WebHeaderCollection"></see> object.</summary>
  24925.             <returns>An empty <see cref="T:System.Net.WebHeaderCollection"></see> object.</returns>
  24926.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24927.         </member>
  24928.         <member name="P:System.Net.FtpWebRequest.KeepAlive">
  24929.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the control connection to the FTP server is closed after the request completes.</summary>
  24930.             <returns>true if the connection to the server should not be destroyed; otherwise, false. The default value is true.</returns>
  24931.             <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress. </exception>
  24932.         </member>
  24933.         <member name="P:System.Net.FtpWebRequest.Method">
  24934.             <summary>Gets or sets the command to send to the FTP server.</summary>
  24935.             <returns>A <see cref="T:System.String"></see> value that contains the FTP command to send to the server. The default value is <see cref="F:System.Net.WebRequestMethods.Ftp.DownloadFile"></see>.</returns>
  24936.             <exception cref="T:System.ArgumentException">The method is invalid.- or -The method is not supported.- or -Multiple methods were specified.</exception>
  24937.             <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress. </exception>
  24938.         </member>
  24939.         <member name="P:System.Net.FtpWebRequest.PreAuthenticate">
  24940.             <summary>Always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  24941.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  24942.             <exception cref="T:System.NotSupportedException">Preauthentication is not supported for FTP.</exception>
  24943.         </member>
  24944.         <member name="P:System.Net.FtpWebRequest.Proxy">
  24945.             <summary>Gets or sets the proxy used to communicate with the FTP server.</summary>
  24946.             <returns>An <see cref="T:System.Net.IWebProxy"></see> instance responsible for communicating with the FTP server.</returns>
  24947.             <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress. </exception>
  24948.             <exception cref="T:System.ArgumentNullException">This property cannot be set to null.</exception>
  24949.             <PermissionSet><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  24950.         </member>
  24951.         <member name="P:System.Net.FtpWebRequest.ReadWriteTimeout">
  24952.             <summary>Gets or sets a time-out when reading from or writing to a stream.</summary>
  24953.             <returns>The number of milliseconds before the reading or writing times out. The default value is 300,000 milliseconds (5 minutes).</returns>
  24954.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than or equal to zero and is not equal to <see cref="F:System.Threading.Timeout.Infinite"></see>. </exception>
  24955.             <exception cref="T:System.InvalidOperationException">The request has already been sent. </exception>
  24956.         </member>
  24957.         <member name="P:System.Net.FtpWebRequest.RenameTo">
  24958.             <summary>Gets or sets the new name of a file being renamed.</summary>
  24959.             <returns>The new name of the file being renamed.</returns>
  24960.         </member>
  24961.         <member name="P:System.Net.FtpWebRequest.RequestUri">
  24962.             <summary>Gets the URI requested by this instance.</summary>
  24963.             <returns>A <see cref="T:System.Uri"></see> instance that identifies a resource that is accessed using the File Transfer Protocol.</returns>
  24964.         </member>
  24965.         <member name="P:System.Net.FtpWebRequest.ServicePoint">
  24966.             <summary>Gets the <see cref="T:System.Net.ServicePoint"></see> object used to connect to the FTP server.</summary>
  24967.             <returns>A <see cref="T:System.Net.ServicePoint"></see> object that can be used to customize connection behavior.</returns>
  24968.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  24969.         </member>
  24970.         <member name="P:System.Net.FtpWebRequest.Timeout">
  24971.             <summary>Gets or sets the number of milliseconds to wait for a request.</summary>
  24972.             <returns>An <see cref="T:System.Int32"></see> value that contains the number of milliseconds to wait before a request times out. The default value is <see cref="F:System.Threading.Timeout.Infinite"></see>.</returns>
  24973.             <exception cref="T:System.Net.ArgumentOutOfRangeException">The value specified is less than zero and is not <see cref="F:System.Threading.Timeout.Infinite"></see>. </exception>
  24974.             <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress. </exception>
  24975.         </member>
  24976.         <member name="P:System.Net.FtpWebRequest.UseBinary">
  24977.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies the data type for file transfers.</summary>
  24978.             <returns>true to indicate to the server that the data to be transferred is binary; false to indicate that the data is text. The default value is true.</returns>
  24979.             <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress.</exception>
  24980.         </member>
  24981.         <member name="P:System.Net.FtpWebRequest.UseDefaultCredentials">
  24982.             <summary>Always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  24983.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  24984.             <exception cref="T:System.NotSupportedException">Default credentials are not supported for FTP.</exception>
  24985.         </member>
  24986.         <member name="P:System.Net.FtpWebRequest.UsePassive">
  24987.             <summary>Gets or sets the behavior of a client application's data transfer process.</summary>
  24988.             <returns>false if the client application's data transfer process listens for a connection on the data port; otherwise, true if the client should initiate a connection on the data port. The default value is true.</returns>
  24989.             <exception cref="T:System.InvalidOperationException">A new value was specified for this property for a request that is already in progress. </exception>
  24990.         </member>
  24991.         <member name="T:System.Net.FtpWebResponse">
  24992.             <summary>Encapsulates a File Transfer Protocol (FTP) server's response to a request.</summary>
  24993.         </member>
  24994.         <member name="M:System.Net.FtpWebResponse.Close">
  24995.             <summary>Frees the resources held by the response.</summary>
  24996.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  24997.         </member>
  24998.         <member name="M:System.Net.FtpWebResponse.GetResponseStream">
  24999.             <summary>Retrieves the stream that contains response data sent from an FTP server.</summary>
  25000.             <returns>A readable <see cref="T:System.IO.Stream"></see> instance that contains data returned with the response; otherwise, <see cref="F:System.IO.Stream.Null"></see> if no response data was returned by the server.</returns>
  25001.             <exception cref="T:System.InvalidOperationException">The response did not return a data stream. </exception>
  25002.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25003.         </member>
  25004.         <member name="P:System.Net.FtpWebResponse.BannerMessage">
  25005.             <summary>Gets the message sent by the FTP server when a connection is established prior to logon.</summary>
  25006.             <returns>A <see cref="T:System.String"></see> that contains the banner message sent by the server; otherwise, <see cref="F:System.String.Empty"></see> if no message is sent.</returns>
  25007.         </member>
  25008.         <member name="P:System.Net.FtpWebResponse.ContentLength">
  25009.             <summary>Gets the length of the data received from the FTP server.</summary>
  25010.             <returns>An <see cref="T:System.Int64"></see> value that contains the number of bytes of data received from the FTP server. </returns>
  25011.         </member>
  25012.         <member name="P:System.Net.FtpWebResponse.ExitMessage">
  25013.             <summary>Gets the message sent by the server when the FTP session is ending.</summary>
  25014.             <returns>A <see cref="T:System.String"></see> that contains the exit message sent by the server; otherwise, <see cref="F:System.String.Empty"></see> if no message is sent.</returns>
  25015.         </member>
  25016.         <member name="P:System.Net.FtpWebResponse.Headers">
  25017.             <summary>Gets an empty <see cref="T:System.Net.WebHeaderCollection"></see> object.</summary>
  25018.             <returns>An empty <see cref="T:System.Net.WebHeaderCollection"></see> object.</returns>
  25019.         </member>
  25020.         <member name="P:System.Net.FtpWebResponse.LastModified">
  25021.             <summary>Gets the date and time that a file on an FTP server was last modified.</summary>
  25022.             <returns>A <see cref="T:System.DateTime"></see> that contains the last modified date and time for a file.</returns>
  25023.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25024.         </member>
  25025.         <member name="P:System.Net.FtpWebResponse.ResponseUri">
  25026.             <summary>Gets the URI that sent the response to the request.</summary>
  25027.             <returns>A <see cref="T:System.Uri"></see> instance that identifies the resource associated with this response.</returns>
  25028.         </member>
  25029.         <member name="P:System.Net.FtpWebResponse.StatusCode">
  25030.             <summary>Gets the most recent status code sent from the FTP server.</summary>
  25031.             <returns>An <see cref="T:System.Net.FtpStatusCode"></see> value that indicates the most recent status code returned with this response.</returns>
  25032.         </member>
  25033.         <member name="P:System.Net.FtpWebResponse.StatusDescription">
  25034.             <summary>Gets text that describes a status code sent from the FTP server.</summary>
  25035.             <returns>A <see cref="T:System.String"></see> instance that contains the status code and message returned with this response.</returns>
  25036.         </member>
  25037.         <member name="P:System.Net.FtpWebResponse.WelcomeMessage">
  25038.             <summary>Gets the message sent by the FTP server when authentication is complete.</summary>
  25039.             <returns>A <see cref="T:System.String"></see> that contains the welcome message sent by the server; otherwise, <see cref="F:System.String.Empty"></see> if no message is sent.</returns>
  25040.         </member>
  25041.         <member name="T:System.Net.GlobalProxySelection">
  25042.             <summary>Contains a global default proxy instance for all HTTP requests.</summary>
  25043.         </member>
  25044.         <member name="M:System.Net.GlobalProxySelection.GetEmptyWebProxy">
  25045.             <summary>Returns an empty proxy instance.</summary>
  25046.             <returns>An <see cref="T:System.Net.IWebProxy"></see> that contains no information.</returns>
  25047.         </member>
  25048.         <member name="P:System.Net.GlobalProxySelection.Select">
  25049.             <summary>Gets or sets the global HTTP proxy.</summary>
  25050.             <returns>An <see cref="T:System.Net.IWebProxy"></see> that every call to <see cref="M:System.Net.HttpWebRequest.GetResponse"></see> uses.</returns>
  25051.             <exception cref="T:System.Security.SecurityException">The caller does not have permission for the requested operation. </exception>
  25052.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation was null. </exception>
  25053.         </member>
  25054.         <member name="T:System.Net.HttpContinueDelegate">
  25055.             <summary>Represents the method that notifies callers when a continue response is received by the client.</summary>
  25056.         </member>
  25057.         <member name="T:System.Net.HttpListener">
  25058.             <summary>Provides a simple, programmatically controlled HTTP protocol listener. This class cannot be inherited.</summary>
  25059.         </member>
  25060.         <member name="M:System.Net.HttpListener.#ctor">
  25061.             <summary>Initializes a new instance of the <see cref="T:System.Net.HttpListener"></see> class.</summary>
  25062.             <exception cref="T:System.PlatformNotSupportedException">This class cannot be used on the current operating system. Windows Server 2003 or Windows XP SP2 is required to use instances of this class.</exception>
  25063.         </member>
  25064.         <member name="M:System.Net.HttpListener.Abort">
  25065.             <summary>Shuts down the <see cref="T:System.Net.HttpListener"></see> object immediately, discarding all currently queued requests.</summary>
  25066.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25067.         </member>
  25068.         <member name="M:System.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)">
  25069.             <summary>Begins asynchronously retrieving an incoming request.</summary>
  25070.             <returns>An <see cref="T:System.IAsyncResult"></see> object that indicates the status of the asynchronous operation.</returns>
  25071.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when a client request is available.</param>
  25072.             <param name="state">A user-defined object that contains information about the operation. This object is passed to the callback delegate when the operation completes.</param>
  25073.             <exception cref="T:System.Net.HttpListenerException">A Win32 function call failed. Check the exception's <see cref="P:System.Net.HttpListenerException.ErrorCode"></see> property to determine the cause of the exception.</exception>
  25074.             <exception cref="T:System.InvalidOperationException">This object has not been started or is currently stopped.</exception>
  25075.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25076.         </member>
  25077.         <member name="M:System.Net.HttpListener.Close">
  25078.             <summary>Shuts down the <see cref="T:System.Net.HttpListener"></see> after processing all currently queued requests.</summary>
  25079.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25080.         </member>
  25081.         <member name="M:System.Net.HttpListener.EndGetContext(System.IAsyncResult)">
  25082.             <summary>Completes an asynchronous operation to retrieve an incoming client request.</summary>
  25083.             <returns>An <see cref="T:System.Net.HttpListenerContext"></see> object that represents the client request.</returns>
  25084.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object that was obtained when the asynchronous operation was started.</param>
  25085.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  25086.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25087.             <exception cref="T:System.InvalidOperationException">The <see cref="M:System.Net.HttpListener.EndGetContext(System.IAsyncResult)"></see> method was already called for the specified asyncResult object.</exception>
  25088.             <exception cref="T:System.ArgumentException">asyncResult was not obtained by calling the <see cref="M:System.Net.HttpListener.BeginGetContext(System.AsyncCallback,System.Object)"></see> method.</exception>
  25089.         </member>
  25090.         <member name="M:System.Net.HttpListener.GetContext">
  25091.             <summary>Waits for an incoming request and returns when one is received.</summary>
  25092.             <returns>An <see cref="T:System.Net.HttpListenerContext"></see> object that represents a client request.</returns>
  25093.             <exception cref="T:System.Net.HttpListenerException">A Win32 function call failed. Check the exception's <see cref="P:System.Net.HttpListenerException.ErrorCode"></see> property to determine the cause of the exception.</exception>
  25094.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25095.             <exception cref="T:System.InvalidOperationException">This object has not been started or is currently stopped.-or-The <see cref="T:System.Net.HttpListener"></see> does not have any Uniform Resource Identifier (URI) prefixes to respond to. See Remarks.</exception>
  25096.         </member>
  25097.         <member name="M:System.Net.HttpListener.Start">
  25098.             <summary>Allows this instance to receive incoming requests.</summary>
  25099.             <exception cref="T:System.Net.HttpListenerException">A Win32 function call failed. Check the exception's <see cref="P:System.Net.HttpListenerException.ErrorCode"></see> property to determine the cause of the exception.</exception>
  25100.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25101.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25102.         </member>
  25103.         <member name="M:System.Net.HttpListener.Stop">
  25104.             <summary>Causes this instance to stop receiving incoming requests.</summary>
  25105.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  25106.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25107.         </member>
  25108.         <member name="M:System.Net.HttpListener.System.IDisposable.Dispose">
  25109.             <summary>Releases the resources held by this <see cref="T:System.Net.HttpListener"></see> object.</summary>
  25110.         </member>
  25111.         <member name="P:System.Net.HttpListener.AuthenticationSchemes">
  25112.             <summary>Gets or sets the scheme used to authenticate clients.</summary>
  25113.             <returns>A bitwise combination of <see cref="T:System.Net.AuthenticationSchemes"></see> enumeration values that indicates how clients are to be authenticated. The default value is <see cref="F:System.Net.AuthenticationSchemes.Anonymous"></see>.</returns>
  25114.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  25115.         </member>
  25116.         <member name="P:System.Net.HttpListener.AuthenticationSchemeSelectorDelegate">
  25117.             <summary>Gets or sets the delegate called to determine the protocol used to authenticate clients.</summary>
  25118.             <returns>An <see cref="T:System.Net.AuthenticationSchemeSelector"></see> delegate that invokes the method used to select an authentication protocol. The default value is null.</returns>
  25119.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  25120.         </member>
  25121.         <member name="P:System.Net.HttpListener.IgnoreWriteExceptions">
  25122.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether your application receives exceptions that occur when an <see cref="T:System.Net.HttpListener"></see> sends the response to the client.</summary>
  25123.             <returns>true if this <see cref="T:System.Net.HttpListener"></see> should not return exceptions that occur when sending the response to the client; otherwise false. The default value is false.</returns>
  25124.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  25125.         </member>
  25126.         <member name="P:System.Net.HttpListener.IsListening">
  25127.             <summary>Gets a value that indicates whether <see cref="T:System.Net.HttpListener"></see> has been started.</summary>
  25128.             <returns>true if the <see cref="T:System.Net.HttpListener"></see> was started; otherwise, false.</returns>
  25129.         </member>
  25130.         <member name="P:System.Net.HttpListener.IsSupported">
  25131.             <summary>Gets a value that indicates whether <see cref="T:System.Net.HttpListener"></see> can be used with the current operating system.</summary>
  25132.             <returns>true if <see cref="T:System.Net.HttpListener"></see> is supported; otherwise, false.</returns>
  25133.         </member>
  25134.         <member name="P:System.Net.HttpListener.Prefixes">
  25135.             <summary>Gets the Uniform Resource Identifier (URI) prefixes handled by this <see cref="T:System.Net.HttpListener"></see> object.</summary>
  25136.             <returns>An <see cref="T:System.Net.HttpListenerPrefixCollection"></see> that contains the URI prefixes that this <see cref="T:System.Net.HttpListener"></see> object is configured to handle. </returns>
  25137.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  25138.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25139.         </member>
  25140.         <member name="P:System.Net.HttpListener.Realm">
  25141.             <summary>Gets or sets the realm, or resource partition, associated with this <see cref="T:System.Net.HttpListener"></see> object.</summary>
  25142.             <returns>A <see cref="T:System.String"></see> value that contains the name of the realm associated with the <see cref="T:System.Net.HttpListener"></see> object.</returns>
  25143.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  25144.         </member>
  25145.         <member name="P:System.Net.HttpListener.UnsafeConnectionNtlmAuthentication">
  25146.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that controls whether, when NTLM is used, additional requests using the same Transmission Control Protocol (TCP) connection are required to authenticate.</summary>
  25147.             <returns>true if the <see cref="T:System.Security.Principal.IIdentity"></see> of the first request will be used for subsequent requests on the same connection; otherwise, false. The default value is false.</returns>
  25148.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  25149.         </member>
  25150.         <member name="T:System.Net.HttpListenerBasicIdentity">
  25151.             <summary>Holds the user name and password from a basic authentication request.</summary>
  25152.         </member>
  25153.         <member name="M:System.Net.HttpListenerBasicIdentity.#ctor(System.String,System.String)">
  25154.             <summary>Initializes a new instance of the <see cref="T:System.Net.HttpListenerBasicIdentity"></see> class using the specified user name and password.</summary>
  25155.             <param name="username">The user name.</param>
  25156.             <param name="password">The password.</param>
  25157.         </member>
  25158.         <member name="P:System.Net.HttpListenerBasicIdentity.Password">
  25159.             <summary>Indicates the password from a basic authentication attempt.</summary>
  25160.             <returns>A <see cref="T:System.String"></see> that holds the password.</returns>
  25161.         </member>
  25162.         <member name="T:System.Net.HttpListenerContext">
  25163.             <summary>Provides access to the request and response objects used by the <see cref="T:System.Net.HttpListener"></see> class. This class cannot be inherited.</summary>
  25164.         </member>
  25165.         <member name="P:System.Net.HttpListenerContext.Request">
  25166.             <summary>Gets the <see cref="T:System.Net.HttpListenerRequest"></see> that represents a client's request for a resource.</summary>
  25167.             <returns>An <see cref="T:System.Net.HttpListenerRequest"></see> object that represents the client request.</returns>
  25168.         </member>
  25169.         <member name="P:System.Net.HttpListenerContext.Response">
  25170.             <summary>Gets the <see cref="T:System.Net.HttpListenerResponse"></see> object that will be sent to the client in response to the client's request. </summary>
  25171.             <returns>An <see cref="T:System.Net.HttpListenerResponse"></see> object used to send a response back to the client.</returns>
  25172.         </member>
  25173.         <member name="P:System.Net.HttpListenerContext.User">
  25174.             <summary>Gets an object used to obtain identity, authentication information, and security roles for the client whose request is represented by this <see cref="T:System.Net.HttpListenerContext"></see> object. </summary>
  25175.             <returns>An <see cref="T:System.Security.Principal.IPrincipal"></see> object that describes the client, or null if the <see cref="T:System.Net.HttpListener"></see> that supplied this <see cref="T:System.Net.HttpListenerContext"></see> does not require authentication.</returns>
  25176.         </member>
  25177.         <member name="T:System.Net.HttpListenerException">
  25178.             <summary>The exception that is thrown when an error occurs processing an HTTP request.</summary>
  25179.         </member>
  25180.         <member name="M:System.Net.HttpListenerException.#ctor">
  25181.             <summary>Initializes a new instance of the <see cref="T:System.Net.HttpListenerException"></see> class. </summary>
  25182.         </member>
  25183.         <member name="M:System.Net.HttpListenerException.#ctor(System.Int32)">
  25184.             <summary>Initializes a new instance of the <see cref="T:System.Net.HttpListenerException"></see> class using the specified error code.</summary>
  25185.             <param name="errorCode">A <see cref="T:System.Int32"></see> value that identifies the error that occurred.</param>
  25186.         </member>
  25187.         <member name="M:System.Net.HttpListenerException.#ctor(System.Int32,System.String)">
  25188.             <summary>Initializes a new instance of the <see cref="T:System.Net.HttpListenerException"></see> class using the specified error code and message.</summary>
  25189.             <param name="errorCode">A <see cref="T:System.Int32"></see> value that identifies the error that occurred.</param>
  25190.             <param name="message">A <see cref="T:System.String"></see> that describes the error that occurred.</param>
  25191.         </member>
  25192.         <member name="M:System.Net.HttpListenerException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  25193.             <summary>Initializes a new instance of the <see cref="T:System.Net.HttpListenerException"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  25194.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information required to deserialize the new <see cref="T:System.Net.HttpListenerException"></see> object. </param>
  25195.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object. </param>
  25196.         </member>
  25197.         <member name="P:System.Net.HttpListenerException.ErrorCode">
  25198.             <summary>Gets a value that identifies the error that occurred.</summary>
  25199.             <returns>A <see cref="T:System.Int32"></see> value.</returns>
  25200.         </member>
  25201.         <member name="T:System.Net.HttpListenerPrefixCollection">
  25202.             <summary>Represents the collection used to store Uniform Resource Identifier (URI) prefixes for <see cref="T:System.Net.HttpListener"></see> objects.</summary>
  25203.         </member>
  25204.         <member name="M:System.Net.HttpListenerPrefixCollection.Add(System.String)">
  25205.             <summary>Adds a Uniform Resource Identifier (URI) prefix to the collection.</summary>
  25206.             <param name="uriPrefix">A <see cref="T:System.String"></see> that identifies the URI information that is compared in incoming requests. The prefix must be terminated with a forward slash ("/").</param>
  25207.             <exception cref="T:System.Net.HttpListenerException">A Windows function call failed. Check the exception's <see cref="P:System.Net.HttpListenerException.ErrorCode"></see> property to determine the cause of the exception. This exception is thrown if another <see cref="T:System.Net.HttpListener"></see> has already added the prefix uriPrefix.</exception>
  25208.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.HttpListener"></see> associated with this collection is closed.</exception>
  25209.             <exception cref="T:System.ArgumentNullException">uriPrefix is null.</exception>
  25210.             <exception cref="T:System.ArgumentException">uriPrefix does not use the http:// or https:// scheme. These are the only schemes supported for <see cref="T:System.Net.HttpListener"></see> objects. -or-uriPrefix is not a correctly formatted URI prefix. Make sure the string is terminated with a "/".</exception>
  25211.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  25212.         </member>
  25213.         <member name="M:System.Net.HttpListenerPrefixCollection.Clear">
  25214.             <summary>Removes all the Uniform Resource Identifier (URI) prefixes from the collection.</summary>
  25215.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.HttpListener"></see> associated with this collection is closed.</exception>
  25216.             <exception cref="T:System.Net.HttpListenerException">A Windows function call failed. Check the exception's <see cref="P:System.Net.HttpListenerException.ErrorCode"></see> property to determine the cause of the exception.</exception>
  25217.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25218.         </member>
  25219.         <member name="M:System.Net.HttpListenerPrefixCollection.Contains(System.String)">
  25220.             <summary>Returns a <see cref="T:System.Boolean"></see> value that indicates whether the specified prefix is contained in the collection.</summary>
  25221.             <returns>true if this collection contains the prefix specified by uriPrefix; otherwise, false.</returns>
  25222.             <param name="uriPrefix">A <see cref="T:System.String"></see> that contains the Uniform Resource Identifier (URI) prefix to test.</param>
  25223.             <exception cref="T:System.ArgumentNullException">uriPrefix is null.</exception>
  25224.         </member>
  25225.         <member name="M:System.Net.HttpListenerPrefixCollection.CopyTo(System.Array,System.Int32)">
  25226.             <summary>Copies the contents of an <see cref="T:System.Net.HttpListenerPrefixCollection"></see> to the specified array. </summary>
  25227.             <param name="offset">The zero-based index in array at which copying begins.</param>
  25228.             <param name="array">The one dimensional <see cref="T:System.Array"></see> that receives the Uniform Resource Identifier (URI) prefix strings in this collection.</param>
  25229.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.HttpListener"></see> associated with this collection is closed.</exception>
  25230.             <exception cref="T:System.InvalidCastException">array cannot store string values.</exception>
  25231.             <exception cref="T:System.ArgumentException">array has more than one dimension.</exception>
  25232.             <exception cref="T:System.ArgumentOutOfRangeException">This collection contains more elements than can be stored in array starting at offset.</exception>
  25233.         </member>
  25234.         <member name="M:System.Net.HttpListenerPrefixCollection.CopyTo(System.String[],System.Int32)">
  25235.             <summary>Copies the contents of an <see cref="T:System.Net.HttpListenerPrefixCollection"></see> to the specified string array. </summary>
  25236.             <param name="offset">The zero-based index in array at which copying begins.</param>
  25237.             <param name="array">The one dimensional string array that receives the Uniform Resource Identifier (URI) prefix strings in this collection.</param>
  25238.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.HttpListener"></see> associated with this collection is closed.</exception>
  25239.             <exception cref="T:System.ArgumentException">array has more than one dimension.</exception>
  25240.             <exception cref="T:System.ArgumentOutOfRangeException">This collection contains more elements than can be stored in array starting at offset.</exception>
  25241.         </member>
  25242.         <member name="M:System.Net.HttpListenerPrefixCollection.GetEnumerator">
  25243.             <summary>Returns an object that can be used to iterate through the collection.</summary>
  25244.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the strings in this collection.</returns>
  25245.         </member>
  25246.         <member name="M:System.Net.HttpListenerPrefixCollection.Remove(System.String)">
  25247.             <summary>Removes the specified Uniform Resource Identifier (URI) from the list of prefixes handled by the <see cref="T:System.Net.HttpListener"></see> object.</summary>
  25248.             <returns>true if the uriPrefix was found in the <see cref="T:System.Net.HttpListenerPrefixCollection"></see> and removed; otherwise false.</returns>
  25249.             <param name="uriPrefix">A <see cref="T:System.String"></see> that contains the URI prefix to remove.</param>
  25250.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.HttpListener"></see> associated with this collection is closed.</exception>
  25251.             <exception cref="T:System.ArgumentNullException">uriPrefix is null.</exception>
  25252.             <exception cref="T:System.Net.HttpListenerException">A Windows function call failed. To determine the cause of the exception, check the exception's error code.</exception>
  25253.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25254.         </member>
  25255.         <member name="M:System.Net.HttpListenerPrefixCollection.System.Collections.IEnumerable.GetEnumerator">
  25256.             <summary>Returns an object that can be used to iterate through the collection.</summary>
  25257.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the strings in this collection.</returns>
  25258.         </member>
  25259.         <member name="P:System.Net.HttpListenerPrefixCollection.Count">
  25260.             <summary>Gets the number of prefixes contained in the collection.</summary>
  25261.             <returns>An <see cref="T:System.Int32"></see> that contains the number of prefixes in this collection. </returns>
  25262.         </member>
  25263.         <member name="P:System.Net.HttpListenerPrefixCollection.IsReadOnly">
  25264.             <summary>Gets a value that indicates whether access to the collection is read-only.</summary>
  25265.             <returns>Always returns false.</returns>
  25266.         </member>
  25267.         <member name="P:System.Net.HttpListenerPrefixCollection.IsSynchronized">
  25268.             <summary>Gets a value that indicates whether access to the collection is synchronized (thread-safe).</summary>
  25269.             <returns>This property always returns false.</returns>
  25270.         </member>
  25271.         <member name="T:System.Net.HttpListenerRequest">
  25272.             <summary>Describes an incoming HTTP request to an <see cref="T:System.Net.HttpListener"></see> object. This class cannot be inherited.</summary>
  25273.         </member>
  25274.         <member name="M:System.Net.HttpListenerRequest.BeginGetClientCertificate(System.AsyncCallback,System.Object)">
  25275.             <summary>Begins an asynchronous request for the client's X.509 v.3 certificate.</summary>
  25276.             <returns>An <see cref="T:System.IAsyncResult"></see> that indicates the status of the operation.</returns>
  25277.             <param name="state">A user-defined object that contains information about the operation. This object is passed to the callback delegate when the operation completes.</param>
  25278.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  25279.         </member>
  25280.         <member name="M:System.Net.HttpListenerRequest.EndGetClientCertificate(System.IAsyncResult)">
  25281.             <summary>Ends an asynchronous request for the client's X.509 v.3 certificate.</summary>
  25282.             <returns>The <see cref="T:System.IAsyncResult"></see> object that is returned when the operation started.</returns>
  25283.             <param name="asyncResult">The pending request for the certificate.</param>
  25284.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  25285.             <exception cref="T:System.ArgumentException">asyncResult was not obtained by calling <see cref="M:System.Net.HttpListenerRequest.BeginGetClientCertificate(System.AsyncCallback,System.Object)"></see>e.</exception>
  25286.             <exception cref="T:System.InvalidOperationException">This method was already called for the operation identified by asyncResult. </exception>
  25287.         </member>
  25288.         <member name="M:System.Net.HttpListenerRequest.GetClientCertificate">
  25289.             <summary>Retrieves the client's X.509 v.3 certificate.</summary>
  25290.             <returns>A <see cref="N:System.Security.Cryptography.X509Certificates"></see> object that contains the client's X.509 v.3 certificate.</returns>
  25291.             <exception cref="T:System.InvalidOperationException">A call to this method to retrieve the client's X.509 v.3 certificate is in progress and therefore another call to this method cannot be made.</exception>
  25292.         </member>
  25293.         <member name="P:System.Net.HttpListenerRequest.AcceptTypes">
  25294.             <summary>Gets the MIME types accepted by the client. </summary>
  25295.             <returns>A <see cref="T:System.String"></see> array that contains the type names specified in the request's Accept header or null if the client request did not include an Accept header.</returns>
  25296.         </member>
  25297.         <member name="P:System.Net.HttpListenerRequest.ClientCertificateError">
  25298.             <summary>Gets an error code that identifies a problem with the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> provided by the client.</summary>
  25299.             <returns>An <see cref="T:System.Int32"></see> value that contains a Windows error code.</returns>
  25300.             <PermissionSet><IPermission class="System.Security.Permissions.KeyContainerPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="Create" /></PermissionSet>
  25301.         </member>
  25302.         <member name="P:System.Net.HttpListenerRequest.ContentEncoding">
  25303.             <summary>Gets the content encoding that can be used with data sent with the request</summary>
  25304.             <returns>An <see cref="T:System.Text.Encoding"></see> object suitable for use with the data in the <see cref="P:System.Net.HttpListenerRequest.InputStream"></see> property.</returns>
  25305.         </member>
  25306.         <member name="P:System.Net.HttpListenerRequest.ContentLength64">
  25307.             <summary>Gets the length of the body data included in the request.</summary>
  25308.             <returns>The value from the request's Content-Length header. This value is -1 if the content length is not known.</returns>
  25309.         </member>
  25310.         <member name="P:System.Net.HttpListenerRequest.ContentType">
  25311.             <summary>Gets the MIME type of the body data included in the request.</summary>
  25312.             <returns>A <see cref="T:System.String"></see> that contains the text of the request's Content-Type header.</returns>
  25313.         </member>
  25314.         <member name="P:System.Net.HttpListenerRequest.Cookies">
  25315.             <summary>Gets the cookies sent with the request.</summary>
  25316.             <returns>A <see cref="T:System.Net.CookieCollection"></see> that contains cookies that accompany the request. This property returns an empty collection if the request does not contain cookies.</returns>
  25317.         </member>
  25318.         <member name="P:System.Net.HttpListenerRequest.HasEntityBody">
  25319.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the request has associated body data.</summary>
  25320.             <returns>true if the request has associated body data; otherwise, false.</returns>
  25321.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  25322.         </member>
  25323.         <member name="P:System.Net.HttpListenerRequest.Headers">
  25324.             <summary>Gets the collection of header name/value pairs sent in the request.</summary>
  25325.             <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> that contains the HTTP headers included in the request.</returns>
  25326.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25327.         </member>
  25328.         <member name="P:System.Net.HttpListenerRequest.HttpMethod">
  25329.             <summary>Gets the HTTP method specified by the client. </summary>
  25330.             <returns>A <see cref="T:System.String"></see> that contains the method used in the request.</returns>
  25331.         </member>
  25332.         <member name="P:System.Net.HttpListenerRequest.InputStream">
  25333.             <summary>Gets a stream that contains the body data sent by the client.</summary>
  25334.             <returns>A readable <see cref="T:System.IO.Stream"></see> object that contains the bytes sent by the client in the body of the request. This property returns <see cref="F:System.IO.Stream.Null"></see> if no data is sent with the request.</returns>
  25335.         </member>
  25336.         <member name="P:System.Net.HttpListenerRequest.IsAuthenticated">
  25337.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the client sending this request is authenticated.</summary>
  25338.             <returns>true if the client was authenticated; otherwise, false.</returns>
  25339.         </member>
  25340.         <member name="P:System.Net.HttpListenerRequest.IsLocal">
  25341.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the request is sent from the local computer.</summary>
  25342.             <returns>true if the request originated on the same computer as the <see cref="T:System.Net.HttpListener"></see> object that provided the request; otherwise, false.</returns>
  25343.         </member>
  25344.         <member name="P:System.Net.HttpListenerRequest.IsSecureConnection">
  25345.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the TCP connection used to send the request is using the Secure Sockets Layer (SSL) protocol.</summary>
  25346.             <returns>true if the TCP connection is using SSL; otherwise, false.</returns>
  25347.         </member>
  25348.         <member name="P:System.Net.HttpListenerRequest.KeepAlive">
  25349.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the client requests a persistent connection.</summary>
  25350.             <returns>true if the connection should be kept open; otherwise, false.</returns>
  25351.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25352.         </member>
  25353.         <member name="P:System.Net.HttpListenerRequest.LocalEndPoint">
  25354.             <summary>Get the server IP address and port number to which the request is directed.</summary>
  25355.             <returns>An <see cref="T:System.Net.IPEndPoint"></see> that represents the IP address that the request is sent to.</returns>
  25356.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25357.         </member>
  25358.         <member name="P:System.Net.HttpListenerRequest.ProtocolVersion">
  25359.             <summary>Gets the HTTP version used by the requesting client.</summary>
  25360.             <returns>A <see cref="T:System.Version"></see> that identifies the client's version of HTTP.</returns>
  25361.         </member>
  25362.         <member name="P:System.Net.HttpListenerRequest.QueryString">
  25363.             <summary>Gets the query string included in the request.</summary>
  25364.             <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> object that contains the query data included in the request <see cref="P:System.Net.HttpListenerRequest.Url"></see>.</returns>
  25365.         </member>
  25366.         <member name="P:System.Net.HttpListenerRequest.RawUrl">
  25367.             <summary>Gets the URL information (without the host and port) requested by the client.</summary>
  25368.             <returns>A <see cref="T:System.String"></see> that contains the raw URL for this request.</returns>
  25369.         </member>
  25370.         <member name="P:System.Net.HttpListenerRequest.RemoteEndPoint">
  25371.             <summary>Gets the client IP address and port number from which the request originated.</summary>
  25372.             <returns>An <see cref="T:System.Net.IPEndPoint"></see> that represents the IP address and port number from which the request originated.</returns>
  25373.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25374.         </member>
  25375.         <member name="P:System.Net.HttpListenerRequest.RequestTraceIdentifier">
  25376.             <summary>Gets the request identifier of the incoming HTTP request.</summary>
  25377.             <returns>A <see cref="T:System.Guid"></see> object that contains the identifier of the HTTP request.</returns>
  25378.         </member>
  25379.         <member name="P:System.Net.HttpListenerRequest.Url">
  25380.             <summary>Gets the <see cref="T:System.Uri"></see> object requested by the client.</summary>
  25381.             <returns>A <see cref="T:System.Uri"></see> object that identifies the resource requested by the client.</returns>
  25382.         </member>
  25383.         <member name="P:System.Net.HttpListenerRequest.UrlReferrer">
  25384.             <summary>Gets the Uniform Resource Identifier (URI) of the resource that referred the client to the server.</summary>
  25385.             <returns>A <see cref="T:System.Uri"></see> object that contains the text of the request's <see cref="F:System.Net.HttpRequestHeader.Referer"></see> header, or null if the header was not included in the request.</returns>
  25386.         </member>
  25387.         <member name="P:System.Net.HttpListenerRequest.UserAgent">
  25388.             <summary>Gets the user agent presented by the client.</summary>
  25389.             <returns>A <see cref="T:System.String"></see> object that contains the text of the request's User-Agent header.</returns>
  25390.         </member>
  25391.         <member name="P:System.Net.HttpListenerRequest.UserHostAddress">
  25392.             <summary>Gets the server IP address and port number to which the request is directed.</summary>
  25393.             <returns>A <see cref="T:System.String"></see> that contains the host address information.</returns>
  25394.         </member>
  25395.         <member name="P:System.Net.HttpListenerRequest.UserHostName">
  25396.             <summary>Gets the DNS name and, if provided, the port number specified by the client.</summary>
  25397.             <returns>A <see cref="T:System.String"></see> value that contains the text of the request's Host header.</returns>
  25398.         </member>
  25399.         <member name="P:System.Net.HttpListenerRequest.UserLanguages">
  25400.             <summary>Gets the natural languages that are preferred for the response.</summary>
  25401.             <returns>A <see cref="T:System.String"></see> array that contains the languages specified in the request's <see cref="F:System.Net.HttpRequestHeader.AcceptLanguage"></see> header or null if the client request did not include an <see cref="F:System.Net.HttpRequestHeader.AcceptLanguage"></see> header.</returns>
  25402.         </member>
  25403.         <member name="T:System.Net.HttpListenerResponse">
  25404.             <summary>Represents a response to a request being handled by an <see cref="T:System.Net.HttpListener"></see> object.</summary>
  25405.         </member>
  25406.         <member name="M:System.Net.HttpListenerResponse.Abort">
  25407.             <summary>Closes the connection to the client without sending a response.</summary>
  25408.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25409.         </member>
  25410.         <member name="M:System.Net.HttpListenerResponse.AddHeader(System.String,System.String)">
  25411.             <summary>Adds the specified header and value to the HTTP headers for this response.</summary>
  25412.             <param name="name">The name of the HTTP header to set.</param>
  25413.             <param name="value">The value for the name header.</param>
  25414.             <exception cref="T:System.ArgumentException">You are not allowed to specify a value for the specified header.-or-name or value contains invalid characters.</exception>
  25415.             <exception cref="T:System.ArgumentNullException">name is null or an empty string ("").</exception>
  25416.             <exception cref="T:System.ArgumentOutOfRangeException">The length of value is greater than 65,535 characters.</exception>
  25417.         </member>
  25418.         <member name="M:System.Net.HttpListenerResponse.AppendCookie(System.Net.Cookie)">
  25419.             <summary>Adds the specified <see cref="T:System.Net.Cookie"></see> to the collection of cookies for this response.</summary>
  25420.             <param name="cookie">The <see cref="T:System.Net.Cookie"></see>to add to the collection to be sent with this response</param>
  25421.             <exception cref="T:System.ArgumentNullException">cookie is null.</exception>
  25422.         </member>
  25423.         <member name="M:System.Net.HttpListenerResponse.AppendHeader(System.String,System.String)">
  25424.             <summary>Appends a value to the specified HTTP header to be sent with this response.</summary>
  25425.             <param name="name">The name of the HTTP header to append value to.</param>
  25426.             <param name="value">The value to append to the name header.</param>
  25427.             <exception cref="T:System.ArgumentException">name is null or an empty string ("").-or-You are not allowed to specify a value for the specified header.-or-name or value contains invalid characters.</exception>
  25428.             <exception cref="T:System.ArgumentOutOfRangeException">The length of value is greater than 65,535 characters.</exception>
  25429.         </member>
  25430.         <member name="M:System.Net.HttpListenerResponse.Close">
  25431.             <summary>Sends the response to the client and releases the resources held by this <see cref="T:System.Net.HttpListenerResponse"></see> instance.</summary>
  25432.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25433.         </member>
  25434.         <member name="M:System.Net.HttpListenerResponse.Close(System.Byte[],System.Boolean)">
  25435.             <summary>Returns the specified byte array to the client and releases the resources held by this <see cref="T:System.Net.HttpListenerResponse"></see> instance.</summary>
  25436.             <param name="responseEntity">A <see cref="T:System.Byte"></see> array that contains the response to send to the client.</param>
  25437.             <param name="willBlock">true to block execution while flushing the stream to the client; otherwise, false.</param>
  25438.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25439.             <exception cref="T:System.ArgumentNullException">responseEntity is null.</exception>
  25440.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25441.         </member>
  25442.         <member name="M:System.Net.HttpListenerResponse.CopyFrom(System.Net.HttpListenerResponse)">
  25443.             <summary>Copies properties from the specified <see cref="T:System.Net.HttpListenerResponse"></see> to this response.</summary>
  25444.             <param name="templateResponse">The <see cref="T:System.Net.HttpListenerResponse"></see> instance to copy.</param>
  25445.         </member>
  25446.         <member name="M:System.Net.HttpListenerResponse.Redirect(System.String)">
  25447.             <summary>Configures the response to redirect the client to the specified URL.</summary>
  25448.             <param name="url">The URL that the client should use to locate the requested resource.</param>
  25449.         </member>
  25450.         <member name="M:System.Net.HttpListenerResponse.SetCookie(System.Net.Cookie)">
  25451.             <summary>Adds or updates a <see cref="T:System.Net.Cookie"></see> in the collection of cookies sent with this response. </summary>
  25452.             <param name="cookie">A <see cref="T:System.Net.Cookie"></see> for this response.</param>
  25453.             <exception cref="T:System.ArgumentException">The cookie already exists in the collection and could not be replaced.</exception>
  25454.             <exception cref="T:System.ArgumentNullException">cookie is null.</exception>
  25455.         </member>
  25456.         <member name="M:System.Net.HttpListenerResponse.System.IDisposable.Dispose">
  25457.             <summary>Releases all resources used by the <see cref="T:System.Net.HttpListenerResponse"></see>.</summary>
  25458.         </member>
  25459.         <member name="P:System.Net.HttpListenerResponse.ContentEncoding">
  25460.             <summary>Gets or sets the <see cref="T:System.Text.Encoding"></see> for this response's <see cref="P:System.Net.HttpListenerResponse.OutputStream"></see>.</summary>
  25461.             <returns>An <see cref="T:System.Text.Encoding"></see> object suitable for use with the data in the <see cref="P:System.Net.HttpListenerResponse.OutputStream"></see> property, or null if no encoding is specified.</returns>
  25462.         </member>
  25463.         <member name="P:System.Net.HttpListenerResponse.ContentLength64">
  25464.             <summary>Gets or sets the number of bytes in the body data included in the response.</summary>
  25465.             <returns>The value of the response's Content-Length header.</returns>
  25466.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than zero.</exception>
  25467.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25468.             <exception cref="T:System.InvalidOperationException">The response is already being sent.</exception>
  25469.         </member>
  25470.         <member name="P:System.Net.HttpListenerResponse.ContentType">
  25471.             <summary>Gets or sets the MIME type of the content returned.</summary>
  25472.             <returns>A <see cref="T:System.String"></see> instance that contains the text of the response's Content-Type header.</returns>
  25473.             <exception cref="T:System.ArgumentException">The value specified for a set operation is an empty string ("").</exception>
  25474.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25475.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null.</exception>
  25476.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25477.         </member>
  25478.         <member name="P:System.Net.HttpListenerResponse.Cookies">
  25479.             <summary>Gets or sets the collection of cookies returned with the response.</summary>
  25480.             <returns>A <see cref="T:System.Net.CookieCollection"></see> that contains cookies to accompany the response. The collection is empty if no cookies have been added to the response.</returns>
  25481.         </member>
  25482.         <member name="P:System.Net.HttpListenerResponse.Headers">
  25483.             <summary>Gets or sets the collection of header name/value pairs returned by the server.</summary>
  25484.             <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> instance that contains all the explicitly set HTTP headers to be included in the response.</returns>
  25485.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.WebHeaderCollection"></see> instance specified for a set operation is not valid for a response.</exception>
  25486.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25487.         </member>
  25488.         <member name="P:System.Net.HttpListenerResponse.KeepAlive">
  25489.             <summary>Gets or sets a value indicating whether the server requests a persistent connection.</summary>
  25490.             <returns>true if the server requests a persistent connection; otherwise, false. The default is true.</returns>
  25491.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25492.         </member>
  25493.         <member name="P:System.Net.HttpListenerResponse.OutputStream">
  25494.             <summary>Gets a <see cref="T:System.IO.Stream"></see> object to which a response can be written.</summary>
  25495.             <returns>A <see cref="T:System.IO.Stream"></see> object to which a response can be written.</returns>
  25496.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25497.         </member>
  25498.         <member name="P:System.Net.HttpListenerResponse.ProtocolVersion">
  25499.             <summary>Gets or sets the HTTP version used for the response.</summary>
  25500.             <returns>A <see cref="T:System.Version"></see> object indicating the version of HTTP used when responding to the client.</returns>
  25501.             <exception cref="T:System.ArgumentException">The value specified for a set operation does not have its <see cref="P:System.Version.Major"></see> property set to 1 or does not have its <see cref="P:System.Version.Minor"></see> property set to either 0 or 1.</exception>
  25502.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25503.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null.</exception>
  25504.         </member>
  25505.         <member name="P:System.Net.HttpListenerResponse.RedirectLocation">
  25506.             <summary>Gets or sets the value of the HTTP Location header in this response.</summary>
  25507.             <returns>A <see cref="T:System.String"></see> that contains the absolute URL to be sent to the client in the Location header. </returns>
  25508.             <exception cref="T:System.ArgumentException">The value specified for a set operation is an empty string ("").</exception>
  25509.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25510.         </member>
  25511.         <member name="P:System.Net.HttpListenerResponse.SendChunked">
  25512.             <summary>Gets or sets whether the response uses chunked transfer encoding.</summary>
  25513.             <returns>true if the response is set to use chunked transfer encoding; otherwise, false. The default is false.</returns>
  25514.         </member>
  25515.         <member name="P:System.Net.HttpListenerResponse.StatusCode">
  25516.             <summary>Gets or sets the HTTP status code to be returned to the client.</summary>
  25517.             <returns>An <see cref="T:System.Int32"></see> value that specifies the HTTP status code for the requested resource. The default is <see cref="F:System.Net.HttpStatusCode.OK"></see>, indicating that the server successfully processed the client's request and included the requested resource in the response body.</returns>
  25518.             <exception cref="T:System.Net.ProtocolViolationException">The value specified for a set operation is not valid. Valid values are between 100 and 999 inclusive.</exception>
  25519.             <exception cref="T:System.ObjectDisposedException">This object is closed.</exception>
  25520.         </member>
  25521.         <member name="P:System.Net.HttpListenerResponse.StatusDescription">
  25522.             <summary>Gets or sets a text description of the HTTP status code returned to the client.</summary>
  25523.             <returns>The text description of the HTTP status code returned to the client. The default is the RFC 2616 description for the <see cref="P:System.Net.HttpListenerResponse.StatusCode"></see> property value, or an empty string ("") if an RFC 2616 description does not exist.</returns>
  25524.         </member>
  25525.         <member name="T:System.Net.HttpRequestHeader">
  25526.             <summary>The HTTP headers that may be specified in a client request.</summary>
  25527.         </member>
  25528.         <member name="F:System.Net.HttpRequestHeader.Accept">
  25529.             <summary>The Accept header, which specifies the MIME types that are acceptable for the response.</summary>
  25530.         </member>
  25531.         <member name="F:System.Net.HttpRequestHeader.AcceptCharset">
  25532.             <summary>The Accept-Charset header, which specifies the character sets that are acceptable for the response.</summary>
  25533.         </member>
  25534.         <member name="F:System.Net.HttpRequestHeader.AcceptEncoding">
  25535.             <summary>The Accept-Encoding header, which specifies the content encodings that are acceptable for the response.</summary>
  25536.         </member>
  25537.         <member name="F:System.Net.HttpRequestHeader.AcceptLanguage">
  25538.             <summary>The Accept-Langauge header, which specifies that natural languages that are preferred for the response.</summary>
  25539.         </member>
  25540.         <member name="F:System.Net.HttpRequestHeader.Allow">
  25541.             <summary>The Allow header, which specifies the set of HTTP methods supported.</summary>
  25542.         </member>
  25543.         <member name="F:System.Net.HttpRequestHeader.Authorization">
  25544.             <summary>The Authorization header, which specifies the credentials that the client presents in order to authenticate itself to the server.</summary>
  25545.         </member>
  25546.         <member name="F:System.Net.HttpRequestHeader.CacheControl">
  25547.             <summary>The Cache-Control header, which specifies directives that must be obeyed by all cache control mechanisms along the request/response chain.</summary>
  25548.         </member>
  25549.         <member name="F:System.Net.HttpRequestHeader.Connection">
  25550.             <summary>The Connection header, which specifies options that are desired for a particular connection.</summary>
  25551.         </member>
  25552.         <member name="F:System.Net.HttpRequestHeader.ContentEncoding">
  25553.             <summary>The Content-Encoding header, which specifies the encodings that have been applied to the accompanying body data.</summary>
  25554.         </member>
  25555.         <member name="F:System.Net.HttpRequestHeader.ContentLanguage">
  25556.             <summary>The Content-Langauge header, which specifies the natural language(s) of the accompanying body data.</summary>
  25557.         </member>
  25558.         <member name="F:System.Net.HttpRequestHeader.ContentLength">
  25559.             <summary>The Content-Length header, which specifies the length, in bytes, of the accompanying body data.</summary>
  25560.         </member>
  25561.         <member name="F:System.Net.HttpRequestHeader.ContentLocation">
  25562.             <summary>The Content-Location header, which specifies a URI from which the accompanying body may be obtained.</summary>
  25563.         </member>
  25564.         <member name="F:System.Net.HttpRequestHeader.ContentMd5">
  25565.             <summary>The Content-MD5 header, which specifies the MD5 digest of the accompanying body data, for the purpose of providing an end-to-end message integrity check.</summary>
  25566.         </member>
  25567.         <member name="F:System.Net.HttpRequestHeader.ContentRange">
  25568.             <summary>The Content-Range header, which specifies where in the full body the accompanying partial body data should be applied.</summary>
  25569.         </member>
  25570.         <member name="F:System.Net.HttpRequestHeader.ContentType">
  25571.             <summary>The Content-Type header, which specifies the MIME type of the accompanying body data.</summary>
  25572.         </member>
  25573.         <member name="F:System.Net.HttpRequestHeader.Cookie">
  25574.             <summary>The Cookie header, which specifies cookie data presented to the server.</summary>
  25575.         </member>
  25576.         <member name="F:System.Net.HttpRequestHeader.Date">
  25577.             <summary>The Date header, which specifies the date and time at which the request originated.</summary>
  25578.         </member>
  25579.         <member name="F:System.Net.HttpRequestHeader.Expect">
  25580.             <summary>The Expect header, which specifies particular server behaviors that are required by the client.</summary>
  25581.         </member>
  25582.         <member name="F:System.Net.HttpRequestHeader.Expires">
  25583.             <summary>The Expires header, which specifies the date and time after which the accompanying body data should be considered stale.</summary>
  25584.         </member>
  25585.         <member name="F:System.Net.HttpRequestHeader.From">
  25586.             <summary>The From header, which specifies an Internet E-mail address for the human user who controls the requesting user agent.</summary>
  25587.         </member>
  25588.         <member name="F:System.Net.HttpRequestHeader.Host">
  25589.             <summary>The Host header, which specifies the host name and port number of the resource being requested.</summary>
  25590.         </member>
  25591.         <member name="F:System.Net.HttpRequestHeader.IfMatch">
  25592.             <summary>The If-Match header, which specifies that the requested operation should be performed only if the client's cached copy of the indicated resource is current.</summary>
  25593.         </member>
  25594.         <member name="F:System.Net.HttpRequestHeader.IfModifiedSince">
  25595.             <summary>The If-Modified-Since header, which specifies that the requested operation should be performed only if the requested resource has been modified since the indicated data and time.</summary>
  25596.         </member>
  25597.         <member name="F:System.Net.HttpRequestHeader.IfNoneMatch">
  25598.             <summary>The If-None-Match header, which specifies that the requested operation should be performed only if none of client's cached copies of the indicated resources are current.</summary>
  25599.         </member>
  25600.         <member name="F:System.Net.HttpRequestHeader.IfRange">
  25601.             <summary>The If-Range header, which specifies that only the specified range of the requested resource should be sent, if the client's cached copy is current.</summary>
  25602.         </member>
  25603.         <member name="F:System.Net.HttpRequestHeader.IfUnmodifiedSince">
  25604.             <summary>The If-Unmodified-Since header, which specifies that the requested operation should be performed only if the requested resource has not been modified since the indicated date and time.</summary>
  25605.         </member>
  25606.         <member name="F:System.Net.HttpRequestHeader.KeepAlive">
  25607.             <summary>The Keep-Alive header, which specifies a parameter used into order to maintain a persistent connection.</summary>
  25608.         </member>
  25609.         <member name="F:System.Net.HttpRequestHeader.LastModified">
  25610.             <summary>The Last-Modified header, which specifies the date and time at which the accompanying body data was last modified.</summary>
  25611.         </member>
  25612.         <member name="F:System.Net.HttpRequestHeader.MaxForwards">
  25613.             <summary>The Max-Forwards header, which specifies an integer indicating the remaining number of times that this request may be forwarded.</summary>
  25614.         </member>
  25615.         <member name="F:System.Net.HttpRequestHeader.Pragma">
  25616.             <summary>The Pragma header, which specifies implementation-specific directives that might apply to any agent along the request/response chain.</summary>
  25617.         </member>
  25618.         <member name="F:System.Net.HttpRequestHeader.ProxyAuthorization">
  25619.             <summary>The Proxy-Authorization header, which specifies the credentials that the client presents in order to authenticate itself to a proxy.</summary>
  25620.         </member>
  25621.         <member name="F:System.Net.HttpRequestHeader.Range">
  25622.             <summary>The Range header, which specifies the the sub-range(s) of the response that the client requests be returned in lieu of the entire response.</summary>
  25623.         </member>
  25624.         <member name="F:System.Net.HttpRequestHeader.Referer">
  25625.             <summary>The Referer header, which specifies the URI of the resource from which the request URI was obtained.</summary>
  25626.         </member>
  25627.         <member name="F:System.Net.HttpRequestHeader.Te">
  25628.             <summary>The TE header, which specifies the transfer encodings that are acceptable for the response.</summary>
  25629.         </member>
  25630.         <member name="F:System.Net.HttpRequestHeader.Trailer">
  25631.             <summary>The Trailer header, which specifies the header fields present in the trailer of a message encoded with chunked transfer-coding.</summary>
  25632.         </member>
  25633.         <member name="F:System.Net.HttpRequestHeader.TransferEncoding">
  25634.             <summary>The Transfer-Encoding header, which specifies what (if any) type of transformation that has been applied to the message body.</summary>
  25635.         </member>
  25636.         <member name="F:System.Net.HttpRequestHeader.Translate">
  25637.             <summary>The Translate header, a Microsoft extension to the HTTP specification used in conjunction with WebDAV functionality.</summary>
  25638.         </member>
  25639.         <member name="F:System.Net.HttpRequestHeader.Upgrade">
  25640.             <summary>The Upgrade header, which specifies additional communications protocols that the client supports.</summary>
  25641.         </member>
  25642.         <member name="F:System.Net.HttpRequestHeader.UserAgent">
  25643.             <summary>The User-Agent header, which specifies information about the client agent.</summary>
  25644.         </member>
  25645.         <member name="F:System.Net.HttpRequestHeader.Via">
  25646.             <summary>The Via header, which specifies intermediate protocols to be used by gateway and proxy agents.</summary>
  25647.         </member>
  25648.         <member name="F:System.Net.HttpRequestHeader.Warning">
  25649.             <summary>The Warning header, which specifies additional information about that status or transformation of a message that might not be reflected in the message.</summary>
  25650.         </member>
  25651.         <member name="T:System.Net.HttpResponseHeader">
  25652.             <summary>The HTTP headers that can be specified in a server response.</summary>
  25653.         </member>
  25654.         <member name="F:System.Net.HttpResponseHeader.AcceptRanges">
  25655.             <summary>The Accept-Ranges header, which specifies the range that is accepted by the server.</summary>
  25656.         </member>
  25657.         <member name="F:System.Net.HttpResponseHeader.Age">
  25658.             <summary>The Age header, which specifies the time, in seconds, since the response was generated by the originating server.</summary>
  25659.         </member>
  25660.         <member name="F:System.Net.HttpResponseHeader.Allow">
  25661.             <summary>The Allow header, which specifies the set of HTTP methods that are supported.</summary>
  25662.         </member>
  25663.         <member name="F:System.Net.HttpResponseHeader.CacheControl">
  25664.             <summary>The Cache-Control header, which specifies caching directives that must be obeyed by all caching mechanisms along the request/response chain.</summary>
  25665.         </member>
  25666.         <member name="F:System.Net.HttpResponseHeader.Connection">
  25667.             <summary>The Connection header, which specifies options that are desired for a particular connection.</summary>
  25668.         </member>
  25669.         <member name="F:System.Net.HttpResponseHeader.ContentEncoding">
  25670.             <summary>The Content-Encoding header, which specifies the encodings that have been applied to the accompanying body data.</summary>
  25671.         </member>
  25672.         <member name="F:System.Net.HttpResponseHeader.ContentLanguage">
  25673.             <summary>The Content-Langauge header, which specifies the natural language or languages of the accompanying body data.</summary>
  25674.         </member>
  25675.         <member name="F:System.Net.HttpResponseHeader.ContentLength">
  25676.             <summary>The Content-Length header, which specifies the length, in bytes, of the accompanying body data.</summary>
  25677.         </member>
  25678.         <member name="F:System.Net.HttpResponseHeader.ContentLocation">
  25679.             <summary>The Content-Location header, which specifies a URI from which the accompanying body can be obtained.</summary>
  25680.         </member>
  25681.         <member name="F:System.Net.HttpResponseHeader.ContentMd5">
  25682.             <summary>The Content-MD5 header, which specifies the MD5 digest of the accompanying body data, for the purpose of providing an end-to-end message integrity check.</summary>
  25683.         </member>
  25684.         <member name="F:System.Net.HttpResponseHeader.ContentRange">
  25685.             <summary>The Range header, which specifies the subrange or subranges of the response that the client requests be returned in lieu of the entire response.</summary>
  25686.         </member>
  25687.         <member name="F:System.Net.HttpResponseHeader.ContentType">
  25688.             <summary>The Content-Type header, which specifies the MIME type of the accompanying body data.</summary>
  25689.         </member>
  25690.         <member name="F:System.Net.HttpResponseHeader.Date">
  25691.             <summary>The Date header, which specifies the date and time at which the response originated.</summary>
  25692.         </member>
  25693.         <member name="F:System.Net.HttpResponseHeader.ETag">
  25694.             <summary>The Etag header, which specifies the current value for the requested variant. </summary>
  25695.         </member>
  25696.         <member name="F:System.Net.HttpResponseHeader.Expires">
  25697.             <summary>The Expires header, which specifies the date and time after which the accompanying body data should be considered stale.</summary>
  25698.         </member>
  25699.         <member name="F:System.Net.HttpResponseHeader.KeepAlive">
  25700.             <summary>The Keep-Alive header, which specifies a parameter to be used to maintain a persistent connection.</summary>
  25701.         </member>
  25702.         <member name="F:System.Net.HttpResponseHeader.LastModified">
  25703.             <summary>The Last-Modified header, which specifies the date and time at which the accompanying body data was last modified.</summary>
  25704.         </member>
  25705.         <member name="F:System.Net.HttpResponseHeader.Location">
  25706.             <summary>The Location header, which specifies a URI to which the client is redirected to obtain the requested resource.</summary>
  25707.         </member>
  25708.         <member name="F:System.Net.HttpResponseHeader.Pragma">
  25709.             <summary>The Pragma header, which specifies implementation-specific directives that might apply to any agent along the request/response chain.</summary>
  25710.         </member>
  25711.         <member name="F:System.Net.HttpResponseHeader.ProxyAuthenticate">
  25712.             <summary>The Proxy-Authenticate header, which specifies that the client must authenticate itself to a proxy.</summary>
  25713.         </member>
  25714.         <member name="F:System.Net.HttpResponseHeader.RetryAfter">
  25715.             <summary>The Retry-After header, which specifies a time (in seconds), or a date and time, after which the client can retry its request.</summary>
  25716.         </member>
  25717.         <member name="F:System.Net.HttpResponseHeader.Server">
  25718.             <summary>The Server header, which specifies information about the originating server agent.</summary>
  25719.         </member>
  25720.         <member name="F:System.Net.HttpResponseHeader.SetCookie">
  25721.             <summary>The Set-Cookie header, which specifies cookie data that is presented to the client.</summary>
  25722.         </member>
  25723.         <member name="F:System.Net.HttpResponseHeader.Trailer">
  25724.             <summary>The Trailer header, which specifies that the indicated header fields are present in the trailer of a message that is encoded with chunked transfer-coding.</summary>
  25725.         </member>
  25726.         <member name="F:System.Net.HttpResponseHeader.TransferEncoding">
  25727.             <summary>The Transfer-Encoding header, which specifies what (if any) type of transformation has been applied to the message body.</summary>
  25728.         </member>
  25729.         <member name="F:System.Net.HttpResponseHeader.Upgrade">
  25730.             <summary>The Upgrade header, which specifies additional communications protocols that the client supports.</summary>
  25731.         </member>
  25732.         <member name="F:System.Net.HttpResponseHeader.Vary">
  25733.             <summary>The Vary header, which specifies the request headers that are used to determine whether a cached response is fresh.</summary>
  25734.         </member>
  25735.         <member name="F:System.Net.HttpResponseHeader.Via">
  25736.             <summary>The Via header, which specifies intermediate protocols to be used by gateway and proxy agents.</summary>
  25737.         </member>
  25738.         <member name="F:System.Net.HttpResponseHeader.Warning">
  25739.             <summary>The Warning header, which specifies additional information about that status or transformation of a message that might not be reflected in the message.</summary>
  25740.         </member>
  25741.         <member name="F:System.Net.HttpResponseHeader.WwwAuthenticate">
  25742.             <summary>The WWW-Authenticate header, which specifies that the client must authenticate itself to the server.</summary>
  25743.         </member>
  25744.         <member name="T:System.Net.HttpStatusCode">
  25745.             <summary>Contains the values of status codes defined for HTTP.</summary>
  25746.         </member>
  25747.         <member name="F:System.Net.HttpStatusCode.Accepted">
  25748.             <summary>Equivalent to HTTP status 202. <see cref="F:System.Net.HttpStatusCode.Accepted"></see> indicates that the request has been accepted for further processing.</summary>
  25749.         </member>
  25750.         <member name="F:System.Net.HttpStatusCode.Ambiguous">
  25751.             <summary>Equivalent to HTTP status 300. <see cref="F:System.Net.HttpStatusCode.Ambiguous"></see> indicates that the requested information has multiple representations. The default action is to treat this status as a redirect and follow the contents of the Location header associated with this response.</summary>
  25752.         </member>
  25753.         <member name="F:System.Net.HttpStatusCode.BadGateway">
  25754.             <summary>Equivalent to HTTP status 502. <see cref="F:System.Net.HttpStatusCode.BadGateway"></see> indicates that an intermediate proxy server received a bad response from another proxy or the origin server.</summary>
  25755.         </member>
  25756.         <member name="F:System.Net.HttpStatusCode.BadRequest">
  25757.             <summary>Equivalent to HTTP status 400. <see cref="F:System.Net.HttpStatusCode.BadRequest"></see> indicates that the request could not be understood by the server. <see cref="F:System.Net.HttpStatusCode.BadRequest"></see> is sent when no other error is applicable, or if the exact error is unknown or does not have its own error code.</summary>
  25758.         </member>
  25759.         <member name="F:System.Net.HttpStatusCode.Conflict">
  25760.             <summary>Equivalent to HTTP status 409. <see cref="F:System.Net.HttpStatusCode.Conflict"></see> indicates that the request could not be carried out because of a conflict on the server.</summary>
  25761.         </member>
  25762.         <member name="F:System.Net.HttpStatusCode.Continue">
  25763.             <summary>Equivalent to HTTP status 100. <see cref="F:System.Net.HttpStatusCode.Continue"></see> indicates that the client can continue with its request.</summary>
  25764.         </member>
  25765.         <member name="F:System.Net.HttpStatusCode.Created">
  25766.             <summary>Equivalent to HTTP status 201. <see cref="F:System.Net.HttpStatusCode.Created"></see> indicates that the request resulted in a new resource created before the response was sent.</summary>
  25767.         </member>
  25768.         <member name="F:System.Net.HttpStatusCode.ExpectationFailed">
  25769.             <summary>Equivalent to HTTP status 417. <see cref="F:System.Net.HttpStatusCode.ExpectationFailed"></see> indicates that an expectation given in an Expect header could not be met by the server.</summary>
  25770.         </member>
  25771.         <member name="F:System.Net.HttpStatusCode.Forbidden">
  25772.             <summary>Equivalent to HTTP status 403. <see cref="F:System.Net.HttpStatusCode.Forbidden"></see> indicates that the server refuses to fulfill the request.</summary>
  25773.         </member>
  25774.         <member name="F:System.Net.HttpStatusCode.Found">
  25775.             <summary>Equivalent to HTTP status 302. <see cref="F:System.Net.HttpStatusCode.Found"></see> indicates that the requested information is located at the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will use the GET method.</summary>
  25776.         </member>
  25777.         <member name="F:System.Net.HttpStatusCode.GatewayTimeout">
  25778.             <summary>Equivalent to HTTP status 504. <see cref="F:System.Net.HttpStatusCode.GatewayTimeout"></see> indicates that an intermediate proxy server timed out while waiting for a response from another proxy or the origin server.</summary>
  25779.         </member>
  25780.         <member name="F:System.Net.HttpStatusCode.Gone">
  25781.             <summary>Equivalent to HTTP status 410. <see cref="F:System.Net.HttpStatusCode.Gone"></see> indicates that the requested resource is no longer available.</summary>
  25782.         </member>
  25783.         <member name="F:System.Net.HttpStatusCode.HttpVersionNotSupported">
  25784.             <summary>Equivalent to HTTP status 505. <see cref="F:System.Net.HttpStatusCode.HttpVersionNotSupported"></see> indicates that the requested HTTP version is not supported by the server.</summary>
  25785.         </member>
  25786.         <member name="F:System.Net.HttpStatusCode.InternalServerError">
  25787.             <summary>Equivalent to HTTP status 500. <see cref="F:System.Net.HttpStatusCode.InternalServerError"></see> indicates that a generic error has occurred on the server.</summary>
  25788.         </member>
  25789.         <member name="F:System.Net.HttpStatusCode.LengthRequired">
  25790.             <summary>Equivalent to HTTP status 411. <see cref="F:System.Net.HttpStatusCode.LengthRequired"></see> indicates that the required Content-length header is missing.</summary>
  25791.         </member>
  25792.         <member name="F:System.Net.HttpStatusCode.MethodNotAllowed">
  25793.             <summary>Equivalent to HTTP status 405. <see cref="F:System.Net.HttpStatusCode.MethodNotAllowed"></see> indicates that the request method (POST or GET) is not allowed on the requested resource.</summary>
  25794.         </member>
  25795.         <member name="F:System.Net.HttpStatusCode.Moved">
  25796.             <summary>Equivalent to HTTP status 301. <see cref="F:System.Net.HttpStatusCode.Moved"></see> indicates that the requested information has been moved to the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will use the GET method.</summary>
  25797.         </member>
  25798.         <member name="F:System.Net.HttpStatusCode.MovedPermanently">
  25799.             <summary>Equivalent to HTTP status 301. <see cref="F:System.Net.HttpStatusCode.MovedPermanently"></see> indicates that the requested information has been moved to the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response.</summary>
  25800.         </member>
  25801.         <member name="F:System.Net.HttpStatusCode.MultipleChoices">
  25802.             <summary>Equivalent to HTTP status 300. <see cref="F:System.Net.HttpStatusCode.MultipleChoices"></see> indicates that the requested information has multiple representations. The default action is to treat this status as a redirect and follow the contents of the Location header associated with this response.</summary>
  25803.         </member>
  25804.         <member name="F:System.Net.HttpStatusCode.NoContent">
  25805.             <summary>Equivalent to HTTP status 204. <see cref="F:System.Net.HttpStatusCode.NoContent"></see> indicates that the request has been successfully processed and that the response is intentionally blank.</summary>
  25806.         </member>
  25807.         <member name="F:System.Net.HttpStatusCode.NonAuthoritativeInformation">
  25808.             <summary>Equivalent to HTTP status 203. <see cref="F:System.Net.HttpStatusCode.NonAuthoritativeInformation"></see> indicates that the returned metainformation is from a cached copy instead of the origin server and therefore may be incorrect.</summary>
  25809.         </member>
  25810.         <member name="F:System.Net.HttpStatusCode.NotAcceptable">
  25811.             <summary>Equivalent to HTTP status 406. <see cref="F:System.Net.HttpStatusCode.NotAcceptable"></see> indicates that the client has indicated with Accept headers that it will not accept any of the available representations of the resource.</summary>
  25812.         </member>
  25813.         <member name="F:System.Net.HttpStatusCode.NotFound">
  25814.             <summary>Equivalent to HTTP status 404. <see cref="F:System.Net.HttpStatusCode.NotFound"></see> indicates that the requested resource does not exist on the server.</summary>
  25815.         </member>
  25816.         <member name="F:System.Net.HttpStatusCode.NotImplemented">
  25817.             <summary>Equivalent to HTTP status 501. <see cref="F:System.Net.HttpStatusCode.NotImplemented"></see> indicates that the server does not support the requested function.</summary>
  25818.         </member>
  25819.         <member name="F:System.Net.HttpStatusCode.NotModified">
  25820.             <summary>Equivalent to HTTP status 304. <see cref="F:System.Net.HttpStatusCode.NotModified"></see> indicates that the client's cached copy is up to date. The contents of the resource are not transferred.</summary>
  25821.         </member>
  25822.         <member name="F:System.Net.HttpStatusCode.OK">
  25823.             <summary>Equivalent to HTTP status 200. <see cref="F:System.Net.HttpStatusCode.OK"></see> indicates that the request succeeded and that the requested information is in the response. This is the most common status code to receive.</summary>
  25824.         </member>
  25825.         <member name="F:System.Net.HttpStatusCode.PartialContent">
  25826.             <summary>Equivalent to HTTP status 206. <see cref="F:System.Net.HttpStatusCode.PartialContent"></see> indicates that the response is a partial response as requested by a GET request that includes a byte range.</summary>
  25827.         </member>
  25828.         <member name="F:System.Net.HttpStatusCode.PaymentRequired">
  25829.             <summary>Equivalent to HTTP status 402. <see cref="F:System.Net.HttpStatusCode.PaymentRequired"></see> is reserved for future use.</summary>
  25830.         </member>
  25831.         <member name="F:System.Net.HttpStatusCode.PreconditionFailed">
  25832.             <summary>Equivalent to HTTP status 412. <see cref="F:System.Net.HttpStatusCode.PreconditionFailed"></see> indicates that a condition set for this request failed, and the request cannot be carried out. Conditions are set with conditional request headers like If-Match, If-None-Match, or If-Unmodified-Since.</summary>
  25833.         </member>
  25834.         <member name="F:System.Net.HttpStatusCode.ProxyAuthenticationRequired">
  25835.             <summary>Equivalent to HTTP status 407. <see cref="F:System.Net.HttpStatusCode.ProxyAuthenticationRequired"></see> indicates that the requested proxy requires authentication. The Proxy-authenticate header contains the details of how to perform the authentication.</summary>
  25836.         </member>
  25837.         <member name="F:System.Net.HttpStatusCode.Redirect">
  25838.             <summary>Equivalent to HTTP status 302. <see cref="F:System.Net.HttpStatusCode.Redirect"></see> indicates that the requested information is located at the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will use the GET method.</summary>
  25839.         </member>
  25840.         <member name="F:System.Net.HttpStatusCode.RedirectKeepVerb">
  25841.             <summary>Equivalent to HTTP status 307. <see cref="F:System.Net.HttpStatusCode.RedirectKeepVerb"></see> indicates that the request information is located at the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will also use the POST method.</summary>
  25842.         </member>
  25843.         <member name="F:System.Net.HttpStatusCode.RedirectMethod">
  25844.             <summary>Equivalent to HTTP status 303. <see cref="F:System.Net.HttpStatusCode.RedirectMethod"></see> automatically redirects the client to the URI specified in the Location header as the result of a POST. The request to the resource specified by the Location header will be made with a GET.</summary>
  25845.         </member>
  25846.         <member name="F:System.Net.HttpStatusCode.RequestedRangeNotSatisfiable">
  25847.             <summary>Equivalent to HTTP status 416. <see cref="F:System.Net.HttpStatusCode.RequestedRangeNotSatisfiable"></see> indicates that the range of data requested from the resource cannot be returned, either because the beginning of the range is before the beginning of the resource, or the end of the range is after the end of the resource.</summary>
  25848.         </member>
  25849.         <member name="F:System.Net.HttpStatusCode.RequestEntityTooLarge">
  25850.             <summary>Equivalent to HTTP status 413. <see cref="F:System.Net.HttpStatusCode.RequestEntityTooLarge"></see> indicates that the request is too large for the server to process.</summary>
  25851.         </member>
  25852.         <member name="F:System.Net.HttpStatusCode.RequestTimeout">
  25853.             <summary>Equivalent to HTTP status 408. <see cref="F:System.Net.HttpStatusCode.RequestTimeout"></see> indicates that the client did not send a request within the time the server was expecting the request.</summary>
  25854.         </member>
  25855.         <member name="F:System.Net.HttpStatusCode.RequestUriTooLong">
  25856.             <summary>Equivalent to HTTP status 414. <see cref="F:System.Net.HttpStatusCode.RequestUriTooLong"></see> indicates that the URI is too long.</summary>
  25857.         </member>
  25858.         <member name="F:System.Net.HttpStatusCode.ResetContent">
  25859.             <summary>Equivalent to HTTP status 205. <see cref="F:System.Net.HttpStatusCode.ResetContent"></see> indicates that the client should reset (not reload) the current resource.</summary>
  25860.         </member>
  25861.         <member name="F:System.Net.HttpStatusCode.SeeOther">
  25862.             <summary>Equivalent to HTTP status 303. <see cref="F:System.Net.HttpStatusCode.SeeOther"></see> automatically redirects the client to the URI specified in the Location header as the result of a POST. The request to the resource specified by the Location header will be made with a GET.</summary>
  25863.         </member>
  25864.         <member name="F:System.Net.HttpStatusCode.ServiceUnavailable">
  25865.             <summary>Equivalent to HTTP status 503. <see cref="F:System.Net.HttpStatusCode.ServiceUnavailable"></see> indicates that the server is temporarily unavailable, usually due to high load or maintenance.</summary>
  25866.         </member>
  25867.         <member name="F:System.Net.HttpStatusCode.SwitchingProtocols">
  25868.             <summary>Equivalent to HTTP status 101. <see cref="F:System.Net.HttpStatusCode.SwitchingProtocols"></see> indicates that the protocol version or protocol is being changed.</summary>
  25869.         </member>
  25870.         <member name="F:System.Net.HttpStatusCode.TemporaryRedirect">
  25871.             <summary>Equivalent to HTTP status 307. <see cref="F:System.Net.HttpStatusCode.TemporaryRedirect"></see> indicates that the request information is located at the URI specified in the Location header. The default action when this status is received is to follow the Location header associated with the response. When the original request method was POST, the redirected request will also use the POST method.</summary>
  25872.         </member>
  25873.         <member name="F:System.Net.HttpStatusCode.Unauthorized">
  25874.             <summary>Equivalent to HTTP status 401. <see cref="F:System.Net.HttpStatusCode.Unauthorized"></see> indicates that the requested resource requires authentication. The WWW-Authenticate header contains the details of how to perform the authentication.</summary>
  25875.         </member>
  25876.         <member name="F:System.Net.HttpStatusCode.UnsupportedMediaType">
  25877.             <summary>Equivalent to HTTP status 415. <see cref="F:System.Net.HttpStatusCode.UnsupportedMediaType"></see> indicates that the request is an unsupported type.</summary>
  25878.         </member>
  25879.         <member name="F:System.Net.HttpStatusCode.Unused">
  25880.             <summary>Equivalent to HTTP status 306. <see cref="F:System.Net.HttpStatusCode.Unused"></see> is a proposed extension to the HTTP/1.1 specification that is not fully specified.</summary>
  25881.         </member>
  25882.         <member name="F:System.Net.HttpStatusCode.UseProxy">
  25883.             <summary>Equivalent to HTTP status 305. <see cref="F:System.Net.HttpStatusCode.UseProxy"></see> indicates that the request should use the proxy server at the URI specified in the Location header.</summary>
  25884.         </member>
  25885.         <member name="T:System.Net.HttpVersion">
  25886.             <summary>Defines the HTTP version numbers that are supported by the <see cref="T:System.Net.HttpWebRequest"></see> and <see cref="T:System.Net.HttpWebResponse"></see> classes.</summary>
  25887.         </member>
  25888.         <member name="F:System.Net.HttpVersion.Version10">
  25889.             <summary>Defines a <see cref="T:System.Version"></see> instance for HTTP 1.0.</summary>
  25890.         </member>
  25891.         <member name="F:System.Net.HttpVersion.Version11">
  25892.             <summary>Defines a <see cref="T:System.Version"></see> instance for HTTP 1.1.</summary>
  25893.         </member>
  25894.         <member name="T:System.Net.HttpWebRequest">
  25895.             <summary>Provides an HTTP-specific implementation of the <see cref="T:System.Net.WebRequest"></see> class.</summary>
  25896.         </member>
  25897.         <member name="M:System.Net.HttpWebRequest.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  25898.             <summary>Initializes a new instance of the <see cref="T:System.Net.HttpWebRequest"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  25899.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains the information required to serialize the new <see cref="T:System.Net.HttpWebRequest"></see> object. </param>
  25900.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains the source and destination of the serialized stream associated with the new <see cref="T:System.Net.HttpWebRequest"></see> object. </param>
  25901.         </member>
  25902.         <member name="M:System.Net.HttpWebRequest.Abort">
  25903.             <summary>Cancels a request to an Internet resource.</summary>
  25904.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25905.         </member>
  25906.         <member name="M:System.Net.HttpWebRequest.AddRange(System.Int32)">
  25907.             <summary>Adds a byte range header to a request for a specific range from the beginning or end of the requested data.</summary>
  25908.             <param name="range">The starting or ending point of the range. </param>
  25909.             <exception cref="T:System.ArgumentException">rangeSpecifier is invalid. </exception>
  25910.             <exception cref="T:System.InvalidOperationException">The range header could not be added. </exception>
  25911.         </member>
  25912.         <member name="M:System.Net.HttpWebRequest.AddRange(System.Int32,System.Int32)">
  25913.             <summary>Adds a byte range header to the request for a specified range.</summary>
  25914.             <param name="to">The position at which to stop sending data. </param>
  25915.             <param name="from">The position at which to start sending data. </param>
  25916.             <exception cref="T:System.ArgumentException">rangeSpecifier is invalid. </exception>
  25917.             <exception cref="T:System.ArgumentOutOfRangeException">from is greater than to-or- from or to is less than 0. </exception>
  25918.             <exception cref="T:System.InvalidOperationException">The range header could not be added. </exception>
  25919.         </member>
  25920.         <member name="M:System.Net.HttpWebRequest.AddRange(System.String,System.Int32)">
  25921.             <summary>Adds a range header to a request for a specific range from the beginning or end of the requested data.</summary>
  25922.             <param name="range">The starting or ending point of the range. </param>
  25923.             <param name="rangeSpecifier">The description of the range. </param>
  25924.             <exception cref="T:System.ArgumentException">rangeSpecifier is invalid. </exception>
  25925.             <exception cref="T:System.ArgumentNullException">rangeSpecifier is null. </exception>
  25926.             <exception cref="T:System.InvalidOperationException">The range header could not be added. </exception>
  25927.         </member>
  25928.         <member name="M:System.Net.HttpWebRequest.AddRange(System.String,System.Int32,System.Int32)">
  25929.             <summary>Adds a range header to a request for a specified range.</summary>
  25930.             <param name="from">The position at which to start sending data. </param>
  25931.             <param name="to">The position at which to stop sending data. </param>
  25932.             <param name="rangeSpecifier">The description of the range. </param>
  25933.             <exception cref="T:System.ArgumentException">rangeSpecifier is invalid. </exception>
  25934.             <exception cref="T:System.ArgumentNullException">rangeSpecifier is null. </exception>
  25935.             <exception cref="T:System.ArgumentOutOfRangeException">from is greater than to-or- from or to is less than 0. </exception>
  25936.             <exception cref="T:System.InvalidOperationException">The range header could not be added. </exception>
  25937.         </member>
  25938.         <member name="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
  25939.             <summary>Begins an asynchronous request for a <see cref="T:System.IO.Stream"></see> object to use to write data.</summary>
  25940.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous request.</returns>
  25941.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  25942.             <param name="state">The state object for this request. </param>
  25943.             <exception cref="T:System.ObjectDisposedException">In a .NET Compact Framework application, a request stream with zero content length was not obtained and closed correctly. For more information about handling zero content length requests, see Network Programming in the .NET Compact Framework.</exception>
  25944.             <exception cref="T:System.InvalidOperationException">The stream is being used by a previous call to <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>-or- <see cref="P:System.Net.HttpWebRequest.TransferEncoding"></see> is set to a value and <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is false.-or- The thread pool is running out of threads. </exception>
  25945.             <exception cref="T:System.NotSupportedException">The request cache validator indicated that the response for this request can be served from the cache; however, requests that write data must not use the cache. This exception can occur if you are using a custom cache validator that is incorrectly implemented. </exception>
  25946.             <exception cref="T:System.Net.ProtocolViolationException">The <see cref="P:System.Net.HttpWebRequest.Method"></see> property is GET or HEAD.-or- <see cref="P:System.Net.HttpWebRequest.KeepAlive"></see> is true, <see cref="P:System.Net.HttpWebRequest.AllowWriteStreamBuffering"></see> is false, <see cref="P:System.Net.HttpWebRequest.ContentLength"></see> is -1, <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is false, and <see cref="P:System.Net.HttpWebRequest.Method"></see> is POST or PUT. </exception>
  25947.             <exception cref="T:System.Net.WebException"><see cref="M:System.Net.HttpWebRequest.Abort"></see> was previously called. </exception>
  25948.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  25949.         </member>
  25950.         <member name="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
  25951.             <summary>Begins an asynchronous request to an Internet resource.</summary>
  25952.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous request for a response.</returns>
  25953.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate </param>
  25954.             <param name="state">The state object for this request. </param>
  25955.             <exception cref="T:System.InvalidOperationException">The stream is already in use by a previous call to <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>-or- <see cref="P:System.Net.HttpWebRequest.TransferEncoding"></see> is set to a value and <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is false.-or- The thread pool is running out of threads. </exception>
  25956.             <exception cref="T:System.Net.ProtocolViolationException"><see cref="P:System.Net.HttpWebRequest.Method"></see> is GET or HEAD, and either <see cref="P:System.Net.HttpWebRequest.ContentLength"></see> is greater than zero or <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is true.-or- <see cref="P:System.Net.HttpWebRequest.KeepAlive"></see> is true, <see cref="P:System.Net.HttpWebRequest.AllowWriteStreamBuffering"></see> is false, and either <see cref="P:System.Net.HttpWebRequest.ContentLength"></see> is -1, <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is false and <see cref="P:System.Net.HttpWebRequest.Method"></see> is POST or PUT. </exception>
  25957.             <exception cref="T:System.Net.WebException"><see cref="M:System.Net.HttpWebRequest.Abort"></see> was previously called. </exception>
  25958.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  25959.         </member>
  25960.         <member name="M:System.Net.HttpWebRequest.EndGetRequestStream(System.IAsyncResult)">
  25961.             <summary>Ends an asynchronous request for a <see cref="T:System.IO.Stream"></see> object to use to write data.</summary>
  25962.             <returns>A <see cref="T:System.IO.Stream"></see> to use to write request data.</returns>
  25963.             <param name="asyncResult">The pending request for a stream. </param>
  25964.             <exception cref="T:System.IO.IOException">The request did not complete, and no stream is available. </exception>
  25965.             <exception cref="T:System.ArgumentException">asyncResult was not returned by the current instance from a call to <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>. </exception>
  25966.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  25967.             <exception cref="T:System.InvalidOperationException">This method was called previously using asyncResult. </exception>
  25968.             <exception cref="T:System.Net.WebException"><see cref="M:System.Net.HttpWebRequest.Abort"></see> was previously called.-or- An error occurred while processing the request. </exception>
  25969.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25970.         </member>
  25971.         <member name="M:System.Net.HttpWebRequest.EndGetResponse(System.IAsyncResult)">
  25972.             <summary>Ends an asynchronous request to an Internet resource.</summary>
  25973.             <returns>A <see cref="T:System.Net.WebResponse"></see> that contains the response from the Internet resource.</returns>
  25974.             <param name="asyncResult">The pending request for a response. </param>
  25975.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  25976.             <exception cref="T:System.InvalidOperationException">This method was called previously using asyncResult.-or- The <see cref="P:System.Net.HttpWebRequest.ContentLength"></see> property is greater than 0 but the data has not been written to the request stream. </exception>
  25977.             <exception cref="T:System.ArgumentException">asyncResult was not returned by the current instance from a call to <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>. </exception>
  25978.             <exception cref="T:System.Net.WebException"><see cref="M:System.Net.HttpWebRequest.Abort"></see> was previously called.-or- An error occurred while processing the request. </exception>
  25979.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  25980.         </member>
  25981.         <member name="M:System.Net.HttpWebRequest.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  25982.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data required to serialize the target object.</summary>
  25983.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  25984.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  25985.         </member>
  25986.         <member name="M:System.Net.HttpWebRequest.GetRequestStream">
  25987.             <summary>Gets a <see cref="T:System.IO.Stream"></see> object to use to write request data.</summary>
  25988.             <returns>A <see cref="T:System.IO.Stream"></see> to use to write request data.</returns>
  25989.             <exception cref="T:System.InvalidOperationException">The <see cref="M:System.Net.HttpWebRequest.GetRequestStream"></see> method is called more than once.-or- <see cref="P:System.Net.HttpWebRequest.TransferEncoding"></see> is set to a value and <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is false. </exception>
  25990.             <exception cref="T:System.ObjectDisposedException">In a .NET Compact Framework application, a request stream with zero content length was not obtained and closed correctly. For more information about handling zero content length requests, see Network Programming in the .NET Compact Framework.</exception>
  25991.             <exception cref="T:System.Net.WebException"><see cref="M:System.Net.HttpWebRequest.Abort"></see> was previously called.-or- The time-out period for the request expired.-or- An error occurred while processing the request. </exception>
  25992.             <exception cref="T:System.NotSupportedException">The request cache validator indicated that the response for this request can be served from the cache; however, requests that write data must not use the cache. This exception can occur if you are using a custom cache validator that is incorrectly implemented. </exception>
  25993.             <exception cref="T:System.Net.ProtocolViolationException">The <see cref="P:System.Net.HttpWebRequest.Method"></see> property is GET or HEAD.-or- <see cref="P:System.Net.HttpWebRequest.KeepAlive"></see> is true, <see cref="P:System.Net.HttpWebRequest.AllowWriteStreamBuffering"></see> is false, <see cref="P:System.Net.HttpWebRequest.ContentLength"></see> is -1, <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is false, and <see cref="P:System.Net.HttpWebRequest.Method"></see> is POST or PUT. </exception>
  25994.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  25995.         </member>
  25996.         <member name="M:System.Net.HttpWebRequest.GetResponse">
  25997.             <summary>Returns a response from an Internet resource.</summary>
  25998.             <returns>A <see cref="T:System.Net.WebResponse"></see> that contains the response from the Internet resource.</returns>
  25999.             <exception cref="T:System.NotSupportedException">The request cache validator indicated that the response for this request can be served from the cache; however, this request includes data to be sent to the server. Requests that send data must not use the cache. This exception can occur if you are using a custom cache validator that is incorrectly implemented. </exception>
  26000.             <exception cref="T:System.Net.WebException"><see cref="M:System.Net.HttpWebRequest.Abort"></see> was previously called.-or- The time-out period for the request expired.-or- An error occurred while processing the request. </exception>
  26001.             <exception cref="T:System.InvalidOperationException">The stream is already in use by a previous call to <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>.-or- <see cref="P:System.Net.HttpWebRequest.TransferEncoding"></see> is set to a value and <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is false. </exception>
  26002.             <exception cref="T:System.Net.ProtocolViolationException"><see cref="P:System.Net.HttpWebRequest.Method"></see> is GET or HEAD, and either <see cref="P:System.Net.HttpWebRequest.ContentLength"></see> is greater or equal to zero or <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is true.-or- <see cref="P:System.Net.HttpWebRequest.KeepAlive"></see> is true, <see cref="P:System.Net.HttpWebRequest.AllowWriteStreamBuffering"></see> is false, <see cref="P:System.Net.HttpWebRequest.ContentLength"></see> is -1, <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is false, and <see cref="P:System.Net.HttpWebRequest.Method"></see> is POST or PUT. </exception>
  26003.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26004.         </member>
  26005.         <member name="M:System.Net.HttpWebRequest.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  26006.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  26007.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  26008.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  26009.         </member>
  26010.         <member name="P:System.Net.HttpWebRequest.Accept">
  26011.             <summary>Gets or sets the value of the Accept HTTP header.</summary>
  26012.             <returns>The value of the Accept HTTP header. The default value is null.</returns>
  26013.         </member>
  26014.         <member name="P:System.Net.HttpWebRequest.Address">
  26015.             <summary>Gets the Uniform Resource Identifier (URI) of the Internet resource that actually responds to the request.</summary>
  26016.             <returns>A <see cref="T:System.Uri"></see> that identifies the Internet resource that actually responds to the request. The default is the URI used by the <see cref="M:System.Net.WebRequest.Create(System.String)"></see> method to initialize the request.</returns>
  26017.         </member>
  26018.         <member name="P:System.Net.HttpWebRequest.AllowAutoRedirect">
  26019.             <summary>Gets or sets a value that indicates whether the request should follow redirection responses.</summary>
  26020.             <returns>true if the request should automatically follow redirection responses from the Internet resource; otherwise, false. The default value is true.</returns>
  26021.         </member>
  26022.         <member name="P:System.Net.HttpWebRequest.AllowWriteStreamBuffering">
  26023.             <summary>Gets or sets a value that indicates whether to buffer the data sent to the Internet resource.</summary>
  26024.             <returns>true to enable buffering of the data sent to the Internet resource; false to disable buffering. The default is true.</returns>
  26025.         </member>
  26026.         <member name="P:System.Net.HttpWebRequest.AutomaticDecompression">
  26027.             <summary>Gets or sets the type of decompression that is used.</summary>
  26028.             <returns>A T:System.Net.DecompressionMethods object that indicates the type of decompression that is used. </returns>
  26029.             <exception cref="T:System.InvalidOperationException">The object's current state does not allow this property to be set.</exception>
  26030.         </member>
  26031.         <member name="P:System.Net.HttpWebRequest.ClientCertificates">
  26032.             <summary>Gets or sets the collection of security certificates that are associated with this request.</summary>
  26033.             <returns>The <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> that contains the security certificates associated with this request.</returns>
  26034.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null. </exception>
  26035.         </member>
  26036.         <member name="P:System.Net.HttpWebRequest.Connection">
  26037.             <summary>Gets or sets the value of the Connection HTTP header.</summary>
  26038.             <returns>The value of the Connection HTTP header. The default value is null.</returns>
  26039.             <exception cref="T:System.ArgumentException">The value of <see cref="P:System.Net.HttpWebRequest.Connection"></see> is set to Keep-alive or Close. </exception>
  26040.         </member>
  26041.         <member name="P:System.Net.HttpWebRequest.ConnectionGroupName">
  26042.             <summary>Gets or sets the name of the connection group for the request.</summary>
  26043.             <returns>The name of the connection group for this request. The default value is null.</returns>
  26044.         </member>
  26045.         <member name="P:System.Net.HttpWebRequest.ContentLength">
  26046.             <summary>Gets or sets the Content-length HTTP header.</summary>
  26047.             <returns>The number of bytes of data to send to the Internet resource. The default is -1, which indicates the property has not been set and that there is no request data to send.</returns>
  26048.             <exception cref="T:System.ArgumentOutOfRangeException">The new <see cref="P:System.Net.HttpWebRequest.ContentLength"></see> value is less than 0. </exception>
  26049.             <exception cref="T:System.InvalidOperationException">The request has been started by calling the <see cref="M:System.Net.HttpWebRequest.GetRequestStream"></see>, <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>, <see cref="M:System.Net.HttpWebRequest.GetResponse"></see>, or <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see> method. </exception>
  26050.         </member>
  26051.         <member name="P:System.Net.HttpWebRequest.ContentType">
  26052.             <summary>Gets or sets the value of the Content-type HTTP header.</summary>
  26053.             <returns>The value of the Content-type HTTP header. The default value is null.</returns>
  26054.         </member>
  26055.         <member name="P:System.Net.HttpWebRequest.ContinueDelegate">
  26056.             <summary>Gets or sets the delegate method called when an HTTP 100-continue response is received from the Internet resource.</summary>
  26057.             <returns>A delegate that implements the callback method that executes when an HTTP Continue response is returned from the Internet resource. The default value is null.</returns>
  26058.         </member>
  26059.         <member name="P:System.Net.HttpWebRequest.CookieContainer">
  26060.             <summary>Gets or sets the cookies associated with the request.</summary>
  26061.             <returns>A <see cref="T:System.Net.CookieContainer"></see> that contains the cookies associated with this request.</returns>
  26062.         </member>
  26063.         <member name="P:System.Net.HttpWebRequest.Credentials">
  26064.             <summary>Gets or sets authentication information for the request.</summary>
  26065.             <returns>An <see cref="T:System.Net.ICredentials"></see> that contains the authentication credentials associated with the request. The default is null.</returns>
  26066.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26067.         </member>
  26068.         <member name="P:System.Net.HttpWebRequest.DefaultCachePolicy">
  26069.             <summary>Gets or sets the default cache policy for this request.</summary>
  26070.             <returns>A <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> that specifies the cache policy in effect for this request when no other policy is applicable.</returns>
  26071.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26072.         </member>
  26073.         <member name="P:System.Net.HttpWebRequest.DefaultMaximumErrorResponseLength">
  26074.             <summary>Gets or sets the default maximum length of an HTTP error response.</summary>
  26075.             <returns>An integer that represents the default maximum length of an HTTP error response.</returns>
  26076.             <exception cref="T:System.ArgumentOutOfRangeException">The value is less than 0 and is not equal to -1. </exception>
  26077.         </member>
  26078.         <member name="P:System.Net.HttpWebRequest.DefaultMaximumResponseHeadersLength">
  26079.             <summary>Gets or sets the default for the <see cref="P:System.Net.HttpWebRequest.MaximumResponseHeadersLength"></see> property.</summary>
  26080.             <returns>The configuration file sets this value to 64 kilobytes.</returns>
  26081.             <exception cref="T:System.ArgumentOutOfRangeException">The value is less than 0 and is not equal to -1. </exception>
  26082.             <PermissionSet><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26083.         </member>
  26084.         <member name="P:System.Net.HttpWebRequest.Expect">
  26085.             <summary>Gets or sets the value of the Expect HTTP header.</summary>
  26086.             <returns>The contents of the Expect HTTP header. The default value is null.The value for this property is stored in <see cref="T:System.Net.WebHeaderCollection"></see>. If WebHeaderCollection is set, the property value is lost.</returns>
  26087.             <exception cref="T:System.ArgumentException">Expect is set to a string that contains "100-continue" as a substring. </exception>
  26088.         </member>
  26089.         <member name="P:System.Net.HttpWebRequest.HaveResponse">
  26090.             <summary>Gets a value that indicates whether a response has been received from an Internet resource.</summary>
  26091.             <returns>true if a response has been received; otherwise, false.</returns>
  26092.         </member>
  26093.         <member name="P:System.Net.HttpWebRequest.Headers">
  26094.             <summary>Specifies a collection of the name/value pairs that make up the HTTP headers.</summary>
  26095.             <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> that contains the name/value pairs that make up the headers for the HTTP request.</returns>
  26096.             <exception cref="T:System.InvalidOperationException">The request has been started by calling the <see cref="M:System.Net.HttpWebRequest.GetRequestStream"></see>, <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>, <see cref="M:System.Net.HttpWebRequest.GetResponse"></see>, or <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see> method. </exception>
  26097.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26098.         </member>
  26099.         <member name="P:System.Net.HttpWebRequest.IfModifiedSince">
  26100.             <summary>Gets or sets the value of the If-Modified-Since HTTP header.</summary>
  26101.             <returns>A <see cref="T:System.DateTime"></see> that contains the contents of the If-Modified-Since HTTP header. The default value is the current date and time.</returns>
  26102.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26103.         </member>
  26104.         <member name="P:System.Net.HttpWebRequest.KeepAlive">
  26105.             <summary>Gets or sets a value that indicates whether to make a persistent connection to the Internet resource.</summary>
  26106.             <returns>true if the request to the Internet resource should contain a Connection HTTP header with the value Keep-alive; otherwise, false. The default is true.</returns>
  26107.         </member>
  26108.         <member name="P:System.Net.HttpWebRequest.MaximumAutomaticRedirections">
  26109.             <summary>Gets or sets the maximum number of redirects that the request follows.</summary>
  26110.             <returns>The maximum number of redirection responses that the request follows. The default value is 50.</returns>
  26111.             <exception cref="T:System.ArgumentException">The value is set to 0 or less. </exception>
  26112.         </member>
  26113.         <member name="P:System.Net.HttpWebRequest.MaximumResponseHeadersLength">
  26114.             <summary>Gets or sets the maximum allowed length of the response headers.</summary>
  26115.             <returns>The length, in kilobytes (1024 bytes), of the response headers.</returns>
  26116.             <exception cref="T:System.InvalidOperationException">The property is set after the request has already been submitted. </exception>
  26117.             <exception cref="T:System.ArgumentOutOfRangeException">The value is less than 0 and is not equal to -1. </exception>
  26118.         </member>
  26119.         <member name="P:System.Net.HttpWebRequest.MediaType">
  26120.             <summary>Gets or sets the media type of the request.</summary>
  26121.             <returns>The media type of the request. The default value is null.</returns>
  26122.         </member>
  26123.         <member name="P:System.Net.HttpWebRequest.Method">
  26124.             <summary>Gets or sets the method for the request.</summary>
  26125.             <returns>The request method to use to contact the Internet resource. The default value is GET.</returns>
  26126.             <exception cref="T:System.ArgumentException">No method is supplied.-or- The method string contains invalid characters. </exception>
  26127.         </member>
  26128.         <member name="P:System.Net.HttpWebRequest.Pipelined">
  26129.             <summary>Gets or sets a value that indicates whether to pipeline the request to the Internet resource.</summary>
  26130.             <returns>true if the request should be pipelined; otherwise, false. The default is true.</returns>
  26131.         </member>
  26132.         <member name="P:System.Net.HttpWebRequest.PreAuthenticate">
  26133.             <summary>Gets or sets a value that indicates whether to send an authenticate header with the request.</summary>
  26134.             <returns>true to send a WWW-authenticate HTTP header with requests after authentication has taken place; otherwise, false. The default is false.</returns>
  26135.         </member>
  26136.         <member name="P:System.Net.HttpWebRequest.ProtocolVersion">
  26137.             <summary>Gets or sets the version of HTTP to use for the request.</summary>
  26138.             <returns>The HTTP version to use for the request. The default is <see cref="F:System.Net.HttpVersion.Version11"></see>.</returns>
  26139.             <exception cref="T:System.ArgumentException">The HTTP version is set to a value other than 1.0 or 1.1. </exception>
  26140.         </member>
  26141.         <member name="P:System.Net.HttpWebRequest.Proxy">
  26142.             <summary>Gets or sets proxy information for the request.</summary>
  26143.             <returns>The <see cref="T:System.Net.IWebProxy"></see> object to use to proxy the request. The default value is set by calling the <see cref="P:System.Net.GlobalProxySelection.Select"></see> property.</returns>
  26144.             <exception cref="T:System.Security.SecurityException">The caller does not have permission for the requested operation. </exception>
  26145.             <exception cref="T:System.ArgumentNullException"><see cref="P:System.Net.HttpWebRequest.Proxy"></see> is set to null. </exception>
  26146.             <exception cref="T:System.InvalidOperationException">The request has been started by calling <see cref="M:System.Net.HttpWebRequest.GetRequestStream"></see>, <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>, <see cref="M:System.Net.HttpWebRequest.GetResponse"></see>, or <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see>. </exception>
  26147.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26148.         </member>
  26149.         <member name="P:System.Net.HttpWebRequest.ReadWriteTimeout">
  26150.             <summary>Gets or sets a time-out when writing to or reading from a stream.</summary>
  26151.             <returns>The number of milliseconds before the writing or reading times out. The default value is 300,000 milliseconds (5 minutes).</returns>
  26152.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than or equal to zero and is not equal to <see cref="F:System.Threading.Timeout.Infinite"></see></exception>
  26153.             <exception cref="T:System.InvalidOperationException">The request has already been sent. </exception>
  26154.         </member>
  26155.         <member name="P:System.Net.HttpWebRequest.Referer">
  26156.             <summary>Gets or sets the value of the Referer HTTP header.</summary>
  26157.             <returns>The value of the Referer HTTP header. The default value is null.</returns>
  26158.         </member>
  26159.         <member name="P:System.Net.HttpWebRequest.RequestUri">
  26160.             <summary>Gets the original Uniform Resource Identifier (URI) of the request.</summary>
  26161.             <returns>A <see cref="T:System.Uri"></see> that contains the URI of the Internet resource passed to the <see cref="M:System.Net.WebRequest.Create(System.String)"></see> method.</returns>
  26162.         </member>
  26163.         <member name="P:System.Net.HttpWebRequest.SendChunked">
  26164.             <summary>Gets or sets a value that indicates whether to send data in segments to the Internet resource.</summary>
  26165.             <returns>true to send data to the Internet resource in segments; otherwise, false. The default value is false.</returns>
  26166.             <exception cref="T:System.InvalidOperationException">The request has been started by calling the <see cref="M:System.Net.HttpWebRequest.GetRequestStream"></see>, <see cref="M:System.Net.HttpWebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)"></see>, <see cref="M:System.Net.HttpWebRequest.GetResponse"></see>, or <see cref="M:System.Net.HttpWebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see> method. </exception>
  26167.         </member>
  26168.         <member name="P:System.Net.HttpWebRequest.ServicePoint">
  26169.             <summary>Gets the service point to use for the request.</summary>
  26170.             <returns>A <see cref="T:System.Net.ServicePoint"></see> that represents the network connection to the Internet resource.</returns>
  26171.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26172.         </member>
  26173.         <member name="P:System.Net.HttpWebRequest.Timeout">
  26174.             <summary>Gets or sets the time-out value for the <see cref="M:System.Net.HttpWebRequest.GetResponse"></see> and <see cref="M:System.Net.HttpWebRequest.GetRequestStream"></see> methods.</summary>
  26175.             <returns>The number of milliseconds to wait before the request times out. The default is 100,000 milliseconds (100 seconds).</returns>
  26176.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than zero and is not <see cref="F:System.Threading.Timeout.Infinite"></see>.</exception>
  26177.         </member>
  26178.         <member name="P:System.Net.HttpWebRequest.TransferEncoding">
  26179.             <summary>Gets or sets the value of the Transfer-encoding HTTP header.</summary>
  26180.             <returns>The value of the Transfer-encoding HTTP header. The default value is null.</returns>
  26181.             <exception cref="T:System.InvalidOperationException"><see cref="P:System.Net.HttpWebRequest.TransferEncoding"></see> is set when <see cref="P:System.Net.HttpWebRequest.SendChunked"></see> is false. </exception>
  26182.             <exception cref="T:System.ArgumentException"><see cref="P:System.Net.HttpWebRequest.TransferEncoding"></see> is set to the value "Chunked". </exception>
  26183.         </member>
  26184.         <member name="P:System.Net.HttpWebRequest.UnsafeAuthenticatedConnectionSharing">
  26185.             <summary>Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.</summary>
  26186.             <returns>true to keep the authenticated connection open; otherwise, false.</returns>
  26187.             <PermissionSet><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26188.         </member>
  26189.         <member name="P:System.Net.HttpWebRequest.UseDefaultCredentials">
  26190.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that controls whether default credentials are sent with requests.</summary>
  26191.             <returns>true if the default credentials are used; otherwise false. The default value is false.</returns>
  26192.             <exception cref="T:System.InvalidOperationException">You attempted to set this property after the request was sent.</exception>
  26193.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="USERNAME" /></PermissionSet>
  26194.         </member>
  26195.         <member name="P:System.Net.HttpWebRequest.UserAgent">
  26196.             <summary>Gets or sets the value of the User-agent HTTP header.</summary>
  26197.             <returns>The value of the User-agent HTTP header. The default value is null.The value for this property is stored in <see cref="T:System.Net.WebHeaderCollection"></see>. If WebHeaderCollection is set, the property value is lost.</returns>
  26198.         </member>
  26199.         <member name="T:System.Net.HttpWebResponse">
  26200.             <summary>Provides an HTTP-specific implementation of the <see cref="T:System.Net.WebResponse"></see> class.</summary>
  26201.         </member>
  26202.         <member name="M:System.Net.HttpWebResponse.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  26203.             <summary>Initializes a new instance of the <see cref="T:System.Net.HttpWebResponse"></see> class from the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instances.</summary>
  26204.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information required to serialize the new <see cref="T:System.Net.HttpWebRequest"></see>. </param>
  26205.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.HttpWebRequest"></see>. </param>
  26206.         </member>
  26207.         <member name="M:System.Net.HttpWebResponse.Close">
  26208.             <summary>Closes the response stream.</summary>
  26209.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26210.         </member>
  26211.         <member name="M:System.Net.HttpWebResponse.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  26212.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  26213.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  26214.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  26215.         </member>
  26216.         <member name="M:System.Net.HttpWebResponse.GetResponseHeader(System.String)">
  26217.             <summary>Gets the contents of a header that was returned with the response.</summary>
  26218.             <returns>The contents of the specified header.</returns>
  26219.             <param name="headerName">The header value to return. </param>
  26220.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26221.         </member>
  26222.         <member name="M:System.Net.HttpWebResponse.GetResponseStream">
  26223.             <summary>Gets the stream that is used to read the body of the response from the server.</summary>
  26224.             <returns>A <see cref="T:System.IO.Stream"></see> containing the body of the response.</returns>
  26225.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26226.             <exception cref="T:System.Net.ProtocolViolationException">There is no response stream. </exception>
  26227.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26228.         </member>
  26229.         <member name="M:System.Net.HttpWebResponse.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  26230.             <summary>Serializes this instance into the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</summary>
  26231.             <param name="serializationInfo">The object into which this <see cref="T:System.Net.HttpWebResponse"></see> will be serialized. </param>
  26232.             <param name="streamingContext">The destination of the serialization. </param>
  26233.         </member>
  26234.         <member name="P:System.Net.HttpWebResponse.CharacterSet">
  26235.             <summary>Gets the character set of the response.</summary>
  26236.             <returns>A string that contains the character set of the response.</returns>
  26237.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26238.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  26239.         </member>
  26240.         <member name="P:System.Net.HttpWebResponse.ContentEncoding">
  26241.             <summary>Gets the method that is used to encode the body of the response.</summary>
  26242.             <returns>A string that describes the method that is used to encode the body of the response.</returns>
  26243.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26244.         </member>
  26245.         <member name="P:System.Net.HttpWebResponse.ContentLength">
  26246.             <summary>Gets the length of the content returned by the request.</summary>
  26247.             <returns>The number of bytes returned by the request. Content length does not include header information.</returns>
  26248.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26249.         </member>
  26250.         <member name="P:System.Net.HttpWebResponse.ContentType">
  26251.             <summary>Gets the content type of the response.</summary>
  26252.             <returns>A string that contains the content type of the response.</returns>
  26253.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26254.         </member>
  26255.         <member name="P:System.Net.HttpWebResponse.Cookies">
  26256.             <summary>Gets or sets the cookies that are associated with this response.</summary>
  26257.             <returns>A <see cref="T:System.Net.CookieCollection"></see> that contains the cookies that are associated with this response.</returns>
  26258.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26259.         </member>
  26260.         <member name="P:System.Net.HttpWebResponse.Headers">
  26261.             <summary>Gets the headers that are associated with this response from the server.</summary>
  26262.             <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> that contains the header information returned with the response.</returns>
  26263.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26264.         </member>
  26265.         <member name="P:System.Net.HttpWebResponse.IsMutuallyAuthenticated">
  26266.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether both client and server were authenticated.</summary>
  26267.             <returns>true if mutual authentication occurred; otherwise, false.</returns>
  26268.         </member>
  26269.         <member name="P:System.Net.HttpWebResponse.LastModified">
  26270.             <summary>Gets the last date and time that the contents of the response were modified.</summary>
  26271.             <returns>A <see cref="T:System.DateTime"></see> that contains the date and time that the contents of the response were modified.</returns>
  26272.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26273.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26274.         </member>
  26275.         <member name="P:System.Net.HttpWebResponse.Method">
  26276.             <summary>Gets the method that is used to return the response.</summary>
  26277.             <returns>A string that contains the HTTP method that is used to return the response.</returns>
  26278.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26279.         </member>
  26280.         <member name="P:System.Net.HttpWebResponse.ProtocolVersion">
  26281.             <summary>Gets the version of the HTTP protocol that is used in the response.</summary>
  26282.             <returns>A <see cref="T:System.Version"></see> that contains the HTTP protocol version of the response.</returns>
  26283.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26284.         </member>
  26285.         <member name="P:System.Net.HttpWebResponse.ResponseUri">
  26286.             <summary>Gets the URI of the Internet resource that responded to the request.</summary>
  26287.             <returns>A <see cref="T:System.Uri"></see> that contains the URI of the Internet resource that responded to the request.</returns>
  26288.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26289.         </member>
  26290.         <member name="P:System.Net.HttpWebResponse.Server">
  26291.             <summary>Gets the name of the server that sent the response.</summary>
  26292.             <returns>A string that contains the name of the server that sent the response.</returns>
  26293.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26294.         </member>
  26295.         <member name="P:System.Net.HttpWebResponse.StatusCode">
  26296.             <summary>Gets the status of the response.</summary>
  26297.             <returns>One of the <see cref="T:System.Net.HttpStatusCode"></see> values.</returns>
  26298.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26299.         </member>
  26300.         <member name="P:System.Net.HttpWebResponse.StatusDescription">
  26301.             <summary>Gets the status description returned with the response.</summary>
  26302.             <returns>A string that describes the status of the response.</returns>
  26303.             <exception cref="T:System.ObjectDisposedException">The current instance has been disposed. </exception>
  26304.         </member>
  26305.         <member name="T:System.Net.IAuthenticationModule">
  26306.             <summary>Provides the base authentication interface for Web client authentication modules.</summary>
  26307.         </member>
  26308.         <member name="M:System.Net.IAuthenticationModule.Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)">
  26309.             <summary>Returns an instance of the <see cref="T:System.Net.Authorization"></see> class in respose to an authentication challenge from a server.</summary>
  26310.             <returns>An <see cref="T:System.Net.Authorization"></see> instance containing the authorization message for the request, or null if the challenge cannot be handled.</returns>
  26311.             <param name="challenge">The authentication challenge sent by the server. </param>
  26312.             <param name="request">The <see cref="T:System.Net.WebRequest"></see> instance associated with the challenge. </param>
  26313.             <param name="credentials">The credentials associated with the challenge. </param>
  26314.         </member>
  26315.         <member name="M:System.Net.IAuthenticationModule.PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)">
  26316.             <summary>Returns an instance of the <see cref="T:System.Net.Authorization"></see> class for an authentication request to a server.</summary>
  26317.             <returns>An <see cref="T:System.Net.Authorization"></see> instance containing the authorization message for the request.</returns>
  26318.             <param name="request">The <see cref="T:System.Net.WebRequest"></see> instance associated with the authentication request. </param>
  26319.             <param name="credentials">The credentials associated with the authentication request. </param>
  26320.         </member>
  26321.         <member name="P:System.Net.IAuthenticationModule.AuthenticationType">
  26322.             <summary>Gets the authentication type provided by this authentication module.</summary>
  26323.             <returns>A string indicating the authentication type provided by this authentication module.</returns>
  26324.         </member>
  26325.         <member name="P:System.Net.IAuthenticationModule.CanPreAuthenticate">
  26326.             <summary>Gets a value indicating whether the authentication module supports preauthentication.</summary>
  26327.             <returns>true if the authorization module supports preauthentication; otherwise false.</returns>
  26328.         </member>
  26329.         <member name="T:System.Net.ICertificatePolicy">
  26330.             <summary>Validates a server certificate.</summary>
  26331.         </member>
  26332.         <member name="M:System.Net.ICertificatePolicy.CheckValidationResult(System.Net.ServicePoint,System.Security.Cryptography.X509Certificates.X509Certificate,System.Net.WebRequest,System.Int32)">
  26333.             <summary>Validates a server certificate.</summary>
  26334.             <returns>true if the certificate should be honored; otherwise, false.</returns>
  26335.             <param name="srvPoint">The <see cref="T:System.Net.ServicePoint"></see> that will use the certificate. </param>
  26336.             <param name="certificate">The certificate to validate. </param>
  26337.             <param name="certificateProblem">The problem that was encountered when using the certificate. </param>
  26338.             <param name="request">The request that received the certificate. </param>
  26339.         </member>
  26340.         <member name="T:System.Net.ICredentialPolicy">
  26341.             <summary>Defines the credential policy to be used for resource requests that are made using <see cref="T:System.Net.WebRequest"></see> and its derived classes.</summary>
  26342.         </member>
  26343.         <member name="M:System.Net.ICredentialPolicy.ShouldSendCredential(System.Uri,System.Net.WebRequest,System.Net.NetworkCredential,System.Net.IAuthenticationModule)">
  26344.             <summary>Returns a <see cref="T:System.Boolean"></see> that indicates whether the client's credentials are sent with a resource request made using an instance of the <see cref="T:System.Net.WebRequest"></see> class.</summary>
  26345.             <returns>true if the credentials are sent with the request; otherwise, false.</returns>
  26346.             <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> that will be sent with the request if this method returns true. </param>
  26347.             <param name="request">The <see cref="T:System.Net.WebRequest"></see> that represents the resource being requested.</param>
  26348.             <param name="authenticationModule">The <see cref="T:System.Net.IAuthenticationModule"></see> that will conduct the authentication, if authentication is required.</param>
  26349.             <param name="challengeUri">The <see cref="T:System.Uri"></see> that will receive the request. For more information, see the Remarks section.</param>
  26350.         </member>
  26351.         <member name="T:System.Net.ICredentials">
  26352.             <summary>Provides the base authentication interface for retrieving credentials for Web client authentication.</summary>
  26353.         </member>
  26354.         <member name="M:System.Net.ICredentials.GetCredential(System.Uri,System.String)">
  26355.             <summary>Returns a <see cref="T:System.Net.NetworkCredential"></see> object that is associated with the specified URI, and authentication type.</summary>
  26356.             <returns>The <see cref="T:System.Net.NetworkCredential"></see> that is associated with the specified URI and authentication type, or, if no credentials are available, null.</returns>
  26357.             <param name="uri">The <see cref="T:System.Uri"></see> that the client is providing authentication for. </param>
  26358.             <param name="authType">The type of authentication, as defined in the <see cref="P:System.Net.IAuthenticationModule.AuthenticationType"></see> property. </param>
  26359.         </member>
  26360.         <member name="T:System.Net.ICredentialsByHost">
  26361.             <summary>Provides the interface for retrieving credentials for a host, port, and authentication type.</summary>
  26362.         </member>
  26363.         <member name="M:System.Net.ICredentialsByHost.GetCredential(System.String,System.Int32,System.String)">
  26364.             <summary>Returns the credential for the specified host, port, and authentication protocol.</summary>
  26365.             <returns>A <see cref="T:System.Net.NetworkCredential"></see> for the specified host, port, and authentication protocol, or null if there are no credentials available for the specified host, port, and authentication protocol.</returns>
  26366.             <param name="port">The port on host that the client will communicate with.</param>
  26367.             <param name="authenticationType">The authentication protocol.</param>
  26368.             <param name="host">The host computer that is authenticating the client.</param>
  26369.         </member>
  26370.         <member name="T:System.Net.IPAddress">
  26371.             <summary>Provides an Internet Protocol (IP) address.</summary>
  26372.         </member>
  26373.         <member name="M:System.Net.IPAddress.#ctor(System.Byte[])">
  26374.             <summary>Initializes a new instance of the <see cref="T:System.Net.IPAddress"></see> class with the address specified as a <see cref="T:System.Byte"></see> array.</summary>
  26375.             <param name="address">The byte array value of the IP address. </param>
  26376.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  26377.         </member>
  26378.         <member name="M:System.Net.IPAddress.#ctor(System.Int64)">
  26379.             <summary>Initializes a new instance of the <see cref="T:System.Net.IPAddress"></see> class with the address specified as an <see cref="T:System.Int64"></see>.</summary>
  26380.             <param name="newAddress">The long value of the IP address. For example, the value 0x2414188f in big-endian format would be the IP address "143.24.20.36". </param>
  26381.         </member>
  26382.         <member name="M:System.Net.IPAddress.#ctor(System.Byte[],System.Int64)">
  26383.             <summary>Initializes a new instance of the <see cref="T:System.Net.IPAddress"></see> class with the specified address and scope.</summary>
  26384.             <param name="scopeid">The long value of the scope identifier. </param>
  26385.             <param name="address">The byte array value of the IP address. </param>
  26386.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  26387.             <exception cref="T:System.ArgumentOutOfRangeException">scopeid < 0 or scopeid > 0x00000000FFFFFFFF </exception>
  26388.         </member>
  26389.         <member name="F:System.Net.IPAddress.Any">
  26390.             <summary>Provides an IP address that indicates that the server must listen for client activity on all network interfaces. This field is read-only.</summary>
  26391.         </member>
  26392.         <member name="F:System.Net.IPAddress.Broadcast">
  26393.             <summary>Provides the IP broadcast address. This field is read-only.</summary>
  26394.         </member>
  26395.         <member name="F:System.Net.IPAddress.IPv6Any">
  26396.             <summary>The <see cref="M:System.Net.Sockets.Socket.Bind(System.Net.EndPoint)"></see> method uses the <see cref="F:System.Net.IPAddress.IPv6Any"></see> field to indicate that a <see cref="T:System.Net.Sockets.Socket"></see> must listen for client activity on all network interfaces.</summary>
  26397.         </member>
  26398.         <member name="F:System.Net.IPAddress.IPv6Loopback">
  26399.             <summary>Provides the IP loopback address. This property is read-only.</summary>
  26400.         </member>
  26401.         <member name="F:System.Net.IPAddress.IPv6None">
  26402.             <summary>Provides an IP address that indicates that no network interface should be used. This property is read-only.</summary>
  26403.         </member>
  26404.         <member name="F:System.Net.IPAddress.Loopback">
  26405.             <summary>Provides the IP loopback address. This field is read-only.</summary>
  26406.         </member>
  26407.         <member name="F:System.Net.IPAddress.None">
  26408.             <summary>Provides an IP address that indicates that no network interface should be used. This field is read-only.</summary>
  26409.         </member>
  26410.         <member name="M:System.Net.IPAddress.Equals(System.Object)">
  26411.             <summary>Compares two IP addresses.</summary>
  26412.             <returns>true if the two addresses are equal; otherwise, false.</returns>
  26413.             <param name="comparand">An <see cref="T:System.Net.IPAddress"></see> instance to compare to the current instance. </param>
  26414.         </member>
  26415.         <member name="M:System.Net.IPAddress.GetAddressBytes">
  26416.             <summary>Provides a copy of the <see cref="T:System.Net.IPAddress"></see> as an array of bytes.</summary>
  26417.             <returns>Array of bytes.</returns>
  26418.         </member>
  26419.         <member name="M:System.Net.IPAddress.GetHashCode">
  26420.             <summary>Returns a hash value for an IP address.</summary>
  26421.             <returns>An integer hash value.</returns>
  26422.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26423.         </member>
  26424.         <member name="M:System.Net.IPAddress.HostToNetworkOrder(System.Int16)">
  26425.             <summary>Converts a short value from host byte order to network byte order.</summary>
  26426.             <returns>A short value, expressed in network byte order.</returns>
  26427.             <param name="host">The number to convert, expressed in host byte order. </param>
  26428.         </member>
  26429.         <member name="M:System.Net.IPAddress.HostToNetworkOrder(System.Int32)">
  26430.             <summary>Converts an integer value from host byte order to network byte order.</summary>
  26431.             <returns>An integer value, expressed in network byte order.</returns>
  26432.             <param name="host">The number to convert, expressed in host byte order. </param>
  26433.         </member>
  26434.         <member name="M:System.Net.IPAddress.HostToNetworkOrder(System.Int64)">
  26435.             <summary>Converts a long value from host byte order to network byte order.</summary>
  26436.             <returns>A long value, expressed in network byte order.</returns>
  26437.             <param name="host">The number to convert, expressed in host byte order. </param>
  26438.         </member>
  26439.         <member name="M:System.Net.IPAddress.IsLoopback(System.Net.IPAddress)">
  26440.             <summary>Indicates whether the specified IP address is the loopback address.</summary>
  26441.             <returns>true if address is the loopback address; otherwise, false.</returns>
  26442.             <param name="address">An IP address. </param>
  26443.         </member>
  26444.         <member name="M:System.Net.IPAddress.NetworkToHostOrder(System.Int16)">
  26445.             <summary>Converts a short value from network byte order to host byte order.</summary>
  26446.             <returns>A short value, expressed in host byte order.</returns>
  26447.             <param name="network">The number to convert, expressed in network byte order. </param>
  26448.         </member>
  26449.         <member name="M:System.Net.IPAddress.NetworkToHostOrder(System.Int32)">
  26450.             <summary>Converts an integer value from network byte order to host byte order.</summary>
  26451.             <returns>An integer value, expressed in host byte order.</returns>
  26452.             <param name="network">The number to convert, expressed in network byte order. </param>
  26453.         </member>
  26454.         <member name="M:System.Net.IPAddress.NetworkToHostOrder(System.Int64)">
  26455.             <summary>Converts a long value from network byte order to host byte order.</summary>
  26456.             <returns>A long value, expressed in host byte order.</returns>
  26457.             <param name="network">The number to convert, expressed in network byte order. </param>
  26458.         </member>
  26459.         <member name="M:System.Net.IPAddress.Parse(System.String)">
  26460.             <summary>Converts an IP address string to an <see cref="T:System.Net.IPAddress"></see> instance.</summary>
  26461.             <returns>An <see cref="T:System.Net.IPAddress"></see> instance.</returns>
  26462.             <param name="ipString">A string that contains an IP address in dotted-quad notation for IPv4 and in colon-hexadecimal notation for IPv6. </param>
  26463.             <exception cref="T:System.ArgumentNullException">ipString is null. </exception>
  26464.             <exception cref="T:System.FormatException">ipString is not a valid IP address. </exception>
  26465.         </member>
  26466.         <member name="M:System.Net.IPAddress.ToString">
  26467.             <summary>Converts an Internet address to its standard notation.</summary>
  26468.             <returns>A string that contains the IP address in either IPv4 dotted-quad or in IPv6 colon-hexadecimal notation.</returns>
  26469.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26470.         </member>
  26471.         <member name="M:System.Net.IPAddress.TryParse(System.String,System.Net.IPAddress@)">
  26472.             <summary>Determines whether a string is a valid IP address.</summary>
  26473.             <returns>true if ipString is a valid IP address; otherwise, false.</returns>
  26474.             <param name="address">The <see cref="T:System.Net.IPAddress"></see> version of the string.</param>
  26475.             <param name="ipString">The string to validate.</param>
  26476.         </member>
  26477.         <member name="P:System.Net.IPAddress.Address">
  26478.             <summary>An Internet Protocol (IP) address.</summary>
  26479.             <returns>The long value of the IP address.</returns>
  26480.         </member>
  26481.         <member name="P:System.Net.IPAddress.AddressFamily">
  26482.             <summary>Gets the address family of the IP address.</summary>
  26483.             <returns>Returns <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> for IPv4 or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see> for IPv6.</returns>
  26484.         </member>
  26485.         <member name="P:System.Net.IPAddress.IsIPv6LinkLocal">
  26486.             <summary>Gets whether the address is an IPv6 link local address.</summary>
  26487.             <returns>true if the IP address is an IPv6 link local address; otherwise, false.</returns>
  26488.         </member>
  26489.         <member name="P:System.Net.IPAddress.IsIPv6Multicast">
  26490.             <summary>Gets whether the address is an IPv6 multicast global address.</summary>
  26491.             <returns>true if the IP address is an IPv6 multicast global address; otherwise, false.</returns>
  26492.         </member>
  26493.         <member name="P:System.Net.IPAddress.IsIPv6SiteLocal">
  26494.             <summary>Gets whether the address is an IPv6 site local address.</summary>
  26495.             <returns>true if the IP address is an IPv6 site local address; otherwise, false.</returns>
  26496.         </member>
  26497.         <member name="P:System.Net.IPAddress.ScopeId">
  26498.             <summary>Gets or sets the IPv6 address scope identifier.</summary>
  26499.             <returns>A long integer that specifies the scope of the address.</returns>
  26500.             <exception cref="T:System.Net.Sockets.SocketException">AddressFamily = InterNetwork. </exception>
  26501.             <exception cref="T:System.ArgumentOutOfRangeException">scopeId < 0- or -scopeId > 0x00000000FFFFFFFF  </exception>
  26502.         </member>
  26503.         <member name="T:System.Net.IPEndPoint">
  26504.             <summary>Represents a network endpoint as an IP address and a port number.</summary>
  26505.         </member>
  26506.         <member name="M:System.Net.IPEndPoint.#ctor(System.Int64,System.Int32)">
  26507.             <summary>Initializes a new instance of the <see cref="T:System.Net.IPEndPoint"></see> class with the specified address and port number.</summary>
  26508.             <param name="address">The IP address of the Internet host. </param>
  26509.             <param name="port">The port number associated with the address, or 0 to specify any available port. port is in host order.</param>
  26510.             <exception cref="T:System.ArgumentOutOfRangeException">port is less than <see cref="F:System.Net.IPEndPoint.MinPort"></see>.-or- port is greater than <see cref="F:System.Net.IPEndPoint.MaxPort"></see>.-or- address is less than 0 or greater than 0x00000000FFFFFFFF. </exception>
  26511.         </member>
  26512.         <member name="M:System.Net.IPEndPoint.#ctor(System.Net.IPAddress,System.Int32)">
  26513.             <summary>Initializes a new instance of the <see cref="T:System.Net.IPEndPoint"></see> class with the specified address and port number.</summary>
  26514.             <param name="address">An <see cref="T:System.Net.IPAddress"></see>. </param>
  26515.             <param name="port">The port number associated with the address, or 0 to specify any available port. port is in host order.</param>
  26516.             <exception cref="T:System.ArgumentOutOfRangeException">port is less than <see cref="F:System.Net.IPEndPoint.MinPort"></see>.-or- port is greater than <see cref="F:System.Net.IPEndPoint.MaxPort"></see>.-or- address is less than 0 or greater than 0x00000000FFFFFFFF. </exception>
  26517.         </member>
  26518.         <member name="F:System.Net.IPEndPoint.MaxPort">
  26519.             <summary>Specifies the maximum value that can be assigned to the <see cref="P:System.Net.IPEndPoint.Port"></see> property. The MaxPort value is set to 0x0000FFFF. This field is read-only.</summary>
  26520.         </member>
  26521.         <member name="F:System.Net.IPEndPoint.MinPort">
  26522.             <summary>Specifies the minimum value that can be assigned to the <see cref="P:System.Net.IPEndPoint.Port"></see> property. This field is read-only.</summary>
  26523.         </member>
  26524.         <member name="M:System.Net.IPEndPoint.Create(System.Net.SocketAddress)">
  26525.             <summary>Creates an endpoint from a socket address.</summary>
  26526.             <returns>An <see cref="T:System.Net.EndPoint"></see> instance using the specified socket address.</returns>
  26527.             <param name="socketAddress">The <see cref="T:System.Net.SocketAddress"></see> to use for the endpoint. </param>
  26528.             <exception cref="T:System.ArgumentException">The AddressFamily of socketAddress is not equal to the AddressFamily of the current instance.-or- socketAddress.Size < 8. </exception>
  26529.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26530.         </member>
  26531.         <member name="M:System.Net.IPEndPoint.GetHashCode">
  26532.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26533.         </member>
  26534.         <member name="M:System.Net.IPEndPoint.Serialize">
  26535.             <summary>Serializes endpoint information into a <see cref="T:System.Net.SocketAddress"></see> instance.</summary>
  26536.             <returns>A <see cref="T:System.Net.SocketAddress"></see> instance containing the socket address for the endpoint.</returns>
  26537.         </member>
  26538.         <member name="M:System.Net.IPEndPoint.ToString">
  26539.             <summary>Returns the IP address and port number of the specified endpoint.</summary>
  26540.             <returns>A string containing the IP address and the port number of the specified endpoint (for example, 192.168.1.2:23).</returns>
  26541.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26542.         </member>
  26543.         <member name="P:System.Net.IPEndPoint.Address">
  26544.             <summary>Gets or sets the IP address of the endpoint.</summary>
  26545.             <returns>An <see cref="T:System.Net.IPAddress"></see> instance containing the IP address of the endpoint.</returns>
  26546.         </member>
  26547.         <member name="P:System.Net.IPEndPoint.AddressFamily">
  26548.             <summary>Gets the Internet Protocol (IP) address family.</summary>
  26549.             <returns>Returns <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see>.</returns>
  26550.         </member>
  26551.         <member name="P:System.Net.IPEndPoint.Port">
  26552.             <summary>Gets or sets the port number of the endpoint.</summary>
  26553.             <returns>An integer value in the range <see cref="F:System.Net.IPEndPoint.MinPort"></see> to <see cref="F:System.Net.IPEndPoint.MaxPort"></see> indicating the port number of the endpoint.</returns>
  26554.             <exception cref="T:System.ArgumentOutOfRangeException">The value that was specified for a set operation is less than <see cref="F:System.Net.IPEndPoint.MinPort"></see> or greater than <see cref="F:System.Net.IPEndPoint.MaxPort"></see>. </exception>
  26555.         </member>
  26556.         <member name="T:System.Net.IPHostEntry">
  26557.             <summary>Provides a container class for Internet host address information.</summary>
  26558.         </member>
  26559.         <member name="P:System.Net.IPHostEntry.AddressList">
  26560.             <summary>Gets or sets a list of IP addresses that are associated with a host.</summary>
  26561.             <returns>An array of type <see cref="T:System.Net.IPAddress"></see> that contains IP addresses that resolve to the host names that are contained in the <see cref="P:System.Net.IPHostEntry.Aliases"></see> property.</returns>
  26562.         </member>
  26563.         <member name="P:System.Net.IPHostEntry.Aliases">
  26564.             <summary>Gets or sets a list of aliases that are associated with a host.</summary>
  26565.             <returns>An array of strings that contain DNS names that resolve to the IP addresses in the <see cref="P:System.Net.IPHostEntry.AddressList"></see> property.</returns>
  26566.         </member>
  26567.         <member name="P:System.Net.IPHostEntry.HostName">
  26568.             <summary>Gets or sets the DNS name of the host.</summary>
  26569.             <returns>A string that contains the primary host name for the server.</returns>
  26570.         </member>
  26571.         <member name="T:System.Net.IWebProxy">
  26572.             <summary>Provides the base interface for implementation of proxy access for the <see cref="T:System.Net.WebRequest"></see> class.</summary>
  26573.         </member>
  26574.         <member name="M:System.Net.IWebProxy.GetProxy(System.Uri)">
  26575.             <summary>Returns the URI of a proxy.</summary>
  26576.             <returns>A <see cref="T:System.Uri"></see> instance that contains the URI of the proxy used to contact destination.</returns>
  26577.             <param name="destination">A <see cref="T:System.Uri"></see> that specifies the requested Internet resource. </param>
  26578.         </member>
  26579.         <member name="M:System.Net.IWebProxy.IsBypassed(System.Uri)">
  26580.             <summary>Indicates that the proxy should not be used for the specified host.</summary>
  26581.             <returns>true if the proxy server should not be used for host; otherwise, false.</returns>
  26582.             <param name="host">The <see cref="T:System.Uri"></see> of the host to check for proxy use. </param>
  26583.         </member>
  26584.         <member name="P:System.Net.IWebProxy.Credentials">
  26585.             <summary>The credentials to submit to the proxy server for authentication.</summary>
  26586.             <returns>An <see cref="T:System.Net.ICredentials"></see> instance that contains the credentials that are needed to authenticate a request to the proxy server.</returns>
  26587.         </member>
  26588.         <member name="T:System.Net.IWebProxyScript">
  26589.             <summary>Provides the base interface to load and execute scripts for automatic proxy detection.</summary>
  26590.         </member>
  26591.         <member name="M:System.Net.IWebProxyScript.Close">
  26592.             <summary>Closes a script.</summary>
  26593.         </member>
  26594.         <member name="M:System.Net.IWebProxyScript.Load(System.Uri,System.String,System.Type)">
  26595.             <summary>Loads a script.</summary>
  26596.             <returns>A <see cref="T:System.Boolean"></see> indicating whether the script was successfully loaded.</returns>
  26597.             <param name="helperType">Internal only.</param>
  26598.             <param name="script">Internal only.</param>
  26599.             <param name="scriptLocation">Internal only.</param>
  26600.         </member>
  26601.         <member name="M:System.Net.IWebProxyScript.Run(System.String,System.String)">
  26602.             <summary>Runs a script.</summary>
  26603.             <returns>A <see cref="T:System.String"></see>.</returns>
  26604.             <param name="url">Internal only.</param>
  26605.             <param name="host">Internal only.</param>
  26606.         </member>
  26607.         <member name="T:System.Net.IWebRequestCreate">
  26608.             <summary>Provides the base interface for creating <see cref="T:System.Net.WebRequest"></see> instances.</summary>
  26609.         </member>
  26610.         <member name="M:System.Net.IWebRequestCreate.Create(System.Uri)">
  26611.             <summary>Creates a <see cref="T:System.Net.WebRequest"></see> instance.</summary>
  26612.             <returns>A <see cref="T:System.Net.WebRequest"></see> instance.</returns>
  26613.             <param name="uri">The uniform resource identifier (URI) of the Web resource. </param>
  26614.         </member>
  26615.         <member name="T:System.Net.NetworkAccess">
  26616.             <summary>Specifies network access permissions.</summary>
  26617.         </member>
  26618.         <member name="F:System.Net.NetworkAccess.Accept">
  26619.             <summary>Indicates that the application is allowed to accept connections from the Internet on a local resource. Notice that this is a protection for the local host that uses Accept to grant access to a local resource (address/port). At the time a socket tries to bind to this local resource a permission check is performed to see if an Accept exists on that resource.</summary>
  26620.         </member>
  26621.         <member name="F:System.Net.NetworkAccess.Connect">
  26622.             <summary>Indicates that the application is allowed to connect to specific Internet resources. Notice that, in the case of remote host resource, no check is performed to see that Connect permissions exist. This is because the port of a connecting remote host is unknown and not suitable permissions can be built in advance. It is the application responsibility to check the permissions of the remote host trying to connect to a listening socket.</summary>
  26623.         </member>
  26624.         <member name="T:System.Net.NetworkCredential">
  26625.             <summary>Provides credentials for password-based authentication schemes such as basic, digest, NTLM, and Kerberos authentication.</summary>
  26626.         </member>
  26627.         <member name="M:System.Net.NetworkCredential.#ctor">
  26628.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkCredential"></see> class.</summary>
  26629.         </member>
  26630.         <member name="M:System.Net.NetworkCredential.#ctor(System.String,System.String)">
  26631.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkCredential"></see> class with the specified user name and password.</summary>
  26632.             <param name="userName">The user name associated with the credentials. </param>
  26633.             <param name="password">The password for the user name associated with the credentials. </param>
  26634.         </member>
  26635.         <member name="M:System.Net.NetworkCredential.#ctor(System.String,System.String,System.String)">
  26636.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkCredential"></see> class with the specified user name, password, and domain.</summary>
  26637.             <param name="domain">The domain associated with these credentials. </param>
  26638.             <param name="userName">The user name associated with the credentials. </param>
  26639.             <param name="password">The password for the user name associated with the credentials. </param>
  26640.         </member>
  26641.         <member name="M:System.Net.NetworkCredential.GetCredential(System.Uri,System.String)">
  26642.             <summary>Returns an instance of the <see cref="T:System.Net.NetworkCredential"></see> class for the specified Uniform Resource Identifier (URI) and authentication type.</summary>
  26643.             <returns>A <see cref="T:System.Net.NetworkCredential"></see> object.</returns>
  26644.             <param name="uri">The URI that the client provides authentication for. </param>
  26645.             <param name="authType">The type of authentication requested, as defined in the <see cref="P:System.Net.IAuthenticationModule.AuthenticationType"></see> property. </param>
  26646.         </member>
  26647.         <member name="M:System.Net.NetworkCredential.GetCredential(System.String,System.Int32,System.String)">
  26648.             <summary>Returns an instance of the <see cref="T:System.Net.NetworkCredential"></see> class for the specified host, port, and authentication type.</summary>
  26649.             <returns>A <see cref="T:System.Net.NetworkCredential"></see> for the specified host, port, and authentication protocol, or null if there are no credentials available for the specified host, port, and authentication protocol.</returns>
  26650.             <param name="port">The port on the host that the client communicates with.</param>
  26651.             <param name="authenticationType">The type of authentication requested, as defined in the <see cref="P:System.Net.IAuthenticationModule.AuthenticationType"></see> property. </param>
  26652.             <param name="host">The host computer that authenticates the client.</param>
  26653.         </member>
  26654.         <member name="P:System.Net.NetworkCredential.Domain">
  26655.             <summary>Gets or sets the domain or computer name that verifies the credentials.</summary>
  26656.             <returns>The name of the domain associated with the credentials.</returns>
  26657.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26658.         </member>
  26659.         <member name="P:System.Net.NetworkCredential.Password">
  26660.             <summary>Gets or sets the password for the user name associated with the credentials.</summary>
  26661.             <returns>The password associated with the credentials. If this <see cref="T:System.Net.NetworkCredential"></see> instance was constructed with a null password, then the <see cref="P:System.Net.NetworkCredential.Password"></see> property will return an empty string.</returns>
  26662.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26663.         </member>
  26664.         <member name="P:System.Net.NetworkCredential.UserName">
  26665.             <summary>Gets or sets the user name associated with the credentials.</summary>
  26666.             <returns>The user name associated with the credentials.</returns>
  26667.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26668.         </member>
  26669.         <member name="T:System.Net.OpenReadCompletedEventArgs">
  26670.             <summary>Provides data for the <see cref="E:System.Net.WebClient.OpenReadCompleted"></see> event.</summary>
  26671.         </member>
  26672.         <member name="P:System.Net.OpenReadCompletedEventArgs.Result">
  26673.             <summary>Gets a readable stream that contains data downloaded by a <see cref="Overload:System.Net.WebClient.DownloadDataAsync"></see> method.</summary>
  26674.             <returns>A <see cref="T:System.IO.Stream"></see> that contains the downloaded data.</returns>
  26675.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26676.         </member>
  26677.         <member name="T:System.Net.OpenReadCompletedEventHandler">
  26678.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.OpenReadCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  26679.         </member>
  26680.         <member name="T:System.Net.OpenWriteCompletedEventArgs">
  26681.             <summary>Provides data for the <see cref="E:System.Net.WebClient.OpenWriteCompleted"></see> event.</summary>
  26682.         </member>
  26683.         <member name="P:System.Net.OpenWriteCompletedEventArgs.Result">
  26684.             <summary>Gets a writable stream that is used to send data to a server.</summary>
  26685.             <returns>A <see cref="T:System.IO.Stream"></see> where you can write data to be uploaded.</returns>
  26686.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  26687.         </member>
  26688.         <member name="T:System.Net.OpenWriteCompletedEventHandler">
  26689.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.OpenWriteCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  26690.         </member>
  26691.         <member name="T:System.Net.ProtocolViolationException">
  26692.             <summary>The exception that is thrown when an error is made while using a network protocol.</summary>
  26693.         </member>
  26694.         <member name="M:System.Net.ProtocolViolationException.#ctor">
  26695.             <summary>Initializes a new instance of the <see cref="T:System.Net.ProtocolViolationException"></see> class.</summary>
  26696.         </member>
  26697.         <member name="M:System.Net.ProtocolViolationException.#ctor(System.String)">
  26698.             <summary>Initializes a new instance of the <see cref="T:System.Net.ProtocolViolationException"></see> class with the specified message.</summary>
  26699.             <param name="message">The error message string. </param>
  26700.         </member>
  26701.         <member name="M:System.Net.ProtocolViolationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  26702.             <summary>Initializes a new instance of the <see cref="T:System.Net.ProtocolViolationException"></see> class from the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instances.</summary>
  26703.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information that is required to deserialize the <see cref="T:System.Net.ProtocolViolationException"></see>. </param>
  26704.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.ProtocolViolationException"></see>. </param>
  26705.         </member>
  26706.         <member name="M:System.Net.ProtocolViolationException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  26707.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data required to serialize the target object.</summary>
  26708.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  26709.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  26710.         </member>
  26711.         <member name="M:System.Net.ProtocolViolationException.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  26712.             <summary>Serializes this instance into the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</summary>
  26713.             <param name="serializationInfo">The object into which this <see cref="T:System.Net.ProtocolViolationException"></see> will be serialized. </param>
  26714.             <param name="streamingContext">The destination of the serialization. </param>
  26715.         </member>
  26716.         <member name="T:System.Net.SecurityProtocolType">
  26717.             <summary>Specifies the security protocols that are supported by the Schannel security package.</summary>
  26718.         </member>
  26719.         <member name="F:System.Net.SecurityProtocolType.Ssl3">
  26720.             <summary>Specifies the Secure Socket Layer (SSL) 3.0 security protocol.</summary>
  26721.         </member>
  26722.         <member name="F:System.Net.SecurityProtocolType.Tls">
  26723.             <summary>Specifies the Transport Layer Security (TLS) 1.0 security protocol.</summary>
  26724.         </member>
  26725.         <member name="T:System.Net.ServicePoint">
  26726.             <summary>Provides connection management for HTTP connections.</summary>
  26727.         </member>
  26728.         <member name="M:System.Net.ServicePoint.CloseConnectionGroup(System.String)">
  26729.             <summary>Removes the specified connection group from this <see cref="T:System.Net.ServicePoint"></see> object.</summary>
  26730.             <returns>A <see cref="T:System.Boolean"></see> value that indicates whether the connection group was closed.</returns>
  26731.             <param name="connectionGroupName">The name of the connection group that contains the connections to close and remove from this service point. </param>
  26732.         </member>
  26733.         <member name="P:System.Net.ServicePoint.Address">
  26734.             <summary>Gets the Uniform Resource Identifier (URI) of the server that this <see cref="T:System.Net.ServicePoint"></see> object connects to.</summary>
  26735.             <returns>An instance of the <see cref="T:System.Uri"></see> class that contains the URI of the Internet server that this <see cref="T:System.Net.ServicePoint"></see> object connects to.</returns>
  26736.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Net.ServicePoint"></see> is in host mode.</exception>
  26737.         </member>
  26738.         <member name="P:System.Net.ServicePoint.BindIPEndPointDelegate">
  26739.             <summary>Specifies the delegate to associate a local <see cref="T:System.Net.IPEndPoint"></see> with a <see cref="T:System.Net.ServicePoint"></see>.</summary>
  26740.             <returns>A delegate that forces a <see cref="T:System.Net.ServicePoint"></see> to use a particular local Internet Protocol (IP) address and port number. The default value is null.</returns>
  26741.         </member>
  26742.         <member name="P:System.Net.ServicePoint.Certificate">
  26743.             <summary>Gets the certificate received for this <see cref="T:System.Net.ServicePoint"></see> object.</summary>
  26744.             <returns>An instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> class that contains the security certificate received for this <see cref="T:System.Net.ServicePoint"></see> object.</returns>
  26745.         </member>
  26746.         <member name="P:System.Net.ServicePoint.ClientCertificate">
  26747.             <summary>Gets the last client certificate sent to the server.</summary>
  26748.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> object that contains the public values of the last client certificate sent to the server.</returns>
  26749.         </member>
  26750.         <member name="P:System.Net.ServicePoint.ConnectionLeaseTimeout">
  26751.             <summary>Gets or sets the number of milliseconds after which an active <see cref="T:System.Net.ServicePoint"></see> connection is closed.</summary>
  26752.             <returns>A <see cref="T:System.Int32"></see> that specifies the number of milliseconds that an active <see cref="T:System.Net.ServicePoint"></see> connection remains open. The default is -1, which allows an active <see cref="T:System.Net.ServicePoint"></see> connection to stay connected indefinitely. Set this property to 0 to force <see cref="T:System.Net.ServicePoint"></see> connections to close after servicing a request.</returns>
  26753.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is a negative number less than -1.</exception>
  26754.         </member>
  26755.         <member name="P:System.Net.ServicePoint.ConnectionLimit">
  26756.             <summary>Gets or sets the maximum number of connections allowed on this <see cref="T:System.Net.ServicePoint"></see> object.</summary>
  26757.             <returns>The maximum number of connections allowed on this <see cref="T:System.Net.ServicePoint"></see> object.</returns>
  26758.             <exception cref="T:System.ArgumentOutOfRangeException">The connection limit is equal to or less than 0. </exception>
  26759.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26760.         </member>
  26761.         <member name="P:System.Net.ServicePoint.ConnectionName">
  26762.             <summary>Gets the connection group name established by the <see cref="T:System.Net.WebRequest"></see> object that created the connection.</summary>
  26763.             <returns>A <see cref="T:System.String"></see> that contains the connection group name assigned by the <see cref="T:System.Net.WebRequest"></see> object that created the connection.</returns>
  26764.         </member>
  26765.         <member name="P:System.Net.ServicePoint.CurrentConnections">
  26766.             <summary>Gets the number of open connections associated with this <see cref="T:System.Net.ServicePoint"></see> object.</summary>
  26767.             <returns>The number of open connections associated with this <see cref="T:System.Net.ServicePoint"></see> object.</returns>
  26768.         </member>
  26769.         <member name="P:System.Net.ServicePoint.Expect100Continue">
  26770.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that determines whether 100-Continue behavior is used.</summary>
  26771.             <returns>true to expect 100-Continue responses for POST requests; otherwise, false. The default value is true.</returns>
  26772.         </member>
  26773.         <member name="P:System.Net.ServicePoint.IdleSince">
  26774.             <summary>Gets the date and time that the <see cref="T:System.Net.ServicePoint"></see> object was last connected to a host.</summary>
  26775.             <returns>A <see cref="T:System.DateTime"></see> object that contains the date and time at which the <see cref="T:System.Net.ServicePoint"></see> object was last connected.</returns>
  26776.         </member>
  26777.         <member name="P:System.Net.ServicePoint.MaxIdleTime">
  26778.             <summary>Gets or sets the amount of time a connection associated with the <see cref="T:System.Net.ServicePoint"></see> object can remain idle before the connection is closed.</summary>
  26779.             <returns>The length of time, in milliseconds, that a connection associated with the <see cref="T:System.Net.ServicePoint"></see> object can remain idle before it is closed and reused for another connection.</returns>
  26780.             <exception cref="T:System.ArgumentOutOfRangeException"><see cref="P:System.Net.ServicePoint.MaxIdleTime"></see> is set to less than <see cref="F:System.Threading.Timeout.Infinite"></see> or greater than <see cref="F:System.Int32.MaxValue"></see>. </exception>
  26781.         </member>
  26782.         <member name="P:System.Net.ServicePoint.ProtocolVersion">
  26783.             <summary>Gets the version of the HTTP protocol that the <see cref="T:System.Net.ServicePoint"></see> object uses.</summary>
  26784.             <returns>A <see cref="T:System.Version"></see> object that contains the HTTP protocol version that the <see cref="T:System.Net.ServicePoint"></see> object uses.</returns>
  26785.         </member>
  26786.         <member name="P:System.Net.ServicePoint.ReceiveBufferSize">
  26787.             <summary>Gets or sets the size of the receiving buffer for the socket used by this <see cref="T:System.Net.ServicePoint"></see>.</summary>
  26788.             <returns>A <see cref="T:System.Int32"></see> that contains the size, in bytes, of the receive buffer. The default is 8192.</returns>
  26789.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is greater than <see cref="F:System.Int32.MaxValue"></see>.</exception>
  26790.         </member>
  26791.         <member name="P:System.Net.ServicePoint.SupportsPipelining">
  26792.             <summary>Indicates whether the <see cref="T:System.Net.ServicePoint"></see> object supports pipelined connections.</summary>
  26793.             <returns>true if the <see cref="T:System.Net.ServicePoint"></see> object supports pipelined connections; otherwise, false.</returns>
  26794.         </member>
  26795.         <member name="P:System.Net.ServicePoint.UseNagleAlgorithm">
  26796.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that determines whether the Nagle algorithm is used on connections managed by this <see cref="T:System.Net.ServicePoint"></see> object.</summary>
  26797.             <returns>true to use the Nagle algorithm; otherwise, false. The default value is true.</returns>
  26798.         </member>
  26799.         <member name="T:System.Net.ServicePointManager">
  26800.             <summary>Manages the collection of <see cref="T:System.Net.ServicePoint"></see> objects.</summary>
  26801.         </member>
  26802.         <member name="F:System.Net.ServicePointManager.DefaultNonPersistentConnectionLimit">
  26803.             <summary>The default number of non-persistent connections (4) allowed on a <see cref="T:System.Net.ServicePoint"></see> object connected to an HTTP/1.0 or later server. This field is constant but is no longer used in the .NET Framework 2.0.</summary>
  26804.         </member>
  26805.         <member name="F:System.Net.ServicePointManager.DefaultPersistentConnectionLimit">
  26806.             <summary>The default number of persistent connections (2) allowed on a <see cref="T:System.Net.ServicePoint"></see> object connected to an HTTP/1.1 or later server. This field is constant and is used to initialize the <see cref="P:System.Net.ServicePointManager.DefaultConnectionLimit"></see> property if the value of the <see cref="P:System.Net.ServicePointManager.DefaultConnectionLimit"></see> property has not been set either directly or through configuration.</summary>
  26807.         </member>
  26808.         <member name="M:System.Net.ServicePointManager.FindServicePoint(System.Uri)">
  26809.             <summary>Finds an existing <see cref="T:System.Net.ServicePoint"></see> object or creates a new <see cref="T:System.Net.ServicePoint"></see> object to manage communications with the specified <see cref="T:System.Uri"></see> object.</summary>
  26810.             <returns>The <see cref="T:System.Net.ServicePoint"></see> object that manages communications for the request.</returns>
  26811.             <param name="address">The <see cref="T:System.Uri"></see> object of the Internet resource to contact. </param>
  26812.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  26813.             <exception cref="T:System.InvalidOperationException">The maximum number of <see cref="T:System.Net.ServicePoint"></see> objects defined in <see cref="P:System.Net.ServicePointManager.MaxServicePoints"></see> has been reached. </exception>
  26814.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  26815.         </member>
  26816.         <member name="M:System.Net.ServicePointManager.FindServicePoint(System.String,System.Net.IWebProxy)">
  26817.             <summary>Finds an existing <see cref="T:System.Net.ServicePoint"></see> object or creates a new <see cref="T:System.Net.ServicePoint"></see> object to manage communications with the specified Uniform Resource Identifier (URI).</summary>
  26818.             <returns>The <see cref="T:System.Net.ServicePoint"></see> object that manages communications for the request.</returns>
  26819.             <param name="uriString">The URI of the Internet resource to be contacted. </param>
  26820.             <param name="proxy">The proxy data for this request. </param>
  26821.             <exception cref="T:System.UriFormatException">The URI specified in uriString is invalid. </exception>
  26822.             <exception cref="T:System.InvalidOperationException">The maximum number of <see cref="T:System.Net.ServicePoint"></see> objects defined in <see cref="P:System.Net.ServicePointManager.MaxServicePoints"></see> has been reached. </exception>
  26823.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  26824.         </member>
  26825.         <member name="M:System.Net.ServicePointManager.FindServicePoint(System.Uri,System.Net.IWebProxy)">
  26826.             <summary>Finds an existing <see cref="T:System.Net.ServicePoint"></see> object or creates a new <see cref="T:System.Net.ServicePoint"></see> object to manage communications with the specified <see cref="T:System.Uri"></see> object.</summary>
  26827.             <returns>The <see cref="T:System.Net.ServicePoint"></see> object that manages communications for the request.</returns>
  26828.             <param name="address">A <see cref="T:System.Uri"></see> object that contains the address of the Internet resource to contact. </param>
  26829.             <param name="proxy">The proxy data for this request. </param>
  26830.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  26831.             <exception cref="T:System.InvalidOperationException">The maximum number of <see cref="T:System.Net.ServicePoint"></see> objects defined in <see cref="P:System.Net.ServicePointManager.MaxServicePoints"></see> has been reached. </exception>
  26832.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  26833.         </member>
  26834.         <member name="P:System.Net.ServicePointManager.CertificatePolicy">
  26835.             <summary>Gets or sets policy for server certificates.</summary>
  26836.             <returns>An object that implements the <see cref="T:System.Net.ICertificatePolicy"></see> interface.</returns>
  26837.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26838.         </member>
  26839.         <member name="P:System.Net.ServicePointManager.CheckCertificateRevocationList">
  26840.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that indicates whether the certificate is checked against the certificate authority revocation list.</summary>
  26841.             <returns>true if the certificate revocation list is checked; otherwise, false.</returns>
  26842.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26843.         </member>
  26844.         <member name="P:System.Net.ServicePointManager.DefaultConnectionLimit">
  26845.             <summary>Gets or sets the maximum number of concurrent connections allowed by a <see cref="T:System.Net.ServicePoint"></see> object.</summary>
  26846.             <returns>The maximum number of concurrent connections allowed by a <see cref="T:System.Net.ServicePoint"></see> object. The default value is 2.</returns>
  26847.             <exception cref="T:System.ArgumentOutOfRangeException"><see cref="P:System.Net.ServicePointManager.DefaultConnectionLimit"></see> is less than or equal to 0. </exception>
  26848.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26849.         </member>
  26850.         <member name="P:System.Net.ServicePointManager.DnsRefreshTimeout">
  26851.             <summary>Gets or sets a value that indicates how long a Domain Name Service (DNS) resolution is considered valid.</summary>
  26852.             <returns>The time-out value, in milliseconds. A value of -1 indicates an infinite time-out period. The default value is 120,000 milliseconds (two minutes).</returns>
  26853.         </member>
  26854.         <member name="P:System.Net.ServicePointManager.EnableDnsRoundRobin">
  26855.             <summary>Gets or sets a value that indicates whether a Domain Name Service (DNS) resolution rotates among the applicable Internet Protocol (IP) addresses.</summary>
  26856.             <returns>false if a DNS resolution always returns the first IP address for a particular host; otherwise true. The default is false.</returns>
  26857.         </member>
  26858.         <member name="P:System.Net.ServicePointManager.Expect100Continue">
  26859.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that determines whether 100-Continue behavior is used.</summary>
  26860.             <returns>true to expect 100-Continue responses for POST requests; otherwise, false. The default value is true.</returns>
  26861.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  26862.         </member>
  26863.         <member name="P:System.Net.ServicePointManager.MaxServicePointIdleTime">
  26864.             <summary>Gets or sets the maximum idle time of a <see cref="T:System.Net.ServicePoint"></see> object.</summary>
  26865.             <returns>The maximum idle time, in milliseconds, of a <see cref="T:System.Net.ServicePoint"></see> object. The default value is 100,000 milliseconds (100 seconds).</returns>
  26866.             <exception cref="T:System.ArgumentOutOfRangeException"><see cref="P:System.Net.ServicePointManager.MaxServicePointIdleTime"></see> is less than <see cref="F:System.Threading.Timeout.Infinite"></see> or greater than <see cref="F:System.Int32.MaxValue"></see>. </exception>
  26867.             <PermissionSet><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26868.         </member>
  26869.         <member name="P:System.Net.ServicePointManager.MaxServicePoints">
  26870.             <summary>Gets or sets the maximum number of <see cref="T:System.Net.ServicePoint"></see> objects to maintain at any time.</summary>
  26871.             <returns>The maximum number of <see cref="T:System.Net.ServicePoint"></see> objects to maintain. The default value is 0, which means there is no limit to the number of <see cref="T:System.Net.ServicePoint"></see> objects.</returns>
  26872.             <exception cref="T:System.ArgumentOutOfRangeException"><see cref="P:System.Net.ServicePointManager.MaxServicePoints"></see> is less than 0 or greater than <see cref="F:System.Int32.MaxValue"></see>. </exception>
  26873.             <PermissionSet><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26874.         </member>
  26875.         <member name="P:System.Net.ServicePointManager.SecurityProtocol">
  26876.             <summary>Gets or sets the security protocol used by the <see cref="T:System.Net.ServicePoint"></see> objects managed by the <see cref="T:System.Net.ServicePointManager"></see> object.</summary>
  26877.             <returns>One of the values defined in the <see cref="T:System.Net.SecurityProtocolType"></see> enumeration.</returns>
  26878.             <exception cref="T:System.NotSupportedException">The value specified to set the property is not a valid <see cref="T:System.Net.SecurityProtocolType"></see> enumeration value. </exception>
  26879.         </member>
  26880.         <member name="P:System.Net.ServicePointManager.ServerCertificateValidationCallback">
  26881.             <summary>Gets or sets the callback to validate a server certificate.</summary>
  26882.             <returns>A <see cref="T:System.Net.Security.RemoteCertificateValidationCallback"></see> The default value is null.</returns>
  26883.         </member>
  26884.         <member name="P:System.Net.ServicePointManager.UseNagleAlgorithm">
  26885.             <summary>Determines whether the Nagle algorithm is used by the service points managed by this <see cref="T:System.Net.ServicePointManager"></see> object.</summary>
  26886.             <returns>true to use the Nagle algorithm; otherwise, false. The default value is true.</returns>
  26887.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  26888.         </member>
  26889.         <member name="T:System.Net.SocketAddress">
  26890.             <summary>Stores serialized information from <see cref="T:System.Net.EndPoint"></see> derived classes.</summary>
  26891.         </member>
  26892.         <member name="M:System.Net.SocketAddress.#ctor(System.Net.Sockets.AddressFamily)">
  26893.             <summary>Creates a new instance of the <see cref="T:System.Net.SocketAddress"></see> class for the given address family.</summary>
  26894.             <param name="family">An <see cref="T:System.Net.Sockets.AddressFamily"></see> enumerated value. </param>
  26895.         </member>
  26896.         <member name="M:System.Net.SocketAddress.#ctor(System.Net.Sockets.AddressFamily,System.Int32)">
  26897.             <summary>Creates a new instance of the <see cref="T:System.Net.SocketAddress"></see> class using the specified address family and buffer size.</summary>
  26898.             <param name="size">The number of bytes to allocate for the underlying buffer. </param>
  26899.             <param name="family">An <see cref="T:System.Net.Sockets.AddressFamily"></see> enumerated value. </param>
  26900.             <exception cref="T:System.ArgumentOutOfRangeException">size is less than 2. These 2 bytes are needed to store family. </exception>
  26901.         </member>
  26902.         <member name="M:System.Net.SocketAddress.Equals(System.Object)">
  26903.             <summary>Determines whether two Object instances are equal.</summary>
  26904.         </member>
  26905.         <member name="M:System.Net.SocketAddress.GetHashCode">
  26906.             <summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.</summary>
  26907.         </member>
  26908.         <member name="M:System.Net.SocketAddress.ToString">
  26909.             <summary>Returns information about the socket address.</summary>
  26910.             <returns>A string that contains information about the <see cref="T:System.Net.SocketAddress"></see>.</returns>
  26911.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  26912.         </member>
  26913.         <member name="P:System.Net.SocketAddress.Family">
  26914.             <summary>Gets the <see cref="T:System.Net.Sockets.AddressFamily"></see> enumerated value of the current <see cref="T:System.Net.SocketAddress"></see>.</summary>
  26915.             <returns>One of the <see cref="T:System.Net.Sockets.AddressFamily"></see> enumerated values.</returns>
  26916.         </member>
  26917.         <member name="P:System.Net.SocketAddress.Item(System.Int32)">
  26918.             <summary>Gets or sets the specified index element in the underlying buffer.</summary>
  26919.             <returns>The value of the specified index element in the underlying buffer.</returns>
  26920.             <param name="offset">The array index element of the desired information. </param>
  26921.             <exception cref="T:System.IndexOutOfRangeException">The specified index does not exist in the buffer. </exception>
  26922.         </member>
  26923.         <member name="P:System.Net.SocketAddress.Size">
  26924.             <summary>Gets the underlying buffer size of the <see cref="T:System.Net.SocketAddress"></see>.</summary>
  26925.             <returns>The underlying buffer size of the <see cref="T:System.Net.SocketAddress"></see>.</returns>
  26926.         </member>
  26927.         <member name="T:System.Net.SocketPermission">
  26928.             <summary>Controls rights to make or accept connections on a transport address.</summary>
  26929.         </member>
  26930.         <member name="M:System.Net.SocketPermission.#ctor(System.Security.Permissions.PermissionState)">
  26931.             <summary>Initializes a new instance of the <see cref="T:System.Net.SocketPermission"></see> class that allows unrestricted access to the <see cref="T:System.Net.Sockets.Socket"></see> or disallows access to the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  26932.             <param name="state">One of the <see cref="T:System.Security.Permissions.PermissionState"></see> values. </param>
  26933.         </member>
  26934.         <member name="M:System.Net.SocketPermission.#ctor(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)">
  26935.             <summary>Initializes a new instance of the <see cref="T:System.Net.SocketPermission"></see> class for the given transport address with the specified permission.</summary>
  26936.             <param name="portNumber">The port number for the transport address. </param>
  26937.             <param name="transport">One of the <see cref="T:System.Net.TransportType"></see> values. </param>
  26938.             <param name="access">One of the <see cref="T:System.Net.NetworkAccess"></see> values. </param>
  26939.             <param name="hostName">The host name for the transport address. </param>
  26940.             <exception cref="T:System.ArgumentNullException">hostName is null. </exception>
  26941.         </member>
  26942.         <member name="F:System.Net.SocketPermission.AllPorts">
  26943.             <summary>Defines a constant that represents all ports.</summary>
  26944.         </member>
  26945.         <member name="M:System.Net.SocketPermission.AddPermission(System.Net.NetworkAccess,System.Net.TransportType,System.String,System.Int32)">
  26946.             <summary>Adds a permission to the set of permissions for a transport address.</summary>
  26947.             <param name="portNumber">The port number for the transport address. </param>
  26948.             <param name="transport">One of the <see cref="T:System.Net.TransportType"></see> values. </param>
  26949.             <param name="access">One of the <see cref="T:System.Net.NetworkAccess"></see> values. </param>
  26950.             <param name="hostName">The host name for the transport address. </param>
  26951.         </member>
  26952.         <member name="M:System.Net.SocketPermission.Copy">
  26953.             <summary>Creates a copy of a <see cref="T:System.Net.SocketPermission"></see> instance.</summary>
  26954.             <returns>A new instance of the <see cref="T:System.Net.SocketPermission"></see> class that is a copy of the current instance.</returns>
  26955.         </member>
  26956.         <member name="M:System.Net.SocketPermission.FromXml(System.Security.SecurityElement)">
  26957.             <summary>Reconstructs a <see cref="T:System.Net.SocketPermission"></see> instance for an XML encoding.</summary>
  26958.             <param name="securityElement">The XML encoding used to reconstruct the <see cref="T:System.Net.SocketPermission"></see> instance. </param>
  26959.             <exception cref="T:System.ArgumentException">The securityElement is not a permission element for this type. </exception>
  26960.             <exception cref="T:System.ArgumentNullException">The securityElement is null. </exception>
  26961.         </member>
  26962.         <member name="M:System.Net.SocketPermission.Intersect(System.Security.IPermission)">
  26963.             <summary>Returns the logical intersection between two <see cref="T:System.Net.SocketPermission"></see> instances.</summary>
  26964.             <returns>The <see cref="T:System.Net.SocketPermission"></see> instance that represents the intersection of two <see cref="T:System.Net.SocketPermission"></see> instances. If the intersection is empty, the method returns null. If the target parameter is a null reference, the method returns null.</returns>
  26965.             <param name="target">The <see cref="T:System.Net.SocketPermission"></see> instance to intersect with the current instance. </param>
  26966.             <exception cref="T:System.Security.SecurityException"><see cref="T:System.Net.DnsPermission"></see> is not granted to the method caller. </exception>
  26967.             <exception cref="T:System.ArgumentException">The target parameter is not a <see cref="T:System.Net.SocketPermission"></see>. </exception>
  26968.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26969.         </member>
  26970.         <member name="M:System.Net.SocketPermission.IsSubsetOf(System.Security.IPermission)">
  26971.             <summary>Determines if the current permission is a subset of the specified permission.</summary>
  26972.             <returns>If target is null, this method returns true if the current instance defines no permissions; otherwise, false. If target is not null, this method returns true if the current instance defines a subset of target permissions; otherwise, false.</returns>
  26973.             <param name="target">A <see cref="T:System.Net.SocketPermission"></see> that is to be tested for the subset relationship. </param>
  26974.             <exception cref="T:System.ArgumentException">target is not a <see cref="T:System.Net.Sockets.SocketException"></see>. </exception>
  26975.             <exception cref="T:System.Security.SecurityException"><see cref="T:System.Net.DnsPermission"></see> is not granted to the method caller. </exception>
  26976.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.DnsPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  26977.         </member>
  26978.         <member name="M:System.Net.SocketPermission.IsUnrestricted">
  26979.             <summary>Checks the overall permission state of the object.</summary>
  26980.             <returns>true if the <see cref="T:System.Net.SocketPermission"></see> instance is created with the Unrestricted value from <see cref="T:System.Security.Permissions.PermissionState"></see>; otherwise, false.</returns>
  26981.         </member>
  26982.         <member name="M:System.Net.SocketPermission.ToXml">
  26983.             <summary>Creates an XML encoding of a <see cref="T:System.Net.SocketPermission"></see> instance and its current state.</summary>
  26984.             <returns>A <see cref="T:System.Security.SecurityElement"></see> instance that contains an XML-encoded representation of the <see cref="T:System.Net.SocketPermission"></see> instance, including state information.</returns>
  26985.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  26986.         </member>
  26987.         <member name="M:System.Net.SocketPermission.Union(System.Security.IPermission)">
  26988.             <summary>Returns the logical union between two <see cref="T:System.Net.SocketPermission"></see> instances.</summary>
  26989.             <returns>The <see cref="T:System.Net.SocketPermission"></see> instance that represents the union of two <see cref="T:System.Net.SocketPermission"></see> instances. If target parameter is null, it returns a copy of the current instance.</returns>
  26990.             <param name="target">The <see cref="T:System.Net.SocketPermission"></see> instance to combine with the current instance. </param>
  26991.             <exception cref="T:System.ArgumentException">target is not a <see cref="T:System.Net.SocketPermission"></see>. </exception>
  26992.         </member>
  26993.         <member name="P:System.Net.SocketPermission.AcceptList">
  26994.             <summary>Gets a list of <see cref="T:System.Net.EndpointPermission"></see> instances that identifies the endpoints that can be accepted under this permission instance.</summary>
  26995.             <returns>An instance that implements the <see cref="T:System.Collections.IEnumerator"></see> interface that contains <see cref="T:System.Net.EndpointPermission"></see> instances.</returns>
  26996.         </member>
  26997.         <member name="P:System.Net.SocketPermission.ConnectList">
  26998.             <summary>Gets a list of <see cref="T:System.Net.EndpointPermission"></see> instances that identifies the endpoints that can be connected to under this permission instance.</summary>
  26999.             <returns>An instance that implements the <see cref="T:System.Collections.IEnumerator"></see> interface that contains <see cref="T:System.Net.EndpointPermission"></see> instances.</returns>
  27000.         </member>
  27001.         <member name="T:System.Net.SocketPermissionAttribute">
  27002.             <summary>Specifies security actions to control <see cref="T:System.Net.Sockets.Socket"></see> connections. This class cannot be inherited.</summary>
  27003.         </member>
  27004.         <member name="M:System.Net.SocketPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  27005.             <summary>Initializes a new instance of the <see cref="T:System.Net.SocketPermissionAttribute"></see> class with the specified <see cref="T:System.Security.Permissions.SecurityAction"></see> value.</summary>
  27006.             <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction"></see> values. </param>
  27007.             <exception cref="T:System.ArgumentException">action is not a valid <see cref="T:System.Security.Permissions.SecurityAction"></see> value. </exception>
  27008.         </member>
  27009.         <member name="M:System.Net.SocketPermissionAttribute.CreatePermission">
  27010.             <summary>Creates and returns a new instance of the <see cref="T:System.Net.SocketPermission"></see> class.</summary>
  27011.             <returns>An instance of the <see cref="T:System.Net.SocketPermission"></see> class that corresponds to the security declaration.</returns>
  27012.             <exception cref="T:System.ArgumentException">One or more of the current instance's <see cref="P:System.Net.SocketPermissionAttribute.Access"></see>, <see cref="P:System.Net.SocketPermissionAttribute.Host"></see>, <see cref="P:System.Net.SocketPermissionAttribute.Transport"></see>, or <see cref="P:System.Net.SocketPermissionAttribute.Port"></see> properties is null. </exception>
  27013.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27014.         </member>
  27015.         <member name="P:System.Net.SocketPermissionAttribute.Access">
  27016.             <summary>Gets or sets the network access method that is allowed by this <see cref="T:System.Net.SocketPermissionAttribute"></see>.</summary>
  27017.             <returns>A string that contains the network access method that is allowed by this instance of <see cref="T:System.Net.SocketPermissionAttribute"></see>. Valid values are "Accept" and "Connect." </returns>
  27018.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Net.SocketPermissionAttribute.Access"></see> property is not null when you attempt to set the value. To specify more than one Access method, use an additional attribute declaration statement. </exception>
  27019.         </member>
  27020.         <member name="P:System.Net.SocketPermissionAttribute.Host">
  27021.             <summary>Gets or sets the DNS host name or IP address that is specified by this <see cref="T:System.Net.SocketPermissionAttribute"></see>.</summary>
  27022.             <returns>A string that contains the DNS host name or IP address that is associated with this instance of <see cref="T:System.Net.SocketPermissionAttribute"></see>.</returns>
  27023.             <exception cref="T:System.ArgumentException"><see cref="P:System.Net.SocketPermissionAttribute.Host"></see> is not null when you attempt to set the value. To specify more than one host, use an additional attribute declaration statement. </exception>
  27024.         </member>
  27025.         <member name="P:System.Net.SocketPermissionAttribute.Port">
  27026.             <summary>Gets or sets the port number that is associated with this <see cref="T:System.Net.SocketPermissionAttribute"></see>.</summary>
  27027.             <returns>A string that contains the port number that is associated with this instance of <see cref="T:System.Net.SocketPermissionAttribute"></see>.</returns>
  27028.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Net.SocketPermissionAttribute.Port"></see> property is null when you attempt to set the value. To specify more than one port, use an additional attribute declaration statement. </exception>
  27029.         </member>
  27030.         <member name="P:System.Net.SocketPermissionAttribute.Transport">
  27031.             <summary>Gets or sets the <see cref="T:System.Net.TransportType"></see> that is specified by this <see cref="T:System.Net.SocketPermissionAttribute"></see>.</summary>
  27032.             <returns>A string that contains the <see cref="T:System.Net.TransportType"></see> that is associated with this <see cref="T:System.Net.SocketPermissionAttribute"></see>.</returns>
  27033.             <exception cref="T:System.ArgumentException"><see cref="P:System.Net.SocketPermissionAttribute.Transport"></see> is not null when you attempt to set the value. To specify more than one transport type, use an additional attribute declaration statement. </exception>
  27034.         </member>
  27035.         <member name="T:System.Net.TransportType">
  27036.             <summary>Defines transport types for the <see cref="T:System.Net.SocketPermission"></see> and <see cref="T:System.Net.Sockets.Socket"></see> classes.</summary>
  27037.         </member>
  27038.         <member name="F:System.Net.TransportType.All">
  27039.             <summary>All transport types.</summary>
  27040.         </member>
  27041.         <member name="F:System.Net.TransportType.Connectionless">
  27042.             <summary>The transport type is connectionless, such as UDP. Specifying this value has the same effect as specifying <see cref="F:System.Net.TransportType.Udp"></see>.</summary>
  27043.         </member>
  27044.         <member name="F:System.Net.TransportType.ConnectionOriented">
  27045.             <summary>The transport is connection oriented, such as TCP. Specifying this value has the same effect as specifying <see cref="F:System.Net.TransportType.Tcp"></see>.</summary>
  27046.         </member>
  27047.         <member name="F:System.Net.TransportType.Tcp">
  27048.             <summary>TCP transport.</summary>
  27049.         </member>
  27050.         <member name="F:System.Net.TransportType.Udp">
  27051.             <summary>UDP transport.</summary>
  27052.         </member>
  27053.         <member name="T:System.Net.UploadDataCompletedEventArgs">
  27054.             <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadDataCompleted"></see> event.</summary>
  27055.         </member>
  27056.         <member name="P:System.Net.UploadDataCompletedEventArgs.Result">
  27057.             <summary>Gets the server reply to a data upload operation started by calling an <see cref="Overload:System.Net.WebClient.UploadDataAsync"></see> method.</summary>
  27058.             <returns>A <see cref="T:System.Byte"></see> array containing the server reply.</returns>
  27059.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27060.         </member>
  27061.         <member name="T:System.Net.UploadDataCompletedEventHandler">
  27062.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadDataCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  27063.         </member>
  27064.         <member name="T:System.Net.UploadFileCompletedEventArgs">
  27065.             <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadFileCompleted"></see> event.</summary>
  27066.         </member>
  27067.         <member name="P:System.Net.UploadFileCompletedEventArgs.Result">
  27068.             <summary>Gets the server reply to a data upload operation that is started by calling an <see cref="Overload:System.Net.WebClient.UploadFileAsync"></see> method.</summary>
  27069.             <returns>A <see cref="T:System.Byte"></see> array that contains the server reply.</returns>
  27070.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27071.         </member>
  27072.         <member name="T:System.Net.UploadFileCompletedEventHandler">
  27073.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadFileCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  27074.         </member>
  27075.         <member name="T:System.Net.UploadProgressChangedEventArgs">
  27076.             <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadProgressChanged"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  27077.         </member>
  27078.         <member name="P:System.Net.UploadProgressChangedEventArgs.BytesReceived">
  27079.             <summary>Gets the number of bytes received.</summary>
  27080.             <returns>An <see cref="T:System.Int64"></see> value that indicates the number of bytes received.</returns>
  27081.         </member>
  27082.         <member name="P:System.Net.UploadProgressChangedEventArgs.BytesSent">
  27083.             <summary>Gets the number of bytes sent.</summary>
  27084.             <returns>An <see cref="T:System.Int64"></see> value that indicates the number of bytes sent.</returns>
  27085.         </member>
  27086.         <member name="P:System.Net.UploadProgressChangedEventArgs.TotalBytesToReceive">
  27087.             <summary>Gets the total number of bytes in a <see cref="T:System.Net.WebClient"></see> data upload operation.</summary>
  27088.             <returns>An <see cref="T:System.Int64"></see> value that indicates the number of bytes that will be received.</returns>
  27089.         </member>
  27090.         <member name="P:System.Net.UploadProgressChangedEventArgs.TotalBytesToSend">
  27091.             <summary>Gets the total number of bytes to send.</summary>
  27092.             <returns>An <see cref="T:System.Int64"></see> value that indicates the number of bytes that will be sent.</returns>
  27093.         </member>
  27094.         <member name="T:System.Net.UploadProgressChangedEventHandler">
  27095.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadProgressChanged"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  27096.         </member>
  27097.         <member name="T:System.Net.UploadStringCompletedEventArgs">
  27098.             <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadStringCompleted"></see> event.</summary>
  27099.         </member>
  27100.         <member name="P:System.Net.UploadStringCompletedEventArgs.Result">
  27101.             <summary>Gets the server reply to a string upload operation that is started by calling an <see cref="Overload:System.Net.WebClient.UploadStringAsync"></see> method.</summary>
  27102.             <returns>A <see cref="T:System.Byte"></see> array that contains the server reply.</returns>
  27103.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27104.         </member>
  27105.         <member name="T:System.Net.UploadStringCompletedEventHandler">
  27106.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadStringCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  27107.         </member>
  27108.         <member name="T:System.Net.UploadValuesCompletedEventArgs">
  27109.             <summary>Provides data for the <see cref="E:System.Net.WebClient.UploadValuesCompleted"></see> event.</summary>
  27110.         </member>
  27111.         <member name="P:System.Net.UploadValuesCompletedEventArgs.Result">
  27112.             <summary>Gets the server reply to a data upload operation started by calling an <see cref="Overload:System.Net.WebClient.UploadValuesAsync"></see> method.</summary>
  27113.             <returns>A <see cref="T:System.Byte"></see> array containing the server reply.</returns>
  27114.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27115.         </member>
  27116.         <member name="T:System.Net.UploadValuesCompletedEventHandler">
  27117.             <summary>Represents the method that will handle the <see cref="E:System.Net.WebClient.UploadValuesCompleted"></see> event of a <see cref="T:System.Net.WebClient"></see>.</summary>
  27118.         </member>
  27119.         <member name="T:System.Net.WebClient">
  27120.             <summary>Provides common methods for sending data to and receiving data from a resource identified by a URI.</summary>
  27121.         </member>
  27122.         <member name="M:System.Net.WebClient.#ctor">
  27123.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebClient"></see> class.</summary>
  27124.         </member>
  27125.         <member name="E:System.Net.WebClient.DownloadDataCompleted">
  27126.             <summary>Occurs when an asynchronous data download operation completes.</summary>
  27127.         </member>
  27128.         <member name="E:System.Net.WebClient.DownloadFileCompleted">
  27129.             <summary>Occurs when an asynchronous file download operation completes.</summary>
  27130.         </member>
  27131.         <member name="E:System.Net.WebClient.DownloadProgressChanged">
  27132.             <summary>Occurs when an asynchronous download operation successfully transfers some or all of the data.</summary>
  27133.         </member>
  27134.         <member name="E:System.Net.WebClient.DownloadStringCompleted">
  27135.             <summary>Occurs when an asynchronous resource-download operation completes.</summary>
  27136.         </member>
  27137.         <member name="E:System.Net.WebClient.OpenReadCompleted">
  27138.             <summary>Occurs when an asynchronous operation to open a stream containing a resource completes.</summary>
  27139.         </member>
  27140.         <member name="E:System.Net.WebClient.OpenWriteCompleted">
  27141.             <summary>Occurs when an asynchronous operation to open a stream to write data to a resource completes.</summary>
  27142.         </member>
  27143.         <member name="E:System.Net.WebClient.UploadDataCompleted">
  27144.             <summary>Occurs when an asynchronous data-upload operation completes.</summary>
  27145.         </member>
  27146.         <member name="E:System.Net.WebClient.UploadFileCompleted">
  27147.             <summary>Occurs when an asynchronous file-upload operation completes.</summary>
  27148.         </member>
  27149.         <member name="E:System.Net.WebClient.UploadProgressChanged">
  27150.             <summary>Occurs when an asynchronous upload operation successfully transfers some or all of the data.</summary>
  27151.         </member>
  27152.         <member name="E:System.Net.WebClient.UploadStringCompleted">
  27153.             <summary>Occurs when an asynchronous string-upload operation completes.</summary>
  27154.         </member>
  27155.         <member name="E:System.Net.WebClient.UploadValuesCompleted">
  27156.             <summary>Occurs when an asynchronous upload of a name/value collection completes.</summary>
  27157.         </member>
  27158.         <member name="M:System.Net.WebClient.CancelAsync">
  27159.             <summary>Cancels a pending asynchronous operation.</summary>
  27160.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27161.         </member>
  27162.         <member name="M:System.Net.WebClient.DownloadData(System.String)">
  27163.             <summary>Downloads the resource with the specified URI as a <see cref="T:System.Byte"></see> array.</summary>
  27164.             <returns>A <see cref="T:System.Byte"></see> array containing the downloaded resource.</returns>
  27165.             <param name="address">The URI from which to download data. </param>
  27166.             <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
  27167.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading data. </exception>
  27168.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27169.         </member>
  27170.         <member name="M:System.Net.WebClient.DownloadData(System.Uri)">
  27171.             <summary>Downloads the resource with the specified URI as a <see cref="T:System.Byte"></see> array.</summary>
  27172.             <returns>A <see cref="T:System.Byte"></see> array containing the downloaded resource.</returns>
  27173.             <param name="address">The URI represented by the <see cref="T:System.Uri"></see>  object, from which to download data.</param>
  27174.         </member>
  27175.         <member name="M:System.Net.WebClient.DownloadDataAsync(System.Uri)">
  27176.             <summary>Downloads the specified resource as a <see cref="T:System.Byte"></see> array. This method does not block the calling thread.</summary>
  27177.             <param name="address">A <see cref="T:System.Uri"></see> containing the URI to download.</param>
  27178.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. </exception>
  27179.         </member>
  27180.         <member name="M:System.Net.WebClient.DownloadDataAsync(System.Uri,System.Object)">
  27181.             <summary>Downloads the specified resource as a <see cref="T:System.Byte"></see> array. This method does not block the calling thread.</summary>
  27182.             <param name="address">A <see cref="T:System.Uri"></see> containing the URI to download.</param>
  27183.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  27184.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. </exception>
  27185.         </member>
  27186.         <member name="M:System.Net.WebClient.DownloadFile(System.String,System.String)">
  27187.             <summary>Downloads the resource with the specified URI to a local file.</summary>
  27188.             <param name="fileName">The name of the local file that is to receive the data. </param>
  27189.             <param name="address">The URI from which to download data. </param>
  27190.             <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
  27191.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- filename is null or <see cref="F:System.String.Empty"></see>.-or-The file does not exist.-or- An error occurred while downloading data. </exception>
  27192.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27193.         </member>
  27194.         <member name="M:System.Net.WebClient.DownloadFile(System.Uri,System.String)">
  27195.             <summary>Downloads the resource with the specified URI to a local file.</summary>
  27196.             <param name="fileName">The name of the local file that is to receive the data. </param>
  27197.             <param name="address">The URI specified as a <see cref="T:System.String"></see>, from which to download data. </param>
  27198.             <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
  27199.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- filename is null or <see cref="F:System.String.Empty"></see>.-or- The file does not exist. -or- An error occurred while downloading data. </exception>
  27200.         </member>
  27201.         <member name="M:System.Net.WebClient.DownloadFileAsync(System.Uri,System.String)">
  27202.             <summary>Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.</summary>
  27203.             <param name="fileName">The name of the file to be placed on the local computer. </param>
  27204.             <param name="address">The URI of the resource to download. </param>
  27205.             <exception cref="T:System.InvalidOperationException">The local file specified by fileName is in use by another thread.</exception>
  27206.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. </exception>
  27207.         </member>
  27208.         <member name="M:System.Net.WebClient.DownloadFileAsync(System.Uri,System.String,System.Object)">
  27209.             <summary>Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.</summary>
  27210.             <param name="fileName">The name of the file to be placed on the local computer. </param>
  27211.             <param name="address">The URI of the resource to download. </param>
  27212.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  27213.             <exception cref="T:System.InvalidOperationException">The local file specified by fileName is in use by another thread.</exception>
  27214.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. </exception>
  27215.         </member>
  27216.         <member name="M:System.Net.WebClient.DownloadString(System.String)">
  27217.             <summary>Downloads the specified resource as a <see cref="T:System.String"></see>.</summary>
  27218.             <returns>A <see cref="T:System.String"></see> containing the specified resource.</returns>
  27219.             <param name="address">A <see cref="T:System.String"></see> containing the URI to download.</param>
  27220.             <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
  27221.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. </exception>
  27222.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27223.         </member>
  27224.         <member name="M:System.Net.WebClient.DownloadString(System.Uri)">
  27225.             <summary>Downloads the specified resource as a <see cref="T:System.Uri"></see>.</summary>
  27226.             <returns>A <see cref="T:System.String"></see> containing the specified resource.</returns>
  27227.             <param name="address">A <see cref="T:System.Uri"></see> object containing the URI to download.</param>
  27228.             <exception cref="T:System.NotSupportedException">The method has been called simultaneously on multiple threads.</exception>
  27229.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. </exception>
  27230.         </member>
  27231.         <member name="M:System.Net.WebClient.DownloadStringAsync(System.Uri)">
  27232.             <summary>Downloads the resource specified as a <see cref="T:System.Uri"></see>. This method does not block the calling thread.</summary>
  27233.             <param name="address">A <see cref="T:System.Uri"></see> containing the URI to download.</param>
  27234.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. </exception>
  27235.         </member>
  27236.         <member name="M:System.Net.WebClient.DownloadStringAsync(System.Uri,System.Object)">
  27237.             <summary>Downloads the specified string to the specified resource. This method does not block the calling thread.</summary>
  27238.             <param name="address">A <see cref="T:System.Uri"></see> containing the URI to download.</param>
  27239.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  27240.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. </exception>
  27241.         </member>
  27242.         <member name="M:System.Net.WebClient.GetWebRequest(System.Uri)">
  27243.             <summary>Returns a <see cref="T:System.Net.WebRequest"></see> object for the specified resource.</summary>
  27244.             <returns>A new <see cref="T:System.Net.WebRequest"></see> object for the specified resource.</returns>
  27245.             <param name="address">A <see cref="T:System.Uri"></see> that identifies the resource to request.</param>
  27246.         </member>
  27247.         <member name="M:System.Net.WebClient.GetWebResponse(System.Net.WebRequest)">
  27248.             <summary>Returns the <see cref="T:System.Net.WebResponse"></see> for the specified <see cref="T:System.Net.WebRequest"></see>.</summary>
  27249.             <returns>A <see cref="T:System.Net.WebResponse"></see> containing the response for the specified <see cref="T:System.Net.WebRequest"></see>.</returns>
  27250.             <param name="request">A <see cref="T:System.Net.WebRequest"></see> that is used to obtain the response. </param>
  27251.         </member>
  27252.         <member name="M:System.Net.WebClient.GetWebResponse(System.Net.WebRequest,System.IAsyncResult)">
  27253.             <summary>Returns the <see cref="T:System.Net.WebResponse"></see> for the specified <see cref="T:System.Net.WebRequest"></see> using the specified <see cref="T:System.IAsyncResult"></see>.</summary>
  27254.             <returns>A <see cref="T:System.Net.WebResponse"></see> containing the response for the specified <see cref="T:System.Net.WebRequest"></see>.</returns>
  27255.             <param name="result">An <see cref="T:System.IAsyncResult"></see> object obtained from a previous call to <see cref="M:System.Net.WebRequest.BeginGetResponse(System.AsyncCallback,System.Object)"></see> .</param>
  27256.             <param name="request">A <see cref="T:System.Net.WebRequest"></see> that is used to obtain the response.</param>
  27257.         </member>
  27258.         <member name="M:System.Net.WebClient.OnDownloadDataCompleted(System.Net.DownloadDataCompletedEventArgs)">
  27259.             <summary>Raises the <see cref="E:System.Net.WebClient.DownloadDataCompleted"></see> event.</summary>
  27260.             <param name="e">A <see cref="T:System.Net.DownloadDataCompletedEventArgs"></see> object that contains event data.</param>
  27261.         </member>
  27262.         <member name="M:System.Net.WebClient.OnDownloadFileCompleted(System.ComponentModel.AsyncCompletedEventArgs)">
  27263.             <summary>Raises the <see cref="E:System.Net.WebClient.DownloadFileCompleted"></see> event.</summary>
  27264.             <param name="e">An <see cref="T:System.ComponentModel.AsyncCompletedEventArgs"></see> object containing event data.</param>
  27265.         </member>
  27266.         <member name="M:System.Net.WebClient.OnDownloadProgressChanged(System.Net.DownloadProgressChangedEventArgs)">
  27267.             <summary>Raises the <see cref="E:System.Net.WebClient.DownloadProgressChanged"></see> event.</summary>
  27268.             <param name="e">A <see cref="T:System.Net.DownloadProgressChangedEventArgs"></see> object containing event data.</param>
  27269.         </member>
  27270.         <member name="M:System.Net.WebClient.OnDownloadStringCompleted(System.Net.DownloadStringCompletedEventArgs)">
  27271.             <summary>Raises the <see cref="E:System.Net.WebClient.DownloadStringCompleted"></see> event.</summary>
  27272.             <param name="e">A <see cref="T:System.Net.DownloadStringCompletedEventArgs"></see> object containing event data.</param>
  27273.         </member>
  27274.         <member name="M:System.Net.WebClient.OnOpenReadCompleted(System.Net.OpenReadCompletedEventArgs)">
  27275.             <summary>Raises the <see cref="E:System.Net.WebClient.OpenReadCompleted"></see> event.</summary>
  27276.             <param name="e">A <see cref="T:System.Net.OpenReadCompletedEventArgs"></see>  object containing event data.</param>
  27277.         </member>
  27278.         <member name="M:System.Net.WebClient.OnOpenWriteCompleted(System.Net.OpenWriteCompletedEventArgs)">
  27279.             <summary>Raises the <see cref="E:System.Net.WebClient.OpenWriteCompleted"></see> event.</summary>
  27280.             <param name="e">A <see cref="T:System.Net.OpenWriteCompletedEventArgs"></see> object containing event data.</param>
  27281.         </member>
  27282.         <member name="M:System.Net.WebClient.OnUploadDataCompleted(System.Net.UploadDataCompletedEventArgs)">
  27283.             <summary>Raises the <see cref="E:System.Net.WebClient.UploadDataCompleted"></see> event.</summary>
  27284.             <param name="e">A <see cref="T:System.Net.UploadDataCompletedEventArgs"></see>  object containing event data.</param>
  27285.         </member>
  27286.         <member name="M:System.Net.WebClient.OnUploadFileCompleted(System.Net.UploadFileCompletedEventArgs)">
  27287.             <summary>Raises the <see cref="E:System.Net.WebClient.UploadFileCompleted"></see> event.</summary>
  27288.             <param name="e">An <see cref="T:System.Net.UploadFileCompletedEventArgs"></see> object containing event data.</param>
  27289.         </member>
  27290.         <member name="M:System.Net.WebClient.OnUploadProgressChanged(System.Net.UploadProgressChangedEventArgs)">
  27291.             <summary>Raises the <see cref="E:System.Net.WebClient.UploadProgressChanged"></see> event.</summary>
  27292.             <param name="e">An <see cref="T:System.Net.UploadProgressChangedEventArgs"></see> object containing event data.</param>
  27293.         </member>
  27294.         <member name="M:System.Net.WebClient.OnUploadStringCompleted(System.Net.UploadStringCompletedEventArgs)">
  27295.             <summary>Raises the <see cref="E:System.Net.WebClient.UploadStringCompleted"></see> event.</summary>
  27296.             <param name="e">An <see cref="T:System.Net.UploadStringCompletedEventArgs"></see>  object containing event data.</param>
  27297.         </member>
  27298.         <member name="M:System.Net.WebClient.OnUploadValuesCompleted(System.Net.UploadValuesCompletedEventArgs)">
  27299.             <summary>Raises the <see cref="E:System.Net.WebClient.UploadValuesCompleted"></see> event.</summary>
  27300.             <param name="e">A <see cref="T:System.Net.UploadValuesCompletedEventArgs"></see>  object containing event data.</param>
  27301.         </member>
  27302.         <member name="M:System.Net.WebClient.OpenRead(System.String)">
  27303.             <summary>Opens a readable stream for the data downloaded from a resource with the URI specified as a <see cref="T:System.String"></see>.</summary>
  27304.             <returns>A <see cref="T:System.IO.Stream"></see> used to read data from a resource.</returns>
  27305.             <param name="address">The URI specified as a <see cref="T:System.String"></see> from which to download data. </param>
  27306.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, address is invalid.-or- An error occurred while downloading data. </exception>
  27307.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27308.         </member>
  27309.         <member name="M:System.Net.WebClient.OpenRead(System.Uri)">
  27310.             <summary>Opens a readable stream for the data downloaded from a resource with the URI specified as a <see cref="T:System.Uri"></see></summary>
  27311.             <returns>A <see cref="T:System.IO.Stream"></see> used to read data from a resource.</returns>
  27312.             <param name="address">The URI specified as a <see cref="T:System.Uri"></see> from which to download data. </param>
  27313.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, address is invalid.-or- An error occurred while downloading data. </exception>
  27314.         </member>
  27315.         <member name="M:System.Net.WebClient.OpenReadAsync(System.Uri)">
  27316.             <summary>Opens a readable stream containing the specified resource. This method does not block the calling thread.</summary>
  27317.             <param name="address">The URI of the resource to retrieve.</param>
  27318.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. -or- An error occurred while opening the stream.</exception>
  27319.         </member>
  27320.         <member name="M:System.Net.WebClient.OpenReadAsync(System.Uri,System.Object)">
  27321.             <summary>Opens a readable stream containing the specified resource. This method does not block the calling thread.</summary>
  27322.             <param name="address">The URI of the resource to retrieve.</param>
  27323.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  27324.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while downloading the resource. -or- An error occurred while opening the stream.</exception>
  27325.         </member>
  27326.         <member name="M:System.Net.WebClient.OpenWrite(System.String)">
  27327.             <summary>Opens a stream for writing data to the specified resource.</summary>
  27328.             <returns>A <see cref="T:System.IO.Stream"></see> used to write data to the resource.</returns>
  27329.             <param name="address">The URI of the resource to receive the data. </param>
  27330.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- An error occurred while opening the stream. </exception>
  27331.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27332.         </member>
  27333.         <member name="M:System.Net.WebClient.OpenWrite(System.Uri)">
  27334.             <summary>Opens a stream for writing data to the specified resource.</summary>
  27335.             <returns>A <see cref="T:System.IO.Stream"></see> used to write data to the resource.</returns>
  27336.             <param name="address">The URI of the resource to receive the data.</param>
  27337.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- An error occurred while opening the stream. </exception>
  27338.         </member>
  27339.         <member name="M:System.Net.WebClient.OpenWrite(System.String,System.String)">
  27340.             <summary>Opens a stream for writing data to the specified resource, using the specified method.</summary>
  27341.             <returns>A <see cref="T:System.IO.Stream"></see> used to write data to the resource.</returns>
  27342.             <param name="address">The URI of the resource to receive the data. </param>
  27343.             <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27344.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- An error occurred while opening the stream. </exception>
  27345.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27346.         </member>
  27347.         <member name="M:System.Net.WebClient.OpenWrite(System.Uri,System.String)">
  27348.             <summary>Opens a stream for writing data to the specified resource, by using the specified method.</summary>
  27349.             <returns>A <see cref="T:System.IO.Stream"></see> used to write data to the resource.</returns>
  27350.             <param name="address">The URI of the resource to receive the data.</param>
  27351.             <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27352.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- An error occurred while opening the stream. </exception>
  27353.         </member>
  27354.         <member name="M:System.Net.WebClient.OpenWriteAsync(System.Uri)">
  27355.             <summary>Opens a stream for writing data to the specified resource. This method does not block the calling thread.</summary>
  27356.             <param name="address">The URI of the resource to receive the data. </param>
  27357.         </member>
  27358.         <member name="M:System.Net.WebClient.OpenWriteAsync(System.Uri,System.String)">
  27359.             <summary>Opens a stream for writing data to the specified resource. This method does not block the calling thread.</summary>
  27360.             <param name="address">The URI of the resource to receive the data. </param>
  27361.             <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27362.         </member>
  27363.         <member name="M:System.Net.WebClient.OpenWriteAsync(System.Uri,System.String,System.Object)">
  27364.             <summary>Opens a stream for writing data to the specified resource, using the specified method. This method does not block the calling thread.</summary>
  27365.             <param name="address">The URI of the resource to receive the data.</param>
  27366.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes</param>
  27367.             <param name="method">The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27368.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while opening the stream. </exception>
  27369.         </member>
  27370.         <member name="M:System.Net.WebClient.UploadData(System.String,System.Byte[])">
  27371.             <summary>Uploads a data buffer to a resource identified by a URI.</summary>
  27372.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27373.             <param name="address">The URI of the resource to receive the data. </param>
  27374.             <param name="data">The data buffer to send to the resource. </param>
  27375.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- data is null. -or-An error occurred while sending the data.-or- There was no response from the server hosting the resource. </exception>
  27376.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27377.         </member>
  27378.         <member name="M:System.Net.WebClient.UploadData(System.Uri,System.Byte[])">
  27379.             <summary>Uploads a data buffer to a resource identified by a URI.</summary>
  27380.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27381.             <param name="address">The URI of the resource to receive the data. </param>
  27382.             <param name="data">The data buffer to send to the resource. </param>
  27383.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- data is null. -or-An error occurred while sending the data.-or- There was no response from the server hosting the resource. </exception>
  27384.         </member>
  27385.         <member name="M:System.Net.WebClient.UploadData(System.String,System.String,System.Byte[])">
  27386.             <summary>Uploads a data buffer to the specified resource, using the specified method.</summary>
  27387.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27388.             <param name="address">The URI of the resource to receive the data. </param>
  27389.             <param name="data">The data buffer to send to the resource. </param>
  27390.             <param name="method">The HTTP method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27391.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- data is null.-or- An error occurred while uploading the data.-or- There was no response from the server hosting the resource. </exception>
  27392.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27393.         </member>
  27394.         <member name="M:System.Net.WebClient.UploadData(System.Uri,System.String,System.Byte[])">
  27395.             <summary>Uploads a data buffer to the specified resource, using the specified method.</summary>
  27396.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27397.             <param name="address">The URI of the resource to receive the data. </param>
  27398.             <param name="data">The data buffer to send to the resource.</param>
  27399.             <param name="method">The HTTP method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27400.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- data is null.-or- An error occurred while uploading the data.-or- There was no response from the server hosting the resource. </exception>
  27401.         </member>
  27402.         <member name="M:System.Net.WebClient.UploadDataAsync(System.Uri,System.Byte[])">
  27403.             <summary>Uploads a data buffer to a resource identified by a URI, using the POST method. This method does not block the calling thread.</summary>
  27404.             <param name="address">The URI of the resource to receive the data. </param>
  27405.             <param name="data">The data buffer to send to the resource. </param>
  27406.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while opening the stream.-or- There was no response from the server hosting the resource. </exception>
  27407.         </member>
  27408.         <member name="M:System.Net.WebClient.UploadDataAsync(System.Uri,System.String,System.Byte[])">
  27409.             <summary>Uploads a data buffer to a resource identified by a URI, using the specified method. This method does not block the calling thread.</summary>
  27410.             <param name="address">The URI of the resource to receive the data.</param>
  27411.             <param name="data">The data buffer to send to the resource.</param>
  27412.             <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27413.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while opening the stream.-or- There was no response from the server hosting the resource. </exception>
  27414.         </member>
  27415.         <member name="M:System.Net.WebClient.UploadDataAsync(System.Uri,System.String,System.Byte[],System.Object)">
  27416.             <summary>Uploads a data buffer to a resource identified by a URI, using the specified method and identifying token.</summary>
  27417.             <param name="address">The URI of the resource to receive the data.</param>
  27418.             <param name="data">The data buffer to send to the resource.</param>
  27419.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  27420.             <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27421.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- An error occurred while opening the stream.-or- There was no response from the server hosting the resource. </exception>
  27422.         </member>
  27423.         <member name="M:System.Net.WebClient.UploadFile(System.String,System.String)">
  27424.             <summary>Uploads the specified local file to a resource with the specified URI.</summary>
  27425.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27426.             <param name="fileName">The file to send to the resource. For example, "samplefile.txt".</param>
  27427.             <param name="address">The URI of the resource to receive the file. For example, ftp://localhost/samplefile.txtftp://localhost/samplefile.txt.</param>
  27428.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- fileName is null, is <see cref="F:System.String.Empty"></see>, contains invalid characters, or does not exist.-or- An error occurred while uploading the file.-or- There was no response from the server hosting the resource.-or- The Content-type header begins with multipart. </exception>
  27429.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27430.         </member>
  27431.         <member name="M:System.Net.WebClient.UploadFile(System.Uri,System.String)">
  27432.             <summary>Uploads the specified local file to a resource with the specified URI.</summary>
  27433.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27434.             <param name="fileName">The file to send to the resource. For example, "samplefile.txt".</param>
  27435.             <param name="address">The URI of the resource to receive the file. For example, ftp://localhost/samplefile.txtftp://localhost/samplefile.txt.</param>
  27436.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- fileName is null, is <see cref="F:System.String.Empty"></see>, contains invalid characters, or does not exist.-or- An error occurred while uploading the file.-or- There was no response from the server hosting the resource.-or- The Content-type header begins with multipart. </exception>
  27437.         </member>
  27438.         <member name="M:System.Net.WebClient.UploadFile(System.String,System.String,System.String)">
  27439.             <summary>Uploads the specified local file to the specified resource, using the specified method.</summary>
  27440.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27441.             <param name="fileName">The file to send to the resource. </param>
  27442.             <param name="address">The URI of the resource to receive the file.</param>
  27443.             <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27444.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- fileName is null, is <see cref="F:System.String.Empty"></see>, contains invalid characters, or does not exist.-or- An error occurred while uploading the file.-or- There was no response from the server hosting the resource.-or- The Content-type header begins with multipart. </exception>
  27445.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27446.         </member>
  27447.         <member name="M:System.Net.WebClient.UploadFile(System.Uri,System.String,System.String)">
  27448.             <summary>Uploads the specified local file to the specified resource, using the specified method.</summary>
  27449.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27450.             <param name="fileName">The file to send to the resource. </param>
  27451.             <param name="address">The URI of the resource to receive the file.</param>
  27452.             <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27453.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- fileName is null, is <see cref="F:System.String.Empty"></see>, contains invalid characters, or does not exist.-or- An error occurred while uploading the file.-or- There was no response from the server hosting the resource.-or- The Content-type header begins with multipart. </exception>
  27454.         </member>
  27455.         <member name="M:System.Net.WebClient.UploadFileAsync(System.Uri,System.String)">
  27456.             <summary>Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.</summary>
  27457.             <param name="fileName">The file to send to the resource. </param>
  27458.             <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page. </param>
  27459.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- fileName is null, is <see cref="F:System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.-or- An error occurred while opening the stream.-or- There was no response from the server hosting the resource.-or- The Content-type header begins with multipart. </exception>
  27460.         </member>
  27461.         <member name="M:System.Net.WebClient.UploadFileAsync(System.Uri,System.String,System.String)">
  27462.             <summary>Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.</summary>
  27463.             <param name="fileName">The file to send to the resource. </param>
  27464.             <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page. </param>
  27465.             <param name="method">The HTTP method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27466.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- fileName is null, is <see cref="F:System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.-or- An error occurred while opening the stream.-or- There was no response from the server hosting the resource.-or- The Content-type header begins with multipart. </exception>
  27467.         </member>
  27468.         <member name="M:System.Net.WebClient.UploadFileAsync(System.Uri,System.String,System.String,System.Object)">
  27469.             <summary>Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.</summary>
  27470.             <param name="fileName">The file to send to the resource.</param>
  27471.             <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
  27472.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  27473.             <param name="method">The HTTP method used to send the data to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27474.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- fileName is null, is <see cref="F:System.String.Empty"></see>, contains invalid character, or the specified path to the file does not exist.-or- An error occurred while opening the stream.-or- There was no response from the server hosting the resource.-or- The Content-type header begins with multipart. </exception>
  27475.         </member>
  27476.         <member name="M:System.Net.WebClient.UploadString(System.String,System.String)">
  27477.             <summary>Uploads the specified string to the specified resource, using the POST method.</summary>
  27478.             <returns>A <see cref="T:System.String"></see> containing the response sent by the server.</returns>
  27479.             <param name="address">The URI of the resource to receive the string. For Http resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page. </param>
  27480.             <param name="data">The string to be uploaded.</param>
  27481.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.</exception>
  27482.             <exception cref="T:System.ArgumentNullException">data is null.</exception>
  27483.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27484.         </member>
  27485.         <member name="M:System.Net.WebClient.UploadString(System.Uri,System.String)">
  27486.             <summary>Uploads the specified string to the specified resource, using the POST method.</summary>
  27487.             <returns>A <see cref="T:System.String"></see> containing the response sent by the server.</returns>
  27488.             <param name="address">The URI of the resource to receive the string. For Http resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page. </param>
  27489.             <param name="data">The string to be uploaded.</param>
  27490.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.</exception>
  27491.             <exception cref="T:System.ArgumentNullException">data is null.</exception>
  27492.         </member>
  27493.         <member name="M:System.Net.WebClient.UploadString(System.String,System.String,System.String)">
  27494.             <summary>Uploads the specified string to the specified resource, using the specified method.</summary>
  27495.             <returns>A <see cref="T:System.String"></see> containing the response sent by the server.</returns>
  27496.             <param name="address">The URI of the resource to receive the file. This URI must identify a resource that can accept a request sent with the method method. </param>
  27497.             <param name="data">The string to be uploaded.</param>
  27498.             <param name="method">The HTTP method used to send the string to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27499.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.-or-method cannot be used to send content.</exception>
  27500.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27501.         </member>
  27502.         <member name="M:System.Net.WebClient.UploadString(System.Uri,System.String,System.String)">
  27503.             <summary>Uploads the specified string to the specified resource, using the specified method.</summary>
  27504.             <returns>A <see cref="T:System.String"></see> containing the response sent by the server.</returns>
  27505.             <param name="address">The URI of the resource to receive the file. This URI must identify a resource that can accept a request sent with the method method. </param>
  27506.             <param name="data">The string to be uploaded.</param>
  27507.             <param name="method">The HTTP method used to send the string to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27508.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.-or-method cannot be used to send content.</exception>
  27509.         </member>
  27510.         <member name="M:System.Net.WebClient.UploadStringAsync(System.Uri,System.String)">
  27511.             <summary>Uploads the specified string to the specified resource. This method does not block the calling thread.</summary>
  27512.             <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page. </param>
  27513.             <param name="data">The string to be uploaded.</param>
  27514.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.</exception>
  27515.             <exception cref="T:System.ArgumentNullException">data is null.</exception>
  27516.         </member>
  27517.         <member name="M:System.Net.WebClient.UploadStringAsync(System.Uri,System.String,System.String)">
  27518.             <summary>Uploads the specified string to the specified resource. This method does not block the calling thread.</summary>
  27519.             <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
  27520.             <param name="data">The string to be uploaded.</param>
  27521.             <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27522.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.</exception>
  27523.             <exception cref="T:System.ArgumentNullException">data is null.</exception>
  27524.         </member>
  27525.         <member name="M:System.Net.WebClient.UploadStringAsync(System.Uri,System.String,System.String,System.Object)">
  27526.             <summary>Uploads the specified string to the specified resource. This method does not block the calling thread.</summary>
  27527.             <param name="address">The URI of the resource to receive the file. For HTTP resources, this URI must identify a resource that can accept a request sent with the POST method, such as a script or ASP page.</param>
  27528.             <param name="data">The string to be uploaded.</param>
  27529.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  27530.             <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27531.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.</exception>
  27532.             <exception cref="T:System.ArgumentNullException">data is null.</exception>
  27533.         </member>
  27534.         <member name="M:System.Net.WebClient.UploadValues(System.String,System.Collections.Specialized.NameValueCollection)">
  27535.             <summary>Uploads the specified name/value collection to the resource identified by the specified URI.</summary>
  27536.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27537.             <param name="address">The URI of the resource to receive the collection. </param>
  27538.             <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource. </param>
  27539.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- data is null.-or- There was no response from the server hosting the resource.-or- An error occurred while opening the stream.-or- The Content-type header is not null or "application/x-www-form-urlencoded". </exception>
  27540.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27541.         </member>
  27542.         <member name="M:System.Net.WebClient.UploadValues(System.Uri,System.Collections.Specialized.NameValueCollection)">
  27543.             <summary>Uploads the specified name/value collection to the resource identified by the specified URI.</summary>
  27544.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27545.             <param name="address">The URI of the resource to receive the collection. </param>
  27546.             <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource. </param>
  27547.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- data is null.-or- There was no response from the server hosting the resource.-or- An error occurred while opening the stream.-or- The Content-type header is not null or "application/x-www-form-urlencoded". </exception>
  27548.         </member>
  27549.         <member name="M:System.Net.WebClient.UploadValues(System.String,System.String,System.Collections.Specialized.NameValueCollection)">
  27550.             <summary>Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method.</summary>
  27551.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27552.             <param name="address">The URI of the resource to receive the collection. </param>
  27553.             <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource. </param>
  27554.             <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27555.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- data is null.-or- An error occurred while opening the stream.-or- There was no response from the server hosting the resource.-or- The Content-type header value is not null and is not application/x-www-form-urlencoded. </exception>
  27556.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27557.         </member>
  27558.         <member name="M:System.Net.WebClient.UploadValues(System.Uri,System.String,System.Collections.Specialized.NameValueCollection)">
  27559.             <summary>Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method.</summary>
  27560.             <returns>A <see cref="T:System.Byte"></see> array containing the body of the response from the resource.</returns>
  27561.             <param name="address">The URI of the resource to receive the collection. </param>
  27562.             <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource. </param>
  27563.             <param name="method">The HTTP method used to send the file to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27564.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see>, and address is invalid.-or- data is null.-or- An error occurred while opening the stream.-or- There was no response from the server hosting the resource.-or- The Content-type header value is not null and is not application/x-www-form-urlencoded. </exception>
  27565.         </member>
  27566.         <member name="M:System.Net.WebClient.UploadValuesAsync(System.Uri,System.Collections.Specialized.NameValueCollection)">
  27567.             <summary>Uploads the data in the specified name/value collection to the resource identified by the specified URI. This method does not block the calling thread.</summary>
  27568.             <param name="address">The URI of the resource to receive the collection. This URI must identify a resource that can accept a request sent with the default method. See remarks.</param>
  27569.             <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
  27570.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.</exception>
  27571.             <exception cref="T:System.ArgumentNullException">data is null.</exception>
  27572.         </member>
  27573.         <member name="M:System.Net.WebClient.UploadValuesAsync(System.Uri,System.String,System.Collections.Specialized.NameValueCollection)">
  27574.             <summary>Uploads the data in the specified name/value collection to the resource identified by the specified URI, using the specified method. This method does not block the calling thread.</summary>
  27575.             <param name="address">The URI of the resource to receive the collection. This URI must identify a resource that can accept a request sent with the method method.</param>
  27576.             <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
  27577.             <param name="method">The method used to send the string to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27578.             <exception cref="T:System.ArgumentNullException">data is null. -or- address is null.</exception>
  27579.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.-or-method cannot be used to send content.</exception>
  27580.         </member>
  27581.         <member name="M:System.Net.WebClient.UploadValuesAsync(System.Uri,System.String,System.Collections.Specialized.NameValueCollection,System.Object)">
  27582.             <summary>Uploads the data in the specified name/value collection to the resource identified by the specified URI, using the specified method. This method does not block the calling thread, and allows the caller to pass an object to the method that is invoked when the operation completes.</summary>
  27583.             <param name="address">The URI of the resource to receive the collection. This URI must identify a resource that can accept a request sent with the method method.</param>
  27584.             <param name="data">The <see cref="T:System.Collections.Specialized.NameValueCollection"></see> to send to the resource.</param>
  27585.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  27586.             <param name="method">The HTTP method used to send the string to the resource. If null, the default is POST for http and STOR for ftp.</param>
  27587.             <exception cref="T:System.ArgumentNullException">data is null. -or- address is null.</exception>
  27588.             <exception cref="T:System.Net.WebException">The URI formed by combining <see cref="P:System.Net.WebClient.BaseAddress"></see> and address is invalid.-or- There was no response from the server hosting the resource.-or-method cannot be used to send content.</exception>
  27589.         </member>
  27590.         <member name="P:System.Net.WebClient.BaseAddress">
  27591.             <summary>Gets or sets the base URI for requests made by a <see cref="T:System.Net.WebClient"></see>.</summary>
  27592.             <returns>A <see cref="T:System.String"></see> containing the base URI for requests made by a <see cref="T:System.Net.WebClient"></see> or <see cref="F:System.String.Empty"></see> if no base address has been specified.</returns>
  27593.             <exception cref="T:System.ArgumentException"><see cref="P:System.Net.WebClient.BaseAddress"></see> is set to an invalid URI. The inner exception may contain information that will help you locate the error.</exception>
  27594.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  27595.         </member>
  27596.         <member name="P:System.Net.WebClient.CachePolicy">
  27597.             <summary>Gets or sets the application's cache policy for any resources obtained by this WebClient instance using <see cref="T:System.Net.WebRequest"></see> objects.</summary>
  27598.             <returns>A <see cref="T:System.Net.Cache.RequestCachePolicy"></see> object that represents the application's caching requirements.</returns>
  27599.         </member>
  27600.         <member name="P:System.Net.WebClient.Credentials">
  27601.             <summary>Gets or sets the network credentials that are sent to the host and used to authenticate the request.</summary>
  27602.             <returns>An <see cref="T:System.Net.ICredentials"></see> containing the authentication credentials for the request. The default is null.</returns>
  27603.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27604.         </member>
  27605.         <member name="P:System.Net.WebClient.Encoding">
  27606.             <summary>Gets and sets the <see cref="T:System.Text.Encoding"></see> used to upload and download strings.</summary>
  27607.             <returns>A <see cref="T:System.Text.Encoding"></see> that is used to encode strings. The default value of this property is the encoding returned by <see cref="P:System.Text.Encoding.Default"></see>.</returns>
  27608.         </member>
  27609.         <member name="P:System.Net.WebClient.Headers">
  27610.             <summary>Gets or sets a collection of header name/value pairs associated with the request.</summary>
  27611.             <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> containing header name/value pairs associated with this request.</returns>
  27612.         </member>
  27613.         <member name="P:System.Net.WebClient.IsBusy">
  27614.             <summary>Gets whether a Web request is in progress.</summary>
  27615.             <returns>true if the Web request is still in progress; otherwise false.</returns>
  27616.         </member>
  27617.         <member name="P:System.Net.WebClient.Proxy">
  27618.             <summary>Gets or sets the proxy used by this <see cref="T:System.Net.WebClient"></see> object.</summary>
  27619.             <returns>An <see cref="T:System.Net.IWebProxy"></see> instance used to send requests.</returns>
  27620.             <exception cref="T:System.ArgumentNullException"><see cref="P:System.Net.WebClient.Proxy"></see> is set to null. </exception>
  27621.         </member>
  27622.         <member name="P:System.Net.WebClient.QueryString">
  27623.             <summary>Gets or sets a collection of query name/value pairs associated with the request.</summary>
  27624.             <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> that contains query name/value pairs associated with the request. If no pairs are associated with the request, the value is an empty <see cref="T:System.Collections.Specialized.NameValueCollection"></see>.</returns>
  27625.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  27626.         </member>
  27627.         <member name="P:System.Net.WebClient.ResponseHeaders">
  27628.             <summary>Gets a collection of header name/value pairs associated with the response.</summary>
  27629.             <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> containing header name/value pairs associated with the response, or null if no response has been received.</returns>
  27630.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27631.         </member>
  27632.         <member name="P:System.Net.WebClient.UseDefaultCredentials">
  27633.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that controls whether the <see cref="P:System.Net.CredentialCache.DefaultCredentials"></see> are sent with requests.</summary>
  27634.             <returns>true if the default credentials are used; otherwise false. The default value is false.</returns>
  27635.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="USERNAME" /></PermissionSet>
  27636.         </member>
  27637.         <member name="T:System.Net.WebException">
  27638.             <summary>The exception that is thrown when an error occurs while accessing the network through a pluggable protocol.</summary>
  27639.         </member>
  27640.         <member name="M:System.Net.WebException.#ctor">
  27641.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class.</summary>
  27642.         </member>
  27643.         <member name="M:System.Net.WebException.#ctor(System.String)">
  27644.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class with the specified error message.</summary>
  27645.             <param name="message">The text of the error message. </param>
  27646.         </member>
  27647.         <member name="M:System.Net.WebException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  27648.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class from the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instances.</summary>
  27649.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information required to serialize the new <see cref="T:System.Net.WebException"></see>. </param>
  27650.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.WebException"></see>. </param>
  27651.         </member>
  27652.         <member name="M:System.Net.WebException.#ctor(System.String,System.Exception)">
  27653.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class with the specified error message and nested exception.</summary>
  27654.             <param name="message">The text of the error message. </param>
  27655.             <param name="innerException">A nested exception. </param>
  27656.         </member>
  27657.         <member name="M:System.Net.WebException.#ctor(System.String,System.Net.WebExceptionStatus)">
  27658.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class with the specified error message and status.</summary>
  27659.             <param name="message">The text of the error message. </param>
  27660.             <param name="status">One of the <see cref="T:System.Net.WebExceptionStatus"></see> values. </param>
  27661.         </member>
  27662.         <member name="M:System.Net.WebException.#ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)">
  27663.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebException"></see> class with the specified error message, nested exception, status, and response.</summary>
  27664.             <param name="message">The text of the error message. </param>
  27665.             <param name="response">A <see cref="T:System.Net.WebResponse"></see> instance that contains the response from the remote host. </param>
  27666.             <param name="innerException">A nested exception. </param>
  27667.             <param name="status">One of the <see cref="T:System.Net.WebExceptionStatus"></see> values. </param>
  27668.         </member>
  27669.         <member name="M:System.Net.WebException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  27670.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data needed to serialize the <see cref="T:System.Net.WebException"></see>.</summary>
  27671.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used. </param>
  27672.             <param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> to be used. </param>
  27673.         </member>
  27674.         <member name="M:System.Net.WebException.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  27675.             <summary>Serializes this instance into the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</summary>
  27676.             <param name="serializationInfo">The object into which this <see cref="T:System.Net.WebException"></see> will be serialized. </param>
  27677.             <param name="streamingContext">The destination of the serialization. </param>
  27678.         </member>
  27679.         <member name="P:System.Net.WebException.Response">
  27680.             <summary>Gets the response that the remote host returned.</summary>
  27681.             <returns>If a response is available from the Internet resource, a <see cref="T:System.Net.WebResponse"></see> instance that contains the error response from an Internet resource; otherwise, null.</returns>
  27682.         </member>
  27683.         <member name="P:System.Net.WebException.Status">
  27684.             <summary>Gets the status of the response.</summary>
  27685.             <returns>One of the <see cref="T:System.Net.WebExceptionStatus"></see> values.</returns>
  27686.         </member>
  27687.         <member name="T:System.Net.WebExceptionStatus">
  27688.             <summary>Defines status codes for the <see cref="T:System.Net.WebException"></see> class.</summary>
  27689.         </member>
  27690.         <member name="F:System.Net.WebExceptionStatus.CacheEntryNotFound">
  27691.             <summary>The specified cache entry was not found.</summary>
  27692.         </member>
  27693.         <member name="F:System.Net.WebExceptionStatus.ConnectFailure">
  27694.             <summary>The remote service point could not be contacted at the transport level.</summary>
  27695.         </member>
  27696.         <member name="F:System.Net.WebExceptionStatus.ConnectionClosed">
  27697.             <summary>The connection was prematurely closed.</summary>
  27698.         </member>
  27699.         <member name="F:System.Net.WebExceptionStatus.KeepAliveFailure">
  27700.             <summary>The connection for a request that specifies the Keep-alive header was closed unexpectedly.</summary>
  27701.         </member>
  27702.         <member name="F:System.Net.WebExceptionStatus.MessageLengthLimitExceeded">
  27703.             <summary>A message was received that exceeded the specified limit when sending a request or receiving a response from the server.</summary>
  27704.         </member>
  27705.         <member name="F:System.Net.WebExceptionStatus.NameResolutionFailure">
  27706.             <summary>The name resolver service could not resolve the host name.</summary>
  27707.         </member>
  27708.         <member name="F:System.Net.WebExceptionStatus.Pending">
  27709.             <summary>An internal asynchronous request is pending.</summary>
  27710.         </member>
  27711.         <member name="F:System.Net.WebExceptionStatus.PipelineFailure">
  27712.             <summary>The request was a piplined request and the connection was closed before the response was received.</summary>
  27713.         </member>
  27714.         <member name="F:System.Net.WebExceptionStatus.ProtocolError">
  27715.             <summary>The response received from the server was complete but indicated a protocol-level error. For example, an HTTP protocol error such as 401 Access Denied would use this status.</summary>
  27716.         </member>
  27717.         <member name="F:System.Net.WebExceptionStatus.ProxyNameResolutionFailure">
  27718.             <summary>The name resolver service could not resolve the proxy host name.</summary>
  27719.         </member>
  27720.         <member name="F:System.Net.WebExceptionStatus.ReceiveFailure">
  27721.             <summary>A complete response was not received from the remote server.</summary>
  27722.         </member>
  27723.         <member name="F:System.Net.WebExceptionStatus.RequestCanceled">
  27724.             <summary>The request was canceled, the <see cref="M:System.Net.WebRequest.Abort"></see> method was called, or an unclassifiable error occurred. This is the default value for <see cref="P:System.Net.WebException.Status"></see>.</summary>
  27725.         </member>
  27726.         <member name="F:System.Net.WebExceptionStatus.RequestProhibitedByCachePolicy">
  27727.             <summary>The request was not permitted by the cache policy. In general, this occurs when a request is not cacheable and the effective policy prohibits sending the request to the server. You might receive this status if a request method implies the presence of a request body, a request method requires direct interaction with the server, or a request contains a conditional header.</summary>
  27728.         </member>
  27729.         <member name="F:System.Net.WebExceptionStatus.RequestProhibitedByProxy">
  27730.             <summary>This request was not permitted by the proxy.</summary>
  27731.         </member>
  27732.         <member name="F:System.Net.WebExceptionStatus.SecureChannelFailure">
  27733.             <summary>An error occurred while establishing a connection using SSL.</summary>
  27734.         </member>
  27735.         <member name="F:System.Net.WebExceptionStatus.SendFailure">
  27736.             <summary>A complete request could not be sent to the remote server.</summary>
  27737.         </member>
  27738.         <member name="F:System.Net.WebExceptionStatus.ServerProtocolViolation">
  27739.             <summary>The server response was not a valid HTTP response.</summary>
  27740.         </member>
  27741.         <member name="F:System.Net.WebExceptionStatus.Success">
  27742.             <summary>No error was encountered.</summary>
  27743.         </member>
  27744.         <member name="F:System.Net.WebExceptionStatus.Timeout">
  27745.             <summary>No response was received during the time-out period for a request.</summary>
  27746.         </member>
  27747.         <member name="F:System.Net.WebExceptionStatus.TrustFailure">
  27748.             <summary>A server certificate could not be validated.</summary>
  27749.         </member>
  27750.         <member name="F:System.Net.WebExceptionStatus.UnknownError">
  27751.             <summary>An exception of unknown type has occurred.</summary>
  27752.         </member>
  27753.         <member name="T:System.Net.WebHeaderCollection">
  27754.             <summary>Contains protocol headers associated with a request or response.</summary>
  27755.         </member>
  27756.         <member name="M:System.Net.WebHeaderCollection.#ctor">
  27757.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebHeaderCollection"></see> class.</summary>
  27758.         </member>
  27759.         <member name="M:System.Net.WebHeaderCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  27760.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebHeaderCollection"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  27761.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> containing the information required to serialize the <see cref="T:System.Net.WebHeaderCollection"></see>. </param>
  27762.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> containing the source of the serialized stream associated with the new <see cref="T:System.Net.WebHeaderCollection"></see>. </param>
  27763.             <exception cref="T:System.ArgumentException">headerName contains invalid characters. </exception>
  27764.             <exception cref="T:System.ArgumentNullException">headerName is a null reference or <see cref="F:System.String.Empty"></see>. </exception>
  27765.         </member>
  27766.         <member name="M:System.Net.WebHeaderCollection.Add(System.String)">
  27767.             <summary>Inserts the specified header into the collection.</summary>
  27768.             <param name="header">The header to add, with the name and value separated by a colon. </param>
  27769.             <exception cref="T:System.ArgumentNullException">header is null or <see cref="F:System.String.Empty"></see>. </exception>
  27770.             <exception cref="T:System.ArgumentException">header does not contain a colon (:) character.The length of value is greater than 65535.-or- The name part of header is <see cref="F:System.String.Empty"></see> or contains invalid characters.-or- header is a restricted header that should be set with a property.-or- The value part of header contains invalid characters. </exception>
  27771.             <exception cref="T:System.ArgumentOutOfRangeException">The length the string after the colon (:) is greater than 65535. </exception>
  27772.         </member>
  27773.         <member name="M:System.Net.WebHeaderCollection.Add(System.Net.HttpRequestHeader,System.String)">
  27774.             <summary>Inserts the specified header with the specified value into the collection.</summary>
  27775.             <param name="header">The header to add to the collection. </param>
  27776.             <param name="value">The content of the header. </param>
  27777.             <exception cref="T:System.ArgumentOutOfRangeException">The length of value is greater than 65535. </exception>
  27778.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection"></see> instance does not allow instances of <see cref="T:System.Net.HttpRequestHeader"></see>. </exception>
  27779.         </member>
  27780.         <member name="M:System.Net.WebHeaderCollection.Add(System.Net.HttpResponseHeader,System.String)">
  27781.             <summary>Inserts the specified header with the specified value into the collection.</summary>
  27782.             <param name="header">The header to add to the collection. </param>
  27783.             <param name="value">The content of the header. </param>
  27784.             <exception cref="T:System.ArgumentOutOfRangeException">The length of value is greater than 65535. </exception>
  27785.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection"></see> instance does not allow instances of <see cref="T:System.Net.HttpResponseHeader"></see>. </exception>
  27786.         </member>
  27787.         <member name="M:System.Net.WebHeaderCollection.Add(System.String,System.String)">
  27788.             <summary>Inserts a header with the specified name and value into the collection.</summary>
  27789.             <param name="name">The header to add to the collection. </param>
  27790.             <param name="value">The content of the header. </param>
  27791.             <exception cref="T:System.ArgumentOutOfRangeException">The length of value is greater than 65535. </exception>
  27792.             <exception cref="T:System.ArgumentException">name is null, <see cref="F:System.String.Empty"></see>, or contains invalid characters.-or- name is a restricted header that must be set with a property setting.-or- value contains invalid characters. </exception>
  27793.         </member>
  27794.         <member name="M:System.Net.WebHeaderCollection.AddWithoutValidate(System.String,System.String)">
  27795.             <summary>Inserts a header into the collection without checking whether the header is on the restricted header list.</summary>
  27796.             <param name="headerName">The header to add to the collection. </param>
  27797.             <param name="headerValue">The content of the header. </param>
  27798.             <exception cref="T:System.ArgumentException">headerName is null, <see cref="F:System.String.Empty"></see>, or contains invalid characters.-or- headerValue contains invalid characters. </exception>
  27799.         </member>
  27800.         <member name="M:System.Net.WebHeaderCollection.Clear">
  27801.             <summary>Removes all headers from the collection.</summary>
  27802.         </member>
  27803.         <member name="M:System.Net.WebHeaderCollection.Get(System.Int32)">
  27804.             <summary>Get the value of a particular header in the collection, specified by an index into the collection.</summary>
  27805.             <returns>A <see cref="T:System.String"></see> containing the value of the specified header.</returns>
  27806.             <param name="index">The zero-based index of the key to get from the collection.</param>
  27807.             <exception cref="T:System.ArgumentOutOfRangeException">index is negative. -or-index exceeds the size of the collection.</exception>
  27808.         </member>
  27809.         <member name="M:System.Net.WebHeaderCollection.Get(System.String)">
  27810.             <summary>Get the value of a particular header in the collection, specified by the name of the header.</summary>
  27811.             <returns>A <see cref="T:System.String"></see> holding the value of the specified header.</returns>
  27812.             <param name="name">The name of the Web header.</param>
  27813.         </member>
  27814.         <member name="M:System.Net.WebHeaderCollection.GetEnumerator">
  27815.             <summary>Returns an enumerator that can iterate through the <see cref="T:System.Net.WebHeaderCollection"></see> instance.</summary>
  27816.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Net.WebHeaderCollection"></see>.</returns>
  27817.         </member>
  27818.         <member name="M:System.Net.WebHeaderCollection.GetKey(System.Int32)">
  27819.             <summary>Get the header name at the specified position in the collection.</summary>
  27820.             <returns>A <see cref="T:System.String"></see> holding the header name.</returns>
  27821.             <param name="index">The zero-based index of the key to get from the collection.</param>
  27822.             <exception cref="T:System.ArgumentOutOfRangeException">index is negative. -or-index exceeds the size of the collection.</exception>
  27823.         </member>
  27824.         <member name="M:System.Net.WebHeaderCollection.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  27825.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  27826.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  27827.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  27828.         </member>
  27829.         <member name="M:System.Net.WebHeaderCollection.GetValues(System.Int32)">
  27830.             <summary>Gets an array of header values stored in the index position of the header collection.</summary>
  27831.             <returns>An array of header strings.</returns>
  27832.             <param name="index">The header index to return.</param>
  27833.         </member>
  27834.         <member name="M:System.Net.WebHeaderCollection.GetValues(System.String)">
  27835.             <summary>Gets an array of header values stored in a header.</summary>
  27836.             <returns>An array of header strings.</returns>
  27837.             <param name="header">The header to return. </param>
  27838.         </member>
  27839.         <member name="M:System.Net.WebHeaderCollection.IsRestricted(System.String)">
  27840.             <summary>Tests whether the specified HTTP header can be set for the request.</summary>
  27841.             <returns>true if the header is restricted; otherwise false.</returns>
  27842.             <param name="headerName">The header to test. </param>
  27843.             <exception cref="T:System.ArgumentException">headerName contains invalid characters. </exception>
  27844.             <exception cref="T:System.ArgumentNullException">headerName is null or <see cref="F:System.String.Empty"></see>. </exception>
  27845.         </member>
  27846.         <member name="M:System.Net.WebHeaderCollection.IsRestricted(System.String,System.Boolean)">
  27847.             <summary>Tests whether the specified HTTP header can be set for the request or the response.</summary>
  27848.             <returns>true if the header is restricted; otherwise, false.</returns>
  27849.             <param name="headerName">The header to test.</param>
  27850.             <param name="response">Does the Framework test the response or the request?</param>
  27851.             <exception cref="T:System.ArgumentException">headerName contains invalid characters. </exception>
  27852.             <exception cref="T:System.ArgumentNullException">headerName is null or <see cref="F:System.String.Empty"></see>. </exception>
  27853.         </member>
  27854.         <member name="M:System.Net.WebHeaderCollection.OnDeserialization(System.Object)">
  27855.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and raises the deserialization event when the deserialization is complete.</summary>
  27856.             <param name="sender">The source of the deserialization event.</param>
  27857.         </member>
  27858.         <member name="M:System.Net.WebHeaderCollection.Remove(System.Net.HttpRequestHeader)">
  27859.             <summary>Removes the specified header from the collection.</summary>
  27860.             <param name="header">The <see cref="T:System.Net.HttpRequestHeader"></see> instance to remove from the collection. </param>
  27861.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection"></see> instance does not allow instances of <see cref="T:System.Net.HttpRequestHeader"></see>. </exception>
  27862.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27863.         </member>
  27864.         <member name="M:System.Net.WebHeaderCollection.Remove(System.Net.HttpResponseHeader)">
  27865.             <summary>Removes the specified header from the collection.</summary>
  27866.             <param name="header">The <see cref="T:System.Net.HttpResponseHeader"></see> instance to remove from the collection. </param>
  27867.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection"></see> instance does not allow instances of <see cref="T:System.Net.HttpResponseHeader"></see>. </exception>
  27868.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27869.         </member>
  27870.         <member name="M:System.Net.WebHeaderCollection.Remove(System.String)">
  27871.             <summary>Removes the specified header from the collection.</summary>
  27872.             <param name="name">The name of the header to remove from the collection. </param>
  27873.             <exception cref="T:System.ArgumentException">name is a restricted header.-or- name contains invalid characters. </exception>
  27874.             <exception cref="T:System.ArgumentNullException">name is null<see cref="F:System.String.Empty"></see>. </exception>
  27875.         </member>
  27876.         <member name="M:System.Net.WebHeaderCollection.Set(System.Net.HttpRequestHeader,System.String)">
  27877.             <summary>Sets the specified header to the specified value.</summary>
  27878.             <param name="header">The <see cref="T:System.Net.HttpRequestHeader"></see> value to set. </param>
  27879.             <param name="value">The content of the header to set. </param>
  27880.             <exception cref="T:System.ArgumentOutOfRangeException">The length of value is greater than 65535. </exception>
  27881.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection"></see> instance does not allow instances of <see cref="T:System.Net.HttpRequestHeader"></see>. </exception>
  27882.         </member>
  27883.         <member name="M:System.Net.WebHeaderCollection.Set(System.Net.HttpResponseHeader,System.String)">
  27884.             <summary>Sets the specified header to the specified value.</summary>
  27885.             <param name="header">The <see cref="T:System.Net.HttpResponseHeader"></see> value to set. </param>
  27886.             <param name="value">The content of the header to set. </param>
  27887.             <exception cref="T:System.ArgumentOutOfRangeException">The length of value is greater than 65535. </exception>
  27888.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection"></see> instance does not allow instances of <see cref="T:System.Net.HttpResponseHeader"></see>. </exception>
  27889.         </member>
  27890.         <member name="M:System.Net.WebHeaderCollection.Set(System.String,System.String)">
  27891.             <summary>Sets the specified header to the specified value.</summary>
  27892.             <param name="name">The header to set. </param>
  27893.             <param name="value">The content of the header to set. </param>
  27894.             <exception cref="T:System.ArgumentOutOfRangeException">The length of value is greater than 65535. </exception>
  27895.             <exception cref="T:System.ArgumentNullException">name is null or <see cref="F:System.String.Empty"></see>. </exception>
  27896.             <exception cref="T:System.ArgumentException">name is a restricted header.-or- name or value contain invalid characters. </exception>
  27897.         </member>
  27898.         <member name="M:System.Net.WebHeaderCollection.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  27899.             <summary>Serializes this instance into the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object.</summary>
  27900.             <param name="serializationInfo">The object into which this <see cref="T:System.Net.WebHeaderCollection"></see> will be serialized. </param>
  27901.             <param name="streamingContext">The destination of the serialization. </param>
  27902.         </member>
  27903.         <member name="M:System.Net.WebHeaderCollection.ToByteArray">
  27904.             <summary>Converts the <see cref="T:System.Net.WebHeaderCollection"></see> to a byte array..</summary>
  27905.             <returns>A <see cref="T:System.Byte"></see> array holding the header collection.</returns>
  27906.         </member>
  27907.         <member name="M:System.Net.WebHeaderCollection.ToString">
  27908.             <summary>Obsolete.</summary>
  27909.             <returns>The <see cref="T:System.String"></see> representation of the collection.</returns>
  27910.         </member>
  27911.         <member name="P:System.Net.WebHeaderCollection.AllKeys">
  27912.             <summary>Gets all header names (keys) in the collection.</summary>
  27913.             <returns>An array of type <see cref="T:System.String"></see> containing all header names in a Web request.</returns>
  27914.         </member>
  27915.         <member name="P:System.Net.WebHeaderCollection.Count">
  27916.             <summary>Gets the number of headers in the collection.</summary>
  27917.             <returns>An <see cref="T:System.Int32"></see> indicating the number of headers in a request.</returns>
  27918.         </member>
  27919.         <member name="P:System.Net.WebHeaderCollection.Item(System.Net.HttpRequestHeader)">
  27920.             <summary>Gets or sets the specified request header.</summary>
  27921.             <returns>A <see cref="T:System.String"></see> instance containing the specified header value.</returns>
  27922.             <param name="header">The request header value.</param>
  27923.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection"></see> instance does not allow instances of <see cref="T:System.Net.HttpRequestHeader"></see>. </exception>
  27924.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27925.         </member>
  27926.         <member name="P:System.Net.WebHeaderCollection.Item(System.Net.HttpResponseHeader)">
  27927.             <summary>Gets or sets the specified response header.</summary>
  27928.             <returns>A <see cref="T:System.String"></see> instance containing the specified header.</returns>
  27929.             <param name="header">The response header value.</param>
  27930.             <exception cref="T:System.ArgumentOutOfRangeException">The length of value is greater than 65535. </exception>
  27931.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.WebHeaderCollection"></see> instance does not allow instances of <see cref="T:System.Net.HttpResponseHeader"></see>. </exception>
  27932.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  27933.         </member>
  27934.         <member name="P:System.Net.WebHeaderCollection.Keys">
  27935.             <summary>Gets the collection of header names (keys) in the collection.</summary>
  27936.             <returns>A <see cref="T:System.Collections.Specialized.NameObjectCollectionBase.KeysCollection"></see> containing all header names in a Web request.</returns>
  27937.         </member>
  27938.         <member name="T:System.Net.WebPermission">
  27939.             <summary>Controls rights to access HTTP Internet resources.</summary>
  27940.         </member>
  27941.         <member name="M:System.Net.WebPermission.#ctor">
  27942.             <summary>Creates a new instance of the <see cref="T:System.Net.WebPermission"></see> class.</summary>
  27943.         </member>
  27944.         <member name="M:System.Net.WebPermission.#ctor(System.Security.Permissions.PermissionState)">
  27945.             <summary>Creates a new instance of the <see cref="T:System.Net.WebPermission"></see> class that passes all demands or fails all demands.</summary>
  27946.             <param name="state">A <see cref="T:System.Security.Permissions.PermissionState"></see> value. </param>
  27947.         </member>
  27948.         <member name="M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)">
  27949.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebPermission"></see> class with the specified access rights for the specified URI regular expression.</summary>
  27950.             <param name="uriRegex">A regular expression that describes the URI to which access is to be granted. </param>
  27951.             <param name="access">A <see cref="T:System.Net.NetworkAccess"></see> value that indicates what kind of access to grant to the specified URI. <see cref="F:System.Net.NetworkAccess.Accept"></see> indicates that the application is allowed to accept connections from the Internet on a local resource. <see cref="F:System.Net.NetworkAccess.Connect"></see> indicates that the application is allowed to connect to specific Internet resources. </param>
  27952.         </member>
  27953.         <member name="M:System.Net.WebPermission.#ctor(System.Net.NetworkAccess,System.String)">
  27954.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebPermission"></see> class with the specified access rights for the specified URI.</summary>
  27955.             <param name="uriString">A URI string to which access rights are granted. </param>
  27956.             <param name="access">A NetworkAccess value that indicates what kind of access to grant to the specified URI. <see cref="F:System.Net.NetworkAccess.Accept"></see> indicates that the application is allowed to accept connections from the Internet on a local resource. <see cref="F:System.Net.NetworkAccess.Connect"></see> indicates that the application is allowed to connect to specific Internet resources. </param>
  27957.             <exception cref="T:System.ArgumentNullException">uriString is null. </exception>
  27958.         </member>
  27959.         <member name="M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.Text.RegularExpressions.Regex)">
  27960.             <summary>Adds the specified URI with the specified access rights to the current <see cref="T:System.Net.WebPermission"></see>.</summary>
  27961.             <param name="uriRegex">A regular expression that describes the set of URIs to which access rights are granted. </param>
  27962.             <param name="access">A NetworkAccess that specifies the access rights that are granted to the URI. </param>
  27963.             <exception cref="T:System.ArgumentNullException">The uriRegex parameter is null. </exception>
  27964.         </member>
  27965.         <member name="M:System.Net.WebPermission.AddPermission(System.Net.NetworkAccess,System.String)">
  27966.             <summary>Adds the specified URI string with the specified access rights to the current <see cref="T:System.Net.WebPermission"></see>.</summary>
  27967.             <param name="uriString">A string that describes the URI to which access rights are granted. </param>
  27968.             <param name="access">A <see cref="T:System.Net.NetworkAccess"></see> that specifies the access rights that are granted to the URI. </param>
  27969.             <exception cref="T:System.ArgumentNullException">uriString is null. </exception>
  27970.         </member>
  27971.         <member name="M:System.Net.WebPermission.Copy">
  27972.             <summary>Creates a copy of a <see cref="T:System.Net.WebPermission"></see>.</summary>
  27973.             <returns>A new instance of the <see cref="T:System.Net.WebPermission"></see> class that has the same values as the original. </returns>
  27974.         </member>
  27975.         <member name="M:System.Net.WebPermission.FromXml(System.Security.SecurityElement)">
  27976.             <summary>Reconstructs a <see cref="T:System.Net.WebPermission"></see> from an XML encoding.</summary>
  27977.             <param name="securityElement">The XML encoding from which to reconstruct the <see cref="T:System.Net.WebPermission"></see>. </param>
  27978.             <exception cref="T:System.ArgumentException">securityElement is not a permission element for this type. </exception>
  27979.             <exception cref="T:System.ArgumentNullException">The securityElement parameter is null.</exception>
  27980.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  27981.         </member>
  27982.         <member name="M:System.Net.WebPermission.Intersect(System.Security.IPermission)">
  27983.             <summary>Returns the logical intersection of two <see cref="T:System.Net.WebPermission"></see> instances.</summary>
  27984.             <returns>A new <see cref="T:System.Net.WebPermission"></see> that represents the intersection of the current instance and the target parameter. If the intersection is empty, the method returns null.</returns>
  27985.             <param name="target">The <see cref="T:System.Net.WebPermission"></see> to compare with the current instance. </param>
  27986.             <exception cref="T:System.ArgumentException">target is not null or of type <see cref="T:System.Net.WebPermission"></see></exception>
  27987.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  27988.         </member>
  27989.         <member name="M:System.Net.WebPermission.IsSubsetOf(System.Security.IPermission)">
  27990.             <summary>Determines whether the current <see cref="T:System.Net.WebPermission"></see> is a subset of the specified object.</summary>
  27991.             <returns>true if the current instance is a subset of the target parameter; otherwise, false. If the target is null, the method returns true for an empty current permission that is not unrestricted and false otherwise.</returns>
  27992.             <param name="target">The <see cref="T:System.Net.WebPermission"></see> to compare to the current <see cref="T:System.Net.WebPermission"></see>. </param>
  27993.             <exception cref="T:System.NotSupportedException">The current instance contains a Regex-encoded right and there is not exactly the same right found in the target instance. </exception>
  27994.             <exception cref="T:System.ArgumentException">The target parameter is not an instance of <see cref="T:System.Net.WebPermission"></see>. </exception>
  27995.         </member>
  27996.         <member name="M:System.Net.WebPermission.IsUnrestricted">
  27997.             <summary>Checks the overall permission state of the <see cref="T:System.Net.WebPermission"></see>.</summary>
  27998.             <returns>true if the <see cref="T:System.Net.WebPermission"></see> was created with the <see cref="F:System.Security.Permissions.PermissionState.Unrestricted"></see><see cref="T:System.Security.Permissions.PermissionState"></see>; otherwise, false.</returns>
  27999.         </member>
  28000.         <member name="M:System.Net.WebPermission.ToXml">
  28001.             <summary>Creates an XML encoding of a <see cref="T:System.Net.WebPermission"></see> and its current state.</summary>
  28002.             <returns>A <see cref="T:System.Security.SecurityElement"></see> that contains an XML-encoded representation of the <see cref="T:System.Net.WebPermission"></see>, including state information.</returns>
  28003.         </member>
  28004.         <member name="M:System.Net.WebPermission.Union(System.Security.IPermission)">
  28005.             <summary>Returns the logical union between two instances of the <see cref="T:System.Net.WebPermission"></see> class.</summary>
  28006.             <returns>A <see cref="T:System.Net.WebPermission"></see> that represents the union of the current instance and the target parameter. If either WebPermission is <see cref="F:System.Security.Permissions.PermissionState.Unrestricted"></see>, the method returns a <see cref="T:System.Net.WebPermission"></see> that is <see cref="F:System.Security.Permissions.PermissionState.Unrestricted"></see>. If the target is null, the method returns a copy of the current <see cref="T:System.Net.WebPermission"></see>.</returns>
  28007.             <param name="target">The <see cref="T:System.Net.WebPermission"></see> to combine with the current <see cref="T:System.Net.WebPermission"></see>. </param>
  28008.             <exception cref="T:System.ArgumentException">target is not null or of type <see cref="T:System.Net.WebPermission"></see>. </exception>
  28009.         </member>
  28010.         <member name="P:System.Net.WebPermission.AcceptList">
  28011.             <summary>This property returns an enumeration of a single accept permissions held by this <see cref="T:System.Net.WebPermission"></see>. The possible objects types contained in the returned enumeration are <see cref="T:System.String"></see> and <see cref="T:System.Text.RegularExpressions.Regex"></see>.</summary>
  28012.             <returns>The <see cref="T:System.Collections.IEnumerator"></see> interface that contains accept permissions.</returns>
  28013.         </member>
  28014.         <member name="P:System.Net.WebPermission.ConnectList">
  28015.             <summary>This property returns an enumeration of a single connect permissions held by this <see cref="T:System.Net.WebPermission"></see>. The possible objects types contained in the returned enumeration are <see cref="T:System.String"></see> and <see cref="T:System.Text.RegularExpressions.Regex"></see>.</summary>
  28016.             <returns>The <see cref="T:System.Collections.IEnumerator"></see> interface that contains connect permissions.</returns>
  28017.         </member>
  28018.         <member name="T:System.Net.WebPermissionAttribute">
  28019.             <summary>Specifies permission to access Internet resources. This class cannot be inherited.</summary>
  28020.         </member>
  28021.         <member name="M:System.Net.WebPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  28022.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebPermissionAttribute"></see> class with a value that specifies the security actions that can be performed on this class.</summary>
  28023.             <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction"></see> values. </param>
  28024.             <exception cref="T:System.ArgumentException">action is not a valid <see cref="T:System.Security.Permissions.SecurityAction"></see> value. </exception>
  28025.         </member>
  28026.         <member name="M:System.Net.WebPermissionAttribute.CreatePermission">
  28027.             <summary>Creates and returns a new instance of the <see cref="T:System.Net.WebPermission"></see> class.</summary>
  28028.             <returns>A <see cref="T:System.Net.WebPermission"></see> corresponding to the security declaration.</returns>
  28029.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  28030.         </member>
  28031.         <member name="P:System.Net.WebPermissionAttribute.Accept">
  28032.             <summary>Gets or sets the URI string accepted by the current <see cref="T:System.Net.WebPermissionAttribute"></see>.</summary>
  28033.             <returns>A string containing the URI accepted by the current <see cref="T:System.Net.WebPermissionAttribute"></see>.</returns>
  28034.             <exception cref="T:System.ArgumentException"><see cref="P:System.Net.WebPermissionAttribute.Accept"></see> is not null when you attempt to set the value. If you wish to specify more than one Accept URI, use an additional attribute declaration statement. </exception>
  28035.         </member>
  28036.         <member name="P:System.Net.WebPermissionAttribute.AcceptPattern">
  28037.             <summary>Gets or sets a regular expression pattern that describes the URI accepted by the current <see cref="T:System.Net.WebPermissionAttribute"></see>.</summary>
  28038.             <returns>A string containing a regular expression pattern that describes the URI accepted by the current <see cref="T:System.Net.WebPermissionAttribute"></see>. This string must be escaped according to the rules for encoding a <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor string.</returns>
  28039.             <exception cref="T:System.ArgumentException"><see cref="P:System.Net.WebPermissionAttribute.AcceptPattern"></see> is not null when you attempt to set the value. If you wish to specify more than one Accept URI, use an additional attribute declaration statement. </exception>
  28040.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  28041.         </member>
  28042.         <member name="P:System.Net.WebPermissionAttribute.Connect">
  28043.             <summary>Gets or sets the URI connection string controlled by the current <see cref="T:System.Net.WebPermissionAttribute"></see>.</summary>
  28044.             <returns>A string containing the URI connection controlled by the current <see cref="T:System.Net.WebPermissionAttribute"></see>.</returns>
  28045.             <exception cref="T:System.ArgumentException"><see cref="P:System.Net.WebPermissionAttribute.Connect"></see> is not null when you attempt to set the value. If you wish to specify more than one Connect URI, use an additional attribute declaration statement. </exception>
  28046.         </member>
  28047.         <member name="P:System.Net.WebPermissionAttribute.ConnectPattern">
  28048.             <summary>Gets or sets a regular expression pattern that describes the URI connection controlled by the current <see cref="T:System.Net.WebPermissionAttribute"></see>.</summary>
  28049.             <returns>A string containing a regular expression pattern that describes the URI connection controlled by this <see cref="T:System.Net.WebPermissionAttribute"></see>.</returns>
  28050.             <exception cref="T:System.ArgumentException"><see cref="P:System.Net.WebPermissionAttribute.ConnectPattern"></see> is not null when you attempt to set the value. If you wish to specify more than one connect URI, use an additional attribute declaration statement. </exception>
  28051.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  28052.         </member>
  28053.         <member name="T:System.Net.WebProxy">
  28054.             <summary>Contains HTTP proxy settings for the <see cref="T:System.Net.WebRequest"></see> class.</summary>
  28055.         </member>
  28056.         <member name="M:System.Net.WebProxy.#ctor">
  28057.             <summary>Initializes an empty instance of the <see cref="T:System.Net.WebProxy"></see> class.</summary>
  28058.         </member>
  28059.         <member name="M:System.Net.WebProxy.#ctor(System.String)">
  28060.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebProxy"></see> class with the specified URI.</summary>
  28061.             <param name="Address">The URI of the proxy server. </param>
  28062.             <exception cref="T:System.UriFormatException">Address is an invalid URI. </exception>
  28063.         </member>
  28064.         <member name="M:System.Net.WebProxy.#ctor(System.Uri)">
  28065.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebProxy"></see> class from the specified <see cref="T:System.Uri"></see> instance.</summary>
  28066.             <param name="Address">A <see cref="T:System.Uri"></see> instance that contains the address of the proxy server. </param>
  28067.         </member>
  28068.         <member name="M:System.Net.WebProxy.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  28069.             <summary>Initializes an instance of the <see cref="T:System.Net.WebProxy"></see> class using previously serialized content.</summary>
  28070.             <param name="serializationInfo">The serialization data. </param>
  28071.             <param name="streamingContext">The context for the serialized data. </param>
  28072.         </member>
  28073.         <member name="M:System.Net.WebProxy.#ctor(System.String,System.Boolean)">
  28074.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebProxy"></see> class with the specified URI and bypass setting.</summary>
  28075.             <param name="BypassOnLocal">true to bypass the proxy for local addresses; otherwise, false. </param>
  28076.             <param name="Address">The URI of the proxy server. </param>
  28077.             <exception cref="T:System.UriFormatException">Address is an invalid URI. </exception>
  28078.         </member>
  28079.         <member name="M:System.Net.WebProxy.#ctor(System.String,System.Int32)">
  28080.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebProxy"></see> class with the specified host and port number.</summary>
  28081.             <param name="Port">The port number on Host to use. </param>
  28082.             <param name="Host">The name of the proxy host. </param>
  28083.             <exception cref="T:System.UriFormatException">The URI formed by combining Host and Port is not a valid URI. </exception>
  28084.         </member>
  28085.         <member name="M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean)">
  28086.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebProxy"></see> class with the <see cref="T:System.Uri"></see> instance and bypass setting.</summary>
  28087.             <param name="BypassOnLocal">true to bypass the proxy for local addresses; otherwise, false. </param>
  28088.             <param name="Address">A <see cref="T:System.Uri"></see> instance that contains the address of the proxy server. </param>
  28089.         </member>
  28090.         <member name="M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[])">
  28091.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebProxy"></see> class with the specified URI, bypass setting, and list of URIs to bypass.</summary>
  28092.             <param name="BypassOnLocal">true to bypass the proxy for local addresses; otherwise, false. </param>
  28093.             <param name="Address">The URI of the proxy server. </param>
  28094.             <param name="BypassList">An array of regular expression strings that contain the URIs of the servers to bypass. </param>
  28095.             <exception cref="T:System.UriFormatException">Address is an invalid URI. </exception>
  28096.         </member>
  28097.         <member name="M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[])">
  28098.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebProxy"></see> class with the specified <see cref="T:System.Uri"></see> instance, bypass setting, and list of URIs to bypass.</summary>
  28099.             <param name="BypassOnLocal">true to bypass the proxy for local addresses; otherwise, false. </param>
  28100.             <param name="Address">A <see cref="T:System.Uri"></see> instance that contains the address of the proxy server. </param>
  28101.             <param name="BypassList">An array of regular expression strings that contains the URIs of the servers to bypass. </param>
  28102.         </member>
  28103.         <member name="M:System.Net.WebProxy.#ctor(System.String,System.Boolean,System.String[],System.Net.ICredentials)">
  28104.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebProxy"></see> class with the specified URI, bypass setting, list of URIs to bypass, and credentials.</summary>
  28105.             <param name="BypassOnLocal">true to bypass the proxy for local addresses; otherwise, false. </param>
  28106.             <param name="Credentials">An <see cref="T:System.Net.ICredentials"></see> instance to submit to the proxy server for authentication. </param>
  28107.             <param name="Address">The URI of the proxy server. </param>
  28108.             <param name="BypassList">An array of regular expression strings that contains the URIs of the servers to bypass. </param>
  28109.             <exception cref="T:System.UriFormatException">Address is an invalid URI. </exception>
  28110.         </member>
  28111.         <member name="M:System.Net.WebProxy.#ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)">
  28112.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebProxy"></see> class with the specified <see cref="T:System.Uri"></see> instance, bypass setting, list of URIs to bypass, and credentials.</summary>
  28113.             <param name="BypassOnLocal">true to bypass the proxy for local addresses; otherwise, false. </param>
  28114.             <param name="Credentials">An <see cref="T:System.Net.ICredentials"></see> instance to submit to the proxy server for authentication. </param>
  28115.             <param name="Address">A <see cref="T:System.Uri"></see> instance that contains the address of the proxy server. </param>
  28116.             <param name="BypassList">An array of regular expression strings that contains the URIs of the servers to bypass. </param>
  28117.         </member>
  28118.         <member name="M:System.Net.WebProxy.GetDefaultProxy">
  28119.             <summary>Reads the Internet Explorer nondynamic proxy settings.</summary>
  28120.             <returns>A <see cref="T:System.Net.WebProxy"></see> instance that contains the nondynamic proxy settings from Internet Explorer 5.5 and later.</returns>
  28121.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  28122.         </member>
  28123.         <member name="M:System.Net.WebProxy.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  28124.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data that is needed to serialize the target object.</summary>
  28125.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  28126.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  28127.         </member>
  28128.         <member name="M:System.Net.WebProxy.GetProxy(System.Uri)">
  28129.             <summary>Returns the proxied URI for a request.</summary>
  28130.             <returns>The <see cref="T:System.Uri"></see> instance of the Internet resource, if the resource is on the bypass list; otherwise, the <see cref="T:System.Uri"></see> instance of the proxy.</returns>
  28131.             <param name="destination">The <see cref="T:System.Uri"></see> instance of the requested Internet resource. </param>
  28132.         </member>
  28133.         <member name="M:System.Net.WebProxy.IsBypassed(System.Uri)">
  28134.             <summary>Indicates whether to use the proxy server for the specified host.</summary>
  28135.             <returns>true if the proxy server should not be used for host; otherwise, false.</returns>
  28136.             <param name="host">The <see cref="T:System.Uri"></see> instance of the host to check for proxy use. </param>
  28137.         </member>
  28138.         <member name="M:System.Net.WebProxy.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  28139.             <summary>Creates the serialization data and context that are used by the system to serialize a <see cref="T:System.Net.WebProxy"></see> object.</summary>
  28140.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object to populate with data. </param>
  28141.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> structure that indicates the destination for this serialization. </param>
  28142.         </member>
  28143.         <member name="P:System.Net.WebProxy.Address">
  28144.             <summary>Gets or sets the address of the proxy server.</summary>
  28145.             <returns>A <see cref="T:System.Uri"></see> instance that contains the address of the proxy server.</returns>
  28146.         </member>
  28147.         <member name="P:System.Net.WebProxy.BypassArrayList">
  28148.             <summary>Gets a list of addresses that do not use the proxy server.</summary>
  28149.             <returns>An <see cref="T:System.Collections.ArrayList"></see> that contains a list of <see cref="P:System.Net.WebProxy.BypassList"></see> arrays that represents URIs that do not use the proxy server when accessed.</returns>
  28150.         </member>
  28151.         <member name="P:System.Net.WebProxy.BypassList">
  28152.             <summary>Gets or sets an array of addresses that do not use the proxy server.</summary>
  28153.             <returns>An array that contains a list of regular expressions that describe URIs that do not use the proxy server when accessed.</returns>
  28154.         </member>
  28155.         <member name="P:System.Net.WebProxy.BypassProxyOnLocal">
  28156.             <summary>Gets or sets a value that indicates whether to bypass the proxy server for local addresses.</summary>
  28157.             <returns>true to bypass the proxy server for local addresses; otherwise, false. The default value is false.</returns>
  28158.         </member>
  28159.         <member name="P:System.Net.WebProxy.Credentials">
  28160.             <summary>Gets or sets the credentials to submit to the proxy server for authentication.</summary>
  28161.             <returns>An <see cref="T:System.Net.ICredentials"></see> instance that contains the credentials to submit to the proxy server for authentication.</returns>
  28162.             <exception cref="T:System.InvalidOperationException">You attempted to set this property when the <see cref="P:System.Net.WebProxy.UseDefaultCredentials"></see>  property was set to true. </exception>
  28163.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28164.         </member>
  28165.         <member name="P:System.Net.WebProxy.UseDefaultCredentials">
  28166.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that controls whether the <see cref="P:System.Net.CredentialCache.DefaultCredentials"></see> are sent with requests.</summary>
  28167.             <returns>true if the default credentials are used; otherwise, false. The default value is false.</returns>
  28168.             <exception cref="T:System.InvalidOperationException">You attempted to set this property when the <see cref="P:System.Net.WebProxy.Credentials"></see> property contains credentials other than the default credentials. For more information, see the Remarks section.</exception>
  28169.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="USERNAME" /></PermissionSet>
  28170.         </member>
  28171.         <member name="T:System.Net.WebRequest">
  28172.             <summary>Makes a request to a Uniform Resource Identifier (URI). This is an abstract class.</summary>
  28173.         </member>
  28174.         <member name="M:System.Net.WebRequest.#ctor">
  28175.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebRequest"></see> class.</summary>
  28176.         </member>
  28177.         <member name="M:System.Net.WebRequest.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  28178.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebRequest"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  28179.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information required to serialize the new <see cref="T:System.Net.WebRequest"></see> instance. </param>
  28180.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that indicates the source of the serialized stream associated with the new <see cref="T:System.Net.WebRequest"></see> instance. </param>
  28181.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the constructor, when the constructor is not overridden in a descendant class. </exception>
  28182.         </member>
  28183.         <member name="M:System.Net.WebRequest.Abort">
  28184.             <summary>Aborts the Request </summary>
  28185.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28186.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28187.         </member>
  28188.         <member name="M:System.Net.WebRequest.BeginGetRequestStream(System.AsyncCallback,System.Object)">
  28189.             <summary>When overridden in a descendant class, provides an asynchronous version of the <see cref="M:System.Net.WebRequest.GetRequestStream"></see> method.</summary>
  28190.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous request.</returns>
  28191.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  28192.             <param name="state">An object containing state information for this asynchronous request. </param>
  28193.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28194.         </member>
  28195.         <member name="M:System.Net.WebRequest.BeginGetResponse(System.AsyncCallback,System.Object)">
  28196.             <summary>When overridden in a descendant class, begins an asynchronous request for an Internet resource.</summary>
  28197.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous request.</returns>
  28198.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  28199.             <param name="state">An object containing state information for this asynchronous request. </param>
  28200.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28201.         </member>
  28202.         <member name="M:System.Net.WebRequest.Create(System.String)">
  28203.             <summary>Initializes a new <see cref="T:System.Net.WebRequest"></see> instance for the specified URI scheme.</summary>
  28204.             <returns>A <see cref="T:System.Net.WebRequest"></see> descendant for the specific URI scheme.</returns>
  28205.             <param name="requestUriString">The URI that identifies the Internet resource. </param>
  28206.             <exception cref="T:System.NotSupportedException">The request scheme specified in requestUriString has not been registered. </exception>
  28207.             <exception cref="T:System.UriFormatException">The URI specified in requestUriString is not a valid URI. </exception>
  28208.             <exception cref="T:System.Security.SecurityException">The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. </exception>
  28209.             <exception cref="T:System.ArgumentNullException">requestUriString is null. </exception>
  28210.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28211.         </member>
  28212.         <member name="M:System.Net.WebRequest.Create(System.Uri)">
  28213.             <summary>Initializes a new <see cref="T:System.Net.WebRequest"></see> instance for the specified URI scheme.</summary>
  28214.             <returns>A <see cref="T:System.Net.WebRequest"></see> descendant for the specified URI scheme.</returns>
  28215.             <param name="requestUri">A <see cref="T:System.Uri"></see> containing the URI of the requested resource. </param>
  28216.             <exception cref="T:System.ArgumentNullException">requestUri is null. </exception>
  28217.             <exception cref="T:System.Security.SecurityException">The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. </exception>
  28218.             <exception cref="T:System.NotSupportedException">The request scheme specified in requestUri is not registered. </exception>
  28219.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28220.         </member>
  28221.         <member name="M:System.Net.WebRequest.CreateDefault(System.Uri)">
  28222.             <summary>Initializes a new <see cref="T:System.Net.WebRequest"></see> instance for the specified URI scheme.</summary>
  28223.             <returns>A <see cref="T:System.Net.WebRequest"></see> descendant for the specified URI scheme.</returns>
  28224.             <param name="requestUri">A <see cref="T:System.Uri"></see> containing the URI of the requested resource. </param>
  28225.             <exception cref="T:System.ArgumentNullException">requestUri is null. </exception>
  28226.             <exception cref="T:System.Security.SecurityException">The caller does not have permission to connect to the requested URI or a URI that the request is redirected to. </exception>
  28227.             <exception cref="T:System.NotSupportedException">The request scheme specified in requestUri is not registered. </exception>
  28228.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28229.         </member>
  28230.         <member name="M:System.Net.WebRequest.EndGetRequestStream(System.IAsyncResult)">
  28231.             <summary>When overridden in a descendant class, returns a <see cref="T:System.IO.Stream"></see> for writing data to the Internet resource.</summary>
  28232.             <returns>A <see cref="T:System.IO.Stream"></see> to write data to.</returns>
  28233.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that references a pending request for a stream. </param>
  28234.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28235.         </member>
  28236.         <member name="M:System.Net.WebRequest.EndGetResponse(System.IAsyncResult)">
  28237.             <summary>When overridden in a descendant class, returns a <see cref="T:System.Net.WebResponse"></see>.</summary>
  28238.             <returns>A <see cref="T:System.Net.WebResponse"></see> that contains a response to the Internet request.</returns>
  28239.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that references a pending request for a response. </param>
  28240.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28241.         </member>
  28242.         <member name="M:System.Net.WebRequest.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  28243.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the target object.</summary>
  28244.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  28245.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  28246.         </member>
  28247.         <member name="M:System.Net.WebRequest.GetRequestStream">
  28248.             <summary>When overridden in a descendant class, returns a <see cref="T:System.IO.Stream"></see> for writing data to the Internet resource.</summary>
  28249.             <returns>A <see cref="T:System.IO.Stream"></see> for writing data to the Internet resource.</returns>
  28250.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28251.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28252.         </member>
  28253.         <member name="M:System.Net.WebRequest.GetResponse">
  28254.             <summary>When overridden in a descendant class, returns a response to an Internet request.</summary>
  28255.             <returns>A <see cref="T:System.Net.WebResponse"></see> containing the response to the Internet request.</returns>
  28256.             <exception cref="T:System.NotImplementedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28257.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28258.         </member>
  28259.         <member name="M:System.Net.WebRequest.GetSystemWebProxy">
  28260.             <summary>Returns a proxy configured with the Internet Explorer settings of the currently impersonated user.</summary>
  28261.             <returns>An <see cref="T:System.Net.IWebProxy"></see> used by every call to instances of <see cref="T:System.Net.WebRequest"></see>.</returns>
  28262.         </member>
  28263.         <member name="M:System.Net.WebRequest.RegisterPrefix(System.String,System.Net.IWebRequestCreate)">
  28264.             <summary>Registers a <see cref="T:System.Net.WebRequest"></see> descendant for the specified URI.</summary>
  28265.             <returns>true if registration is successful; otherwise, false.</returns>
  28266.             <param name="prefix">The complete URI or URI prefix that the <see cref="T:System.Net.WebRequest"></see> descendant services. </param>
  28267.             <param name="creator">The create method that the <see cref="T:System.Net.WebRequest"></see> calls to create the <see cref="T:System.Net.WebRequest"></see> descendant. </param>
  28268.             <exception cref="T:System.ArgumentNullException">prefix is null-or- creator is null. </exception>
  28269.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /><IPermission class="System.Net.WebPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  28270.         </member>
  28271.         <member name="M:System.Net.WebRequest.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  28272.             <summary>When overridden in a descendant class, populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data needed to serialize the <see cref="T:System.Net.WebRequest"></see>.</summary>
  28273.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see>, which holds the serialized data for the <see cref="T:System.Net.WebRequest"></see>. </param>
  28274.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the destination of the serialized stream associated with the new <see cref="T:System.Net.WebRequest"></see>. </param>
  28275.             <exception cref="T:System.NotImplementedException">An attempt is made to serialize the object, when the interface is not overridden in a descendant class. </exception>
  28276.         </member>
  28277.         <member name="P:System.Net.WebRequest.AuthenticationLevel">
  28278.             <summary>Gets or sets values indicating the level of authentication and impersonation used for this request.</summary>
  28279.             <returns>A bitwise combination of the <see cref="T:System.Net.Security.AuthenticationLevel"></see> values. The default value is <see cref="F:System.Net.Security.AuthenticationLevel.MutualAuthRequested"></see>.In mutual authentication, both the client and server present credentials to establish their identity. The <see cref="F:System.Net.Security.AuthenticationLevel.MutualAuthRequired"></see> and <see cref="F:System.Net.Security.AuthenticationLevel.MutualAuthRequested"></see> values are relevant for Kerberos authentication. Kerberos authentication can be supported directly, or can be used if the Negotiate security protocol is used to select the actual security protocol. For more information about authentication protocols, see Internet Authentication.To determine whether mutual authentication occurred, check the <see cref="P:System.Net.WebResponse.IsMutuallyAuthenticated"></see> property. If you specify the <see cref="F:System.Net.Security.AuthenticationLevel.MutualAuthRequired"></see> authentication flag value and mutual authentication does not occur, your application will receive an <see cref="T:System.IO.IOException"></see> with a <see cref="T:System.Net.ProtocolViolationException"></see> inner exception indicating that mutual authentication failed.</returns>
  28280.         </member>
  28281.         <member name="P:System.Net.WebRequest.CachePolicy">
  28282.             <summary>Gets or sets the cache policy for this request.</summary>
  28283.             <returns>A <see cref="T:System.Net.Cache.RequestCachePolicy"></see> object that defines a cache policy.</returns>
  28284.         </member>
  28285.         <member name="P:System.Net.WebRequest.ConnectionGroupName">
  28286.             <summary>When overridden in a descendant class, gets or sets the name of the connection group for the request.</summary>
  28287.             <returns>The name of the connection group for the request.</returns>
  28288.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28289.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28290.         </member>
  28291.         <member name="P:System.Net.WebRequest.ContentLength">
  28292.             <summary>When overridden in a descendant class, gets or sets the content length of the request data being sent.</summary>
  28293.             <returns>The number of bytes of request data being sent.</returns>
  28294.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28295.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28296.         </member>
  28297.         <member name="P:System.Net.WebRequest.ContentType">
  28298.             <summary>When overridden in a descendant class, gets or sets the content type of the request data being sent.</summary>
  28299.             <returns>The content type of the request data.</returns>
  28300.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28301.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28302.         </member>
  28303.         <member name="P:System.Net.WebRequest.Credentials">
  28304.             <summary>When overridden in a descendant class, gets or sets the network credentials used for authenticating the request with the Internet resource.</summary>
  28305.             <returns>An <see cref="T:System.Net.ICredentials"></see> containing the authentication credentials associated with the request. The default is null.</returns>
  28306.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28307.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28308.         </member>
  28309.         <member name="P:System.Net.WebRequest.DefaultCachePolicy">
  28310.             <summary>Gets or sets the default cache policy for this request.</summary>
  28311.             <returns>A <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> that specifies the cache policy in effect for this request when no other policy is applicable.</returns>
  28312.         </member>
  28313.         <member name="P:System.Net.WebRequest.DefaultWebProxy">
  28314.             <summary>Gets or sets the global HTTP proxy.</summary>
  28315.             <returns>An <see cref="T:System.Net.IWebProxy"></see> used by every call to instances of <see cref="T:System.Net.WebRequest"></see>.</returns>
  28316.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation was null. </exception>
  28317.         </member>
  28318.         <member name="P:System.Net.WebRequest.Headers">
  28319.             <summary>When overridden in a descendant class, gets or sets the collection of header name/value pairs associated with the request.</summary>
  28320.             <returns>A <see cref="T:System.Net.WebHeaderCollection"></see> containing the header name/value pairs associated with this request.</returns>
  28321.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28322.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28323.         </member>
  28324.         <member name="P:System.Net.WebRequest.ImpersonationLevel">
  28325.             <summary>Gets or sets the impersonation level for the current request.</summary>
  28326.             <returns>A <see cref="T:System.Security.Principal.TokenImpersonationLevel"></see> value.</returns>
  28327.         </member>
  28328.         <member name="P:System.Net.WebRequest.Method">
  28329.             <summary>When overridden in a descendant class, gets or sets the protocol method to use in this request.</summary>
  28330.             <returns>The protocol method to use in this request.</returns>
  28331.             <exception cref="T:System.NotImplementedException">If the property is not overridden in a descendant class, any attempt is made to get or set the property. </exception>
  28332.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28333.         </member>
  28334.         <member name="P:System.Net.WebRequest.PreAuthenticate">
  28335.             <summary>When overridden in a descendant class, indicates whether to pre-authenticate the request.</summary>
  28336.             <returns>true to pre-authenticate; otherwise, false.</returns>
  28337.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28338.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28339.         </member>
  28340.         <member name="P:System.Net.WebRequest.Proxy">
  28341.             <summary>When overridden in a descendant class, gets or sets the network proxy to use to access this Internet resource.</summary>
  28342.             <returns>The <see cref="T:System.Net.IWebProxy"></see> to use to access the Internet resource.</returns>
  28343.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28344.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28345.         </member>
  28346.         <member name="P:System.Net.WebRequest.RequestUri">
  28347.             <summary>When overridden in a descendant class, gets the URI of the Internet resource associated with the request.</summary>
  28348.             <returns>A <see cref="T:System.Uri"></see> representing the resource associated with the request </returns>
  28349.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28350.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28351.         </member>
  28352.         <member name="P:System.Net.WebRequest.Timeout">
  28353.             <summary>Gets or sets the length of time before the request times out.</summary>
  28354.             <returns>The length of time, in milliseconds, until the request times out, or the value <see cref="F:System.Threading.Timeout.Infinite"></see> to indicate that the request does not time out. The default value is defined by the descendant class.</returns>
  28355.             <exception cref="T:System.NotImplementedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28356.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28357.         </member>
  28358.         <member name="P:System.Net.WebRequest.UseDefaultCredentials">
  28359.             <summary>When overridden in a descendant class, gets or sets a <see cref="T:System.Boolean"></see> value that controls whether <see cref="P:System.Net.CredentialCache.DefaultCredentials"></see> are sent with requests.</summary>
  28360.             <returns>true if the default credentials are used; otherwise false. The default value is false.</returns>
  28361.             <exception cref="T:System.InvalidOperationException">You attempted to set this property after the request was sent.</exception>
  28362.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28363.         </member>
  28364.         <member name="T:System.Net.WebRequestMethods">
  28365.             <summary>Container class for <see cref="T:System.Net.WebRequestMethods.Ftp"></see>, <see cref="T:System.Net.WebRequestMethods.File"></see>, and <see cref="T:System.Net.WebRequestMethods.Http"></see> classes. This class cannot be inherited</summary>
  28366.         </member>
  28367.         <member name="T:System.Net.WebRequestMethods.File">
  28368.             <summary>Represents the types of file protocol methods that can be used with a FILE request. This class cannot be inherited.</summary>
  28369.         </member>
  28370.         <member name="F:System.Net.WebRequestMethods.File.DownloadFile">
  28371.             <summary>Represents the FILE GET protocol method that is used to retrieve a file from a specified location.</summary>
  28372.         </member>
  28373.         <member name="F:System.Net.WebRequestMethods.File.UploadFile">
  28374.             <summary>Represents the FILE PUT protocol method that is used to copy a file to a specified location.</summary>
  28375.         </member>
  28376.         <member name="T:System.Net.WebRequestMethods.Ftp">
  28377.             <summary>Represents the types of FTP protocol methods that can be used with an FTP request. This class cannot be inherited.</summary>
  28378.         </member>
  28379.         <member name="F:System.Net.WebRequestMethods.Ftp.AppendFile">
  28380.             <summary>Represents the FTP APPE protocol method that is used to append a file to an existing file on an FTP server.</summary>
  28381.         </member>
  28382.         <member name="F:System.Net.WebRequestMethods.Ftp.DeleteFile">
  28383.             <summary>Represents the FTP DELE protocol method that is used to delete a file on an FTP server.</summary>
  28384.         </member>
  28385.         <member name="F:System.Net.WebRequestMethods.Ftp.DownloadFile">
  28386.             <summary>Represents the FTP RETR protocol method that is used to download a file from an FTP server.</summary>
  28387.         </member>
  28388.         <member name="F:System.Net.WebRequestMethods.Ftp.GetFileSize">
  28389.             <summary>Represents the FTP SIZE protocol method that is used to retrieve the size of a file on an FTP server.</summary>
  28390.         </member>
  28391.         <member name="F:System.Net.WebRequestMethods.Ftp.ListDirectory">
  28392.             <summary>Represents the FTP NLIST protocol method that gets a short listing of the files on an FTP server.</summary>
  28393.         </member>
  28394.         <member name="F:System.Net.WebRequestMethods.Ftp.ListDirectoryDetails">
  28395.             <summary>Represents the FTP LIST protocol method that gets a detailed listing of the files on an FTP server.</summary>
  28396.         </member>
  28397.         <member name="F:System.Net.WebRequestMethods.Ftp.MakeDirectory">
  28398.             <summary>Represents the FTP MKD protocol method creates a directory on an FTP server.</summary>
  28399.         </member>
  28400.         <member name="F:System.Net.WebRequestMethods.Ftp.PrintWorkingDirectory">
  28401.             <summary>Represents the FTP PWD protocol method that prints the name of the current working directory.</summary>
  28402.         </member>
  28403.         <member name="F:System.Net.WebRequestMethods.Ftp.RemoveDirectory">
  28404.             <summary>Represents the FTP RMD protocol method that removes a directory.</summary>
  28405.         </member>
  28406.         <member name="F:System.Net.WebRequestMethods.Ftp.Rename">
  28407.             <summary>Represents the FTP RENAME protocol method that renames a directory.</summary>
  28408.         </member>
  28409.         <member name="F:System.Net.WebRequestMethods.Ftp.UploadFile">
  28410.             <summary>Represents the FTP STOR protocol method that uploads a file to an FTP server.</summary>
  28411.         </member>
  28412.         <member name="F:System.Net.WebRequestMethods.Ftp.UploadFileWithUniqueName">
  28413.             <summary>Represents the FTP STOU protocol that uploads a file with a unique name to an FTP server.</summary>
  28414.         </member>
  28415.         <member name="T:System.Net.WebRequestMethods.Http">
  28416.             <summary>Represents the types of HTTP protocol methods that can be used with an HTTP request.</summary>
  28417.         </member>
  28418.         <member name="F:System.Net.WebRequestMethods.Http.Connect">
  28419.             <summary>Represents the HTTP CONNECT protocol method that is used with a proxy that can dynamically switch to tunneling, as in the case of SSL tunneling.</summary>
  28420.         </member>
  28421.         <member name="F:System.Net.WebRequestMethods.Http.Get">
  28422.             <summary>Represents an HTTP GET protocol method. </summary>
  28423.         </member>
  28424.         <member name="F:System.Net.WebRequestMethods.Http.Head">
  28425.             <summary>Represents an HTTP HEAD protocol method. The HEAD method is identical to GET except that the server only returns message-headers in the response, without a message-body.</summary>
  28426.         </member>
  28427.         <member name="F:System.Net.WebRequestMethods.Http.MkCol">
  28428.             <summary>Represents an HTTP MKCOL request that creates a new collection (such as a collection of pages) at the location specified by the request-Uniform Resource Identifier (URI).</summary>
  28429.         </member>
  28430.         <member name="F:System.Net.WebRequestMethods.Http.Post">
  28431.             <summary>Represents an HTTP POST protocol method that is used to post a new entity as an addition to a URI.</summary>
  28432.         </member>
  28433.         <member name="F:System.Net.WebRequestMethods.Http.Put">
  28434.             <summary>Represents an HTTP PUT protocol method that is used to replace an entity identified by a URI.</summary>
  28435.         </member>
  28436.         <member name="T:System.Net.WebResponse">
  28437.             <summary>Provides a response from a Uniform Resource Identifier (URI). This is an abstract class.</summary>
  28438.         </member>
  28439.         <member name="M:System.Net.WebResponse.#ctor">
  28440.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebResponse"></see> class.</summary>
  28441.         </member>
  28442.         <member name="M:System.Net.WebResponse.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  28443.             <summary>Initializes a new instance of the <see cref="T:System.Net.WebResponse"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  28444.             <param name="serializationInfo">An instance of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> class that contains the information required to serialize the new <see cref="T:System.Net.WebRequest"></see> instance. </param>
  28445.             <param name="streamingContext">An instance of the <see cref="T:System.Runtime.Serialization.StreamingContext"></see> class that indicates the source of the serialized stream that is associated with the new <see cref="T:System.Net.WebRequest"></see> instance. </param>
  28446.             <exception cref="T:System.NotSupportedException">Any attempt is made to access the constructor, when the constructor is not overridden in a descendant class. </exception>
  28447.         </member>
  28448.         <member name="M:System.Net.WebResponse.Close">
  28449.             <summary>When overridden by a descendant class, closes the response stream.</summary>
  28450.             <exception cref="T:System.NotSupportedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28451.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28452.         </member>
  28453.         <member name="M:System.Net.WebResponse.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  28454.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data that is needed to serialize the target object.</summary>
  28455.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  28456.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization. </param>
  28457.         </member>
  28458.         <member name="M:System.Net.WebResponse.GetResponseStream">
  28459.             <summary>When overridden in a descendant class, returns the data stream from the Internet resource.</summary>
  28460.             <returns>An instance of the <see cref="T:System.IO.Stream"></see> class for reading data from the Internet resource.</returns>
  28461.             <exception cref="T:System.NotSupportedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28462.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28463.         </member>
  28464.         <member name="M:System.Net.WebResponse.System.IDisposable.Dispose">
  28465.             <summary>When overridden in a derived class, releases all resources used by the <see cref="T:System.Net.WebResponse"></see>. </summary>
  28466.             <exception cref="T:System.NotSupportedException">Any attempt is made to access the method, when the method is not overridden in a descendant class. </exception>
  28467.         </member>
  28468.         <member name="M:System.Net.WebResponse.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  28469.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data that is needed to serialize <see cref="T:System.Net.WebResponse"></see>.  </summary>
  28470.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that will hold the serialized data for the <see cref="T:System.Net.WebResponse"></see>. </param>
  28471.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the destination of the serialized stream that is associated with the new <see cref="T:System.Net.WebResponse"></see>. </param>
  28472.         </member>
  28473.         <member name="P:System.Net.WebResponse.ContentLength">
  28474.             <summary>When overridden in a descendant class, gets or sets the content length of data being received.</summary>
  28475.             <returns>The number of bytes returned from the Internet resource.</returns>
  28476.             <exception cref="T:System.NotSupportedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28477.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28478.         </member>
  28479.         <member name="P:System.Net.WebResponse.ContentType">
  28480.             <summary>When overridden in a derived class, gets or sets the content type of the data being received.</summary>
  28481.             <returns>A string that contains the content type of the response.</returns>
  28482.             <exception cref="T:System.NotSupportedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28483.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28484.         </member>
  28485.         <member name="P:System.Net.WebResponse.Headers">
  28486.             <summary>When overridden in a derived class, gets a collection of header name-value pairs associated with this request.</summary>
  28487.             <returns>An instance of the <see cref="T:System.Net.WebHeaderCollection"></see> class that contains header values associated with this response.</returns>
  28488.             <exception cref="T:System.NotSupportedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28489.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28490.         </member>
  28491.         <member name="P:System.Net.WebResponse.IsFromCache">
  28492.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether this response was obtained from the cache.</summary>
  28493.             <returns>true if the response was taken from the cache; otherwise, false.</returns>
  28494.         </member>
  28495.         <member name="P:System.Net.WebResponse.IsMutuallyAuthenticated">
  28496.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether mutual authentication occurred.</summary>
  28497.             <returns>true if both client and server were authenticated; otherwise, false.</returns>
  28498.         </member>
  28499.         <member name="P:System.Net.WebResponse.ResponseUri">
  28500.             <summary>When overridden in a derived class, gets the URI of the Internet resource that actually responded to the request.</summary>
  28501.             <returns>An instance of the <see cref="T:System.Uri"></see> class that contains the URI of the Internet resource that actually responded to the request.</returns>
  28502.             <exception cref="T:System.NotSupportedException">Any attempt is made to get or set the property, when the property is not overridden in a descendant class. </exception>
  28503.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  28504.         </member>
  28505.         <member name="N:System.Net.Cache">
  28506.             <summary>The <see cref="N:System.Net.Cache"></see> namespace defines the types and enumerations used to define cache policies for resources obtained using the <see cref="T:System.Net.WebRequest"></see> and <see cref="T:System.Net.HttpWebRequest"></see> classes.</summary>
  28507.         </member>
  28508.         <member name="T:System.Net.Cache.HttpCacheAgeControl">
  28509.             <summary>Specifies the meaning of time values that control caching behavior for resources obtained using <see cref="T:System.Net.HttpWebRequest"></see> objects.</summary>
  28510.         </member>
  28511.         <member name="F:System.Net.Cache.HttpCacheAgeControl.MaxAge">
  28512.             <summary>Content can be taken from the cache until it is older than the age specified with this value.</summary>
  28513.         </member>
  28514.         <member name="F:System.Net.Cache.HttpCacheAgeControl.MaxAgeAndMaxStale">
  28515.             <summary><see cref="P:System.Net.Cache.HttpRequestCachePolicy.MaxAge"></see> and <see cref="P:System.Net.Cache.HttpRequestCachePolicy.MaxStale"></see>.</summary>
  28516.         </member>
  28517.         <member name="F:System.Net.Cache.HttpCacheAgeControl.MaxAgeAndMinFresh">
  28518.             <summary><see cref="P:System.Net.Cache.HttpRequestCachePolicy.MaxAge"></see> and <see cref="P:System.Net.Cache.HttpRequestCachePolicy.MinFresh"></see>.</summary>
  28519.         </member>
  28520.         <member name="F:System.Net.Cache.HttpCacheAgeControl.MaxStale">
  28521.             <summary>Content can be taken from the cache after it has expired, until the time specified with this value elapses.</summary>
  28522.         </member>
  28523.         <member name="F:System.Net.Cache.HttpCacheAgeControl.MinFresh">
  28524.             <summary>Content can be taken from the cache if the time remaining before expiration is greater than or equal to the time specified with this value.</summary>
  28525.         </member>
  28526.         <member name="F:System.Net.Cache.HttpCacheAgeControl.None">
  28527.             <summary>For internal use only. The Framework will throw an <see cref="T:System.ArgumentException"></see> if you try to use this member.</summary>
  28528.         </member>
  28529.         <member name="T:System.Net.Cache.HttpRequestCacheLevel">
  28530.             <summary>Specifies caching behavior for resources obtained using the Hypertext Transfer protocol (HTTP).</summary>
  28531.         </member>
  28532.         <member name="F:System.Net.Cache.HttpRequestCacheLevel.BypassCache">
  28533.             <summary>Satisfies a request by using the server. No entries are taken from caches, added to caches, or removed from caches between the client and server.</summary>
  28534.         </member>
  28535.         <member name="F:System.Net.Cache.HttpRequestCacheLevel.CacheIfAvailable">
  28536.             <summary>Satisfies a request for a resource from the cache if the resource is available; otherwise, sends a request for a resource to the server. If the requested item is available in any cache between the client and the server, the request might be satisfied by the intermediate cache.</summary>
  28537.         </member>
  28538.         <member name="F:System.Net.Cache.HttpRequestCacheLevel.CacheOnly">
  28539.             <summary>Satisfies a request using the locally cached resource; does not send a request for an item that is not in the cache. When this cache policy level is specified, a <see cref="T:System.Net.WebException"></see> exception is thrown if the item is not in the client cache.</summary>
  28540.         </member>
  28541.         <member name="F:System.Net.Cache.HttpRequestCacheLevel.CacheOrNextCacheOnly">
  28542.             <summary>Satisfies a request for a resource either from the local computer's cache or a remote cache on the local area network. If the request cannot be satisfied, a <see cref="T:System.Net.WebException"></see> exception is thrown. In the HTTP caching protocol, this is achieved using the only-if-cached cache control directive.</summary>
  28543.         </member>
  28544.         <member name="F:System.Net.Cache.HttpRequestCacheLevel.Default">
  28545.             <summary>Satisfies a request for a resource either by using the cached copy of the resource or by sending a request for the resource to the server. The action taken is determined by the current cache policy and the age of the content in the cache. </summary>
  28546.         </member>
  28547.         <member name="F:System.Net.Cache.HttpRequestCacheLevel.NoCacheNoStore">
  28548.             <summary>Never satisfies a request by using resources from the cache and does not cache resources. If the resource is present in the local cache, it is removed. This policy level indicates to intermediate caches that they should remove the resource. In the HTTP caching protocol, this is achieved using the no-cache cache control directive.</summary>
  28549.         </member>
  28550.         <member name="F:System.Net.Cache.HttpRequestCacheLevel.Refresh">
  28551.             <summary>Satisfies a request by using the server or a cache other than the local cache. Before the request can be satisfied by an intermediate cache, that cache must revalidate its cached entry with the server. In the HTTP caching protocol, this is achieved using the max-age = 0 cache control directive and the no-cache Pragma header.</summary>
  28552.         </member>
  28553.         <member name="F:System.Net.Cache.HttpRequestCacheLevel.Reload">
  28554.             <summary>Satisfies a request by using the server. The response might be saved in the cache. In the HTTP caching protocol, this is achieved using the no-cache cache control directive and the no-cache Pragma header.</summary>
  28555.         </member>
  28556.         <member name="F:System.Net.Cache.HttpRequestCacheLevel.Revalidate">
  28557.             <summary>Compares the copy of the resource in the cache with the copy on the server. If the copy on the server is newer, it is used to satisfy the request and replaces the copy in the cache. If the copy in the cache is the same as the server copy, the cached copy is used. In the HTTP caching protocol, this is achieved using a conditional request.</summary>
  28558.         </member>
  28559.         <member name="T:System.Net.Cache.HttpRequestCachePolicy">
  28560.             <summary>Defines an application's caching requirements for resources obtained by using <see cref="T:System.Net.HttpWebRequest"></see> objects.</summary>
  28561.         </member>
  28562.         <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor">
  28563.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class. </summary>
  28564.         </member>
  28565.         <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.DateTime)">
  28566.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified cache synchronization date.</summary>
  28567.             <param name="cacheSyncDate">A <see cref="T:System.DateTime"></see> object that specifies the time when resources stored in the cache must be revalidated.</param>
  28568.         </member>
  28569.         <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.Net.Cache.HttpRequestCacheLevel)">
  28570.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified cache policy.</summary>
  28571.             <param name="level">An <see cref="T:System.Net.Cache.HttpRequestCacheLevel"></see> value. </param>
  28572.         </member>
  28573.         <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.Net.Cache.HttpCacheAgeControl,System.TimeSpan)">
  28574.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified age control and time values. </summary>
  28575.             <param name="cacheAgeControl">One of the following <see cref="T:System.Net.Cache.HttpCacheAgeControl"></see> enumeration values: <see cref="F:System.Net.Cache.HttpCacheAgeControl.MaxAge"></see>, <see cref="F:System.Net.Cache.HttpCacheAgeControl.MaxStale"></see>, or <see cref="F:System.Net.Cache.HttpCacheAgeControl.MinFresh"></see>.</param>
  28576.             <param name="ageOrFreshOrStale">A <see cref="T:System.TimeSpan"></see> value that specifies an amount of time. See the Remarks section for more information. </param>
  28577.             <exception cref="T:System.ArgumentException">The value specified for the cacheAgeControl parameter cannot be used with this constructor.</exception>
  28578.         </member>
  28579.         <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.Net.Cache.HttpCacheAgeControl,System.TimeSpan,System.TimeSpan)">
  28580.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified maximum age, age control value, and time value.</summary>
  28581.             <param name="freshOrStale">A <see cref="T:System.TimeSpan"></see> value that specifies an amount of time. See the Remarks section for more information. ┬á</param>
  28582.             <param name="cacheAgeControl">An <see cref="T:System.Net.Cache.HttpCacheAgeControl"></see> value. </param>
  28583.             <param name="maxAge">A <see cref="T:System.TimeSpan"></see> value that specifies the maximum age for resources.</param>
  28584.             <exception cref="T:System.ArgumentException">The value specified for the cacheAgeControl parameter is not valid.</exception>
  28585.         </member>
  28586.         <member name="M:System.Net.Cache.HttpRequestCachePolicy.#ctor(System.Net.Cache.HttpCacheAgeControl,System.TimeSpan,System.TimeSpan,System.DateTime)">
  28587.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.HttpRequestCachePolicy"></see> class using the specified maximum age, age control value, time value, and cache synchronization date.</summary>
  28588.             <param name="freshOrStale">A <see cref="T:System.TimeSpan"></see> value that specifies an amount of time. See the Remarks section for more information. ┬á</param>
  28589.             <param name="cacheSyncDate">A <see cref="T:System.DateTime"></see> object that specifies the time when resources stored in the cache must be revalidated.</param>
  28590.             <param name="cacheAgeControl">An <see cref="T:System.Net.Cache.HttpCacheAgeControl"></see> value. </param>
  28591.             <param name="maxAge">A <see cref="T:System.TimeSpan"></see> value that specifies the maximum age for resources.</param>
  28592.         </member>
  28593.         <member name="M:System.Net.Cache.HttpRequestCachePolicy.ToString">
  28594.             <summary>Returns a string representation of this instance.</summary>
  28595.             <returns>A <see cref="T:system.String"></see> value that contains the property values for this instance.</returns>
  28596.         </member>
  28597.         <member name="P:System.Net.Cache.HttpRequestCachePolicy.CacheSyncDate">
  28598.             <summary>Gets the cache synchronization date for this instance.</summary>
  28599.             <returns>A <see cref="T:System.DateTime"></see> value set to the date specified when this instance was created. If no date was specified, this property's value is <see cref="F:System.DateTime.MinValue"></see>.</returns>
  28600.         </member>
  28601.         <member name="P:System.Net.Cache.HttpRequestCachePolicy.Level">
  28602.             <summary>Gets the <see cref="T:System.Net.Cache.HttpRequestCacheLevel"></see> value that was specified when this instance was created.</summary>
  28603.             <returns>A <see cref="T:System.Net.Cache.HttpRequestCacheLevel"></see> value that specifies the cache behavior for resources that were obtained using <see cref="T:System.Net.HttpWebRequest"></see> objects.</returns>
  28604.         </member>
  28605.         <member name="P:System.Net.Cache.HttpRequestCachePolicy.MaxAge">
  28606.             <summary>Gets the maximum age permitted for a resource returned from the cache.</summary>
  28607.             <returns>A <see cref="T:System.TimeSpan"></see> value that is set to the maximum age value specified when this instance was created. If no date was specified, this property's value is <see cref="F:System.DateTime.MinValue"></see>.</returns>
  28608.         </member>
  28609.         <member name="P:System.Net.Cache.HttpRequestCachePolicy.MaxStale">
  28610.             <summary>Gets the maximum staleness value that is permitted for a resource returned from the cache.</summary>
  28611.             <returns>A <see cref="T:System.TimeSpan"></see> value that is set to the maximum staleness value specified when this instance was created. If no date was specified, this property's value is <see cref="F:System.DateTime.MinValue"></see>.</returns>
  28612.         </member>
  28613.         <member name="P:System.Net.Cache.HttpRequestCachePolicy.MinFresh">
  28614.             <summary>Gets the minimum freshness that is permitted for a resource returned from the cache.</summary>
  28615.             <returns>A <see cref="T:System.TimeSpan"></see> value that specifies the minimum freshness specified when this instance was created. If no date was specified, this property's value is <see cref="F:System.DateTime.MinValue"></see>.</returns>
  28616.         </member>
  28617.         <member name="T:System.Net.Cache.RequestCacheLevel">
  28618.             <summary>Specifies caching behavior for resources obtained using <see cref="T:System.Net.WebRequest"></see> and its derived classes.</summary>
  28619.         </member>
  28620.         <member name="F:System.Net.Cache.RequestCacheLevel.BypassCache">
  28621.             <summary>Satisfies a request by using the server. No entries are taken from caches, added to caches, or removed from caches between the client and server. This is the default cache behavior specified in the machine configuration file that ships with the .NET Framework.</summary>
  28622.         </member>
  28623.         <member name="F:System.Net.Cache.RequestCacheLevel.CacheIfAvailable">
  28624.             <summary>Satisfies a request for a resource from the cache, if the resource is available; otherwise, sends a request for a resource to the server. If the requested item is available in any cache between the client and the server, the request might be satisfied by the intermediate cache.</summary>
  28625.         </member>
  28626.         <member name="F:System.Net.Cache.RequestCacheLevel.CacheOnly">
  28627.             <summary>Satisfies a request using the locally cached resource; does not send a request for an item that is not in the cache. When this cache policy level is specified, a <see cref="T:System.Net.WebException"></see> exception is thrown if the item is not in the client cache.</summary>
  28628.         </member>
  28629.         <member name="F:System.Net.Cache.RequestCacheLevel.Default">
  28630.             <summary>Satisfies a request for a resource either by using the cached copy of the resource or by sending a request for the resource to the server. The action taken is determined by the current cache policy and the age of the content in the cache. This is the cache level that should be used by most applications.</summary>
  28631.         </member>
  28632.         <member name="F:System.Net.Cache.RequestCacheLevel.NoCacheNoStore">
  28633.             <summary>Never satisfies a request by using resources from the cache and does not cache resources. If the resource is present in the local cache, it is removed. This policy level indicates to intermediate caches that they should remove the resource. In the HTTP caching protocol, this is achieved using the no-cache cache control directive.</summary>
  28634.         </member>
  28635.         <member name="F:System.Net.Cache.RequestCacheLevel.Reload">
  28636.             <summary>Satisfies a request by using the server. The response might be saved in the cache. In the HTTP caching protocol, this is achieved using the no-cache cache control directive and the no-cache Pragma header.</summary>
  28637.         </member>
  28638.         <member name="F:System.Net.Cache.RequestCacheLevel.Revalidate">
  28639.             <summary>Satisfies a request by using the cached copy of the resource if the timestamp is the same as the timestamp of the resource on the server; otherwise, the resource is downloaded from the server, presented to the caller, and stored in the cache.</summary>
  28640.         </member>
  28641.         <member name="T:System.Net.Cache.RequestCachePolicy">
  28642.             <summary>Defines an application's caching requirements for resources obtained by using <see cref="T:System.Net.WebRequest"></see> objects.</summary>
  28643.         </member>
  28644.         <member name="M:System.Net.Cache.RequestCachePolicy.#ctor">
  28645.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.RequestCachePolicy"></see> class. </summary>
  28646.         </member>
  28647.         <member name="M:System.Net.Cache.RequestCachePolicy.#ctor(System.Net.Cache.RequestCacheLevel)">
  28648.             <summary>Initializes a new instance of the <see cref="T:System.Net.Cache.RequestCachePolicy"></see> class. using the specified cache policy.</summary>
  28649.             <param name="level">A <see cref="T:System.Net.Cache.RequestCacheLevel"></see> that specifies the cache behavior for resources obtained using <see cref="T:System.Net.WebRequest"></see> objects. </param>
  28650.             <exception cref="T:System.ArgumentOutOfRangeException">level is not a valid <see cref="T:System.Net.Cache.RequestCacheLevel"></see>.value.</exception>
  28651.         </member>
  28652.         <member name="M:System.Net.Cache.RequestCachePolicy.ToString">
  28653.             <summary>Returns a string representation of this instance.</summary>
  28654.             <returns>A <see cref="T:System.String"></see> containing the <see cref="P:System.Net.Cache.RequestCachePolicy.Level"></see> for this instance.</returns>
  28655.         </member>
  28656.         <member name="P:System.Net.Cache.RequestCachePolicy.Level">
  28657.             <summary>Gets the <see cref="T:System.Net.Cache.RequestCacheLevel"></see> value specified when this instance was constructed.</summary>
  28658.             <returns>A <see cref="T:System.Net.Cache.RequestCacheLevel"></see> value that specifies the cache behavior for resources obtained using <see cref="T:System.Net.WebRequest"></see> objects.</returns>
  28659.         </member>
  28660.         <member name="N:System.Net.Configuration">
  28661.             <summary>The <see cref="N:System.Net.Configuration"></see> namespace contains classes that applications use to programmatically access and update configuration settings for the <see cref="N:System.Net"></see> namespaces.</summary>
  28662.         </member>
  28663.         <member name="T:System.Net.Configuration.AuthenticationModuleElement">
  28664.             <summary>Represents the type information for an authentication module. This class cannot be inherited.</summary>
  28665.         </member>
  28666.         <member name="M:System.Net.Configuration.AuthenticationModuleElement.#ctor">
  28667.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModuleElement"></see> class. </summary>
  28668.         </member>
  28669.         <member name="M:System.Net.Configuration.AuthenticationModuleElement.#ctor(System.String)">
  28670.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModuleElement"></see> class with the specified type information.</summary>
  28671.             <param name="typeName">A string that identifies the type and the assembly that contains it.</param>
  28672.         </member>
  28673.         <member name="P:System.Net.Configuration.AuthenticationModuleElement.Type">
  28674.             <summary>Gets or sets the type and assembly information for the current instance.</summary>
  28675.             <returns>A string that identifies a type that implements an authentication module or null if no value has been specified.</returns>
  28676.         </member>
  28677.         <member name="T:System.Net.Configuration.AuthenticationModuleElementCollection">
  28678.             <summary>Represents a container for authentication module configuration elements. This class cannot be inherited.</summary>
  28679.         </member>
  28680.         <member name="M:System.Net.Configuration.AuthenticationModuleElementCollection.#ctor">
  28681.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModuleElementCollection"></see> class. </summary>
  28682.         </member>
  28683.         <member name="M:System.Net.Configuration.AuthenticationModuleElementCollection.Add(System.Net.Configuration.AuthenticationModuleElement)">
  28684.             <summary>Adds an element to the collection.</summary>
  28685.             <param name="element">The <see cref="T:System.Net.Configuration.AuthenticationModuleElement"></see> to add to the collection.</param>
  28686.         </member>
  28687.         <member name="M:System.Net.Configuration.AuthenticationModuleElementCollection.Clear">
  28688.             <summary>Removes all elements from the collection.</summary>
  28689.         </member>
  28690.         <member name="M:System.Net.Configuration.AuthenticationModuleElementCollection.IndexOf(System.Net.Configuration.AuthenticationModuleElement)">
  28691.             <summary>Returns the index of the specified configuration element.</summary>
  28692.             <returns>The zero-based index of element.</returns>
  28693.             <param name="element">A <see cref="T:System.Net.Configuration.AuthenticationModuleElement"></see>.</param>
  28694.         </member>
  28695.         <member name="M:System.Net.Configuration.AuthenticationModuleElementCollection.Remove(System.Net.Configuration.AuthenticationModuleElement)">
  28696.             <summary>Removes the specified configuration element from the collection.</summary>
  28697.             <param name="element">The <see cref="T:System.Net.Configuration.AuthenticationModuleElement"></see> to remove.</param>
  28698.         </member>
  28699.         <member name="M:System.Net.Configuration.AuthenticationModuleElementCollection.Remove(System.String)">
  28700.             <summary>Removes the element with the specified key.</summary>
  28701.             <param name="name">The key of the element to remove.</param>
  28702.         </member>
  28703.         <member name="M:System.Net.Configuration.AuthenticationModuleElementCollection.RemoveAt(System.Int32)">
  28704.             <summary>Removes the element at the specified index.</summary>
  28705.             <param name="index">The zero-based index of the element to remove.</param>
  28706.         </member>
  28707.         <member name="P:System.Net.Configuration.AuthenticationModuleElementCollection.Item(System.Int32)">
  28708.             <summary>Gets or sets the element at the specified position in the collection.</summary>
  28709.             <returns>The <see cref="T:System.Net.Configuration.AuthenticationModuleElement"></see> at the specified location.</returns>
  28710.             <param name="index">The zero-based index of the element.</param>
  28711.         </member>
  28712.         <member name="P:System.Net.Configuration.AuthenticationModuleElementCollection.Item(System.String)">
  28713.             <summary>Gets or sets the element with the specified key.</summary>
  28714.             <returns>The <see cref="T:System.Net.Configuration.AuthenticationModuleElement"></see> with the specified key or null if there is no element with the specified key.</returns>
  28715.             <param name="name">The key for an element in the collection. </param>
  28716.         </member>
  28717.         <member name="T:System.Net.Configuration.AuthenticationModulesSection">
  28718.             <summary>Represents the configuration section for authentication modules. This class cannot be inherited.</summary>
  28719.         </member>
  28720.         <member name="M:System.Net.Configuration.AuthenticationModulesSection.#ctor">
  28721.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.AuthenticationModulesSection"></see> class. </summary>
  28722.         </member>
  28723.         <member name="P:System.Net.Configuration.AuthenticationModulesSection.AuthenticationModules">
  28724.             <summary>Gets the collection of authentication modules in the section.</summary>
  28725.             <returns>A <see cref="T:System.Net.Configuration.AuthenticationModuleElementCollection"></see> that contains the registered authentication modules. </returns>
  28726.         </member>
  28727.         <member name="T:System.Net.Configuration.BypassElement">
  28728.             <summary>Represents the address information for resources that are not retrieved using a proxy server. This class cannot be inherited.</summary>
  28729.         </member>
  28730.         <member name="M:System.Net.Configuration.BypassElement.#ctor">
  28731.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.BypassElement"></see> class. </summary>
  28732.         </member>
  28733.         <member name="M:System.Net.Configuration.BypassElement.#ctor(System.String)">
  28734.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.BypassElement"></see> class with the specified type information.</summary>
  28735.             <param name="address">A string that identifies the address of a resource.</param>
  28736.         </member>
  28737.         <member name="P:System.Net.Configuration.BypassElement.Address">
  28738.             <summary>Gets or sets the addresses of resources that bypass the proxy server.</summary>
  28739.             <returns>A string that identifies a resource.</returns>
  28740.         </member>
  28741.         <member name="T:System.Net.Configuration.BypassElementCollection">
  28742.             <summary>Represents a container for the addresses of resources that bypass the proxy server. This class cannot be inherited.</summary>
  28743.         </member>
  28744.         <member name="M:System.Net.Configuration.BypassElementCollection.#ctor">
  28745.             <summary>Initializes an empty instance of the <see cref="T:System.Net.Configuration.BypassElementCollection"></see> class. </summary>
  28746.         </member>
  28747.         <member name="M:System.Net.Configuration.BypassElementCollection.Add(System.Net.Configuration.BypassElement)">
  28748.             <summary>Adds an element to the collection.</summary>
  28749.             <param name="element">The <see cref="T:System.Net.Configuration.BypassElement"></see> to add to the collection.</param>
  28750.         </member>
  28751.         <member name="M:System.Net.Configuration.BypassElementCollection.Clear">
  28752.             <summary>Removes all elements from the collection.</summary>
  28753.         </member>
  28754.         <member name="M:System.Net.Configuration.BypassElementCollection.IndexOf(System.Net.Configuration.BypassElement)">
  28755.             <summary>Returns the index of the specified configuration element.</summary>
  28756.             <returns>The zero-based index of element.</returns>
  28757.             <param name="element">A <see cref="T:System.Net.Configuration.BypassElement"></see>.</param>
  28758.         </member>
  28759.         <member name="M:System.Net.Configuration.BypassElementCollection.Remove(System.Net.Configuration.BypassElement)">
  28760.             <summary>Removes the specified configuration element from the collection.</summary>
  28761.             <param name="element">The <see cref="T:System.Net.Configuration.BypassElement"></see> to remove.</param>
  28762.         </member>
  28763.         <member name="M:System.Net.Configuration.BypassElementCollection.Remove(System.String)">
  28764.             <summary>Removes the element with the specified key.</summary>
  28765.             <param name="name">The key of the element to remove.</param>
  28766.         </member>
  28767.         <member name="M:System.Net.Configuration.BypassElementCollection.RemoveAt(System.Int32)">
  28768.             <summary>Removes the element at the specified index.</summary>
  28769.             <param name="index">The zero-based index of the element to remove.</param>
  28770.         </member>
  28771.         <member name="P:System.Net.Configuration.BypassElementCollection.Item(System.Int32)">
  28772.             <summary>Gets or sets the element at the specified position in the collection.</summary>
  28773.             <returns>The <see cref="T:System.Net.Configuration.BypassElement"></see> at the specified location.</returns>
  28774.             <param name="index">The zero-based index of the element.</param>
  28775.         </member>
  28776.         <member name="P:System.Net.Configuration.BypassElementCollection.Item(System.String)">
  28777.             <summary>Gets or sets the element with the specified key.</summary>
  28778.             <returns>The <see cref="T:System.Net.Configuration.BypassElement"></see> with the specified key, or null if there is no element with the specified key.</returns>
  28779.             <param name="name">The key for an element in the collection. </param>
  28780.         </member>
  28781.         <member name="T:System.Net.Configuration.ConnectionManagementElement">
  28782.             <summary>Represents the maximum number of connections to a remote computer. This class cannot be inherited.</summary>
  28783.         </member>
  28784.         <member name="M:System.Net.Configuration.ConnectionManagementElement.#ctor">
  28785.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementElement"></see> class. </summary>
  28786.         </member>
  28787.         <member name="M:System.Net.Configuration.ConnectionManagementElement.#ctor(System.String,System.Int32)">
  28788.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementElement"></see> class with the specified address and connection limit information.</summary>
  28789.             <param name="maxConnection">An integer that identifies the maximum number of connections allowed to address from the local computer.</param>
  28790.             <param name="address">A string that identifies the address of a remote computer.</param>
  28791.         </member>
  28792.         <member name="P:System.Net.Configuration.ConnectionManagementElement.Address">
  28793.             <summary>Gets or sets the address for remote computers.</summary>
  28794.             <returns>A string that contains a regular expression describing an IP address or DNS name.</returns>
  28795.         </member>
  28796.         <member name="P:System.Net.Configuration.ConnectionManagementElement.MaxConnection">
  28797.             <summary>Gets or sets the maximum number of connections that can be made to a remote computer.</summary>
  28798.             <returns>An integer that specifies the maximum number of connections.</returns>
  28799.         </member>
  28800.         <member name="T:System.Net.Configuration.ConnectionManagementElementCollection">
  28801.             <summary>Represents a container for connection management configuration elements. This class cannot be inherited.</summary>
  28802.         </member>
  28803.         <member name="M:System.Net.Configuration.ConnectionManagementElementCollection.#ctor">
  28804.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementElementCollection"></see> class. </summary>
  28805.         </member>
  28806.         <member name="M:System.Net.Configuration.ConnectionManagementElementCollection.Add(System.Net.Configuration.ConnectionManagementElement)">
  28807.             <summary>Adds an element to the collection.</summary>
  28808.             <param name="element">The <see cref="T:System.Net.Configuration.ConnectionManagementElement"></see> to add to the collection.</param>
  28809.         </member>
  28810.         <member name="M:System.Net.Configuration.ConnectionManagementElementCollection.Clear">
  28811.             <summary>Removes all elements from the collection.</summary>
  28812.         </member>
  28813.         <member name="M:System.Net.Configuration.ConnectionManagementElementCollection.IndexOf(System.Net.Configuration.ConnectionManagementElement)">
  28814.             <summary>Returns the index of the specified configuration element.</summary>
  28815.             <returns>The zero-based index of element.</returns>
  28816.             <param name="element">A <see cref="T:System.Net.Configuration.ConnectionManagementElement"></see>.</param>
  28817.         </member>
  28818.         <member name="M:System.Net.Configuration.ConnectionManagementElementCollection.Remove(System.Net.Configuration.ConnectionManagementElement)">
  28819.             <summary>Removes the specified configuration element from the collection.</summary>
  28820.             <param name="element">The <see cref="T:System.Net.Configuration.ConnectionManagementElement"></see> to remove.</param>
  28821.         </member>
  28822.         <member name="M:System.Net.Configuration.ConnectionManagementElementCollection.Remove(System.String)">
  28823.             <summary>Removes the element with the specified key.</summary>
  28824.             <param name="name">The key of the element to remove.</param>
  28825.         </member>
  28826.         <member name="M:System.Net.Configuration.ConnectionManagementElementCollection.RemoveAt(System.Int32)">
  28827.             <summary>Removes the element at the specified index.</summary>
  28828.             <param name="index">The zero-based index of the element to remove.</param>
  28829.         </member>
  28830.         <member name="P:System.Net.Configuration.ConnectionManagementElementCollection.Item(System.Int32)">
  28831.             <summary>Gets or sets the element at the specified position in the collection.</summary>
  28832.             <returns>The <see cref="T:System.Net.Configuration.ConnectionManagementElement"></see> at the specified location.</returns>
  28833.             <param name="index">The zero-based index of the element.</param>
  28834.         </member>
  28835.         <member name="P:System.Net.Configuration.ConnectionManagementElementCollection.Item(System.String)">
  28836.             <summary>Gets or sets the element with the specified key.</summary>
  28837.             <returns>The <see cref="T:System.Net.Configuration.ConnectionManagementElement"></see> with the specified key or null if there is no element with the specified key.</returns>
  28838.             <param name="name">The key for an element in the collection. </param>
  28839.         </member>
  28840.         <member name="T:System.Net.Configuration.ConnectionManagementSection">
  28841.             <summary>Represents the configuration section for connection management. This class cannot be inherited.</summary>
  28842.         </member>
  28843.         <member name="M:System.Net.Configuration.ConnectionManagementSection.#ctor">
  28844.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementSection"></see> class. </summary>
  28845.         </member>
  28846.         <member name="P:System.Net.Configuration.ConnectionManagementSection.ConnectionManagement">
  28847.             <summary>Gets the collection of connection management objects in the section.</summary>
  28848.             <returns>A <see cref="T:System.Net.Configuration.ConnectionManagementElementCollection"></see> that contains the connection management information for the local computer. </returns>
  28849.         </member>
  28850.         <member name="T:System.Net.Configuration.DefaultProxySection">
  28851.             <summary>Represents the configuration section for Web proxy server usage. This class cannot be inherited.</summary>
  28852.         </member>
  28853.         <member name="M:System.Net.Configuration.DefaultProxySection.#ctor">
  28854.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.DefaultProxySection"></see> class. </summary>
  28855.         </member>
  28856.         <member name="P:System.Net.Configuration.DefaultProxySection.BypassList">
  28857.             <summary>Gets the collection of resources that are not obtained using the Web proxy server.</summary>
  28858.             <returns>A <see cref="T:System.Net.Configuration.BypassElementCollection"></see> that contains the addresses of resources that bypass the Web proxy server. </returns>
  28859.         </member>
  28860.         <member name="P:System.Net.Configuration.DefaultProxySection.Enabled">
  28861.             <summary>Gets or sets whether a Web proxy is used.</summary>
  28862.             <returns>true if a Web proxy will be used; otherwise, false.</returns>
  28863.         </member>
  28864.         <member name="P:System.Net.Configuration.DefaultProxySection.Module">
  28865.             <summary>Gets the type information for a custom Web proxy implementation.</summary>
  28866.             <returns>A <see cref="T:System.Net.Configuration.ModuleElement"></see>. </returns>
  28867.         </member>
  28868.         <member name="P:System.Net.Configuration.DefaultProxySection.Proxy">
  28869.             <summary>Gets the URI that identifies the Web proxy server to use.</summary>
  28870.             <returns>A <see cref="T:System.Net.Configuration.ProxyElement"></see>. </returns>
  28871.         </member>
  28872.         <member name="P:System.Net.Configuration.DefaultProxySection.UseDefaultCredentials">
  28873.             <summary>Gets or sets whether default credentials are to be used to access a Web proxy server.</summary>
  28874.             <returns>true if default credentials are to be used; otherwise, false.</returns>
  28875.         </member>
  28876.         <member name="T:System.Net.Configuration.FtpCachePolicyElement">
  28877.             <summary>Represents the default FTP cache policy for network resources. This class cannot be inherited.</summary>
  28878.         </member>
  28879.         <member name="M:System.Net.Configuration.FtpCachePolicyElement.#ctor">
  28880.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.FtpCachePolicyElement"></see> class.</summary>
  28881.         </member>
  28882.         <member name="P:System.Net.Configuration.FtpCachePolicyElement.PolicyLevel">
  28883.             <summary>Gets or sets FTP caching behavior for the local machine.</summary>
  28884.             <returns>A <see cref="T:System.Net.Cache.RequestCacheLevel"></see> value that specifies the cache behavior.</returns>
  28885.         </member>
  28886.         <member name="T:System.Net.Configuration.HttpCachePolicyElement">
  28887.             <summary>Represents the default HTTP cache policy for network resources. This class cannot be inherited.</summary>
  28888.         </member>
  28889.         <member name="M:System.Net.Configuration.HttpCachePolicyElement.#ctor">
  28890.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.HttpCachePolicyElement"></see> class. </summary>
  28891.         </member>
  28892.         <member name="P:System.Net.Configuration.HttpCachePolicyElement.MaximumAge">
  28893.             <summary>Gets or sets the maximum age permitted for a resource returned from the cache.</summary>
  28894.             <returns>A <see cref="T:System.TimeSpan"></see> value that specifies the maximum age for cached resources specified in the configuration file.</returns>
  28895.         </member>
  28896.         <member name="P:System.Net.Configuration.HttpCachePolicyElement.MaximumStale">
  28897.             <summary>Gets or sets the maximum staleness value permitted for a resource returned from the cache.</summary>
  28898.             <returns>A <see cref="T:System.TimeSpan"></see> value that is set to the maximum staleness value specified in the configuration file.</returns>
  28899.         </member>
  28900.         <member name="P:System.Net.Configuration.HttpCachePolicyElement.MinimumFresh">
  28901.             <summary>Gets or sets the minimum freshness permitted for a resource returned from the cache.</summary>
  28902.             <returns>A <see cref="T:System.TimeSpan"></see> value that specifies the minimum freshness specified in the configuration file.</returns>
  28903.         </member>
  28904.         <member name="P:System.Net.Configuration.HttpCachePolicyElement.PolicyLevel">
  28905.             <summary>Gets or sets HTTP caching behavior for the local machine.</summary>
  28906.             <returns>A <see cref="T:System.Net.Cache.HttpRequestCacheLevel"></see> value that specifies the cache behavior.</returns>
  28907.         </member>
  28908.         <member name="T:System.Net.Configuration.HttpWebRequestElement">
  28909.             <summary>Represents the maximum length for response headers. This class cannot be inherited.</summary>
  28910.         </member>
  28911.         <member name="M:System.Net.Configuration.HttpWebRequestElement.#ctor">
  28912.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.HttpWebRequestElement"></see> class. </summary>
  28913.         </member>
  28914.         <member name="P:System.Net.Configuration.HttpWebRequestElement.MaximumErrorResponseLength">
  28915.             <summary>Gets or sets the maximum allowed length of an error response.</summary>
  28916.             <returns>A 32-bit signed integer containing the maximum length in kilobytes (1024 bytes) of the error response. The default value is 64.</returns>
  28917.         </member>
  28918.         <member name="P:System.Net.Configuration.HttpWebRequestElement.MaximumResponseHeadersLength">
  28919.             <summary>Gets or sets the maximum allowed length of the response headers.</summary>
  28920.             <returns>A 32-bit signed integer containing the maximum length in kilobytes (1024 bytes) of the response headers. The default value is 64.</returns>
  28921.         </member>
  28922.         <member name="P:System.Net.Configuration.HttpWebRequestElement.MaximumUnauthorizedUploadLength">
  28923.             <summary>Gets or sets the maximum length of an upload in response to an unauthorized error code.</summary>
  28924.             <returns>A 32-bit signed integer containing the maximum length (in bytes) of an upload in respons to an unauthorized error code. A value of -1 indicates that no size limit will be imposed on the upload. The default value is -1.</returns>
  28925.         </member>
  28926.         <member name="P:System.Net.Configuration.HttpWebRequestElement.UseUnsafeHeaderParsing">
  28927.             <summary>Setting this property ignores validation errors that occur during HTTP parsing.</summary>
  28928.             <returns>Boolean that indicates whether this property has been set. </returns>
  28929.         </member>
  28930.         <member name="T:System.Net.Configuration.Ipv6Element">
  28931.             <summary>Determines whether Internet Protocol version 6 is enabled on the local computer. This class cannot be inherited.</summary>
  28932.         </member>
  28933.         <member name="M:System.Net.Configuration.Ipv6Element.#ctor">
  28934.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.Ipv6Element"></see> class. </summary>
  28935.         </member>
  28936.         <member name="P:System.Net.Configuration.Ipv6Element.Enabled">
  28937.             <summary>Gets or sets a Boolean value that indicates whether Internet Protocol version 6 is enabled on the local computer.</summary>
  28938.             <returns>true if IPv6 is enabled; otherwise, false.</returns>
  28939.         </member>
  28940.         <member name="T:System.Net.Configuration.MailSettingsSectionGroup">
  28941.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.MailSettingsSection"></see> class.</summary>
  28942.         </member>
  28943.         <member name="M:System.Net.Configuration.MailSettingsSectionGroup.#ctor">
  28944.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.MailSettingsSectionGroup"></see> class.</summary>
  28945.         </member>
  28946.         <member name="P:System.Net.Configuration.MailSettingsSectionGroup.Smtp">
  28947.             <summary>Gets the SMTP settings for the local computer.</summary>
  28948.             <returns>A <see cref="T:System.Net.Configuration.SmtpElement"></see> object that contains configuration information for the local computer.</returns>
  28949.         </member>
  28950.         <member name="T:System.Net.Configuration.ModuleElement">
  28951.             <summary>Represents the type information for a custom <see cref="T:System.Net.IWebProxy"></see> module. This class cannot be inherited.</summary>
  28952.         </member>
  28953.         <member name="M:System.Net.Configuration.ModuleElement.#ctor">
  28954.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ModuleElement"></see> class. </summary>
  28955.         </member>
  28956.         <member name="P:System.Net.Configuration.ModuleElement.Type">
  28957.             <summary>Gets or sets the type and assembly information for the current instance.</summary>
  28958.             <returns>A string that identifies a type that implements the <see cref="T:System.Net.IWebProxy"></see> interface or null if no value has been specified.</returns>
  28959.         </member>
  28960.         <member name="T:System.Net.Configuration.NetSectionGroup">
  28961.             <summary>Gets the section group information for the networking namespaces. This class cannot be inherited.</summary>
  28962.         </member>
  28963.         <member name="M:System.Net.Configuration.NetSectionGroup.#ctor">
  28964.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.NetSectionGroup"></see> class. </summary>
  28965.         </member>
  28966.         <member name="M:System.Net.Configuration.NetSectionGroup.GetSectionGroup(System.Configuration.Configuration)">
  28967.             <summary>Gets the System.Net configuration section group from the specified configuration file.</summary>
  28968.             <returns>A <see cref="T:System.Net.Configuration.NetSectionGroup"></see> that represents the System.Net settings in config.</returns>
  28969.             <param name="config">A <see cref="T:System.Configuration.Configuration"></see> that represents a configuration file.</param>
  28970.         </member>
  28971.         <member name="P:System.Net.Configuration.NetSectionGroup.AuthenticationModules">
  28972.             <summary>Gets the configuration section containing the authentication modules registered for the local computer.</summary>
  28973.             <returns>A <see cref="T:System.Net.Configuration.AuthenticationModulesSection"></see> object.</returns>
  28974.         </member>
  28975.         <member name="P:System.Net.Configuration.NetSectionGroup.ConnectionManagement">
  28976.             <summary>Gets the configuration section containing the connection management settings for the local computer.</summary>
  28977.             <returns>A <see cref="T:System.Net.Configuration.ConnectionManagementSection"></see> object.</returns>
  28978.         </member>
  28979.         <member name="P:System.Net.Configuration.NetSectionGroup.DefaultProxy">
  28980.             <summary>Gets the configuration section containing the default Web proxy server settings for the local computer.</summary>
  28981.             <returns>A <see cref="T:System.Net.Configuration.DefaultProxySection"></see> object.</returns>
  28982.         </member>
  28983.         <member name="P:System.Net.Configuration.NetSectionGroup.MailSettings">
  28984.             <summary>Gets the configuration section containing the SMTP client e-mail settings for the local computer.</summary>
  28985.             <returns>A <see cref="T:System.Net.Configuration.MailSettingsSectionGroup"></see> object.</returns>
  28986.         </member>
  28987.         <member name="P:System.Net.Configuration.NetSectionGroup.RequestCaching">
  28988.             <summary>Gets the configuration section containing the cache configuration settings for the local computer.</summary>
  28989.             <returns>A <see cref="T:System.Net.Configuration.RequestCachingSection"></see> object.</returns>
  28990.         </member>
  28991.         <member name="P:System.Net.Configuration.NetSectionGroup.Settings">
  28992.             <summary>Gets the configuration section containing the network settings for the local computer.</summary>
  28993.             <returns>A <see cref="T:System.Net.Configuration.SettingsSection"></see> object.</returns>
  28994.         </member>
  28995.         <member name="P:System.Net.Configuration.NetSectionGroup.WebRequestModules">
  28996.             <summary>Gets the configuration section containing the modules registered for use with the <see cref="T:System.Net.WebRequest"></see> class.</summary>
  28997.             <returns>A <see cref="T:System.Net.Configuration.WebRequestModulesSection"></see> object.</returns>
  28998.         </member>
  28999.         <member name="T:System.Net.Configuration.PerformanceCountersElement">
  29000.             <summary>Represents the performance counter element in the System.Net configuration file that determines whether the usage of performance counters is enabled. This class cannot be inherited.</summary>
  29001.         </member>
  29002.         <member name="M:System.Net.Configuration.PerformanceCountersElement.#ctor">
  29003.             <summary>Instantiates a <see cref="T:System.Net.Configuration.PerformanceCountersElement"></see> object.</summary>
  29004.         </member>
  29005.         <member name="P:System.Net.Configuration.PerformanceCountersElement.Enabled">
  29006.             <summary>Gets or sets whether performance counters are enabled.</summary>
  29007.             <returns>true if performance counters are enabled; otherwise, false.</returns>
  29008.         </member>
  29009.         <member name="T:System.Net.Configuration.ProxyElement">
  29010.             <summary>Identifies the configuration settings for Web proxy server. This class cannot be inherited.</summary>
  29011.         </member>
  29012.         <member name="M:System.Net.Configuration.ProxyElement.#ctor">
  29013.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ProxyElement"></see> class. </summary>
  29014.         </member>
  29015.         <member name="P:System.Net.Configuration.ProxyElement.AutoDetect">
  29016.             <summary>Gets and sets an <see cref="T:System.Net.Configuration.ProxyElement.AutoDetectValues"></see> value that controls whether the Web proxy is automatically detected.</summary>
  29017.             <returns><see cref="E:System.Net.Configuration.ProxyElement.AutoDetectValues.True"></see> if the <see cref="T:System.Net.WebProxy"></see> is automatically detected; <see cref="E:System.Net.Configuration.ProxyElement.AutoDetectValues.False"></see> if the <see cref="T:System.Net.WebProxy"></see> is not automatically detected; or <see cref="E:System.Net.Configuration.ProxyElement.AutoDetectValues.Unspecified"></see>.</returns>
  29018.         </member>
  29019.         <member name="P:System.Net.Configuration.ProxyElement.BypassOnLocal">
  29020.             <summary>Gets and sets a value that indicates whether local resources are retrieved by using a Web proxy server.</summary>
  29021.             <returns>A <see cref="T:System.Net.Configuration.ProxyElement.BypassOnLocalValues"></see>.</returns>
  29022.         </member>
  29023.         <member name="P:System.Net.Configuration.ProxyElement.ProxyAddress">
  29024.             <summary>Gets and sets the URI that identifies the Web proxy server to use.</summary>
  29025.             <returns>A <see cref="T:System.String"></see> containing a URI.</returns>
  29026.         </member>
  29027.         <member name="P:System.Net.Configuration.ProxyElement.ScriptLocation">
  29028.             <summary>Gets and sets an <see cref="T:System.Uri"></see> value that specifies the location of the automatic proxy detection script.</summary>
  29029.             <returns>A <see cref="T:System.Uri"></see> specifying the location of the automatic proxy detection script.</returns>
  29030.         </member>
  29031.         <member name="P:System.Net.Configuration.ProxyElement.UseSystemDefault">
  29032.             <summary>Gets and sets a <see cref="T:System.Boolean"></see> value that controls whether the Internet Explorer Web proxy settings are used.</summary>
  29033.             <returns>true if the Internet Explorer LAN settings are used to detect and configure the default <see cref="T:System.Net.WebProxy"></see> used for requests; otherwise, false.</returns>
  29034.         </member>
  29035.         <member name="T:System.Net.Configuration.ProxyElement.AutoDetectValues">
  29036.             <summary>Specifies whether the proxy is automatically detected.</summary>
  29037.         </member>
  29038.         <member name="F:System.Net.Configuration.ProxyElement.AutoDetectValues.False">
  29039.             <summary>The proxy is not automatically detected.</summary>
  29040.         </member>
  29041.         <member name="F:System.Net.Configuration.ProxyElement.AutoDetectValues.True">
  29042.             <summary>The proxy is automatically detected.</summary>
  29043.         </member>
  29044.         <member name="F:System.Net.Configuration.ProxyElement.AutoDetectValues.Unspecified">
  29045.             <summary>Unspecified.</summary>
  29046.         </member>
  29047.         <member name="T:System.Net.Configuration.ProxyElement.BypassOnLocalValues">
  29048.             <summary>Specifies whether the proxy is bypassed for local resources.</summary>
  29049.         </member>
  29050.         <member name="F:System.Net.Configuration.ProxyElement.BypassOnLocalValues.False">
  29051.             <summary>All requests for local resources should go through the proxy</summary>
  29052.         </member>
  29053.         <member name="F:System.Net.Configuration.ProxyElement.BypassOnLocalValues.True">
  29054.             <summary>Access local resources directly.</summary>
  29055.         </member>
  29056.         <member name="F:System.Net.Configuration.ProxyElement.BypassOnLocalValues.Unspecified">
  29057.             <summary>Unspecified.</summary>
  29058.         </member>
  29059.         <member name="T:System.Net.Configuration.ProxyElement.UseSystemDefaultValues">
  29060.             <summary>Specifies whether to use the local system proxy settings to determine whether the proxy is bypassed for local resources.</summary>
  29061.         </member>
  29062.         <member name="F:System.Net.Configuration.ProxyElement.UseSystemDefaultValues.False">
  29063.             <summary>Do not use system default proxy setting values</summary>
  29064.         </member>
  29065.         <member name="F:System.Net.Configuration.ProxyElement.UseSystemDefaultValues.True">
  29066.             <summary>Use system default proxy setting values.</summary>
  29067.         </member>
  29068.         <member name="T:System.Net.Configuration.RequestCachingSection">
  29069.             <summary>Represents the configuration section for cache behavior. This class cannot be inherited.</summary>
  29070.         </member>
  29071.         <member name="M:System.Net.Configuration.RequestCachingSection.#ctor">
  29072.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.RequestCachingSection"></see> class. </summary>
  29073.         </member>
  29074.         <member name="P:System.Net.Configuration.RequestCachingSection.DefaultFtpCachePolicy">
  29075.             <summary>Gets the default FTP caching behavior for the local computer.</summary>
  29076.             <returns>A <see cref="T:System.Net.Configuration.FtpCachePolicyElement"></see> that defines the default cache policy.</returns>
  29077.         </member>
  29078.         <member name="P:System.Net.Configuration.RequestCachingSection.DefaultHttpCachePolicy">
  29079.             <summary>Gets the default caching behavior for the local computer.</summary>
  29080.             <returns>A <see cref="T:System.Net.Configuration.HttpCachePolicyElement"></see> that defines the default cache policy.</returns>
  29081.         </member>
  29082.         <member name="P:System.Net.Configuration.RequestCachingSection.DefaultPolicyLevel">
  29083.             <summary>Gets or sets the default cache policy level.</summary>
  29084.             <returns>A <see cref="T:System.Net.Cache.RequestCacheLevel"></see> enumeration value.</returns>
  29085.         </member>
  29086.         <member name="P:System.Net.Configuration.RequestCachingSection.DisableAllCaching">
  29087.             <summary>Gets or sets a Boolean value that enables caching on the local computer.</summary>
  29088.             <returns>true if caching is disabled on the local computer; otherwise, false.</returns>
  29089.         </member>
  29090.         <member name="P:System.Net.Configuration.RequestCachingSection.IsPrivateCache">
  29091.             <summary>Gets or sets a Boolean value that indicates whether the local computer cache is private.</summary>
  29092.             <returns>true if the cache provides user isolation; otherwise, false.</returns>
  29093.         </member>
  29094.         <member name="P:System.Net.Configuration.RequestCachingSection.UnspecifiedMaximumAge">
  29095.             <summary>Gets or sets a value used as the maximum age for cached resources that do not have expiration information.</summary>
  29096.             <returns>A <see cref="T:System.TimeSpan"></see> that provides a default maximum age for cached resources.</returns>
  29097.         </member>
  29098.         <member name="T:System.Net.Configuration.ServicePointManagerElement">
  29099.             <summary>Represents the default settings used to create connections to a remote computer. This class cannot be inherited.</summary>
  29100.         </member>
  29101.         <member name="M:System.Net.Configuration.ServicePointManagerElement.#ctor">
  29102.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ServicePointManagerElement"></see> class. </summary>
  29103.         </member>
  29104.         <member name="P:System.Net.Configuration.ServicePointManagerElement.CheckCertificateName">
  29105.             <summary>Gets or sets a Boolean value that controls checking host name information in an X509 certificate.</summary>
  29106.             <returns>true to specify host name checking; otherwise, false. </returns>
  29107.         </member>
  29108.         <member name="P:System.Net.Configuration.ServicePointManagerElement.CheckCertificateRevocationList">
  29109.             <summary>Gets or sets a Boolean value that indicates whether the certificate is checked against the certificate authority revocation list.</summary>
  29110.             <returns>true if the certificate revocation list is checked; otherwise, false.The default value is false.</returns>
  29111.         </member>
  29112.         <member name="P:System.Net.Configuration.ServicePointManagerElement.DnsRefreshTimeout">
  29113.             <summary>Gets or sets the amount of time after which address information is refreshed.</summary>
  29114.             <returns>A <see cref="T:System.TimeSpan"></see> that specifies when addresses are resolved using DNS.</returns>
  29115.         </member>
  29116.         <member name="P:System.Net.Configuration.ServicePointManagerElement.EnableDnsRoundRobin">
  29117.             <summary>Gets or sets a Boolean value that controls using different IP addresses on connections to the same server.</summary>
  29118.             <returns>true to enable DNS round-robin behavior; otherwise, false.</returns>
  29119.         </member>
  29120.         <member name="P:System.Net.Configuration.ServicePointManagerElement.Expect100Continue">
  29121.             <summary>Gets or sets a Boolean value that determines whether 100-Continue behavior is used.</summary>
  29122.             <returns>true to expect 100-Continue responses for POST requests; otherwise, false. The default value is true.</returns>
  29123.         </member>
  29124.         <member name="P:System.Net.Configuration.ServicePointManagerElement.UseNagleAlgorithm">
  29125.             <summary>Gets or sets a Boolean value that determines whether the Nagle algorithm is used.</summary>
  29126.             <returns>true to use the Nagle algorithm; otherwise, false. The default value is true.</returns>
  29127.         </member>
  29128.         <member name="T:System.Net.Configuration.SettingsSection">
  29129.             <summary>Represents the configuration section for sockets, IPv6, response headers, and service points. This class cannot be inherited.</summary>
  29130.         </member>
  29131.         <member name="M:System.Net.Configuration.SettingsSection.#ctor">
  29132.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.ConnectionManagementSection"></see> class. </summary>
  29133.         </member>
  29134.         <member name="P:System.Net.Configuration.SettingsSection.HttpWebRequest">
  29135.             <summary>Gets the configuration element that controls the maximum response header length.</summary>
  29136.             <returns>A <see cref="T:System.Net.Configuration.HttpWebRequestElement"></see> object.</returns>
  29137.         </member>
  29138.         <member name="P:System.Net.Configuration.SettingsSection.Ipv6">
  29139.             <summary>Gets the configuration element that enables Internet Protocol version 6 (IPv6).</summary>
  29140.             <returns>A <see cref="T:System.Net.Configuration.Ipv6Element"></see>.</returns>
  29141.         </member>
  29142.         <member name="P:System.Net.Configuration.SettingsSection.PerformanceCounters">
  29143.             <summary>Gets the configuration element that controls whether performance counters are enabled.</summary>
  29144.             <returns>A <see cref="T:System.Net.Configuration.PerformanceCountersElement"></see>.</returns>
  29145.         </member>
  29146.         <member name="P:System.Net.Configuration.SettingsSection.ServicePointManager">
  29147.             <summary>Gets the configuration element that controls settings for connections to remote host computers.</summary>
  29148.             <returns>A <see cref="T:System.Net.Configuration.ServicePointManagerElement"></see> object.</returns>
  29149.         </member>
  29150.         <member name="P:System.Net.Configuration.SettingsSection.Socket">
  29151.             <summary>Gets the configuration element that controls settings for sockets.</summary>
  29152.             <returns>A <see cref="T:System.Net.Configuration.SocketElement"></see> object.</returns>
  29153.         </member>
  29154.         <member name="P:System.Net.Configuration.SettingsSection.WebProxyScript">
  29155.             <summary>Gets the configuration element that controls the execution timeout and download timeout of Web proxy scripts.</summary>
  29156.             <returns>A <see cref="T:System.Net.Configuration.WebProxyScriptElement"></see> object.</returns>
  29157.         </member>
  29158.         <member name="T:System.Net.Configuration.SmtpNetworkElement">
  29159.             <summary>Represents the network element in the SMTP configuration file. This class cannot be inherited.</summary>
  29160.         </member>
  29161.         <member name="M:System.Net.Configuration.SmtpNetworkElement.#ctor">
  29162.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.SmtpNetworkElement"></see> class.</summary>
  29163.         </member>
  29164.         <member name="P:System.Net.Configuration.SmtpNetworkElement.DefaultCredentials">
  29165.             <summary>Determines whether or not default user credentials are used to access an SMTP server. The default value is false.</summary>
  29166.             <returns>true indicates that default user credentials will be used to access the SMTP server; otherwise, false.</returns>
  29167.         </member>
  29168.         <member name="P:System.Net.Configuration.SmtpNetworkElement.Host">
  29169.             <summary>Gets or sets the name of the SMTP server.</summary>
  29170.             <returns>A string that represents the name of the SMTP server to connect to.</returns>
  29171.         </member>
  29172.         <member name="P:System.Net.Configuration.SmtpNetworkElement.Password">
  29173.             <summary>Gets or sets the user password to use to connect to an SMTP mail server.</summary>
  29174.             <returns>A string that represents the password to use to connect to an SMTP mail server.</returns>
  29175.         </member>
  29176.         <member name="P:System.Net.Configuration.SmtpNetworkElement.Port">
  29177.             <summary>Gets or sets the port that SMTP clients use to connect to an SMTP mail server. The default value is 25.</summary>
  29178.             <returns>A string that represents the port to connect to an SMTP mail server.</returns>
  29179.         </member>
  29180.         <member name="P:System.Net.Configuration.SmtpNetworkElement.UserName">
  29181.             <summary>Gets or sets the user name to connect to an SMTP mail server.</summary>
  29182.             <returns>A string that represents the user name to connect to an SMTP mail server.</returns>
  29183.         </member>
  29184.         <member name="T:System.Net.Configuration.SmtpSection">
  29185.             <summary>Represents the SMTP section in the System.Net configuration file.</summary>
  29186.         </member>
  29187.         <member name="M:System.Net.Configuration.SmtpSection.#ctor">
  29188.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.SmtpSection"></see> class.</summary>
  29189.         </member>
  29190.         <member name="P:System.Net.Configuration.SmtpSection.DeliveryMethod">
  29191.             <summary>Gets or sets the SMTP delivery method. The default delivery method is <see cref="F:System.Net.Mail.SmtpDeliveryMethod.Network"></see>.</summary>
  29192.             <returns>A string that represents the SMTP delivery method.</returns>
  29193.         </member>
  29194.         <member name="P:System.Net.Configuration.SmtpSection.From">
  29195.             <summary>Gets or sets the default value that indicates who the email message is from.</summary>
  29196.             <returns>A string that represents the default value indicating who a mail message is from.</returns>
  29197.         </member>
  29198.         <member name="P:System.Net.Configuration.SmtpSection.Network">
  29199.             <summary>Gets a <see cref="T:System.Net.Configuration.SmtpNetworkElement"></see>.</summary>
  29200.             <returns>A <see cref="T:System.Net.Configuration.SmtpNetworkElement"></see> object.</returns>
  29201.         </member>
  29202.         <member name="P:System.Net.Configuration.SmtpSection.SpecifiedPickupDirectory">
  29203.             <summary>Gets the pickup directory that will be used by the SMPT client.</summary>
  29204.             <returns>A <see cref="T:System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement"></see> object that specifies the pickup directory folder.</returns>
  29205.         </member>
  29206.         <member name="T:System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement">
  29207.             <summary>Represents an SMTP pickup directory configuration element.</summary>
  29208.         </member>
  29209.         <member name="M:System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement.#ctor">
  29210.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement"></see> class.</summary>
  29211.         </member>
  29212.         <member name="P:System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement.PickupDirectoryLocation">
  29213.             <summary>Gets or sets the folder where applications save mail messages to be processed by the SMTP server.</summary>
  29214.             <returns>A string that specifies the pickup directory for e-mail messages.</returns>
  29215.         </member>
  29216.         <member name="T:System.Net.Configuration.SocketElement">
  29217.             <summary>Represents information used to configure <see cref="T:System.Net.Sockets.Socket"></see> objects. This class cannot be inherited.</summary>
  29218.         </member>
  29219.         <member name="M:System.Net.Configuration.SocketElement.#ctor">
  29220.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.SocketElement"></see> class. </summary>
  29221.         </member>
  29222.         <member name="P:System.Net.Configuration.SocketElement.AlwaysUseCompletionPortsForAccept">
  29223.             <summary>Gets or sets a Boolean value that specifies whether completion ports are used when accepting connections.</summary>
  29224.             <returns>true to use completion ports; otherwise, false.</returns>
  29225.         </member>
  29226.         <member name="P:System.Net.Configuration.SocketElement.AlwaysUseCompletionPortsForConnect">
  29227.             <summary>Gets or sets a Boolean value that specifies whether completion ports are used when making connections.</summary>
  29228.             <returns>true to use completion ports; otherwise, false.</returns>
  29229.         </member>
  29230.         <member name="T:System.Net.Configuration.WebProxyScriptElement">
  29231.             <summary>Represents information used to configure Web proxy scripts. This class cannot be inherited.</summary>
  29232.         </member>
  29233.         <member name="M:System.Net.Configuration.WebProxyScriptElement.#ctor">
  29234.             <summary>Initializes an instance of the <see cref="T:System.Net.Configuration.WebProxyScriptElement"></see> class.</summary>
  29235.         </member>
  29236.         <member name="P:System.Net.Configuration.WebProxyScriptElement.DownloadTimeout">
  29237.             <summary>Gets or sets the Web proxy script download timeout using the format hours:minutes:seconds.</summary>
  29238.             <returns>A <see cref="T:System.TimeSpan"></see> object that contains the timeout value. The default download timeout is one minute.</returns>
  29239.         </member>
  29240.         <member name="T:System.Net.Configuration.WebRequestModuleElement">
  29241.             <summary>Represents a URI prefix and the associated class that handles creating Web requests for the prefix. This class cannot be inherited.</summary>
  29242.         </member>
  29243.         <member name="M:System.Net.Configuration.WebRequestModuleElement.#ctor">
  29244.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModuleElement"></see> class. </summary>
  29245.         </member>
  29246.         <member name="M:System.Net.Configuration.WebRequestModuleElement.#ctor(System.String,System.String)">
  29247.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModuleElement"></see> class using the specified URI prefix and type information. </summary>
  29248.             <param name="type">A string containing the type and assembly information for the class that handles creating requests for resources that use the prefix URI prefix. For more information, see the Remarks section.</param>
  29249.             <param name="prefix">A string containing a URI prefix.</param>
  29250.         </member>
  29251.         <member name="M:System.Net.Configuration.WebRequestModuleElement.#ctor(System.String,System.Type)">
  29252.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModuleElement"></see> class using the specified URI prefix and type identifier.</summary>
  29253.             <param name="type">A <see cref="T:System.Type"></see> that identifies the class that handles creating requests for resources that use the prefix URI prefix. </param>
  29254.             <param name="prefix">A string containing a URI prefix.</param>
  29255.         </member>
  29256.         <member name="P:System.Net.Configuration.WebRequestModuleElement.Prefix">
  29257.             <summary>Gets or sets the URI prefix for the current Web request module.</summary>
  29258.             <returns>A string that contains a URI prefix.</returns>
  29259.         </member>
  29260.         <member name="P:System.Net.Configuration.WebRequestModuleElement.Type">
  29261.             <summary>Gets or sets a class that creates Web requests.</summary>
  29262.             <returns>A <see cref="T:System.Type"></see> instance that identifies a Web request module.</returns>
  29263.         </member>
  29264.         <member name="T:System.Net.Configuration.WebRequestModuleElementCollection">
  29265.             <summary>Represents a container for Web request module configuration elements. This class cannot be inherited.</summary>
  29266.         </member>
  29267.         <member name="M:System.Net.Configuration.WebRequestModuleElementCollection.#ctor">
  29268.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModuleElementCollection"></see> class. </summary>
  29269.         </member>
  29270.         <member name="M:System.Net.Configuration.WebRequestModuleElementCollection.Add(System.Net.Configuration.WebRequestModuleElement)">
  29271.             <summary>Adds an element to the collection.</summary>
  29272.             <param name="element">The <see cref="T:System.Net.Configuration.WebRequestModuleElement"></see> to add to the collection.</param>
  29273.         </member>
  29274.         <member name="M:System.Net.Configuration.WebRequestModuleElementCollection.Clear">
  29275.             <summary>Removes all elements from the collection.</summary>
  29276.         </member>
  29277.         <member name="M:System.Net.Configuration.WebRequestModuleElementCollection.IndexOf(System.Net.Configuration.WebRequestModuleElement)">
  29278.             <summary>Returns the index of the specified configuration element.</summary>
  29279.             <returns>The zero-based index of element.</returns>
  29280.             <param name="element">A <see cref="T:System.Net.Configuration.WebRequestModuleElement"></see>.</param>
  29281.         </member>
  29282.         <member name="M:System.Net.Configuration.WebRequestModuleElementCollection.Remove(System.String)">
  29283.             <summary>Removes the element with the specified key.</summary>
  29284.             <param name="name">The key of the element to remove.</param>
  29285.         </member>
  29286.         <member name="M:System.Net.Configuration.WebRequestModuleElementCollection.Remove(System.Net.Configuration.WebRequestModuleElement)">
  29287.             <summary>Removes the specified configuration element from the collection.</summary>
  29288.             <param name="element">The <see cref="T:System.Net.Configuration.WebRequestModuleElement"></see> to remove.</param>
  29289.         </member>
  29290.         <member name="M:System.Net.Configuration.WebRequestModuleElementCollection.RemoveAt(System.Int32)">
  29291.             <summary>Removes the element at the specified index.</summary>
  29292.             <param name="index">The zero-based index of the element to remove.</param>
  29293.         </member>
  29294.         <member name="P:System.Net.Configuration.WebRequestModuleElementCollection.Item(System.Int32)">
  29295.             <summary>Gets or sets the element at the specified position in the collection.</summary>
  29296.             <returns>The <see cref="T:System.Net.Configuration.WebRequestModuleElement"></see> at the specified location.</returns>
  29297.             <param name="index">The zero-based index of the element.</param>
  29298.         </member>
  29299.         <member name="P:System.Net.Configuration.WebRequestModuleElementCollection.Item(System.String)">
  29300.             <summary>Gets or sets the element with the specified key.</summary>
  29301.             <returns>The <see cref="T:System.Net.Configuration.WebRequestModuleElement"></see> with the specified key or null if there is no element with the specified key.</returns>
  29302.             <param name="name">The key for an element in the collection.</param>
  29303.         </member>
  29304.         <member name="T:System.Net.Configuration.WebRequestModulesSection">
  29305.             <summary>Represents the configuration section for Web request modules. This class cannot be inherited.</summary>
  29306.         </member>
  29307.         <member name="M:System.Net.Configuration.WebRequestModulesSection.#ctor">
  29308.             <summary>Initializes a new instance of the <see cref="T:System.Net.Configuration.WebRequestModulesSection"></see> class.</summary>
  29309.         </member>
  29310.         <member name="P:System.Net.Configuration.WebRequestModulesSection.WebRequestModules">
  29311.             <summary>Gets the collection of Web request modules in the section.</summary>
  29312.             <returns>A <see cref="T:System.Net.Configuration.WebRequestModuleElementCollection"></see> containing the registered Web request modules. </returns>
  29313.         </member>
  29314.         <member name="N:System.Net.Mail">
  29315.             <summary>The <see cref="N:System.Net.Mail"></see> namespace contains classes used to send electronic mail to a Simple Mail Transfer Protocol (SMTP) server for delivery. </summary>
  29316.         </member>
  29317.         <member name="T:System.Net.Mail.AlternateView">
  29318.             <summary>Represents the format to view an email message.</summary>
  29319.         </member>
  29320.         <member name="M:System.Net.Mail.AlternateView.#ctor(System.IO.Stream)">
  29321.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.AlternateView"></see> with the specified <see cref="T:System.IO.Stream"></see>.</summary>
  29322.             <param name="contentStream">A stream that contains the content for this view.</param>
  29323.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29324.         </member>
  29325.         <member name="M:System.Net.Mail.AlternateView.#ctor(System.String)">
  29326.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.AlternateView"></see> with the specified file name.</summary>
  29327.             <param name="fileName">The name of the file that contains the content for this alternate view.</param>
  29328.             <exception cref="T:System.IO.IOException">An I/O error occurred, such as a disk error.</exception>
  29329.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29330.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
  29331.             <exception cref="T:System.UnauthorizedAccessException">The access requested is not permitted by the operating system for the specified file handle, such as when access is Write or ReadWrite and the file handle is set for read-only access.</exception>
  29332.         </member>
  29333.         <member name="M:System.Net.Mail.AlternateView.#ctor(System.IO.Stream,System.Net.Mime.ContentType)">
  29334.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.AlternateView"></see> with the specified <see cref="T:System.IO.Stream"></see> and <see cref="T:System.Net.Mime.ContentType"></see>.</summary>
  29335.             <param name="contentType">The type of the content.</param>
  29336.             <param name="contentStream">A stream that contains the content for this attachment.</param>
  29337.             <exception cref="T:System.FormatException">contentType is not a valid value.</exception>
  29338.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29339.         </member>
  29340.         <member name="M:System.Net.Mail.AlternateView.#ctor(System.IO.Stream,System.String)">
  29341.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.AlternateView"></see> with the specified <see cref="T:System.IO.Stream"></see> and media type.</summary>
  29342.             <param name="contentStream">A stream that contains the content for this attachment.</param>
  29343.             <param name="mediaType">The MIME media type of the content.</param>
  29344.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29345.             <exception cref="T:System.FormatException">mediaType is not a valid value.</exception>
  29346.         </member>
  29347.         <member name="M:System.Net.Mail.AlternateView.#ctor(System.String,System.Net.Mime.ContentType)">
  29348.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.AlternateView"></see> with the specified file name and content type.</summary>
  29349.             <param name="fileName">The name of the file that contains the content for this alternate view.</param>
  29350.             <param name="contentType">The type of the content.</param>
  29351.             <exception cref="T:System.IO.IOException">An I/O error occurred, such as a disk error.</exception>
  29352.             <exception cref="T:System.FormatException">contentType is not a valid value.</exception>
  29353.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29354.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
  29355.             <exception cref="T:System.UnauthorizedAccessException">The access requested is not permitted by the operating system for the specified file handle, such as when access is Write or ReadWrite and the file handle is set for read-only access.</exception>
  29356.         </member>
  29357.         <member name="M:System.Net.Mail.AlternateView.#ctor(System.String,System.String)">
  29358.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.AlternateView"></see> with the specified file name and media type.</summary>
  29359.             <param name="fileName">The name of the file that contains the content for this alternate view.</param>
  29360.             <param name="mediaType">The MIME media type of the content.</param>
  29361.             <exception cref="T:System.IO.IOException">An I/O error occurred, such as a disk error.</exception>
  29362.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29363.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
  29364.             <exception cref="T:System.FormatException">mediaType is not a valid value.</exception>
  29365.             <exception cref="T:System.UnauthorizedAccessException">The access requested is not permitted by the operating system for the specified file handle, such as when access is Write or ReadWrite and the file handle is set for read-only access.</exception>
  29366.         </member>
  29367.         <member name="M:System.Net.Mail.AlternateView.CreateAlternateViewFromString(System.String)">
  29368.             <summary>Creates a <see cref="T:System.Net.Mail.AlternateView"></see> to view an email message using the content specified in the string.</summary>
  29369.             <returns>An <see cref="T:System.Net.Mail.AlternateView"></see> object.</returns>
  29370.             <param name="content">The <see cref="T:System.String"></see> that contains the content of the email message.</param>
  29371.             <exception cref="T:System.ArgumentNullException">content is null.</exception>
  29372.         </member>
  29373.         <member name="M:System.Net.Mail.AlternateView.CreateAlternateViewFromString(System.String,System.Net.Mime.ContentType)">
  29374.             <summary>Creates a <see cref="T:System.Net.Mail.AlternateView"></see> to view an email message using the content specified in the string, and the specified <see cref="T:System.Net.Mime.ContentType"></see>.</summary>
  29375.             <returns>An <see cref="T:System.Net.Mail.AlternateView"></see> object that represents an alternate view of an email message.</returns>
  29376.             <param name="contentType">A <see cref="T:System.Net.Mime.ContentType"></see> that describes the data in string.</param>
  29377.             <param name="content">A <see cref="T:System.String"></see> that contains the content for this attachment.</param>
  29378.             <exception cref="T:System.ArgumentNullException">content is null.</exception>
  29379.         </member>
  29380.         <member name="M:System.Net.Mail.AlternateView.CreateAlternateViewFromString(System.String,System.Text.Encoding,System.String)">
  29381.             <summary>Creates a <see cref="T:System.Net.Mail.AlternateView"></see> to view an email message using the content specified in the string, the specified text encoding and MIME media type.</summary>
  29382.             <returns>An <see cref="T:System.Net.Mail.AlternateView"></see> object that represents an alternate view of an email message.</returns>
  29383.             <param name="contentEncoding">An <see cref="T:System.Text.Encoding"></see>. This value can be null.</param>
  29384.             <param name="content">A <see cref="T:System.String"></see> that contains the content for this attachment.</param>
  29385.             <param name="mediaType">The MIME media type of the content.</param>
  29386.             <exception cref="T:System.ArgumentNullException">content is null.</exception>
  29387.         </member>
  29388.         <member name="M:System.Net.Mail.AlternateView.Dispose(System.Boolean)">
  29389.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Mail.AlternateView"></see> and optionally releases the managed resources. </summary>
  29390.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  29391.         </member>
  29392.         <member name="P:System.Net.Mail.AlternateView.BaseUri">
  29393.             <summary>Gets or sets the Base URI to use for resolving relative URIs in the <see cref="T:System.Net.Mail.AlternateView"></see>.</summary>
  29394.             <returns>A <see cref="T:System.Uri"></see>.</returns>
  29395.         </member>
  29396.         <member name="P:System.Net.Mail.AlternateView.LinkedResources">
  29397.             <summary>Gets the set of embedded resources referred to by this attachment.</summary>
  29398.             <returns>A <see cref="T:System.Net.Mail.LinkedResourceCollection"></see> object that stores the collection of linked resources to be sent as part of an e-mail message.</returns>
  29399.         </member>
  29400.         <member name="T:System.Net.Mail.AlternateViewCollection">
  29401.             <summary>Represents a collection of <see cref="T:System.Net.Mail.AlternateView"></see> objects.</summary>
  29402.         </member>
  29403.         <member name="M:System.Net.Mail.AlternateViewCollection.Dispose">
  29404.             <summary>Releases all resources used by the <see cref="T:System.Net.Mail.AlternateViewCollection"></see>.</summary>
  29405.         </member>
  29406.         <member name="T:System.Net.Mail.Attachment">
  29407.             <summary>Represents an attachment to an e-mail.</summary>
  29408.         </member>
  29409.         <member name="M:System.Net.Mail.Attachment.#ctor(System.String)">
  29410.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.Attachment"></see> class with the specified content string. </summary>
  29411.             <param name="fileName">A <see cref="T:System.String"></see> that contains a file path to use to create this attachment.</param>
  29412.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29413.             <exception cref="T:System.ArgumentException">fileName is empty.</exception>
  29414.         </member>
  29415.         <member name="M:System.Net.Mail.Attachment.#ctor(System.IO.Stream,System.Net.Mime.ContentType)">
  29416.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.Attachment"></see> class with the specified stream and content type. </summary>
  29417.             <param name="contentType">A <see cref="T:System.Net.Mime.ContentType"></see> that describes the data in stream.</param>
  29418.             <param name="contentStream">A readable <see cref="T:System.IO.Stream"></see> that contains the content for this attachment.</param>
  29419.             <exception cref="T:System.ArgumentNullException">contentType is null.-or-contentStream is null.</exception>
  29420.         </member>
  29421.         <member name="M:System.Net.Mail.Attachment.#ctor(System.IO.Stream,System.String)">
  29422.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.Attachment"></see> class with the specified stream and name.</summary>
  29423.             <param name="name">A <see cref="T:System.String"></see> that contains the value for the <see cref="P:System.Net.Mime.ContentType.Name"></see> property of the <see cref="T:System.Net.Mime.ContentType"></see> associated with this attachment. This value can be null.</param>
  29424.             <param name="contentStream">A readable <see cref="T:System.IO.Stream"></see> that contains the content for this attachment.</param>
  29425.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29426.         </member>
  29427.         <member name="M:System.Net.Mail.Attachment.#ctor(System.String,System.Net.Mime.ContentType)">
  29428.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.Attachment"></see> class with the specified content string and <see cref="T:System.Net.Mime.ContentType"></see>.</summary>
  29429.             <param name="fileName">A <see cref="T:System.String"></see> that contains a file path to use to create this attachment.</param>
  29430.             <param name="contentType">A <see cref="T:System.Net.Mime.ContentType"></see> that describes the data in string.</param>
  29431.             <exception cref="T:System.ArgumentException">mediaType is not in the correct format.</exception>
  29432.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29433.         </member>
  29434.         <member name="M:System.Net.Mail.Attachment.#ctor(System.String,System.String)">
  29435.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.Attachment"></see> class with the specified content string and MIME type information. </summary>
  29436.             <param name="fileName">A <see cref="T:System.String"></see> that contains the content for this attachment.</param>
  29437.             <param name="mediaType">A <see cref="T:System.String"></see> that contains the MIME Content-Header information for this attachment. This value can be null.</param>
  29438.             <exception cref="T:System.FormatException">mediaType is not in the correct format.</exception>
  29439.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29440.         </member>
  29441.         <member name="M:System.Net.Mail.Attachment.#ctor(System.IO.Stream,System.String,System.String)">
  29442.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.Attachment"></see> class with the specified stream, name, and MIME type information. </summary>
  29443.             <param name="name">A <see cref="T:System.String"></see> that contains the value for the <see cref="P:System.Net.Mime.ContentType.Name"></see> property of the <see cref="T:System.Net.Mime.ContentType"></see> associated with this attachment. This value can be null.</param>
  29444.             <param name="contentStream">A readable <see cref="T:System.IO.Stream"></see> that contains the content for this attachment.</param>
  29445.             <param name="mediaType">A <see cref="T:System.String"></see> that contains the MIME Content-Header information for this attachment. This value can be null.</param>
  29446.             <exception cref="T:System.FormatException">mediaType is not in the correct format.</exception>
  29447.             <exception cref="T:System.ArgumentNullException">stream is null.</exception>
  29448.         </member>
  29449.         <member name="M:System.Net.Mail.Attachment.CreateAttachmentFromString(System.String,System.Net.Mime.ContentType)">
  29450.             <summary>Creates a mail attachment using the content from the specified string, and the specified <see cref="T:System.Net.Mime.ContentType"></see>.</summary>
  29451.             <returns>An object of type <see cref="T:System.Net.Mail.Attachment"></see>.</returns>
  29452.             <param name="contentType">A <see cref="T:System.Net.Mime.ContentType"></see> object that represents the Multipurpose Internet Mail Exchange (MIME) protocol Content-Type header to be used.</param>
  29453.             <param name="content">A <see cref="T:System.String"></see> that contains the content for this attachment.</param>
  29454.         </member>
  29455.         <member name="M:System.Net.Mail.Attachment.CreateAttachmentFromString(System.String,System.String)">
  29456.             <summary>Creates a mail attachment using the content from the specified string, and the specified MIME content type name.</summary>
  29457.             <returns>An object of type <see cref="T:System.Net.Mail.Attachment"></see>.</returns>
  29458.             <param name="name">The MIME content type name value in the content type associated with this attachment.</param>
  29459.             <param name="content">A <see cref="T:System.String"></see> that contains the content for this attachment.</param>
  29460.         </member>
  29461.         <member name="M:System.Net.Mail.Attachment.CreateAttachmentFromString(System.String,System.String,System.Text.Encoding,System.String)">
  29462.             <summary>Creates a mail attachment using the content from the specified string, the specified MIME content type name, character encoding, and MIME header information for the attachment.</summary>
  29463.             <returns>An object of type <see cref="T:System.Net.Mail.Attachment"></see>.</returns>
  29464.             <param name="contentEncoding">An <see cref="T:System.Text.Encoding"></see>. This value can be null.</param>
  29465.             <param name="name">The MIME content type name value in the content type associated with this attachment.</param>
  29466.             <param name="content">A <see cref="T:System.String"></see> that contains the content for this attachment.</param>
  29467.             <param name="mediaType">A <see cref="T:System.String"></see> that contains the MIME Content-Header information for this attachment. This value can be null.</param>
  29468.         </member>
  29469.         <member name="P:System.Net.Mail.Attachment.ContentDisposition">
  29470.             <summary>Gets the MIME content disposition for this attachment.</summary>
  29471.             <returns>A <see cref="T:System.Net.Mime.ContentDisposition"></see> that provides the presentation information for this attachment. </returns>
  29472.         </member>
  29473.         <member name="P:System.Net.Mail.Attachment.Name">
  29474.             <summary>Gets or sets the MIME content type name value in the content type associated with this attachment.</summary>
  29475.             <returns>A <see cref="T:System.String"></see> that contains the value for the content type name represented by the <see cref="P:System.Net.Mime.ContentType.Name"></see> property.</returns>
  29476.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null.</exception>
  29477.             <exception cref="T:System.ArgumentException">The value specified for a set operation is <see cref="F:System.String.Empty"></see> ("").</exception>
  29478.         </member>
  29479.         <member name="P:System.Net.Mail.Attachment.NameEncoding">
  29480.             <summary>Specifies the encoding for the <see cref="T:System.Net.Mail.Attachment"></see><see cref="P:System.Net.Mail.Attachment.Name"></see>.</summary>
  29481.             <returns>An <see cref="T:System.Text.Encoding"></see> value that specifies the type of name encoding. The default value is determined from the name of the attachment.</returns>
  29482.         </member>
  29483.         <member name="T:System.Net.Mail.AttachmentBase">
  29484.             <summary>Base class that represents an email attachment. Classes <see cref="T:System.Net.Mail.Attachment"></see>, <see cref="T:System.Net.Mail.Alternateview"></see>, and <see cref="T:System.Net.Mail.LinkedResource"></see> derive from this class.</summary>
  29485.         </member>
  29486.         <member name="M:System.Net.Mail.AttachmentBase.#ctor(System.IO.Stream)">
  29487.             <summary>Instantiates an <see cref="T:System.Net.Mail.AttachmentBase"></see> with the specified <see cref="T:System.IO.Stream"></see>.</summary>
  29488.             <param name="contentStream">A stream containing the content for this attachment.</param>
  29489.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29490.         </member>
  29491.         <member name="M:System.Net.Mail.AttachmentBase.#ctor(System.String)">
  29492.             <summary>Instantiates an <see cref="T:System.Net.Mail.AttachmentBase"></see> with the specified file name.</summary>
  29493.             <param name="fileName">The file name holding the content for this attachment.</param>
  29494.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29495.         </member>
  29496.         <member name="M:System.Net.Mail.AttachmentBase.#ctor(System.IO.Stream,System.Net.Mime.ContentType)">
  29497.             <summary>Instantiates an <see cref="T:System.Net.Mail.AttachmentBase"></see> with the specified <see cref="T:System.IO.Stream"></see> and <see cref="T:System.Net.Mime.ContentType"></see>.</summary>
  29498.             <param name="contentType">The type of the content.</param>
  29499.             <param name="contentStream">A stream containing the content for this attachment.</param>
  29500.             <exception cref="T:System.FormatException">contentType is not a valid value.</exception>
  29501.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29502.         </member>
  29503.         <member name="M:System.Net.Mail.AttachmentBase.#ctor(System.IO.Stream,System.String)">
  29504.             <summary>Instantiates an <see cref="T:System.Net.Mail.AttachmentBase"></see> with the specified <see cref="T:System.IO.Stream"></see> and media type.</summary>
  29505.             <param name="contentStream">A stream containing the content for this attachment.</param>
  29506.             <param name="mediaType">The MIME media type of the content.</param>
  29507.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29508.             <exception cref="T:System.FormatException">mediaType is not a valid value.</exception>
  29509.         </member>
  29510.         <member name="M:System.Net.Mail.AttachmentBase.#ctor(System.String,System.Net.Mime.ContentType)">
  29511.             <summary>Instantiates an <see cref="T:System.Net.Mail.AttachmentBase"></see> with the specified file name and content type.</summary>
  29512.             <param name="fileName">The file name holding the content for this attachment.</param>
  29513.             <param name="contentType">The type of the content.</param>
  29514.             <exception cref="T:System.FormatException">contentType is not a valid value.</exception>
  29515.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29516.         </member>
  29517.         <member name="M:System.Net.Mail.AttachmentBase.#ctor(System.String,System.String)">
  29518.             <summary>Instantiates an <see cref="T:System.Net.Mail.AttachmentBase"></see> with the specified file name and media type.</summary>
  29519.             <param name="fileName">The file name holding the content for this attachment.</param>
  29520.             <param name="mediaType">The MIME media type of the content.</param>
  29521.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29522.             <exception cref="T:System.FormatException">mediaType is not a valid value.</exception>
  29523.         </member>
  29524.         <member name="M:System.Net.Mail.AttachmentBase.Dispose">
  29525.             <summary>Releases the resources used by the <see cref="T:System.Net.Mail.AttachmentBase"></see>. </summary>
  29526.         </member>
  29527.         <member name="M:System.Net.Mail.AttachmentBase.Dispose(System.Boolean)">
  29528.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Mail.AttachmentBase"></see> and optionally releases the managed resources. </summary>
  29529.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  29530.         </member>
  29531.         <member name="P:System.Net.Mail.AttachmentBase.ContentId">
  29532.             <summary>Gets or sets the MIME content ID for this attachment.</summary>
  29533.             <returns>A <see cref="T:System.String"></see> holding the content ID.</returns>
  29534.             <exception cref="T:System.ArgumentNullException">Attempted to set <see cref="P:System.Net.Mail.AttachmentBase.ContentId"></see> to null.</exception>
  29535.         </member>
  29536.         <member name="P:System.Net.Mail.AttachmentBase.ContentStream">
  29537.             <summary>Gets the content stream of this attachment.</summary>
  29538.             <returns>A <see cref="T:System.IO.Stream"></see>.</returns>
  29539.         </member>
  29540.         <member name="P:System.Net.Mail.AttachmentBase.ContentType">
  29541.             <summary>Gets the content type of this attachment.</summary>
  29542.             <returns>A <see cref="T:System.Net.Mime.ContentType"></see>.</returns>
  29543.         </member>
  29544.         <member name="P:System.Net.Mail.AttachmentBase.TransferEncoding">
  29545.             <summary>Gets or sets the encoding of this attachment.</summary>
  29546.             <returns>A <see cref="T:System.Net.Mime.TransferEncoding"></see>.</returns>
  29547.         </member>
  29548.         <member name="T:System.Net.Mail.AttachmentCollection">
  29549.             <summary>Stores attachments to be sent as part of an e-mail message.</summary>
  29550.         </member>
  29551.         <member name="M:System.Net.Mail.AttachmentCollection.Dispose">
  29552.             <summary>Releases all resources used by the <see cref="T:System.Net.Mail.AttachmentCollection"></see>. </summary>
  29553.         </member>
  29554.         <member name="T:System.Net.Mail.DeliveryNotificationOptions">
  29555.             <summary>Describes the delivery notification options for e-mail.</summary>
  29556.         </member>
  29557.         <member name="F:System.Net.Mail.DeliveryNotificationOptions.Delay">
  29558.             <summary>Notify if the delivery is delayed</summary>
  29559.         </member>
  29560.         <member name="F:System.Net.Mail.DeliveryNotificationOptions.Never">
  29561.             <summary>Never notify.</summary>
  29562.         </member>
  29563.         <member name="F:System.Net.Mail.DeliveryNotificationOptions.None">
  29564.             <summary>No notification.</summary>
  29565.         </member>
  29566.         <member name="F:System.Net.Mail.DeliveryNotificationOptions.OnFailure">
  29567.             <summary>Notify if the delivery is unsuccessful.</summary>
  29568.         </member>
  29569.         <member name="F:System.Net.Mail.DeliveryNotificationOptions.OnSuccess">
  29570.             <summary>Notify if the delivery is successful.</summary>
  29571.         </member>
  29572.         <member name="T:System.Net.Mail.LinkedResource">
  29573.             <summary>Represents an embedded external resource in an email attachment, such as an image in an HTML attachment.</summary>
  29574.         </member>
  29575.         <member name="M:System.Net.Mail.LinkedResource.#ctor(System.IO.Stream)">
  29576.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.LinkedResource"></see> using the supplied <see cref="T:System.IO.Stream"></see>.</summary>
  29577.             <param name="contentStream">A stream that contains the content for this embedded resource.</param>
  29578.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29579.         </member>
  29580.         <member name="M:System.Net.Mail.LinkedResource.#ctor(System.String)">
  29581.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.LinkedResource"></see> using the specified file name.</summary>
  29582.             <param name="fileName">The file name holding the content for this embedded resource.</param>
  29583.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29584.         </member>
  29585.         <member name="M:System.Net.Mail.LinkedResource.#ctor(System.IO.Stream,System.Net.Mime.ContentType)">
  29586.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.LinkedResource"></see> with the values supplied by <see cref="T:System.IO.Stream"></see> and <see cref="T:System.Net.Mime.ContentType"></see>.</summary>
  29587.             <param name="contentType">The type of the content.</param>
  29588.             <param name="contentStream">A stream that contains the content for this embedded resource.</param>
  29589.             <exception cref="T:System.FormatException">contentType is not a valid value.</exception>
  29590.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29591.         </member>
  29592.         <member name="M:System.Net.Mail.LinkedResource.#ctor(System.IO.Stream,System.String)">
  29593.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.LinkedResource"></see> with the specified <see cref="T:System.IO.Stream"></see> and media type.</summary>
  29594.             <param name="contentStream">A stream that contains the content for this embedded resource.</param>
  29595.             <param name="mediaType">The MIME media type of the content.</param>
  29596.             <exception cref="T:System.ArgumentNullException">contentStream is null.</exception>
  29597.             <exception cref="T:System.FormatException">mediaType is not a valid value.</exception>
  29598.         </member>
  29599.         <member name="M:System.Net.Mail.LinkedResource.#ctor(System.String,System.Net.Mime.ContentType)">
  29600.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.LinkedResource"></see> with the specified file name and content type.</summary>
  29601.             <param name="fileName">The file name that holds the content for this embedded resource.</param>
  29602.             <param name="contentType">The type of the content.</param>
  29603.             <exception cref="T:System.FormatException">contentType is not a valid value.</exception>
  29604.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29605.         </member>
  29606.         <member name="M:System.Net.Mail.LinkedResource.#ctor(System.String,System.String)">
  29607.             <summary>Initializes a new instance of <see cref="T:System.Net.Mail.LinkedResource"></see> with the specified file name and media type.</summary>
  29608.             <param name="fileName">The file name that holds the content for this embedded resource.</param>
  29609.             <param name="mediaType">The MIME media type of the content.</param>
  29610.             <exception cref="T:System.ArgumentNullException">fileName is null.</exception>
  29611.             <exception cref="T:System.FormatException">mediaType is not a valid value.</exception>
  29612.         </member>
  29613.         <member name="M:System.Net.Mail.LinkedResource.CreateLinkedResourceFromString(System.String)">
  29614.             <summary>Creates a <see cref="T:System.Net.Mail.LinkedResource"></see> object from a string to be included in an email attachment as an embedded resource. The default media type is plain text, and the default content type is ASCII.</summary>
  29615.             <returns>A <see cref="T:System.Net.Mail.LinkedResource"></see> object that contains the embedded resource to be included in the email attachment.</returns>
  29616.             <param name="content">A string that contains the embedded resource to be included in the email attachment.</param>
  29617.             <exception cref="T:System.ArgumentNullException">The specified content string is null.</exception>
  29618.         </member>
  29619.         <member name="M:System.Net.Mail.LinkedResource.CreateLinkedResourceFromString(System.String,System.Net.Mime.ContentType)">
  29620.             <summary>Creates a <see cref="T:System.Net.Mail.LinkedResource"></see> object from a string to be included in an email attachment as an embedded resource, with the specified content type, and media type as plain text.</summary>
  29621.             <returns>A <see cref="T:System.Net.Mail.LinkedResource"></see> object that contains the embedded resource to be included in the email attachment.</returns>
  29622.             <param name="contentType">The type of the content.</param>
  29623.             <param name="content">A string that contains the embedded resource to be included in the email attachment.</param>
  29624.             <exception cref="T:System.ArgumentNullException">The specified content string is null.</exception>
  29625.         </member>
  29626.         <member name="M:System.Net.Mail.LinkedResource.CreateLinkedResourceFromString(System.String,System.Text.Encoding,System.String)">
  29627.             <summary>Creates a <see cref="T:System.Net.Mail.LinkedResource"></see> object from a string to be included in an email attachment as an embedded resource, with the specified content type, and media type.</summary>
  29628.             <returns>A <see cref="T:System.Net.Mail.LinkedResource"></see> object that contains the embedded resource to be included in the email attachment.</returns>
  29629.             <param name="contentEncoding">The type of the content.</param>
  29630.             <param name="content">A string that contains the embedded resource to be included in the email attachment.</param>
  29631.             <param name="mediaType">The MIME media type of the content.</param>
  29632.             <exception cref="T:System.ArgumentNullException">The specified content string is null.</exception>
  29633.         </member>
  29634.         <member name="P:System.Net.Mail.LinkedResource.ContentLink">
  29635.             <summary>Gets or sets a URI that the resource must match.</summary>
  29636.             <returns>If <see cref="P:System.Net.Mail.LinkedResource.ContentLink"></see> is a relative URI, the recipient of the message must resolve it.</returns>
  29637.         </member>
  29638.         <member name="T:System.Net.Mail.LinkedResourceCollection">
  29639.             <summary>Stores linked resources to be sent as part of an e-mail message.</summary>
  29640.         </member>
  29641.         <member name="M:System.Net.Mail.LinkedResourceCollection.Dispose">
  29642.             <summary>Releases all resources used by the <see cref="T:System.Net.Mail.LinkedResourceCollection"></see>.</summary>
  29643.         </member>
  29644.         <member name="T:System.Net.Mail.MailAddress">
  29645.             <summary>Represents the address of an electronic mail sender or recipient.</summary>
  29646.         </member>
  29647.         <member name="M:System.Net.Mail.MailAddress.#ctor(System.String)">
  29648.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.MailAddress"></see> class using the specified address. </summary>
  29649.             <param name="address">A <see cref="T:System.String"></see> that contains an e-mail address.</param>
  29650.             <exception cref="T:System.FormatException">address is not in a recognized format.</exception>
  29651.             <exception cref="T:System.ArgumentException">address is <see cref="F:System.String.Empty"></see> ("").</exception>
  29652.             <exception cref="T:System.ArgumentNullException">address is null.</exception>
  29653.         </member>
  29654.         <member name="M:System.Net.Mail.MailAddress.#ctor(System.String,System.String)">
  29655.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.MailAddress"></see> class using the specified address and display name.</summary>
  29656.             <param name="address">A <see cref="T:System.String"></see> that contains an e-mail address.</param>
  29657.             <param name="displayName">A <see cref="T:System.String"></see> that contains the display name associated with address. This parameter can be null.</param>
  29658.             <exception cref="T:System.ArgumentException">address is <see cref="F:System.String.Empty"></see> ("").</exception>
  29659.             <exception cref="T:System.ArgumentNullException">address is null.</exception>
  29660.             <exception cref="T:System.FormatException">address is not in a recognized format.-or-address contains non-ASCII characters.</exception>
  29661.         </member>
  29662.         <member name="M:System.Net.Mail.MailAddress.#ctor(System.String,System.String,System.Text.Encoding)">
  29663.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.MailAddress"></see> class using the specified address, display name, and encoding.</summary>
  29664.             <param name="address">A <see cref="T:System.String"></see> that contains an e-mail address.</param>
  29665.             <param name="displayName">A <see cref="T:System.String"></see> that contains the display name associated with address.</param>
  29666.             <param name="displayNameEncoding">The <see cref="T:System.Text.Encoding"></see> that defines the character set used for displayName.</param>
  29667.             <exception cref="T:System.ArgumentNullException">address is null.-or-displayName is null.</exception>
  29668.             <exception cref="T:System.ArgumentException">address is <see cref="F:System.String.Empty"></see> ("").-or-displayName is <see cref="F:System.String.Empty"></see> ("").</exception>
  29669.             <exception cref="T:System.FormatException">address is not in a recognized format.-or-address contains non-ASCII characters.</exception>
  29670.         </member>
  29671.         <member name="M:System.Net.Mail.MailAddress.Equals(System.Object)">
  29672.             <summary>Compares two mail addresses.</summary>
  29673.             <returns>true if the two mail addresses are equal; otherwise, false.</returns>
  29674.             <param name="value">A <see cref="T:System.Net.Mail.MailAddress"></see> instance to compare to the current instance.</param>
  29675.         </member>
  29676.         <member name="M:System.Net.Mail.MailAddress.GetHashCode">
  29677.             <summary>Returns a hash value for a mail address.</summary>
  29678.             <returns>An integer hash value.</returns>
  29679.         </member>
  29680.         <member name="M:System.Net.Mail.MailAddress.ToString">
  29681.             <summary>Returns a string representation of this instance.</summary>
  29682.             <returns>A <see cref="T:System.String"></see> that contains the contents of this <see cref="T:System.Net.Mail.MailAddress"></see>.</returns>
  29683.         </member>
  29684.         <member name="P:System.Net.Mail.MailAddress.Address">
  29685.             <summary>Gets the e-mail address specified when this instance was created.</summary>
  29686.             <returns>A <see cref="T:System.String"></see> that contains the e-mail address.</returns>
  29687.         </member>
  29688.         <member name="P:System.Net.Mail.MailAddress.DisplayName">
  29689.             <summary>Gets the display name composed from the display name and address information specified when this instance was created.</summary>
  29690.             <returns>A <see cref="T:System.String"></see> that contains the display name; otherwise, <see cref="F:System.String.Empty"></see> ("") if no display name information was specified when this instance was created.</returns>
  29691.         </member>
  29692.         <member name="P:System.Net.Mail.MailAddress.Host">
  29693.             <summary>Gets the host portion of the address specified when this instance was created.</summary>
  29694.             <returns>A <see cref="T:System.String"></see> that contains the name of the host computer that accepts e-mail for the <see cref="P:System.Net.Mail.MailAddress.User"></see> property.</returns>
  29695.         </member>
  29696.         <member name="P:System.Net.Mail.MailAddress.User">
  29697.             <summary>Gets the user information from the address specified when this instance was created.</summary>
  29698.             <returns>A <see cref="T:System.String"></see> that contains the user name portion of the <see cref="P:System.Net.Mail.MailAddress.Address"></see>.</returns>
  29699.         </member>
  29700.         <member name="T:System.Net.Mail.MailAddressCollection">
  29701.             <summary>Store e-mail addresses that are associated with an e-mail message.</summary>
  29702.         </member>
  29703.         <member name="M:System.Net.Mail.MailAddressCollection.#ctor">
  29704.             <summary>Initializes an empty instance of the <see cref="T:System.Net.Mail.MailAddressCollection"></see> class.</summary>
  29705.         </member>
  29706.         <member name="M:System.Net.Mail.MailAddressCollection.Add(System.String)">
  29707.             <summary>Add a list of e-mail addresses to the collection.</summary>
  29708.             <param name="addresses">The e-mail addresses to add to the <see cref="T:System.Net.Mail.MailAddressCollection"></see>.</param>
  29709.         </member>
  29710.         <member name="M:System.Net.Mail.MailAddressCollection.InsertItem(System.Int32,System.Net.Mail.MailAddress)">
  29711.             <summary>Inserts an e-mail address into the <see cref="T:System.Net.Mail.MailAddressCollection"></see>, at the specified location.</summary>
  29712.             <param name="item">The e-mail address to be inserted into the collection.</param>
  29713.             <param name="index">The location at which to insert the e-mail address that is specified by item.</param>
  29714.             <exception cref="T:System.ArgumentNullException">item is null.</exception>
  29715.         </member>
  29716.         <member name="M:System.Net.Mail.MailAddressCollection.SetItem(System.Int32,System.Net.Mail.MailAddress)">
  29717.             <summary>Replaces the element at the specified index.</summary>
  29718.             <param name="item">E-mail address that will replace the element in the collection.</param>
  29719.             <param name="index">Index of the e-mail address element to be replaced.</param>
  29720.             <exception cref="T:System.ArgumentNullException">item is null.</exception>
  29721.         </member>
  29722.         <member name="M:System.Net.Mail.MailAddressCollection.ToString">
  29723.             <summary>Returns a string representation of the e-mail addresses in this <see cref="T:System.Net.Mail.MailAddressCollection"></see> object.</summary>
  29724.             <returns>A <see cref="T:System.String"></see> containing the mail addresses in this collection.</returns>
  29725.         </member>
  29726.         <member name="T:System.Net.Mail.MailMessage">
  29727.             <summary>Represents an e-mail message that can be sent using the <see cref="T:System.Net.Mail.SmtpClient"></see> class.</summary>
  29728.         </member>
  29729.         <member name="M:System.Net.Mail.MailMessage.#ctor">
  29730.             <summary>Initializes an empty instance of the <see cref="T:System.Net.Mail.MailMessage"></see> class.</summary>
  29731.         </member>
  29732.         <member name="M:System.Net.Mail.MailMessage.#ctor(System.Net.Mail.MailAddress,System.Net.Mail.MailAddress)">
  29733.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.MailMessage"></see> class by using the specified <see cref="T:System.Net.Mail.MailAddress"></see> class objects. </summary>
  29734.             <param name="to">A <see cref="T:System.Net.Mail.MailAddress"></see> that contains the address of the recipient of the e-mail message.</param>
  29735.             <param name="from">A <see cref="T:System.Net.Mail.MailAddress"></see> that contains the address of the sender of the e-mail message.</param>
  29736.             <exception cref="T:System.FormatException">from or to is malformed.</exception>
  29737.             <exception cref="T:System.ArgumentNullException">from is null.-or-to is null.</exception>
  29738.         </member>
  29739.         <member name="M:System.Net.Mail.MailMessage.#ctor(System.String,System.String)">
  29740.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.MailMessage"></see> class by using the specified <see cref="T:System.String"></see> class objects. </summary>
  29741.             <param name="to">A <see cref="T:System.String"></see> that contains the addresses of the recipients of the e-mail message.</param>
  29742.             <param name="from">A <see cref="T:System.String"></see> that contains the address of the sender of the e-mail message.</param>
  29743.             <exception cref="T:System.FormatException">from or to is malformed.</exception>
  29744.             <exception cref="T:System.ArgumentException">from is <see cref="F:System.String.Empty"></see> ("").-or-to is <see cref="F:System.String.Empty"></see> ("").</exception>
  29745.             <exception cref="T:System.ArgumentNullException">from is null.-or-to is null.</exception>
  29746.         </member>
  29747.         <member name="M:System.Net.Mail.MailMessage.#ctor(System.String,System.String,System.String,System.String)">
  29748.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.MailMessage"></see> class. </summary>
  29749.             <param name="subject">A <see cref="T:System.String"></see> that contains the subject text.</param>
  29750.             <param name="to">A <see cref="T:System.String"></see> that contains the address of the recipient of the e-mail message.</param>
  29751.             <param name="from">A <see cref="T:System.String"></see> that contains the address of the sender of the e-mail message.</param>
  29752.             <param name="body">A <see cref="T:System.String"></see> that contains the message body.</param>
  29753.             <exception cref="T:System.FormatException">from or to is malformed.</exception>
  29754.             <exception cref="T:System.ArgumentException">from is <see cref="F:System.String.Empty"></see> ("").-or-to is <see cref="F:System.String.Empty"></see> ("").</exception>
  29755.             <exception cref="T:System.ArgumentNullException">from is null.-or-to is null.</exception>
  29756.         </member>
  29757.         <member name="M:System.Net.Mail.MailMessage.Dispose">
  29758.             <summary>Releases all resources used by the <see cref="T:System.Net.Mail.MailMessage"></see>. </summary>
  29759.         </member>
  29760.         <member name="M:System.Net.Mail.MailMessage.Dispose(System.Boolean)">
  29761.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Mail.MailMessage"></see> and optionally releases the managed resources. </summary>
  29762.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  29763.         </member>
  29764.         <member name="P:System.Net.Mail.MailMessage.AlternateViews">
  29765.             <summary>Gets the attachment collection used to store alternate forms of the message body.</summary>
  29766.             <returns>A writable <see cref="T:System.Net.Mail.AttachmentCollection"></see>.</returns>
  29767.         </member>
  29768.         <member name="P:System.Net.Mail.MailMessage.Attachments">
  29769.             <summary>Gets the attachment collection used to store data attached to this e-mail message.</summary>
  29770.             <returns>A writable <see cref="T:System.Net.Mail.AttachmentCollection"></see>.</returns>
  29771.         </member>
  29772.         <member name="P:System.Net.Mail.MailMessage.Bcc">
  29773.             <summary>Gets the address collection that contains the blind carbon copy (BCC) recipients for this e-mail message.</summary>
  29774.             <returns>A writable <see cref="T:System.Net.Mail.MailAddressCollection"></see> object.</returns>
  29775.         </member>
  29776.         <member name="P:System.Net.Mail.MailMessage.Body">
  29777.             <summary>Gets or sets the message body.</summary>
  29778.             <returns>A <see cref="T:System.String"></see> value that contains the body text.</returns>
  29779.         </member>
  29780.         <member name="P:System.Net.Mail.MailMessage.BodyEncoding">
  29781.             <summary>Gets or sets the encoding used to encode the message body.</summary>
  29782.             <returns>An <see cref="T:System.Text.Encoding"></see> applied to the contents of the <see cref="P:System.Net.Mail.MailMessage.Body"></see>.</returns>
  29783.         </member>
  29784.         <member name="P:System.Net.Mail.MailMessage.CC">
  29785.             <summary>Gets the address collection that contains the carbon copy (CC) recipients for this e-mail message.</summary>
  29786.             <returns>A writable <see cref="T:System.Net.Mail.MailAddressCollection"></see> object.</returns>
  29787.         </member>
  29788.         <member name="P:System.Net.Mail.MailMessage.DeliveryNotificationOptions">
  29789.             <summary>Gets or sets the delivery notifications for this e-mail message.</summary>
  29790.             <returns>A <see cref="T:System.Net.Mail.DeliveryNotificationOptions"></see> value that contains the delivery notifications for this message.</returns>
  29791.         </member>
  29792.         <member name="P:System.Net.Mail.MailMessage.From">
  29793.             <summary>Gets or sets the from address for this e-mail message.</summary>
  29794.             <returns>A <see cref="T:System.Net.Mail.MailAddress"></see> that contains the from address information.</returns>
  29795.         </member>
  29796.         <member name="P:System.Net.Mail.MailMessage.Headers">
  29797.             <summary>Gets the e-mail headers that are transmitted with this e-mail message.</summary>
  29798.             <returns>A <see cref="T:System.Collections.Specialized.NameValueCollection"></see> that contains the e-mail headers.</returns>
  29799.         </member>
  29800.         <member name="P:System.Net.Mail.MailMessage.IsBodyHtml">
  29801.             <summary>Gets or sets a value indicating whether the mail message body is in Html.</summary>
  29802.             <returns>true if the message body is in Html; else false. The default is false.</returns>
  29803.         </member>
  29804.         <member name="P:System.Net.Mail.MailMessage.Priority">
  29805.             <summary>Gets or sets the priority of this e-mail message.</summary>
  29806.             <returns>A <see cref="T:System.Net.Mail.MailPriority"></see> that contains the priority of this message.</returns>
  29807.         </member>
  29808.         <member name="P:System.Net.Mail.MailMessage.ReplyTo">
  29809.             <summary>Gets or sets the ReplyTo address for the mail message.</summary>
  29810.             <returns>A MailAddress that indicates the value of the <see cref="P:System.Net.Mail.MailMessage.ReplyTo"></see> field.</returns>
  29811.         </member>
  29812.         <member name="P:System.Net.Mail.MailMessage.Sender">
  29813.             <summary>Gets or sets the sender's address for this e-mail message.</summary>
  29814.             <returns>A <see cref="T:System.Net.Mail.MailAddress"></see> that contains the sender's address information.</returns>
  29815.         </member>
  29816.         <member name="P:System.Net.Mail.MailMessage.Subject">
  29817.             <summary>Gets or sets the subject line for this e-mail message.</summary>
  29818.             <returns>A <see cref="T:System.String"></see> that contains the subject content.</returns>
  29819.         </member>
  29820.         <member name="P:System.Net.Mail.MailMessage.SubjectEncoding">
  29821.             <summary>Gets or sets the encoding used for the subject content for this e-mail message.</summary>
  29822.             <returns>An <see cref="T:System.Text.Encoding"></see> that was used to encode the <see cref="P:System.Net.Mail.MailMessage.Subject"></see> property.</returns>
  29823.         </member>
  29824.         <member name="P:System.Net.Mail.MailMessage.To">
  29825.             <summary>Gets the address collection that contains the recipients of this e-mail message.</summary>
  29826.             <returns>A writable <see cref="T:System.Net.Mail.MailAddressCollection"></see> object.</returns>
  29827.         </member>
  29828.         <member name="T:System.Net.Mail.MailPriority">
  29829.             <summary>Specifies the priority of a <see cref="T:System.Net.Mail.MailMessage"></see>.</summary>
  29830.         </member>
  29831.         <member name="F:System.Net.Mail.MailPriority.High">
  29832.             <summary>The email has high priority.</summary>
  29833.         </member>
  29834.         <member name="F:System.Net.Mail.MailPriority.Low">
  29835.             <summary>The email has low priority.</summary>
  29836.         </member>
  29837.         <member name="F:System.Net.Mail.MailPriority.Normal">
  29838.             <summary>The email has normal priority.</summary>
  29839.         </member>
  29840.         <member name="T:System.Net.Mail.SendCompletedEventHandler">
  29841.             <summary>Represents the method that will handle the <see cref="E:System.Net.Mail.SmtpClient.SendCompleted"></see> event.</summary>
  29842.         </member>
  29843.         <member name="T:System.Net.Mail.SmtpAccess">
  29844.             <summary>Specifies the level of access allowed to a Simple Mail Transport Protocol (SMTP) server.</summary>
  29845.         </member>
  29846.         <member name="F:System.Net.Mail.SmtpAccess.Connect">
  29847.             <summary>Connection to an SMTP host on the default port (port 25).</summary>
  29848.         </member>
  29849.         <member name="F:System.Net.Mail.SmtpAccess.ConnectToUnrestrictedPort">
  29850.             <summary>Connection to an SMTP host on any port.</summary>
  29851.         </member>
  29852.         <member name="F:System.Net.Mail.SmtpAccess.None">
  29853.             <summary>No access to an SMTP host.</summary>
  29854.         </member>
  29855.         <member name="T:System.Net.Mail.SmtpClient">
  29856.             <summary>Allows applications to send e-mail by using the Simple Mail Transfer Protocol (SMTP).</summary>
  29857.         </member>
  29858.         <member name="M:System.Net.Mail.SmtpClient.#ctor">
  29859.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpClient"></see> class by using configuration file settings. </summary>
  29860.         </member>
  29861.         <member name="M:System.Net.Mail.SmtpClient.#ctor(System.String)">
  29862.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpClient"></see> class that sends e-mail by using the specified SMTP server. </summary>
  29863.             <param name="host">A <see cref="T:System.String"></see> that contains the name or IP address of the host computer used for SMTP transactions.</param>
  29864.         </member>
  29865.         <member name="M:System.Net.Mail.SmtpClient.#ctor(System.String,System.Int32)">
  29866.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpClient"></see> class that sends e-mail by using the specified SMTP server and port.</summary>
  29867.             <param name="port">An <see cref="T:System.Int32"></see> greater than zero that contains the port to be used on host.</param>
  29868.             <param name="host">A <see cref="T:System.String"></see> that contains the name or IP address of the host used for SMTP transactions.</param>
  29869.             <exception cref="T:System.ArgumentOutOfRangeException">port cannot be less than zero.</exception>
  29870.         </member>
  29871.         <member name="E:System.Net.Mail.SmtpClient.SendCompleted">
  29872.             <summary>Occurs when an asynchronous e-mail send operation completes.</summary>
  29873.         </member>
  29874.         <member name="M:System.Net.Mail.SmtpClient.OnSendCompleted(System.ComponentModel.AsyncCompletedEventArgs)">
  29875.             <summary>Raises the <see cref="E:System.Net.Mail.SmtpClient.SendCompleted"></see> event.</summary>
  29876.             <param name="e">An <see cref="T:System.ComponentModel.AsyncCompletedEventArgs"></see> that contains event data.</param>
  29877.         </member>
  29878.         <member name="M:System.Net.Mail.SmtpClient.Send(System.Net.Mail.MailMessage)">
  29879.             <summary>Sends the specified message to an SMTP server for delivery.</summary>
  29880.             <param name="message">A <see cref="T:System.Net.Mail.MailMessage"></see> that contains the message to send.</param>
  29881.             <exception cref="T:System.Net.Mail.SmtpFailedRecipientsException">The message could not be delivered to one or more of the recipients in <see cref="P:System.Net.Mail.MailMessage.To"></see>, <see cref="P:System.Net.Mail.MailMessage.CC"></see>, or <see cref="P:System.Net.Mail.MailMessage.BCC"></see>.</exception>
  29882.             <exception cref="T:System.ArgumentNullException"><see cref="P:System.Net.Mail.MailMessage.From"></see> is null.-or-<see cref="P:System.Net.Mail.MailMessage.To"></see> is null.-or- message is null.</exception>
  29883.             <exception cref="T:System.Net.Mail.SmtpException">The connection to the SMTP server failed.-or-Authentication failed.-or-The operation timed out.</exception>
  29884.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.Mail.SmtpClient"></see> has a <see cref="Overload:System.Net.Mail.SmtpClient.SendAsync"></see> call in progress.-or- <see cref="P:System.Net.Mail.SmtpClient.Host"></see> is null.-or-<see cref="P:System.Net.Mail.SmtpClient.Host"></see> is equal to the empty string ("").-or- <see cref="P:System.Net.Mail.SmtpClient.Port"></see> is zero.</exception>
  29885.             <exception cref="T:System.ArgumentOutOfRangeException">There are no recipients in <see cref="P:System.Net.Mail.MailMessage.To"></see>, <see cref="P:System.Net.Mail.MailMessage.CC"></see>, and <see cref="P:System.Net.Mail.MailMessage.BCC"></see>.</exception>
  29886.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  29887.         </member>
  29888.         <member name="M:System.Net.Mail.SmtpClient.Send(System.String,System.String,System.String,System.String)">
  29889.             <summary>Sends the specified e-mail message to an SMTP server for delivery. The message sender, recipients, subject, and message body are specified using <see cref="T:System.String"></see> objects.</summary>
  29890.             <param name="subject">A <see cref="T:System.String"></see> that contains the subject line for the message.</param>
  29891.             <param name="recipients">A <see cref="T:System.String"></see> that contains the addresses that the message is sent to.</param>
  29892.             <param name="from">A <see cref="T:System.String"></see> that contains the address information of the message sender.</param>
  29893.             <param name="body">A <see cref="T:System.String"></see> that contains the message body.</param>
  29894.             <exception cref="T:System.Net.Mail.SmtpException">The connection to the SMTP server failed.-or-Authentication failed.-or-The operation timed out.</exception>
  29895.             <exception cref="T:System.Net.Mail.SmtpFailedRecipientsException">The message could not be delivered to one or more of the recipients in recipients. </exception>
  29896.             <exception cref="T:System.ArgumentNullException">from is null.-or-recipient is null.</exception>
  29897.             <exception cref="T:System.ArgumentException">from is <see cref="F:System.String.Empty"></see>.-or-recipient is <see cref="F:System.String.Empty"></see>.</exception>
  29898.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.Mail.SmtpClient"></see> has a <see cref="Overload:System.Net.Mail.SmtpClient.SendAsync"></see> call in progress.-or- <see cref="P:System.Net.Mail.SmtpClient.Host"></see> is null.-or-<see cref="P:System.Net.Mail.SmtpClient.Host"></see> is equal to the empty string ("").-or- <see cref="P:System.Net.Mail.SmtpClient.Port"></see> is zero.</exception>
  29899.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  29900.         </member>
  29901.         <member name="M:System.Net.Mail.SmtpClient.SendAsync(System.Net.Mail.MailMessage,System.Object)">
  29902.             <summary>Sends the specified e-mail message to an SMTP server for delivery. This method does not block the calling thread and allows the caller to pass an object to the method that is invoked when the operation completes. </summary>
  29903.             <param name="message">A <see cref="T:System.Net.Mail.MailMessage"></see> that contains the message to send.</param>
  29904.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  29905.             <exception cref="T:System.Net.Mail.SmtpFailedRecipientsException">The message could not be delivered to one or more of the recipients in <see cref="P:System.Net.Mail.MailMessage.To"></see>, <see cref="P:System.Net.Mail.MailMessage.CC"></see>, or <see cref="P:System.Net.Mail.MailMessage.BCC"></see>.</exception>
  29906.             <exception cref="T:System.ArgumentNullException"><see cref="P:System.Net.Mail.MailMessage.From"></see> is null.-or-<see cref="P:System.Net.Mail.MailMessage.To"></see> is null.-or- message is null.</exception>
  29907.             <exception cref="T:System.Net.Mail.SmtpException">The connection to the SMTP server failed.-or-Authentication failed.-or-The operation timed out.</exception>
  29908.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.Mail.SmtpClient"></see> has a <see cref="Overload:System.Net.Mail.SmtpClient.SendAsync"></see> call in progress.-or- <see cref="P:System.Net.Mail.SmtpClient.Host"></see> is null.-or-<see cref="P:System.Net.Mail.SmtpClient.Host"></see> is equal to the empty string ("").-or- <see cref="P:System.Net.Mail.SmtpClient.Port"></see> is zero.</exception>
  29909.             <exception cref="T:System.ArgumentOutOfRangeException">There are no recipients in <see cref="P:System.Net.Mail.MailMessage.To"></see>, <see cref="P:System.Net.Mail.MailMessage.CC"></see>, and <see cref="P:System.Net.Mail.MailMessage.BCC"></see>.</exception>
  29910.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  29911.         </member>
  29912.         <member name="M:System.Net.Mail.SmtpClient.SendAsync(System.String,System.String,System.String,System.String,System.Object)">
  29913.             <summary>Sends an e-mail message to an SMTP server for delivery. The message sender, recipients, subject, and message body are specified using <see cref="T:System.String"></see> objects. This method does not block the calling thread and allows the caller to pass an object to the method that is invoked when the operation completes.</summary>
  29914.             <param name="subject">A <see cref="T:System.String"></see> that contains the subject line for the message.</param>
  29915.             <param name="recipients">A <see cref="T:System.String"></see> that contains the address that the message is sent to.</param>
  29916.             <param name="userToken">A user-defined object that is passed to the method invoked when the asynchronous operation completes.</param>
  29917.             <param name="from">A <see cref="T:System.String"></see> that contains the address information of the message sender.</param>
  29918.             <param name="body">A <see cref="T:System.String"></see> that contains the message body.</param>
  29919.             <exception cref="T:System.Net.Mail.SmtpException">The connection to the SMTP server failed.-or-Authentication failed.-or-The operation timed out.</exception>
  29920.             <exception cref="T:System.Net.Mail.SmtpFailedRecipientsException">The message could not be delivered to one or more of the recipients in recipients. </exception>
  29921.             <exception cref="T:System.ArgumentNullException">from is null.-or-recipient is null.</exception>
  29922.             <exception cref="T:System.ArgumentException">from is <see cref="F:System.String.Empty"></see>.-or-recipient is <see cref="F:System.String.Empty"></see>.</exception>
  29923.             <exception cref="T:System.InvalidOperationException">This <see cref="T:System.Net.Mail.SmtpClient"></see> has a <see cref="Overload:System.Net.Mail.SmtpClient.SendAsync"></see> call in progress.-or- <see cref="P:System.Net.Mail.SmtpClient.Host"></see> is null.-or-<see cref="P:System.Net.Mail.SmtpClient.Host"></see> is equal to the empty string ("").-or- <see cref="P:System.Net.Mail.SmtpClient.Port"></see> is zero.</exception>
  29924.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  29925.         </member>
  29926.         <member name="M:System.Net.Mail.SmtpClient.SendAsyncCancel">
  29927.             <summary>Cancels an asynchronous operation to send an e-mail message.</summary>
  29928.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  29929.         </member>
  29930.         <member name="P:System.Net.Mail.SmtpClient.ClientCertificates">
  29931.             <summary>Specify which certificates should be used to establish the Secure Sockets Layer (SSL) connection.</summary>
  29932.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>, holding one or more client certificates. The default value is derived from the mail configuration attributes in a configuration file.</returns>
  29933.         </member>
  29934.         <member name="P:System.Net.Mail.SmtpClient.Credentials">
  29935.             <summary>Gets or sets the credentials used to authenticate the sender.</summary>
  29936.             <returns>An <see cref="T:System.Net.ICredentialsByHost"></see> that represents the credentials to use for authentication; or null if no credentials have been specified.</returns>
  29937.             <exception cref="T:System.InvalidOperationException">You cannot change the value of this property when an email is being sent.</exception>
  29938.         </member>
  29939.         <member name="P:System.Net.Mail.SmtpClient.DeliveryMethod">
  29940.             <summary>Specifies how outgoing email messages will be handled.</summary>
  29941.             <returns>An <see cref="T:System.Net.Mail.SmtpDeliveryMethod"></see> that indicates how email messages are delivered.</returns>
  29942.         </member>
  29943.         <member name="P:System.Net.Mail.SmtpClient.EnableSsl">
  29944.             <summary>Specify whether the <see cref="T:System.Net.Mail.SmtpClient"></see> uses Secure Sockets Layer (SSL) to encrypt the connection.</summary>
  29945.             <returns>true if the <see cref="T:System.Net.Mail.SmtpClient"></see> uses SSL; otherwise, false. The default is false.</returns>
  29946.         </member>
  29947.         <member name="P:System.Net.Mail.SmtpClient.Host">
  29948.             <summary>Gets or sets the name or IP address of the host used for SMTP transactions.</summary>
  29949.             <returns>A <see cref="T:System.String"></see> that contains the name or IP address of the computer to use for SMTP transactions.</returns>
  29950.             <exception cref="T:System.InvalidOperationException">You cannot change the value of this property when an email is being sent.</exception>
  29951.             <exception cref="T:System.ArgumentException">The value specified for a set operation is equal to <see cref="F:System.String.Empty"></see> ("").</exception>
  29952.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null.</exception>
  29953.         </member>
  29954.         <member name="P:System.Net.Mail.SmtpClient.PickupDirectoryLocation">
  29955.             <summary>Gets or sets the folder where applications save mail messages to be processed by the local SMTP server.</summary>
  29956.             <returns>A <see cref="T:System.String"></see> that specifies the pickup directory for mail messages.</returns>
  29957.         </member>
  29958.         <member name="P:System.Net.Mail.SmtpClient.Port">
  29959.             <summary>Gets or sets the port used for SMTP transactions.</summary>
  29960.             <returns>An <see cref="T:System.Int32"></see> that contains the port number on the SMTP host. The default value is 25.</returns>
  29961.             <exception cref="T:System.InvalidOperationException">You cannot change the value of this property when an email is being sent.</exception>
  29962.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than or equal to zero.</exception>
  29963.         </member>
  29964.         <member name="P:System.Net.Mail.SmtpClient.ServicePoint">
  29965.             <summary>Gets the network connection used to transmit the e-mail message.</summary>
  29966.             <returns>A <see cref="T:System.Net.ServicePoint"></see> that connects to the <see cref="P:System.Net.Mail.SmtpClient.Host"></see> property used for SMTP.</returns>
  29967.             <exception cref="T:System.InvalidOperationException"><see cref="P:System.Net.Mail.SmtpClient.Host"></see> is null or the empty string ("").-or-<see cref="P:System.Net.Mail.SmtpClient.Port"></see> is zero.</exception>
  29968.         </member>
  29969.         <member name="P:System.Net.Mail.SmtpClient.Timeout">
  29970.             <summary>Gets or sets a value that specifies the amount of time after which a synchronous <see cref="Overload:System.Net.Mail.SmtpClient.Send"></see> call times out.</summary>
  29971.             <returns>An <see cref="T:System.Int32"></see> that specifies the time-out value in milliseconds. The default value is 100,000 (100 seconds).</returns>
  29972.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation was less than zero.</exception>
  29973.             <exception cref="T:System.InvalidOperationException">You cannot change the value of this property when an email is being sent.</exception>
  29974.         </member>
  29975.         <member name="P:System.Net.Mail.SmtpClient.UseDefaultCredentials">
  29976.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that controls whether the <see cref="P:System.Net.CredentialCache.DefaultCredentials"></see> are sent with requests.</summary>
  29977.             <returns>true if the default credentials are used; otherwise false. The default value is false.</returns>
  29978.             <exception cref="T:System.InvalidOperationException">You cannot change the value of this property when an e-mail is being sent.</exception>
  29979.         </member>
  29980.         <member name="T:System.Net.Mail.SmtpDeliveryMethod">
  29981.             <summary>Specifies how email messages are delivered.</summary>
  29982.         </member>
  29983.         <member name="F:System.Net.Mail.SmtpDeliveryMethod.Network">
  29984.             <summary>Email is sent through the network to an SMTP server.</summary>
  29985.         </member>
  29986.         <member name="F:System.Net.Mail.SmtpDeliveryMethod.PickupDirectoryFromIis">
  29987.             <summary>Email is copied to the pickup directory used by a local Internet Information Services (IIS) for delivery.</summary>
  29988.         </member>
  29989.         <member name="F:System.Net.Mail.SmtpDeliveryMethod.SpecifiedPickupDirectory">
  29990.             <summary>Email is copied to the directory specified by the <see cref="P:System.Net.Mail.SmtpClient.PickupDirectoryLocation"></see> property for delivery by an external application.</summary>
  29991.         </member>
  29992.         <member name="T:System.Net.Mail.SmtpException">
  29993.             <summary>Represents the exception that is thrown when the <see cref="T:System.Net.Mail.SmtpClient"></see> is not able to complete a <see cref="Overload:System.Net.Mail.SmtpClient.Send"></see> or <see cref="Overload:System.Net.Mail.SmtpClient.SendAsync"></see> operation.</summary>
  29994.         </member>
  29995.         <member name="M:System.Net.Mail.SmtpException.#ctor">
  29996.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpException"></see> class. </summary>
  29997.         </member>
  29998.         <member name="M:System.Net.Mail.SmtpException.#ctor(System.Net.Mail.SmtpStatusCode)">
  29999.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpException"></see> class with the specified status code.</summary>
  30000.             <param name="statusCode">An <see cref="T:System.Net.Mail.SmtpStatusCode"></see> value.</param>
  30001.         </member>
  30002.         <member name="M:System.Net.Mail.SmtpException.#ctor(System.String)">
  30003.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpException"></see> class with the specified error message.</summary>
  30004.             <param name="message">A <see cref="T:System.String"></see> that describes the error that occurred.</param>
  30005.         </member>
  30006.         <member name="M:System.Net.Mail.SmtpException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  30007.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpException"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes. </summary>
  30008.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information required to serialize the new <see cref="T:System.Net.Mail.SmtpException"></see>. </param>
  30009.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source and destination of the serialized stream associated with the new instance. </param>
  30010.         </member>
  30011.         <member name="M:System.Net.Mail.SmtpException.#ctor(System.Net.Mail.SmtpStatusCode,System.String)">
  30012.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpException"></see> class with the specified status code and error message.</summary>
  30013.             <param name="statusCode">An <see cref="T:System.Net.Mail.SmtpStatusCode"></see> value.</param>
  30014.             <param name="message">A <see cref="T:System.String"></see> that describes the error that occurred.</param>
  30015.         </member>
  30016.         <member name="M:System.Net.Mail.SmtpException.#ctor(System.String,System.Exception)">
  30017.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpException"></see> class with the specified error message and inner exception.</summary>
  30018.             <param name="message">A <see cref="T:System.String"></see> that describes the error that occurred.</param>
  30019.             <param name="innerException">The exception that is the cause of the current exception. </param>
  30020.         </member>
  30021.         <member name="M:System.Net.Mail.SmtpException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  30022.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data needed to serialize the <see cref="T:System.Net.Mail.SmtpException"></see>.</summary>
  30023.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  30024.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  30025.         </member>
  30026.         <member name="M:System.Net.Mail.SmtpException.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  30027.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data needed to serialize the <see cref="T:System.Net.Mail.SmtpException"></see>.</summary>
  30028.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see>, which holds the serialized data for the <see cref="T:System.Net.SmtpException"></see>. </param>
  30029.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the destination of the serialized stream associated with the new <see cref="T:System.Net.Mail.SmtpException"></see>. </param>
  30030.         </member>
  30031.         <member name="P:System.Net.Mail.SmtpException.StatusCode">
  30032.             <summary>Gets the status code returned by an SMTP server when an e-mail message is transmitted.</summary>
  30033.             <returns>An <see cref="T:System.Net.Mail.SmtpStatusCode"></see> value that indicates the error that occurred.</returns>
  30034.         </member>
  30035.         <member name="T:System.Net.Mail.SmtpFailedRecipientException">
  30036.             <summary>Represents the exception that is thrown when the <see cref="T:System.Net.Mail.SmtpClient"></see> is not able to complete a <see cref="Overload:System.Net.Mail.SmtpClient.Send"></see> or <see cref="Overload:System.Net.Mail.SmtpClient.SendAsync"></see> operation to a particular recipient.</summary>
  30037.         </member>
  30038.         <member name="M:System.Net.Mail.SmtpFailedRecipientException.#ctor">
  30039.             <summary>Initializes an empty instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see> class.</summary>
  30040.         </member>
  30041.         <member name="M:System.Net.Mail.SmtpFailedRecipientException.#ctor(System.String)">
  30042.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see> class with the specified error message.</summary>
  30043.             <param name="message">A <see cref="T:System.String"></see> that contains the error message.</param>
  30044.         </member>
  30045.         <member name="M:System.Net.Mail.SmtpFailedRecipientException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  30046.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  30047.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source and destination of the serialized stream that is associated with the new instance. </param>
  30048.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information required to serialize the new <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see>. </param>
  30049.         </member>
  30050.         <member name="M:System.Net.Mail.SmtpFailedRecipientException.#ctor(System.Net.Mail.SmtpStatusCode,System.String)">
  30051.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see> class with the specified status code and e-mail address.</summary>
  30052.             <param name="statusCode">An <see cref="T:System.Net.Mail.SmtpStatusCode"></see> value.</param>
  30053.             <param name="failedRecipient">A <see cref="T:System.String"></see> that contains the e-mail address.</param>
  30054.         </member>
  30055.         <member name="M:System.Net.Mail.SmtpFailedRecipientException.#ctor(System.String,System.Exception)">
  30056.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpException"></see> class with the specified error message and inner exception.</summary>
  30057.             <param name="message">A <see cref="T:System.String"></see> that describes the error that occurred.</param>
  30058.             <param name="innerException">The exception that is the cause of the current exception. </param>
  30059.         </member>
  30060.         <member name="M:System.Net.Mail.SmtpFailedRecipientException.#ctor(System.Net.Mail.SmtpStatusCode,System.String,System.String)">
  30061.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see> class with the specified status code, e-mail address, and server response.</summary>
  30062.             <param name="statusCode">An <see cref="T:System.Net.Mail.SmtpStatusCode"></see> value.</param>
  30063.             <param name="failedRecipient">A <see cref="T:System.String"></see> that contains the e-mail address.</param>
  30064.             <param name="serverResponse">A <see cref="T:System.String"></see> that contains the server response.</param>
  30065.         </member>
  30066.         <member name="M:System.Net.Mail.SmtpFailedRecipientException.#ctor(System.String,System.String,System.Exception)">
  30067.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpException"></see> class with the specified error message, e-mail address, and inner exception.</summary>
  30068.             <param name="failedRecipient">A <see cref="T:System.String"></see> that contains the e-mail address.</param>
  30069.             <param name="message">A <see cref="T:System.String"></see> that describes the error that occurred.</param>
  30070.             <param name="innerException">The exception that is the cause of the current exception.</param>
  30071.         </member>
  30072.         <member name="M:System.Net.Mail.SmtpFailedRecipientException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  30073.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data that is needed to serialize the <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see>.</summary>
  30074.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  30075.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the destination for this serialization.</param>
  30076.         </member>
  30077.         <member name="M:System.Net.Mail.SmtpFailedRecipientException.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  30078.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data that is needed to serialize the <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see>.</summary>
  30079.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance, which holds the serialized data for the <see cref="T:System.Net.SmtpFailedRecipientException"></see>. </param>
  30080.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instance that contains the destination of the serialized stream that is associated with the new <see cref="T:System.Net.SmtpFailedRecipientException"></see>. </param>
  30081.         </member>
  30082.         <member name="P:System.Net.Mail.SmtpFailedRecipientException.FailedRecipient">
  30083.             <summary>Indicates the e-mail address with delivery difficulties.</summary>
  30084.             <returns>A <see cref="T:System.String"></see> that contains the e-mail address.</returns>
  30085.         </member>
  30086.         <member name="T:System.Net.Mail.SmtpFailedRecipientsException">
  30087.             <summary>The exception that is thrown when e-mail is sent using an <see cref="T:System.Net.Mail.SmtpClient"></see> and cannot be delivered to all recipients.</summary>
  30088.         </member>
  30089.         <member name="M:System.Net.Mail.SmtpFailedRecipientsException.#ctor">
  30090.             <summary>Initializes an empty instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientsException"></see> class.</summary>
  30091.         </member>
  30092.         <member name="M:System.Net.Mail.SmtpFailedRecipientsException.#ctor(System.String)">
  30093.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientsException"></see> class with the specified <see cref="T:System.String"></see>.</summary>
  30094.             <param name="message">The exception message.</param>
  30095.         </member>
  30096.         <member name="M:System.Net.Mail.SmtpFailedRecipientsException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  30097.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientsException"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  30098.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.Sockets.SmtpFailedRecipientsException"></see> instance. </param>
  30099.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance that contains the information required to serialize the new <see cref="T:System.Net.Sockets.SmtpFailedRecipientsException"></see> instance. </param>
  30100.         </member>
  30101.         <member name="M:System.Net.Mail.SmtpFailedRecipientsException.#ctor(System.String,System.Exception)">
  30102.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientsException"></see> class with the specified <see cref="T:System.String"></see> and inner <see cref="T:System.Exception"></see>.</summary>
  30103.             <param name="message">The exception message.</param>
  30104.             <param name="innerException">The inner exception.</param>
  30105.         </member>
  30106.         <member name="M:System.Net.Mail.SmtpFailedRecipientsException.#ctor(System.String,System.Net.Mail.SmtpFailedRecipientException[])">
  30107.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientsException"></see> class with the specified <see cref="T:System.String"></see> and array of type <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see>.</summary>
  30108.             <param name="message">The exception message.</param>
  30109.             <param name="innerExceptions">The array of recipients with delivery errors.</param>
  30110.         </member>
  30111.         <member name="M:System.Net.Mail.SmtpFailedRecipientsException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  30112.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance with the data that is needed to serialize the <see cref="T:System.Net.Mail.SmtpFailedRecipientsException"></see>.</summary>
  30113.             <param name="serializationInfo">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to be used. </param>
  30114.             <param name="streamingContext">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> to be used. </param>
  30115.         </member>
  30116.         <member name="M:System.Net.Mail.SmtpFailedRecipientsException.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  30117.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpFailedRecipientsException"></see> class from the specified <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instances.</summary>
  30118.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> that contains the information required to serialize the new <see cref="T:System.Net.Mail.SmtpFailedRecipientsException"></see>. </param>
  30119.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.Mail.SmtpFailedRecipientsException"></see>. </param>
  30120.         </member>
  30121.         <member name="P:System.Net.Mail.SmtpFailedRecipientsException.InnerExceptions">
  30122.             <summary>Gets one or more <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see>s that indicate the e-mail recipients with SMTP delivery errors.</summary>
  30123.             <returns>An array of type <see cref="T:System.Net.Mail.SmtpFailedRecipientException"></see> that lists the recipients with delivery errors.</returns>
  30124.         </member>
  30125.         <member name="T:System.Net.Mail.SmtpPermission">
  30126.             <summary>Controls access to Simple Mail Transport Protocol (SMTP) servers.</summary>
  30127.         </member>
  30128.         <member name="M:System.Net.Mail.SmtpPermission.#ctor(System.Boolean)">
  30129.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpPermission"></see> class with the specified state.</summary>
  30130.             <param name="unrestricted">true if the new permission is unrestricted; otherwise, false.</param>
  30131.         </member>
  30132.         <member name="M:System.Net.Mail.SmtpPermission.#ctor(System.Security.Permissions.PermissionState)">
  30133.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpPermission"></see> class using the specified permission state value.</summary>
  30134.             <param name="state">One of the <see cref="T:System.Security.Permissions.PermissionState"></see> values. </param>
  30135.         </member>
  30136.         <member name="M:System.Net.Mail.SmtpPermission.#ctor(System.Net.Mail.SmtpAccess)">
  30137.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpPermission"></see> class using the specified access level.</summary>
  30138.             <param name="access">One of the <see cref="T:System.Net.Mail.SmtpAccess"></see> values.</param>
  30139.         </member>
  30140.         <member name="M:System.Net.Mail.SmtpPermission.AddPermission(System.Net.Mail.SmtpAccess)">
  30141.             <summary>Adds the specified access level value to the permission. </summary>
  30142.             <param name="access">One of the <see cref="T:System.Net.Mail.SmtpAccess"></see> values.</param>
  30143.         </member>
  30144.         <member name="M:System.Net.Mail.SmtpPermission.Copy">
  30145.             <summary>Creates and returns an identical copy of the current permission. </summary>
  30146.             <returns>An <see cref="T:System.Net.Mail.SmtpPermission"></see> that is identical to the current permission.</returns>
  30147.         </member>
  30148.         <member name="M:System.Net.Mail.SmtpPermission.FromXml(System.Security.SecurityElement)">
  30149.             <summary>Sets the state of the permission using the specified XML encoding.</summary>
  30150.             <param name="securityElement">The XML encoding to use to set the state of the current permission.</param>
  30151.             <exception cref="T:System.ArgumentNullException">securityElement is null.</exception>
  30152.             <exception cref="T:System.ArgumentException">securityElement does not describe an <see cref="T:System.Net.Mail.SmtpPermission"></see> object.-or-securityElement does not contain the required state information to reconstruct the permission.</exception>
  30153.         </member>
  30154.         <member name="M:System.Net.Mail.SmtpPermission.Intersect(System.Security.IPermission)">
  30155.             <summary>Creates and returns a permission that is the intersection of the current permission and the specified permission.</summary>
  30156.             <returns>An <see cref="T:System.Net.Mail.SmtpPermission"></see> that represents the intersection of the current permission and the specified permission. Returns null if the intersection is empty or target is null.</returns>
  30157.             <param name="target">An <see cref="T:System.Security.IPermission"></see> to intersect with the current permission. It must be of the same type as the current permission.</param>
  30158.             <exception cref="T:System.ArgumentException">target is not an <see cref="T:System.Net.Mail.SmtpPermission"></see>.</exception>
  30159.         </member>
  30160.         <member name="M:System.Net.Mail.SmtpPermission.IsSubsetOf(System.Security.IPermission)">
  30161.             <summary>Returns a value indicating whether the current permission is a subset of the specified permission. </summary>
  30162.             <returns>true if the current permission is a subset of the specified permission; otherwise, false.</returns>
  30163.             <param name="target">An <see cref="T:System.Security.IPermission"></see> that is to be tested for the subset relationship. This permission must be of the same type as the current permission.</param>
  30164.             <exception cref="T:System.ArgumentException">target is not an <see cref="T:System.Net.Mail.SmtpPermission"></see>.</exception>
  30165.         </member>
  30166.         <member name="M:System.Net.Mail.SmtpPermission.IsUnrestricted">
  30167.             <summary>Returns a value indicating whether the current permission is unrestricted.</summary>
  30168.             <returns>true if the current permission is unrestricted; otherwise, false.</returns>
  30169.         </member>
  30170.         <member name="M:System.Net.Mail.SmtpPermission.ToXml">
  30171.             <summary>Creates an XML encoding of the state of the permission. </summary>
  30172.             <returns>A <see cref="T:System.Security.SecurityElement"></see> that contains an XML encoding of the current permission.</returns>
  30173.         </member>
  30174.         <member name="M:System.Net.Mail.SmtpPermission.Union(System.Security.IPermission)">
  30175.             <summary>Creates a permission that is the union of the current permission and the specified permission. </summary>
  30176.             <returns>A new <see cref="T:System.Net.Mail.SmtpPermission"></see> permission that represents the union of the current permission and the specified permission.</returns>
  30177.             <param name="target">An <see cref="T:System.Security.IPermission"></see> to combine with the current permission. </param>
  30178.             <exception cref="T:System.ArgumentException">target is not an <see cref="T:System.Net.Mail.SmtpPermission"></see>.</exception>
  30179.         </member>
  30180.         <member name="P:System.Net.Mail.SmtpPermission.Access">
  30181.             <summary>Gets the level of access to SMTP servers controlled by the permission.</summary>
  30182.             <returns>One of the <see cref="T:System.Net.Mail.SmtpAccess"></see> values. </returns>
  30183.         </member>
  30184.         <member name="T:System.Net.Mail.SmtpPermissionAttribute">
  30185.             <summary>Controls access to Simple Mail Transport Protocol (SMTP) servers.</summary>
  30186.         </member>
  30187.         <member name="M:System.Net.Mail.SmtpPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  30188.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mail.SmtpPermissionAttribute"></see> class. </summary>
  30189.             <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction"></see> values that specifies the permission behavior.</param>
  30190.             <exception cref="T:System.ArgumentException">action is not a valid <see cref="T:System.Security.Permissions.SecurityAction"></see>.</exception>
  30191.         </member>
  30192.         <member name="M:System.Net.Mail.SmtpPermissionAttribute.CreatePermission">
  30193.             <summary>Creates a permission object that can be stored with the <see cref="T:System.Security.Permissions.SecurityAction"></see> in an assembly's metadata.</summary>
  30194.             <returns>An <see cref="T:System.Net.Mail.SmtpPermission"></see> instance.</returns>
  30195.         </member>
  30196.         <member name="P:System.Net.Mail.SmtpPermissionAttribute.Access">
  30197.             <summary>Gets or sets the level of access to SMTP servers controlled by the attribute.</summary>
  30198.             <returns>A <see cref="T:System.String"></see> value. Valid values are "Connect" and "None".</returns>
  30199.         </member>
  30200.         <member name="T:System.Net.Mail.SmtpStatusCode">
  30201.             <summary>Specifies the outcome of sending e-mail by using the <see cref="T:System.Net.Mail.SmtpClient"></see> class.</summary>
  30202.         </member>
  30203.         <member name="F:System.Net.Mail.SmtpStatusCode.BadCommandSequence">
  30204.             <summary>The commands were sent in the incorrect sequence.</summary>
  30205.         </member>
  30206.         <member name="F:System.Net.Mail.SmtpStatusCode.CannotVerifyUserWillAttemptDelivery">
  30207.             <summary>The specified user is not local, but the receiving SMTP service accepted the message and attempted to deliver it. This status code is defined in RFC 1123, which is available at http://www.ietf.orghttp://www.ietf.org/.</summary>
  30208.         </member>
  30209.         <member name="F:System.Net.Mail.SmtpStatusCode.ClientNotPermitted">
  30210.             <summary>The client was not authenticated or is not allowed to send mail using the specified SMTP host.</summary>
  30211.         </member>
  30212.         <member name="F:System.Net.Mail.SmtpStatusCode.CommandNotImplemented">
  30213.             <summary>The SMTP service does not implement the specified command.</summary>
  30214.         </member>
  30215.         <member name="F:System.Net.Mail.SmtpStatusCode.CommandParameterNotImplemented">
  30216.             <summary>The SMTP service does not implement the specified command parameter.</summary>
  30217.         </member>
  30218.         <member name="F:System.Net.Mail.SmtpStatusCode.CommandUnrecognized">
  30219.             <summary>The SMTP service does not recognize the specified command.</summary>
  30220.         </member>
  30221.         <member name="F:System.Net.Mail.SmtpStatusCode.ExceededStorageAllocation">
  30222.             <summary>The message is too large to be stored in the destination mailbox.</summary>
  30223.         </member>
  30224.         <member name="F:System.Net.Mail.SmtpStatusCode.GeneralFailure">
  30225.             <summary>The transaction could not occur. You receive this error when the specified SMTP host cannot be found.</summary>
  30226.         </member>
  30227.         <member name="F:System.Net.Mail.SmtpStatusCode.HelpMessage">
  30228.             <summary>A Help message was returned by the service.</summary>
  30229.         </member>
  30230.         <member name="F:System.Net.Mail.SmtpStatusCode.InsufficientStorage">
  30231.             <summary>The SMTP service does not have sufficient storage to complete the request.</summary>
  30232.         </member>
  30233.         <member name="F:System.Net.Mail.SmtpStatusCode.LocalErrorInProcessing">
  30234.             <summary>The SMTP service cannot complete the request. This error can occur if the client's IP address cannot be resolved (that is, a reverse lookup failed). You can also receive this error if the client domain has been identified as an open relay or source for unsolicited e-mail (spam). For details, see RFC 2505, which is available at http://www.ietf.orghttp://www.ietf.org/.</summary>
  30235.         </member>
  30236.         <member name="F:System.Net.Mail.SmtpStatusCode.MailboxBusy">
  30237.             <summary>The destination mailbox is in use.</summary>
  30238.         </member>
  30239.         <member name="F:System.Net.Mail.SmtpStatusCode.MailboxNameNotAllowed">
  30240.             <summary>The syntax used to specify the destination mailbox is incorrect.</summary>
  30241.         </member>
  30242.         <member name="F:System.Net.Mail.SmtpStatusCode.MailboxUnavailable">
  30243.             <summary>The destination mailbox was not found or could not be accessed.</summary>
  30244.         </member>
  30245.         <member name="F:System.Net.Mail.SmtpStatusCode.MustIssueStartTlsFirst">
  30246.             <summary>The SMTP server is configured to accept only TLS connections, and the SMTP client is attempting to connect by using a non-TLS connection. The solution is for the user to set EnableSsl=true on the SMTP Client.</summary>
  30247.         </member>
  30248.         <member name="F:System.Net.Mail.SmtpStatusCode.Ok">
  30249.             <summary>The email was successfully sent to the SMTP service.</summary>
  30250.         </member>
  30251.         <member name="F:System.Net.Mail.SmtpStatusCode.ServiceClosingTransmissionChannel">
  30252.             <summary>The SMTP service is closing the transmission channel.</summary>
  30253.         </member>
  30254.         <member name="F:System.Net.Mail.SmtpStatusCode.ServiceNotAvailable">
  30255.             <summary>The SMTP service is not available; the server is closing the transmission channel.</summary>
  30256.         </member>
  30257.         <member name="F:System.Net.Mail.SmtpStatusCode.ServiceReady">
  30258.             <summary>The SMTP service is ready.</summary>
  30259.         </member>
  30260.         <member name="F:System.Net.Mail.SmtpStatusCode.StartMailInput">
  30261.             <summary>The SMTP service is ready to receive the e-mail content.</summary>
  30262.         </member>
  30263.         <member name="F:System.Net.Mail.SmtpStatusCode.SyntaxError">
  30264.             <summary>The syntax used to specify a command or parameter is incorrect.</summary>
  30265.         </member>
  30266.         <member name="F:System.Net.Mail.SmtpStatusCode.SystemStatus">
  30267.             <summary>A system status or system Help reply.</summary>
  30268.         </member>
  30269.         <member name="F:System.Net.Mail.SmtpStatusCode.TransactionFailed">
  30270.             <summary>The transaction failed.</summary>
  30271.         </member>
  30272.         <member name="F:System.Net.Mail.SmtpStatusCode.UserNotLocalTryAlternatePath">
  30273.             <summary>The user mailbox is not located on the receiving server. You should resend using the supplied address information.</summary>
  30274.         </member>
  30275.         <member name="F:System.Net.Mail.SmtpStatusCode.UserNotLocalWillForward">
  30276.             <summary>The user mailbox is not located on the receiving server; the server forwards the e-mail.</summary>
  30277.         </member>
  30278.         <member name="N:System.Net.Mime">
  30279.             <summary>The <see cref="N:System.Net.Mime"></see> namespace holds types that are used to represent Multipurpose Internet Mail Exchange (MIME) headers. These types are used with the types in the <see cref="N:System.Net.Mail"></see> namespace to specify Content-Type, Content-Disposition and Content-transfer-Encoding headers when using the <see cref="T:System.Net.Mail.SmtpClient"></see> class to send e-mail. </summary>
  30280.         </member>
  30281.         <member name="T:System.Net.Mime.ContentDisposition">
  30282.             <summary>Represents a MIME protocol Content-Disposition header.</summary>
  30283.         </member>
  30284.         <member name="M:System.Net.Mime.ContentDisposition.#ctor">
  30285.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mime.ContentDisposition"></see> class with a <see cref="P:System.Net.Mime.ContentDisposition.DispositionType"></see> of <see cref="F:System.Net.Mime.DispositionTypeNames.Attachment"></see>. </summary>
  30286.         </member>
  30287.         <member name="M:System.Net.Mime.ContentDisposition.#ctor(System.String)">
  30288.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mime.ContentDisposition"></see> class with the specified disposition information.</summary>
  30289.             <param name="disposition">A <see cref="T:System.Net.Mime.DispositionTypeNames"></see> value that contains the disposition.</param>
  30290.             <exception cref="T:System.FormatException">disposition is null or equal to <see cref="F:System.String.Empty"></see> ("").</exception>
  30291.         </member>
  30292.         <member name="M:System.Net.Mime.ContentDisposition.Equals(System.Object)">
  30293.             <summary>Determines whether the content-disposition header of the specified <see cref="T:System.Net.Mime.ContentDisposition"></see> object is equal to the content-disposition header of this object.</summary>
  30294.             <returns>true if the content-disposition headers are the same; otherwise false.</returns>
  30295.             <param name="rparam">The <see cref="T:System.Net.Mime.ContentDisposition"></see> object to compare with this object.</param>
  30296.         </member>
  30297.         <member name="M:System.Net.Mime.ContentDisposition.GetHashCode">
  30298.             <summary>Determines the hash code of the specified <see cref="T:System.Net.Mime.ContentDisposition"></see> object</summary>
  30299.             <returns>An integer hash value.</returns>
  30300.         </member>
  30301.         <member name="M:System.Net.Mime.ContentDisposition.ToString">
  30302.             <summary>Returns a <see cref="T:System.String"></see> representation of this instance.</summary>
  30303.             <returns>A <see cref="T:System.String"></see> that contains the property values for this instance.</returns>
  30304.         </member>
  30305.         <member name="P:System.Net.Mime.ContentDisposition.CreationDate">
  30306.             <summary>Gets or sets the creation date for a file attachment.</summary>
  30307.             <returns>A <see cref="T:System.DateTime"></see> value that indicates the file creation date; otherwise, <see cref="F:System.DateTime.MinValue"></see> if no date was specified.</returns>
  30308.         </member>
  30309.         <member name="P:System.Net.Mime.ContentDisposition.DispositionType">
  30310.             <summary>Gets or sets the disposition type for an e-mail attachment.</summary>
  30311.             <returns>A <see cref="T:System.String"></see> that contains the disposition type. The value is not restricted but is typically one of the <see cref="P:System.Net.Mime.ContentDisposition.DispositionType"></see> values.</returns>
  30312.             <exception cref="T:System.ArgumentException">The value specified for a set operation is equal to <see cref="F:System.String.Empty"></see> ("").</exception>
  30313.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null.</exception>
  30314.         </member>
  30315.         <member name="P:System.Net.Mime.ContentDisposition.FileName">
  30316.             <summary>Gets or sets the suggested file name for an e-mail attachment.</summary>
  30317.             <returns>A <see cref="T:System.String"></see> that contains the file name. </returns>
  30318.         </member>
  30319.         <member name="P:System.Net.Mime.ContentDisposition.Inline">
  30320.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that determines the disposition type (Inline or Attachment) for an e-mail attachment.</summary>
  30321.             <returns>true if content in the attachment is presented inline as part of the e-mail body; otherwise, false. </returns>
  30322.         </member>
  30323.         <member name="P:System.Net.Mime.ContentDisposition.ModificationDate">
  30324.             <summary>Gets or sets the modification date for a file attachment.</summary>
  30325.             <returns>A <see cref="T:System.DateTime"></see> value that indicates the file modification date; otherwise, <see cref="F:System.DateTime.MinValue"></see> if no date was specified.</returns>
  30326.         </member>
  30327.         <member name="P:System.Net.Mime.ContentDisposition.Parameters">
  30328.             <summary>Gets the parameters included in the Content-Disposition header represented by this instance.</summary>
  30329.             <returns>A writable <see cref="T:System.Collections.Specialized.StringDictionary"></see> that contains parameter name/value pairs.</returns>
  30330.         </member>
  30331.         <member name="P:System.Net.Mime.ContentDisposition.ReadDate">
  30332.             <summary>Gets or sets the read date for a file attachment.</summary>
  30333.             <returns>A <see cref="T:System.DateTime"></see> value that indicates the file read date; otherwise, <see cref="F:System.DateTime.MinValue"></see> if no date was specified.</returns>
  30334.         </member>
  30335.         <member name="P:System.Net.Mime.ContentDisposition.Size">
  30336.             <summary>Gets or sets the size of a file attachment.</summary>
  30337.             <returns>A <see cref="T:System.Int32"></see> that specifies the number of bytes in the file attachment. The default value is -1, which indicates that the file size is unknown.</returns>
  30338.         </member>
  30339.         <member name="T:System.Net.Mime.ContentType">
  30340.             <summary>Represents a MIME protocol Content-Type header.</summary>
  30341.         </member>
  30342.         <member name="M:System.Net.Mime.ContentType.#ctor">
  30343.             <summary>Initializes a new default instance of the <see cref="T:System.Net.Mime.ContentType"></see> class. </summary>
  30344.         </member>
  30345.         <member name="M:System.Net.Mime.ContentType.#ctor(System.String)">
  30346.             <summary>Initializes a new instance of the <see cref="T:System.Net.Mime.ContentType"></see> class using the specified string. </summary>
  30347.             <param name="contentType">A <see cref="T:System.String"></see>, for example, "text/plain; charset=us-ascii", that contains the MIME media type, subtype, and optional parameters.</param>
  30348.             <exception cref="T:System.ArgumentNullException">contentType is null.</exception>
  30349.             <exception cref="T:System.FormatException">contentType is in a form that cannot be parsed.</exception>
  30350.             <exception cref="T:System.ArgumentException">contentType is <see cref="F:System.String.Empty"></see> ("").</exception>
  30351.         </member>
  30352.         <member name="M:System.Net.Mime.ContentType.Equals(System.Object)">
  30353.             <summary>Determines whether the content-type header of the specified <see cref="T:System.Net.Mime.ContentType"></see> object is equal to the content-type header of this object.</summary>
  30354.             <returns>true if the content-type headers are the same; otherwise false.</returns>
  30355.             <param name="rparam">The <see cref="T:System.Net.Mime.ContentType"></see> object to compare with this object.</param>
  30356.         </member>
  30357.         <member name="M:System.Net.Mime.ContentType.GetHashCode">
  30358.             <summary>Determines the hash code of the specified <see cref="T:System.Net.Mime.ContentType"></see> object</summary>
  30359.             <returns>An integer hash value.</returns>
  30360.         </member>
  30361.         <member name="M:System.Net.Mime.ContentType.ToString">
  30362.             <summary>Returns a string representation of this <see cref="T:System.Net.Mime.ContentType"></see> object.</summary>
  30363.             <returns>A <see cref="T:System.String"></see> that contains the current settings for this <see cref="T:System.Net.Mime.ContentType"></see>.</returns>
  30364.         </member>
  30365.         <member name="P:System.Net.Mime.ContentType.Boundary">
  30366.             <summary>Gets or sets the value of the boundary parameter included in the Content-Type header represented by this instance.</summary>
  30367.             <returns>A <see cref="T:System.String"></see> that contains the value associated with the boundary parameter.</returns>
  30368.         </member>
  30369.         <member name="P:System.Net.Mime.ContentType.CharSet">
  30370.             <summary>Gets or sets the value of the charset parameter included in the Content-Type header represented by this instance.</summary>
  30371.             <returns>A <see cref="T:System.String"></see> that contains the value associated with the charset parameter.</returns>
  30372.         </member>
  30373.         <member name="P:System.Net.Mime.ContentType.MediaType">
  30374.             <summary>Gets or sets the media type value included in the Content-Type header represented by this instance.</summary>
  30375.             <returns>A <see cref="T:System.String"></see> that contains the media type and subtype value. This value does not include the semicolon (;) separator that follows the subtype.</returns>
  30376.             <exception cref="T:System.FormatException">The value specified for a set operation is in a form that cannot be parsed.</exception>
  30377.             <exception cref="T:System.ArgumentNullException">The value specified for a set operation is null.</exception>
  30378.             <exception cref="T:System.ArgumentException">The value specified for a set operation is <see cref="F:System.String.Empty"></see> ("").</exception>
  30379.         </member>
  30380.         <member name="P:System.Net.Mime.ContentType.Name">
  30381.             <summary>Gets or sets the value of the name parameter included in the Content-Type header represented by this instance.</summary>
  30382.             <returns>A <see cref="T:System.String"></see> that contains the value associated with the name parameter. </returns>
  30383.         </member>
  30384.         <member name="P:System.Net.Mime.ContentType.Parameters">
  30385.             <summary>Gets the dictionary that contains the parameters included in the Content-Type header represented by this instance.</summary>
  30386.             <returns>A writable <see cref="T:System.Collections.Specialized.StringDictionary"></see> that contains name and value pairs.</returns>
  30387.         </member>
  30388.         <member name="T:System.Net.Mime.DispositionTypeNames">
  30389.             <summary>Supplies the strings used to specify the disposition type for an e-mail attachment.</summary>
  30390.         </member>
  30391.         <member name="F:System.Net.Mime.DispositionTypeNames.Attachment">
  30392.             <summary>Specifies that the attachment is to be displayed as a file attached to the e-mail message.</summary>
  30393.         </member>
  30394.         <member name="F:System.Net.Mime.DispositionTypeNames.Inline">
  30395.             <summary>Specifies that the attachment is to be displayed as part of the e-mail message body.</summary>
  30396.         </member>
  30397.         <member name="T:System.Net.Mime.MediaTypeNames">
  30398.             <summary>Specifies the media type information for an e-mail message attachment.</summary>
  30399.         </member>
  30400.         <member name="T:System.Net.Mime.MediaTypeNames.Application">
  30401.             <summary>Specifies the kind of application data in an e-mail message attachment.</summary>
  30402.         </member>
  30403.         <member name="F:System.Net.Mime.MediaTypeNames.Application.Octet">
  30404.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Application"></see> data is not interpreted.</summary>
  30405.         </member>
  30406.         <member name="F:System.Net.Mime.MediaTypeNames.Application.Pdf">
  30407.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Application"></see> data is in Portable Document Format (PDF).</summary>
  30408.         </member>
  30409.         <member name="F:System.Net.Mime.MediaTypeNames.Application.Rtf">
  30410.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Application"></see> data is in Rich Text Format (RTF).</summary>
  30411.         </member>
  30412.         <member name="F:System.Net.Mime.MediaTypeNames.Application.Soap">
  30413.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Application"></see> data is a SOAP document.</summary>
  30414.         </member>
  30415.         <member name="F:System.Net.Mime.MediaTypeNames.Application.Zip">
  30416.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Application"></see> data is compressed.</summary>
  30417.         </member>
  30418.         <member name="T:System.Net.Mime.MediaTypeNames.Image">
  30419.             <summary>Specifies the type of image data in an e-mail message attachment.</summary>
  30420.         </member>
  30421.         <member name="F:System.Net.Mime.MediaTypeNames.Image.Gif">
  30422.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Image"></see> data is in Graphics Interchange Format (GIF).</summary>
  30423.         </member>
  30424.         <member name="F:System.Net.Mime.MediaTypeNames.Image.Jpeg">
  30425.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Image"></see> data is in Joint Photographic Experts Group (JPEG) format.</summary>
  30426.         </member>
  30427.         <member name="F:System.Net.Mime.MediaTypeNames.Image.Tiff">
  30428.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Image"></see> data is in Tagged Image File Format (TIFF).</summary>
  30429.         </member>
  30430.         <member name="T:System.Net.Mime.MediaTypeNames.Text">
  30431.             <summary>Specifies the type of text data in an e-mail message attachment.</summary>
  30432.         </member>
  30433.         <member name="F:System.Net.Mime.MediaTypeNames.Text.Html">
  30434.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Text"></see> data is in HTML format.</summary>
  30435.         </member>
  30436.         <member name="F:System.Net.Mime.MediaTypeNames.Text.Plain">
  30437.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Text"></see> data is in plain text format.</summary>
  30438.         </member>
  30439.         <member name="F:System.Net.Mime.MediaTypeNames.Text.RichText">
  30440.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Text"></see> data is in Rich Text Format (RTF).</summary>
  30441.         </member>
  30442.         <member name="F:System.Net.Mime.MediaTypeNames.Text.Xml">
  30443.             <summary>Specifies that the <see cref="T:System.Net.Mime.MediaTypeNames.Text"></see> data is in XML format.</summary>
  30444.         </member>
  30445.         <member name="T:System.Net.Mime.TransferEncoding">
  30446.             <summary>Specifies the Content-Transfer-Encoding header information for an e-mail message attachment.</summary>
  30447.         </member>
  30448.         <member name="F:System.Net.Mime.TransferEncoding.Base64">
  30449.             <summary>Encodes stream-based data. See RFC 2406 Section 6.8.</summary>
  30450.         </member>
  30451.         <member name="F:System.Net.Mime.TransferEncoding.QuotedPrintable">
  30452.             <summary>Encodes data that consists of printable characters in the US-ASCII character set. See RFC 2406 Section 6.7.</summary>
  30453.         </member>
  30454.         <member name="F:System.Net.Mime.TransferEncoding.SevenBit">
  30455.             <summary>Used for data that is not encoded. The data is in 7-bit US-ASCII characters with a total line length of no longer than 1000 characters. See RFC2406 Section 2.7.</summary>
  30456.         </member>
  30457.         <member name="F:System.Net.Mime.TransferEncoding.Unknown">
  30458.             <summary>Indicates that the transfer encoding is unknown.</summary>
  30459.         </member>
  30460.         <member name="N:System.Net.NetworkInformation">
  30461.             <summary>The <see cref="N:System.Net.NetworkInformation"></see> namespace provides access to network traffic data, network address information, and notification of address changes for the local computer. The namespace also contains classes that implement the Ping utility. You can use <see cref="T:System.Net.NetworkInformation.Ping"></see> and related classes to check whether a computer is reachable across the network.</summary>
  30462.         </member>
  30463.         <member name="T:System.Net.NetworkInformation.DuplicateAddressDetectionState">
  30464.             <summary>Specifies the current state of an IP address.</summary>
  30465.         </member>
  30466.         <member name="F:System.Net.NetworkInformation.DuplicateAddressDetectionState.Deprecated">
  30467.             <summary>The address is valid, but it is nearing its lease lifetime and should not be used by applications.</summary>
  30468.         </member>
  30469.         <member name="F:System.Net.NetworkInformation.DuplicateAddressDetectionState.Duplicate">
  30470.             <summary>The address is not unique. This address should not be assigned to the network interface.</summary>
  30471.         </member>
  30472.         <member name="F:System.Net.NetworkInformation.DuplicateAddressDetectionState.Invalid">
  30473.             <summary>The address is not valid. A nonvalid address is expired and no longer assigned to an interface; applications should not send data packets to it.</summary>
  30474.         </member>
  30475.         <member name="F:System.Net.NetworkInformation.DuplicateAddressDetectionState.Preferred">
  30476.             <summary>The address is valid and its use is unrestricted.</summary>
  30477.         </member>
  30478.         <member name="F:System.Net.NetworkInformation.DuplicateAddressDetectionState.Tentative">
  30479.             <summary>The duplicate address detection procedure's evaluation of the address has not completed successfully. Applications should not use the address because it is not yet valid and packets sent to it are discarded.</summary>
  30480.         </member>
  30481.         <member name="T:System.Net.NetworkInformation.GatewayIPAddressInformation">
  30482.             <summary>Represents the IP address of the network gateway. This class cannot be instantiated.</summary>
  30483.         </member>
  30484.         <member name="M:System.Net.NetworkInformation.GatewayIPAddressInformation.#ctor">
  30485.             <summary>Initializes the members of this class.</summary>
  30486.         </member>
  30487.         <member name="P:System.Net.NetworkInformation.GatewayIPAddressInformation.Address">
  30488.             <summary>Get the IP address of the gateway.</summary>
  30489.             <returns>An <see cref="T:System.Net.IPAddress"></see> object that contains the IP address of the gateway.</returns>
  30490.         </member>
  30491.         <member name="T:System.Net.NetworkInformation.GatewayIPAddressInformationCollection">
  30492.             <summary>Stores a set of <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> types.</summary>
  30493.         </member>
  30494.         <member name="M:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.#ctor">
  30495.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformationCollection"></see> class.</summary>
  30496.         </member>
  30497.         <member name="M:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.Add(System.Net.NetworkInformation.GatewayIPAddressInformation)">
  30498.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  30499.             <param name="address">The object to be added to the collection.</param>
  30500.         </member>
  30501.         <member name="M:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.Clear">
  30502.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  30503.         </member>
  30504.         <member name="M:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.Contains(System.Net.NetworkInformation.GatewayIPAddressInformation)">
  30505.             <summary>Checks whether the collection contains the specified <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> object.</summary>
  30506.             <returns>true if the <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> object exists in the collection; otherwise false.</returns>
  30507.             <param name="address">The <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> object to be searched in the collection.</param>
  30508.         </member>
  30509.         <member name="M:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.CopyTo(System.Net.NetworkInformation.GatewayIPAddressInformation[],System.Int32)">
  30510.             <summary>Copies the elements in this collection to a one-dimensional array of type <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see>.</summary>
  30511.             <param name="offset">The zero-based index in array at which the copy begins.</param>
  30512.             <param name="array">A one-dimensional array that receives a copy of the collection.</param>
  30513.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  30514.             <exception cref="T:System.InvalidCastException">The elements in this <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> cannot be cast automatically to the type of the destination array. </exception>
  30515.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- count is equal to or greater than the length of array.-or- The number of elements in this <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> is greater than the available space from count to the end of the destination array. </exception>
  30516.             <exception cref="T:System.ArgumentOutOfRangeException">count is less than zero. </exception>
  30517.         </member>
  30518.         <member name="M:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.GetEnumerator">
  30519.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  30520.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPUnicastAddressInformation"></see> types in this collection.</returns>
  30521.         </member>
  30522.         <member name="M:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.Remove(System.Net.NetworkInformation.GatewayIPAddressInformation)">
  30523.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  30524.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  30525.             <param name="address">The object to be removed.</param>
  30526.         </member>
  30527.         <member name="M:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.System.Collections.IEnumerable.GetEnumerator">
  30528.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  30529.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPUnicastAddressInformation"></see> types in this collection.</returns>
  30530.         </member>
  30531.         <member name="P:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.Count">
  30532.             <summary>Gets the number of <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> types in this collection.</summary>
  30533.             <returns>An <see cref="T:System.Int32"></see> value that contains the number of <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> types in this collection.</returns>
  30534.         </member>
  30535.         <member name="P:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.IsReadOnly">
  30536.             <summary>Gets a value that indicates whether access to this collection is read-only.</summary>
  30537.             <returns>true in all cases.</returns>
  30538.         </member>
  30539.         <member name="P:System.Net.NetworkInformation.GatewayIPAddressInformationCollection.Item(System.Int32)">
  30540.             <summary>Gets the <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> at the specific index of the collection.</summary>
  30541.             <returns>The <see cref="T:System.Net.NetworkInformation.GatewayIPAddressInformation"></see> at the specific index in the collection.</returns>
  30542.             <param name="index">The index of interest.</param>
  30543.         </member>
  30544.         <member name="T:System.Net.NetworkInformation.IcmpV4Statistics">
  30545.             <summary>Provides Internet Control Message Protocol for IPv4 (ICMPv4) statistical data for the local computer.</summary>
  30546.         </member>
  30547.         <member name="M:System.Net.NetworkInformation.IcmpV4Statistics.#ctor">
  30548.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IcmpV4Statistics"></see> class.</summary>
  30549.         </member>
  30550.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.AddressMaskRepliesReceived">
  30551.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Address Mask Reply messages that were received.</summary>
  30552.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Address Mask Reply messages that were received.</returns>
  30553.         </member>
  30554.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.AddressMaskRepliesSent">
  30555.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Address Mask Reply messages that were sent.</summary>
  30556.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Address Mask Reply messages that were sent.</returns>
  30557.         </member>
  30558.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.AddressMaskRequestsReceived">
  30559.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Address Mask Request messages that were received.</summary>
  30560.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Address Mask Request messages that were received.</returns>
  30561.         </member>
  30562.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.AddressMaskRequestsSent">
  30563.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Address Mask Request messages that were sent.</summary>
  30564.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Address Mask Request messages that were sent.</returns>
  30565.         </member>
  30566.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.DestinationUnreachableMessagesReceived">
  30567.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) messages that were received because of a packet having an unreachable address in its destination.</summary>
  30568.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Destination Unreachable messages that were received.</returns>
  30569.         </member>
  30570.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.DestinationUnreachableMessagesSent">
  30571.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) messages that were sent because of a packet having an unreachable address in its destination.</summary>
  30572.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Destination Unreachable messages sent.</returns>
  30573.         </member>
  30574.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.EchoRepliesReceived">
  30575.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Echo Reply messages that were received.</summary>
  30576.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of number of ICMP Echo Reply messages that were received.</returns>
  30577.         </member>
  30578.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.EchoRepliesSent">
  30579.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Echo Reply messages that were sent.</summary>
  30580.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of number of ICMP Echo Reply messages that were sent.</returns>
  30581.         </member>
  30582.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.EchoRequestsReceived">
  30583.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Echo Request messages that were received.</summary>
  30584.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of number of ICMP Echo Request messages that were received.</returns>
  30585.         </member>
  30586.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.EchoRequestsSent">
  30587.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Echo Request messages that were sent.</summary>
  30588.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of number of ICMP Echo Request messages that were sent.</returns>
  30589.         </member>
  30590.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsReceived">
  30591.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) error messages that were received.</summary>
  30592.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP error messages that were received.</returns>
  30593.         </member>
  30594.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.ErrorsSent">
  30595.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) error messages that were sent.</summary>
  30596.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of number of ICMP error messages that were sent.</returns>
  30597.         </member>
  30598.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesReceived">
  30599.             <summary>Gets the number of Internet Control Message Protocol messages that were received.</summary>
  30600.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMPv4 messages that were received.</returns>
  30601.         </member>
  30602.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.MessagesSent">
  30603.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) messages that were sent.</summary>
  30604.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMPv4 messages that were sent.</returns>
  30605.         </member>
  30606.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.ParameterProblemsReceived">
  30607.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Parameter Problem messages that were received.</summary>
  30608.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Parameter Problem messages that were received.</returns>
  30609.         </member>
  30610.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.ParameterProblemsSent">
  30611.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Parameter Problem messages that were sent.</summary>
  30612.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Parameter Problem messages that were sent.</returns>
  30613.         </member>
  30614.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.RedirectsReceived">
  30615.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Redirect messages that were received.</summary>
  30616.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Redirect messages that were received.</returns>
  30617.         </member>
  30618.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.RedirectsSent">
  30619.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Redirect messages that were sent.</summary>
  30620.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Redirect messages that were sent.</returns>
  30621.         </member>
  30622.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.SourceQuenchesReceived">
  30623.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Source Quench messages that were received.</summary>
  30624.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Source Quench messages that were received.</returns>
  30625.         </member>
  30626.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.SourceQuenchesSent">
  30627.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Source Quench messages that were sent.</summary>
  30628.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Source Quench messages that were sent.</returns>
  30629.         </member>
  30630.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.TimeExceededMessagesReceived">
  30631.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Time Exceeded messages that were received.</summary>
  30632.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Time Exceeded messages that were received.</returns>
  30633.         </member>
  30634.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.TimeExceededMessagesSent">
  30635.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Time Exceeded messages that were sent.</summary>
  30636.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Time Exceeded messages that were sent.</returns>
  30637.         </member>
  30638.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.TimestampRepliesReceived">
  30639.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Timestamp Reply messages that were received.</summary>
  30640.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Timestamp Reply messages that were received.</returns>
  30641.         </member>
  30642.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.TimestampRepliesSent">
  30643.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Timestamp Reply messages that were sent.</summary>
  30644.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Timestamp Reply messages that were sent.</returns>
  30645.         </member>
  30646.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.TimestampRequestsReceived">
  30647.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Timestamp Request messages that were received.</summary>
  30648.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Timestamp Request messages that were received.</returns>
  30649.         </member>
  30650.         <member name="P:System.Net.NetworkInformation.IcmpV4Statistics.TimestampRequestsSent">
  30651.             <summary>Gets the number of Internet Control Message Protocol version 4 (ICMPv4) Timestamp Request messages that were sent.</summary>
  30652.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Timestamp Request messages that were sent.</returns>
  30653.         </member>
  30654.         <member name="T:System.Net.NetworkInformation.IcmpV6Statistics">
  30655.             <summary>Provides Internet Control Message Protocol for Internet Protocol version 6 (ICMPv6) statistical data for the local computer.</summary>
  30656.         </member>
  30657.         <member name="M:System.Net.NetworkInformation.IcmpV6Statistics.#ctor">
  30658.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IcmpV6Statistics"></see> class.</summary>
  30659.         </member>
  30660.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.DestinationUnreachableMessagesReceived">
  30661.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) messages received because of a packet having an unreachable address in its destination.</summary>
  30662.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Destination Unreachable messages received.</returns>
  30663.         </member>
  30664.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.DestinationUnreachableMessagesSent">
  30665.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) messages sent because of a packet having an unreachable address in its destination.</summary>
  30666.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Destination Unreachable messages sent.</returns>
  30667.         </member>
  30668.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.EchoRepliesReceived">
  30669.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Echo Reply messages received.</summary>
  30670.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of number of ICMP Echo Reply messages received.</returns>
  30671.         </member>
  30672.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.EchoRepliesSent">
  30673.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Echo Reply messages sent.</summary>
  30674.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of number of ICMP Echo Reply messages sent.</returns>
  30675.         </member>
  30676.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.EchoRequestsReceived">
  30677.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Echo Request messages received.</summary>
  30678.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of number of ICMP Echo Request messages received.</returns>
  30679.         </member>
  30680.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.EchoRequestsSent">
  30681.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Echo Request messages sent.</summary>
  30682.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of number of ICMP Echo Request messages sent.</returns>
  30683.         </member>
  30684.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsReceived">
  30685.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) error messages received.</summary>
  30686.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP error messages received.</returns>
  30687.         </member>
  30688.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.ErrorsSent">
  30689.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) error messages sent.</summary>
  30690.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP error messages sent.</returns>
  30691.         </member>
  30692.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.MembershipQueriesReceived">
  30693.             <summary>Gets the number of Internet Group management Protocol (IGMP) Group Membership Query messages received.</summary>
  30694.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Group Membership Query messages received.</returns>
  30695.         </member>
  30696.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.MembershipQueriesSent">
  30697.             <summary>Gets the number of Internet Group management Protocol (IGMP) Group Membership Query messages sent.</summary>
  30698.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Group Membership Query messages sent.</returns>
  30699.         </member>
  30700.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.MembershipReductionsReceived">
  30701.             <summary>Gets the number of Internet Group Management Protocol (IGMP) Group Membership Reduction messages received.</summary>
  30702.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Group Membership Reduction messages received.</returns>
  30703.         </member>
  30704.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.MembershipReductionsSent">
  30705.             <summary>Gets the number of Internet Group Management Protocol (IGMP) Group Membership Reduction messages sent.</summary>
  30706.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Group Membership Reduction messages sent.</returns>
  30707.         </member>
  30708.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.MembershipReportsReceived">
  30709.             <summary>Gets the number of Internet Group Management Protocol (IGMP) Group Membership Report messages received.</summary>
  30710.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Group Membership Report messages received.</returns>
  30711.         </member>
  30712.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.MembershipReportsSent">
  30713.             <summary>Gets the number of Internet Group Management Protocol (IGMP) Group Membership Report messages sent.</summary>
  30714.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Group Membership Report messages sent.</returns>
  30715.         </member>
  30716.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesReceived">
  30717.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) messages received.</summary>
  30718.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMPv6 messages received.</returns>
  30719.         </member>
  30720.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.MessagesSent">
  30721.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) messages sent.</summary>
  30722.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMPv6 messages sent.</returns>
  30723.         </member>
  30724.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.NeighborAdvertisementsReceived">
  30725.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Neighbor Advertisement messages received.</summary>
  30726.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Neighbor Advertisement messages received.</returns>
  30727.         </member>
  30728.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.NeighborAdvertisementsSent">
  30729.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Neighbor Advertisement messages sent.</summary>
  30730.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Neighbor Advertisement messages sent.</returns>
  30731.         </member>
  30732.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.NeighborSolicitsReceived">
  30733.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Neighbor Solicitation messages received.</summary>
  30734.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Neighbor Solicitation messages received.</returns>
  30735.         </member>
  30736.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.NeighborSolicitsSent">
  30737.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Neighbor Solicitation messages sent.</summary>
  30738.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Neighbor Solicitation messages sent.</returns>
  30739.         </member>
  30740.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.PacketTooBigMessagesReceived">
  30741.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Packet Too Big messages received.</summary>
  30742.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Packet Too Big messages received.</returns>
  30743.         </member>
  30744.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.PacketTooBigMessagesSent">
  30745.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Packet Too Big messages sent.</summary>
  30746.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Packet Too Big messages sent.</returns>
  30747.         </member>
  30748.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.ParameterProblemsReceived">
  30749.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Parameter Problem messages received.</summary>
  30750.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Parameter Problem messages received.</returns>
  30751.         </member>
  30752.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.ParameterProblemsSent">
  30753.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Parameter Problem messages sent.</summary>
  30754.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Parameter Problem messages sent.</returns>
  30755.         </member>
  30756.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.RedirectsReceived">
  30757.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Redirect messages received.</summary>
  30758.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Redirect messages received.</returns>
  30759.         </member>
  30760.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.RedirectsSent">
  30761.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Redirect messages sent.</summary>
  30762.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Redirect messages sent.</returns>
  30763.         </member>
  30764.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.RouterAdvertisementsReceived">
  30765.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Router Advertisement messages received.</summary>
  30766.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Router Advertisement messages received.</returns>
  30767.         </member>
  30768.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.RouterAdvertisementsSent">
  30769.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Router Advertisement messages sent.</summary>
  30770.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Router Advertisement messages sent.</returns>
  30771.         </member>
  30772.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.RouterSolicitsReceived">
  30773.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Router Solicitation messages received.</summary>
  30774.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Router Solicitation messages received.</returns>
  30775.         </member>
  30776.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.RouterSolicitsSent">
  30777.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Router Solicitation messages sent.</summary>
  30778.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of Router Solicitation messages sent.</returns>
  30779.         </member>
  30780.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.TimeExceededMessagesReceived">
  30781.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Time Exceeded messages received.</summary>
  30782.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Time Exceeded messages received.</returns>
  30783.         </member>
  30784.         <member name="P:System.Net.NetworkInformation.IcmpV6Statistics.TimeExceededMessagesSent">
  30785.             <summary>Gets the number of Internet Control Message Protocol version 6 (ICMPv6) Time Exceeded messages sent.</summary>
  30786.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of ICMP Time Exceeded messages sent.</returns>
  30787.         </member>
  30788.         <member name="T:System.Net.NetworkInformation.IPAddressCollection">
  30789.             <summary>Stores a set of <see cref="T:System.Net.IPAddress"></see> types.</summary>
  30790.         </member>
  30791.         <member name="M:System.Net.NetworkInformation.IPAddressCollection.#ctor">
  30792.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IPAddressCollection"></see> class.</summary>
  30793.         </member>
  30794.         <member name="M:System.Net.NetworkInformation.IPAddressCollection.Add(System.Net.IPAddress)">
  30795.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  30796.             <param name="address">The object to be added to the collection.</param>
  30797.         </member>
  30798.         <member name="M:System.Net.NetworkInformation.IPAddressCollection.Clear">
  30799.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  30800.         </member>
  30801.         <member name="M:System.Net.NetworkInformation.IPAddressCollection.Contains(System.Net.IPAddress)">
  30802.             <summary>Checks whether the collection contains the specified <see cref="T:System.Net.IPAddress"></see> object.</summary>
  30803.             <returns>true if the <see cref="T:System.Net.IPAddress"></see> object exists in the collection; otherwise, false.</returns>
  30804.             <param name="address">The <see cref="T:System.Net.IPAddress"></see> object to be searched in the collection.</param>
  30805.         </member>
  30806.         <member name="M:System.Net.NetworkInformation.IPAddressCollection.CopyTo(System.Net.IPAddress[],System.Int32)">
  30807.             <summary>Copies the elements in this collection to a one-dimensional array of type <see cref="T:System.Net.IPAddress"></see>.</summary>
  30808.             <param name="offset">The zero-based index in array at which the copy begins.</param>
  30809.             <param name="array">A one-dimensional array that receives a copy of the collection.</param>
  30810.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  30811.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than zero. </exception>
  30812.             <exception cref="T:System.InvalidCastException">The elements in this <see cref="T:System.Net.NetworkInformation.IPAddressCollection"></see> cannot be cast automatically to the type of the destination array. </exception>
  30813.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- offset is equal to or greater than the length of array.-or-The number of elements in this <see cref="T:System.Net.NetworkInformation.IPAddressCollection"></see> is greater than the available space from offset to the end of the destination array. </exception>
  30814.         </member>
  30815.         <member name="M:System.Net.NetworkInformation.IPAddressCollection.GetEnumerator">
  30816.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  30817.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPAddressCollection"></see> types in this collection.</returns>
  30818.         </member>
  30819.         <member name="M:System.Net.NetworkInformation.IPAddressCollection.Remove(System.Net.IPAddress)">
  30820.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  30821.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  30822.             <param name="address">The object to be removed.</param>
  30823.         </member>
  30824.         <member name="M:System.Net.NetworkInformation.IPAddressCollection.System.Collections.IEnumerable.GetEnumerator">
  30825.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  30826.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPAddressCollection"></see> types in this collection.</returns>
  30827.         </member>
  30828.         <member name="P:System.Net.NetworkInformation.IPAddressCollection.Count">
  30829.             <summary>Gets the number of <see cref="T:System.Net.IPAddress"></see> types in this collection.</summary>
  30830.             <returns>An <see cref="T:System.Int32"></see> value that contains the number of <see cref="T:System.Net.IPAddress"></see> types in this collection.</returns>
  30831.         </member>
  30832.         <member name="P:System.Net.NetworkInformation.IPAddressCollection.IsReadOnly">
  30833.             <summary>Gets a value that indicates whether access to this collection is read-only.</summary>
  30834.             <returns>true in all cases.</returns>
  30835.         </member>
  30836.         <member name="P:System.Net.NetworkInformation.IPAddressCollection.Item(System.Int32)">
  30837.             <summary>Gets the <see cref="T:System.Net.IPAddress"></see> at the specific index of the collection.</summary>
  30838.             <returns>The <see cref="T:System.Net.IPAddress"></see> at the specific index in the collection.</returns>
  30839.             <param name="index">The index of interest.</param>
  30840.         </member>
  30841.         <member name="T:System.Net.NetworkInformation.IPAddressInformation">
  30842.             <summary>Provides information about a network interface address.</summary>
  30843.         </member>
  30844.         <member name="M:System.Net.NetworkInformation.IPAddressInformation.#ctor">
  30845.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> class.</summary>
  30846.         </member>
  30847.         <member name="P:System.Net.NetworkInformation.IPAddressInformation.Address">
  30848.             <summary>Gets the Internet Protocol (IP) address.</summary>
  30849.             <returns>An <see cref="T:System.Net.IPAddress"></see> instance that contains the IP address of an interface.</returns>
  30850.         </member>
  30851.         <member name="P:System.Net.NetworkInformation.IPAddressInformation.IsDnsEligible">
  30852.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the Internet Protocol (IP) address is legal to appear in a Domain Name System (DNS) server database.</summary>
  30853.             <returns>true if the address can appear in a DNS database; otherwise, false.</returns>
  30854.         </member>
  30855.         <member name="P:System.Net.NetworkInformation.IPAddressInformation.IsTransient">
  30856.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the Internet Protocol (IP) address is transient (a cluster address).</summary>
  30857.             <returns>true if the address is transient; otherwise, false.</returns>
  30858.         </member>
  30859.         <member name="T:System.Net.NetworkInformation.IPAddressInformationCollection">
  30860.             <summary>Stores a set of <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> types.</summary>
  30861.         </member>
  30862.         <member name="M:System.Net.NetworkInformation.IPAddressInformationCollection.Add(System.Net.NetworkInformation.IPAddressInformation)">
  30863.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  30864.             <param name="address">The object to be added to the collection.</param>
  30865.         </member>
  30866.         <member name="M:System.Net.NetworkInformation.IPAddressInformationCollection.Clear">
  30867.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  30868.         </member>
  30869.         <member name="M:System.Net.NetworkInformation.IPAddressInformationCollection.Contains(System.Net.NetworkInformation.IPAddressInformation)">
  30870.             <summary>Checks whether the collection contains the specified <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> object.</summary>
  30871.             <returns>true if the <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> object exists in the collection; otherwise. false.</returns>
  30872.             <param name="address">The <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> object to be searched in the collection.</param>
  30873.         </member>
  30874.         <member name="M:System.Net.NetworkInformation.IPAddressInformationCollection.CopyTo(System.Net.NetworkInformation.IPAddressInformation[],System.Int32)">
  30875.             <summary>Copies the collection to the specified array.</summary>
  30876.             <param name="offset">The zero-based index in array at which the copy begins.</param>
  30877.             <param name="array">A one-dimensional array that receives a copy of the collection.</param>
  30878.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  30879.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- offset is equal to or greater than the length of array.-or- The number of elements in this <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> is greater than the available space from offset to the end of the destination array. </exception>
  30880.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than zero. </exception>
  30881.             <exception cref="T:System.InvalidCastException">The elements in this <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> cannot be cast automatically to the type of the destination array. </exception>
  30882.         </member>
  30883.         <member name="M:System.Net.NetworkInformation.IPAddressInformationCollection.GetEnumerator">
  30884.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  30885.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> types in this collection.</returns>
  30886.         </member>
  30887.         <member name="M:System.Net.NetworkInformation.IPAddressInformationCollection.Remove(System.Net.NetworkInformation.IPAddressInformation)">
  30888.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  30889.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  30890.             <param name="address">The object to be removed.</param>
  30891.         </member>
  30892.         <member name="M:System.Net.NetworkInformation.IPAddressInformationCollection.System.Collections.IEnumerable.GetEnumerator">
  30893.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  30894.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> types in this collection.</returns>
  30895.         </member>
  30896.         <member name="P:System.Net.NetworkInformation.IPAddressInformationCollection.Count">
  30897.             <summary>Gets the number of <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> types in this collection.</summary>
  30898.             <returns>An <see cref="T:System.Int32"></see> value that contains the number of <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> types in this collection.</returns>
  30899.         </member>
  30900.         <member name="P:System.Net.NetworkInformation.IPAddressInformationCollection.IsReadOnly">
  30901.             <summary>Gets a value that indicates whether access to this collection is read-only.</summary>
  30902.             <returns>true in all cases.</returns>
  30903.         </member>
  30904.         <member name="P:System.Net.NetworkInformation.IPAddressInformationCollection.Item(System.Int32)">
  30905.             <summary>Gets the <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> at the specified index in the collection. </summary>
  30906.             <returns>The <see cref="T:System.Net.NetworkInformation.IPAddressInformation"></see> at the specified location.</returns>
  30907.             <param name="index">The zero-based index of the element.</param>
  30908.         </member>
  30909.         <member name="T:System.Net.NetworkInformation.IPGlobalProperties">
  30910.             <summary>Provides information about the network connectivity of the local computer.</summary>
  30911.         </member>
  30912.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.#ctor">
  30913.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IPGlobalProperties"></see> class.</summary>
  30914.         </member>
  30915.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpConnections">
  30916.             <summary>Returns information about the Internet Protocol version 4 (IPV4) Transmission Control Protocol (TCP) connections on the local computer.</summary>
  30917.             <returns>A <see cref="T:System.Net.NetworkInformation.TcpConnectionInformation"></see> array that contains objects that describe the active TCP connections, or an empty array if no active TCP connections are detected.</returns>
  30918.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The Win32 function GetTcpTable failed. </exception>
  30919.         </member>
  30920.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveTcpListeners">
  30921.             <summary>Returns endpoint information about the Internet Protocol version 4 (IPV4) Transmission Control Protocol (TCP) listeners on the local computer.</summary>
  30922.             <returns>A <see cref="T:System.Net.IPEndPoint"></see> array that contains objects that describe the active TCP listeners, or an empty array, if no active TCP listeners are detected.</returns>
  30923.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The Win32 function GetTcpTable failed. </exception>
  30924.         </member>
  30925.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetActiveUdpListeners">
  30926.             <summary>Returns information about the Internet Protocol version 4 (IPv4) User Datagram Protocol (UDP) listeners on the local computer.</summary>
  30927.             <returns>An <see cref="T:System.Net.IPEndPoint"></see> array that contains objects that describe the UDP listeners, or an empty array if no UDP listeners are detected.</returns>
  30928.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The call to the Win32 function GetUdpTable failed. </exception>
  30929.         </member>
  30930.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV4Statistics">
  30931.             <summary>Provides Internet Control Message Protocol (ICMP) version 4 statistical data for the local computer.</summary>
  30932.             <returns>An <see cref="T:System.Net.NetworkInformation.IcmpV4Statistics"></see> object that provides ICMP version 4 traffic statistics for the local computer.</returns>
  30933.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The Win32 function GetIcmpStatistics failed. </exception>
  30934.         </member>
  30935.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetIcmpV6Statistics">
  30936.             <summary>Provides Internet Control Message Protocol (ICMP) version 6 statistical data for the local computer.</summary>
  30937.             <returns>An <see cref="T:System.Net.NetworkInformation.IcmpV6Statistics"></see> object that provides ICMP version 6 traffic statistics for the local computer.</returns>
  30938.             <exception cref="T:System.PlatformNotSupportedException">The local computer's operating system is not Windows XP or later.</exception>
  30939.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The Win32 function GetIcmpStatisticsEx failed. </exception>
  30940.         </member>
  30941.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties">
  30942.             <summary>Gets an object that provides information about the local computer's network connectivity and traffic statistics.</summary>
  30943.             <returns>A <see cref="T:System.Net.NetworkInformation.IPGlobalProperties"></see> object that contains information about the local computer.</returns>
  30944.             <PermissionSet><IPermission class="System.Net.NetworkInformation.NetworkInformationPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Access="Read" /></PermissionSet>
  30945.         </member>
  30946.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv4GlobalStatistics">
  30947.             <summary>Provides Internet Protocol version 4 (IPv4) statistical data for the local computer.</summary>
  30948.             <returns>An <see cref="T:System.Net.NetworkInformation.IPGlobalStatistics"></see> object that provides IPv4 traffic statistics for the local computer.</returns>
  30949.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The call to the Win32 function GetIpStatistics failed.</exception>
  30950.         </member>
  30951.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetIPv6GlobalStatistics">
  30952.             <summary>Provides Internet Protocol version 6 (IPv6) statistical data for the local computer.</summary>
  30953.             <returns>An <see cref="T:System.Net.NetworkInformation.IPGlobalStatistics"></see> object that provides IPv6 traffic statistics for the local computer.</returns>
  30954.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The call to the Win32 function GetIpStatistics failed.</exception>
  30955.             <exception cref="T:System.PlatformNotSupportedException">The local computer is not running an operating system that supports IPv6. </exception>
  30956.         </member>
  30957.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv4Statistics">
  30958.             <summary>Provides Transmission Control Protocol/Internet Protocol version 4 (TCP/IPv4) statistical data for the local computer.</summary>
  30959.             <returns>A <see cref="T:System.Net.NetworkInformation.TcpStatistics"></see> object that provides TCP/IPv4 traffic statistics for the local computer.</returns>
  30960.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The call to the Win32 function GetTcpStatistics failed.</exception>
  30961.         </member>
  30962.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetTcpIPv6Statistics">
  30963.             <summary>Provides Transmission Control Protocol/Internet Protocol version 6 (TCP/IPv6) statistical data for the local computer.</summary>
  30964.             <returns>A <see cref="T:System.Net.NetworkInformation.TcpStatistics"></see> object that provides TCP/IPv6 traffic statistics for the local computer.</returns>
  30965.             <exception cref="T:System.PlatformNotSupportedException">The local computer is not running an operating system that supports IPv6. </exception>
  30966.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The call to the Win32 function GetTcpStatistics failed.</exception>
  30967.         </member>
  30968.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv4Statistics">
  30969.             <summary>Provides User Datagram Protocol/Internet Protocol version 4 (UDP/IPv4) statistical data for the local computer.</summary>
  30970.             <returns>A <see cref="T:System.Net.NetworkInformation.UdpStatistics"></see> object that provides UDP/IPv4 traffic statistics for the local computer.</returns>
  30971.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The call to the Win32 function GetUdpStatistics failed.</exception>
  30972.         </member>
  30973.         <member name="M:System.Net.NetworkInformation.IPGlobalProperties.GetUdpIPv6Statistics">
  30974.             <summary>Provides User Datagram Protocol/Internet Protocol version 6 (UDP/IPv6) statistical data for the local computer.</summary>
  30975.             <returns>A <see cref="T:System.Net.NetworkInformation.UdpStatistics"></see> object that provides UDP/IPv6 traffic statistics for the local computer.</returns>
  30976.             <exception cref="T:System.PlatformNotSupportedException">The local computer is not running an operating system that supports IPv6. </exception>
  30977.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The call to the Win32 function GetUdpStatistics failed.</exception>
  30978.         </member>
  30979.         <member name="P:System.Net.NetworkInformation.IPGlobalProperties.DhcpScopeName">
  30980.             <summary>Gets the Dynamic Host Configuration Protocol (DHCP) scope name.</summary>
  30981.             <returns>A <see cref="T:System.String"></see> instance that contains the computer's DHCP scope name.</returns>
  30982.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">A Win32 function call failed. </exception>
  30983.         </member>
  30984.         <member name="P:System.Net.NetworkInformation.IPGlobalProperties.DomainName">
  30985.             <summary>Gets the domain in which the local computer is registered.</summary>
  30986.             <returns>A <see cref="T:System.String"></see> instance that contains the computer's domain name. If the computer does not belong to a domain, returns <see cref="F:System.String.Empty"></see>.</returns>
  30987.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">A Win32 function call failed. </exception>
  30988.         </member>
  30989.         <member name="P:System.Net.NetworkInformation.IPGlobalProperties.HostName">
  30990.             <summary>Gets the host name for the local computer.</summary>
  30991.             <returns>A <see cref="T:System.String"></see> instance that contains the computer's NetBIOS name.</returns>
  30992.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">A Win32 function call failed. </exception>
  30993.         </member>
  30994.         <member name="P:System.Net.NetworkInformation.IPGlobalProperties.IsWinsProxy">
  30995.             <summary>Gets a <see cref="T:System.Boolean"></see> value that specifies whether the local computer is acting as a Windows Internet Name Service (WINS) proxy.</summary>
  30996.             <returns>true if the local computer is a WINS proxy; otherwise, false.</returns>
  30997.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">A Win32 function call failed. </exception>
  30998.         </member>
  30999.         <member name="P:System.Net.NetworkInformation.IPGlobalProperties.NodeType">
  31000.             <summary>Gets the Network Basic Input/Output System (NetBIOS) node type of the local computer.</summary>
  31001.             <returns>A <see cref="T:System.Net.NetworkInformation.NetBiosNodeType"></see> value.</returns>
  31002.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">A Win32 function call failed. </exception>
  31003.         </member>
  31004.         <member name="T:System.Net.NetworkInformation.IPGlobalStatistics">
  31005.             <summary>Provides Internet Protocol (IP) statistical data.</summary>
  31006.         </member>
  31007.         <member name="M:System.Net.NetworkInformation.IPGlobalStatistics.#ctor">
  31008.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IPGlobalStatistics"></see> class.</summary>
  31009.         </member>
  31010.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.DefaultTtl">
  31011.             <summary>Gets the default time-to-live (TTL) value for Internet Protocol (IP) packets.</summary>
  31012.             <returns>An <see cref="T:System.Int64"></see> value that specifies the TTL.</returns>
  31013.         </member>
  31014.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.ForwardingEnabled">
  31015.             <summary>Gets a <see cref="T:System.Boolean"></see> value that specifies whether Internet Protocol (IP) packet forwarding is enabled.</summary>
  31016.             <returns>A <see cref="T:System.Boolean"></see> value that specifies whether packet forwarding is enabled.</returns>
  31017.         </member>
  31018.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfInterfaces">
  31019.             <summary>Gets the number of network interfaces.</summary>
  31020.             <returns>An <see cref="T:System.Int64"></see> value containing the number of network interfaces for the address family used to obtain this <see cref="T:System.Net.NetworkInformation.IPGlobalStatistics"></see> instance.</returns>
  31021.         </member>
  31022.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfIPAddresses">
  31023.             <summary>Gets the number of Internet Protocol (IP) addresses assigned to the local computer.</summary>
  31024.             <returns>An <see cref="T:System.Int64"></see> value that indicates the number of IP addresses assigned to the address family (Internet Protocol version 4 or Internet Protocol version 6) described by this object.</returns>
  31025.         </member>
  31026.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.NumberOfRoutes">
  31027.             <summary>Gets the number of routes in the Internet Protocol (IP) routing table.</summary>
  31028.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of routes in the routing table.</returns>
  31029.         </member>
  31030.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRequests">
  31031.             <summary>Gets the number of outbound Internet Protocol (IP) packets.</summary>
  31032.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of outgoing packets.</returns>
  31033.         </member>
  31034.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketRoutingDiscards">
  31035.             <summary>Gets the number of routes that have been discarded from the routing table.</summary>
  31036.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of valid routes that have been discarded.</returns>
  31037.         </member>
  31038.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsDiscarded">
  31039.             <summary>Gets the number of transmitted Internet Protocol (IP) packets that have been discarded.</summary>
  31040.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of outgoing packets that have been discarded.</returns>
  31041.         </member>
  31042.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.OutputPacketsWithNoRoute">
  31043.             <summary>Gets the number of Internet Protocol (IP) packets for which the local computer could not determine a route to the destination address.</summary>
  31044.             <returns>An <see cref="T:System.Int64"></see> value that specifies the number of packets that could not be sent because a route could not be found.</returns>
  31045.         </member>
  31046.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.PacketFragmentFailures">
  31047.             <summary>Gets the number of Internet Protocol (IP) packets that could not be fragmented.</summary>
  31048.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of packets that required fragmentation but had the "Don't Fragment" bit set.</returns>
  31049.         </member>
  31050.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassembliesRequired">
  31051.             <summary>Gets the number of Internet Protocol (IP) packets that required reassembly.</summary>
  31052.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of packet reassemblies required.</returns>
  31053.         </member>
  31054.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyFailures">
  31055.             <summary>Gets the number of Internet Protocol (IP) packets that were not successfully reassembled.</summary>
  31056.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of packets that could not be reassembled.</returns>
  31057.         </member>
  31058.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.PacketReassemblyTimeout">
  31059.             <summary>Gets the maximum amount of time within which all fragments of an Internet Protocol (IP) packet must arrive.</summary>
  31060.             <returns>An <see cref="T:System.Int64"></see> value that specifies the maximum number of milliseconds within which all fragments of a packet must arrive to avoid being discarded.</returns>
  31061.         </member>
  31062.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsFragmented">
  31063.             <summary>Gets the number of Internet Protocol (IP) packets fragmented.</summary>
  31064.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of fragmented packets.</returns>
  31065.         </member>
  31066.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.PacketsReassembled">
  31067.             <summary>Gets the number of Internet Protocol (IP) packets reassembled.</summary>
  31068.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of fragmented packets that have been successfully reassembled.</returns>
  31069.         </member>
  31070.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPackets">
  31071.             <summary>Gets the number of Internet Protocol (IP) packets received.</summary>
  31072.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of IP packets received.</returns>
  31073.         </member>
  31074.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDelivered">
  31075.             <summary>Gets the number of Internet Protocol (IP) packets delivered.</summary>
  31076.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of IP packets delivered.</returns>
  31077.         </member>
  31078.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsDiscarded">
  31079.             <summary>Gets the number of Internet Protocol (IP) packets that have been received and discarded.</summary>
  31080.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of incoming packets that have been discarded.</returns>
  31081.         </member>
  31082.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsForwarded">
  31083.             <summary>Gets the number of Internet Protocol (IP) packets forwarded.</summary>
  31084.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of forwarded packets.</returns>
  31085.         </member>
  31086.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithAddressErrors">
  31087.             <summary>Gets the number of Internet Protocol (IP) packets with address errors that were received.</summary>
  31088.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of IP packets received with errors in the address portion of the header.</returns>
  31089.         </member>
  31090.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithHeadersErrors">
  31091.             <summary>Gets the number of Internet Protocol (IP) packets with header errors that were received.</summary>
  31092.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of IP packets received and discarded due to errors in the header.</returns>
  31093.         </member>
  31094.         <member name="P:System.Net.NetworkInformation.IPGlobalStatistics.ReceivedPacketsWithUnknownProtocol">
  31095.             <summary>Gets the number of Internet Protocol (IP) packets received on the local machine with an unknown protocol in the header.</summary>
  31096.             <returns>An <see cref="T:System.Int64"></see> value that indicates the total number of IP packets received with an unknown protocol.</returns>
  31097.         </member>
  31098.         <member name="T:System.Net.NetworkInformation.IPInterfaceProperties">
  31099.             <summary>Provides information about network interfaces that support Internet Protocol version 4 (IPv4) or Internet Protocol version 6 (IPv6).</summary>
  31100.         </member>
  31101.         <member name="M:System.Net.NetworkInformation.IPInterfaceProperties.#ctor">
  31102.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IPInterfaceProperties"></see> class.</summary>
  31103.         </member>
  31104.         <member name="M:System.Net.NetworkInformation.IPInterfaceProperties.GetIPv4Properties">
  31105.             <summary>Provides Internet Protocol version 4 (IPv4) configuration data for this network interface.</summary>
  31106.             <returns>An <see cref="T:System.Net.NetworkInformation.IPv4InterfaceProperties"></see> object that contains IPv4 configuration data, or null if no data is available for the interface.</returns>
  31107.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The interface does not support the IPv4 protocol.</exception>
  31108.         </member>
  31109.         <member name="M:System.Net.NetworkInformation.IPInterfaceProperties.GetIPv6Properties">
  31110.             <summary>Provides Internet Protocol version 6 (IPv6) configuration data for this network interface.</summary>
  31111.             <returns>An <see cref="T:System.Net.NetworkInformation.IPv6InterfaceProperties"></see> object that contains IPv6 configuration data.</returns>
  31112.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">The interface does not support the IPv6 protocol.</exception>
  31113.         </member>
  31114.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.AnycastAddresses">
  31115.             <summary>Gets the anycast IP addresses assigned to this interface.</summary>
  31116.             <returns>An <see cref="T:System.Net.NetworkInformation.IPAddressInformationCollection"></see> that contains the anycast addresses for this interface.</returns>
  31117.         </member>
  31118.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.DhcpServerAddresses">
  31119.             <summary>Gets the addresses of Dynamic Host Configuration Protocol (DHCP) servers for this interface.</summary>
  31120.             <returns>An <see cref="T:System.Net.NetworkInformation.IPAddressCollection"></see> that contains the address information for DHCP servers, or an empty array if no servers are found.</returns>
  31121.         </member>
  31122.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.DnsAddresses">
  31123.             <summary>Gets the addresses of Domain Name System (DNS) servers for this interface.</summary>
  31124.             <returns>A <see cref="T:System.Net.NetworkInformation.IPAddressInformationCollection"></see> that contains the DNS server addresses.</returns>
  31125.         </member>
  31126.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.DnsSuffix">
  31127.             <summary>Gets the Domain Name System (DNS) suffix associated with this interface.</summary>
  31128.             <returns>A <see cref="T:System.String"></see> that contains the DNS suffix for this interface, or <see cref="F:System.String.Empty"></see> if there is no DNS suffix for the interface.</returns>
  31129.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows 2000. </exception>
  31130.         </member>
  31131.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.GatewayAddresses">
  31132.             <summary>Gets the network gateway addresses for this interface.</summary>
  31133.             <returns>An <see cref="T:System.Net.NetworkInformation.IPAddressCollection"></see> that contains the address information for network gateways, or an empty array if no gateways are found.</returns>
  31134.         </member>
  31135.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.IsDnsEnabled">
  31136.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether this interface is configured to send name resolution queries to a Domain Name System (DNS) server.</summary>
  31137.             <returns>true if this computer is configured to use DNS servers to resolve host names; otherwise, false.</returns>
  31138.         </member>
  31139.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.IsDynamicDnsEnabled">
  31140.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether this interface is configured to automatically register its IP address information with the Domain Name System (DNS).</summary>
  31141.             <returns>true if this interface is configured to automatically register a mapping between its dynamic IP address and static domain names; otherwise, false.</returns>
  31142.         </member>
  31143.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.MulticastAddresses">
  31144.             <summary>Gets the multicast addresses assigned to this interface.</summary>
  31145.             <returns>An <see cref="T:System.Net.NetworkInformation.IPAddressInformationCollection"></see> that contains the multicast addresses for this interface.</returns>
  31146.         </member>
  31147.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.UnicastAddresses">
  31148.             <summary>Gets the unicast addresses assigned to this interface.</summary>
  31149.             <returns>An <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformationCollection"></see> that contains the unicast addresses for this interface.</returns>
  31150.         </member>
  31151.         <member name="P:System.Net.NetworkInformation.IPInterfaceProperties.WinsServersAddresses">
  31152.             <summary>Gets the addresses of Windows Internet Name Service (WINS) servers.</summary>
  31153.             <returns>An <see cref="T:System.Net.NetworkInformation.IPAddressCollection"></see> that contains the address information for WINS servers, or an empty array if no servers are found.</returns>
  31154.         </member>
  31155.         <member name="T:System.Net.NetworkInformation.IPStatus">
  31156.             <summary>Reports the status of sending an Internet Control Message Protocol (ICMP) echo message to a computer.</summary>
  31157.         </member>
  31158.         <member name="F:System.Net.NetworkInformation.IPStatus.BadDestination">
  31159.             <summary>The ICMP echo request failed because the destination IP address cannot receive ICMP echo requests or should never appear in the destination address field of any IP datagram. For example, calling <see cref="Overload:System.Net.NetworkInformation.Ping.Send"></see> and specifying IP address "000.0.0.0" returns this status.</summary>
  31160.         </member>
  31161.         <member name="F:System.Net.NetworkInformation.IPStatus.BadHeader">
  31162.             <summary>The ICMP echo request failed because the header is invalid.</summary>
  31163.         </member>
  31164.         <member name="F:System.Net.NetworkInformation.IPStatus.BadOption">
  31165.             <summary>The ICMP echo request failed because it contains an invalid option.</summary>
  31166.         </member>
  31167.         <member name="F:System.Net.NetworkInformation.IPStatus.BadRoute">
  31168.             <summary>The ICMP echo request failed because there is no valid route between the source and destination computers.</summary>
  31169.         </member>
  31170.         <member name="F:System.Net.NetworkInformation.IPStatus.DestinationHostUnreachable">
  31171.             <summary>The ICMP echo request failed because the destination computer is not reachable.</summary>
  31172.         </member>
  31173.         <member name="F:System.Net.NetworkInformation.IPStatus.DestinationNetworkUnreachable">
  31174.             <summary>The ICMP echo request failed because the network that contains the destination computer is not reachable.</summary>
  31175.         </member>
  31176.         <member name="F:System.Net.NetworkInformation.IPStatus.DestinationPortUnreachable">
  31177.             <summary>The ICMP echo request failed because the port on the destination computer is not available.</summary>
  31178.         </member>
  31179.         <member name="F:System.Net.NetworkInformation.IPStatus.DestinationProhibited">
  31180.             <summary>The ICMP echo request failed because contact with the destination computer is administratively prohibited.</summary>
  31181.         </member>
  31182.         <member name="F:System.Net.NetworkInformation.IPStatus.DestinationProtocolUnreachable">
  31183.             <summary>The ICMP echo request failed because the destination computer that is specified in an ICMP echo message is not reachable, because it does not support the packet's protocol.</summary>
  31184.         </member>
  31185.         <member name="F:System.Net.NetworkInformation.IPStatus.DestinationScopeMismatch">
  31186.             <summary>The ICMP echo request failed because the source address and destination address that are specified in an ICMP echo message are not in the same scope. This is typically caused by a router forwarding a packet using an interface that is outside the scope of the source address. Address scopes (link-local, site-local, and global scope) determine where on the network an address is valid.</summary>
  31187.         </member>
  31188.         <member name="F:System.Net.NetworkInformation.IPStatus.DestinationUnreachable">
  31189.             <summary>The ICMP echo request failed because the destination computer that is specified in an ICMP echo message is not reachable; the exact cause of problem is unknown.</summary>
  31190.         </member>
  31191.         <member name="F:System.Net.NetworkInformation.IPStatus.HardwareError">
  31192.             <summary>The ICMP echo request failed because of a hardware error.</summary>
  31193.         </member>
  31194.         <member name="F:System.Net.NetworkInformation.IPStatus.IcmpError">
  31195.             <summary>The ICMP echo request failed because of an ICMP protocol error.</summary>
  31196.         </member>
  31197.         <member name="F:System.Net.NetworkInformation.IPStatus.NoResources">
  31198.             <summary>The ICMP echo request failed because of insufficient network resources.</summary>
  31199.         </member>
  31200.         <member name="F:System.Net.NetworkInformation.IPStatus.PacketTooBig">
  31201.             <summary>The ICMP echo request failed because the packet containing the request is larger than the maximum transmission unit (MTU) of a node (router or gateway) located between the source and destination. The MTU defines the maximum size of a transmittable packet.</summary>
  31202.         </member>
  31203.         <member name="F:System.Net.NetworkInformation.IPStatus.ParameterProblem">
  31204.             <summary>The ICMP echo request failed because a node (router or gateway) encountered problems while processing the packet header. This is the status if, for example, the header contains invalid field data or an unrecognized option.</summary>
  31205.         </member>
  31206.         <member name="F:System.Net.NetworkInformation.IPStatus.SourceQuench">
  31207.             <summary>The ICMP echo request failed because the packet was discarded. This occurs when the source computer's output queue has insufficient storage space, or when packets arrive at the destination too quickly to be processed.</summary>
  31208.         </member>
  31209.         <member name="F:System.Net.NetworkInformation.IPStatus.Success">
  31210.             <summary>The ICMP echo request succeeded; an ICMP echo reply was received. When you get this status code, the other <see cref="T:System.Net.NetworkInformation.PingReply"></see> properties contain valid data.</summary>
  31211.         </member>
  31212.         <member name="F:System.Net.NetworkInformation.IPStatus.TimedOut">
  31213.             <summary>The ICMP echo Reply was not received within the allotted time. The default time allowed for replies is 5 seconds. You can change this value using the <see cref="Overload:System.Net.NetworkInformation.Ping.Send"></see>  or <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see> methods that take a timeout parameter.</summary>
  31214.         </member>
  31215.         <member name="F:System.Net.NetworkInformation.IPStatus.TimeExceeded">
  31216.             <summary>The ICMP echo request failed because its Time to Live (TTL) value reached zero, causing the forwarding node (router or gateway) to discard the packet.</summary>
  31217.         </member>
  31218.         <member name="F:System.Net.NetworkInformation.IPStatus.TtlExpired">
  31219.             <summary>The ICMP echo request failed because its Time to Live (TTL) value reached zero, causing the forwarding node (router or gateway) to discard the packet.</summary>
  31220.         </member>
  31221.         <member name="F:System.Net.NetworkInformation.IPStatus.TtlReassemblyTimeExceeded">
  31222.             <summary>The ICMP echo request failed because the packet was divided into fragments for transmission and all of the fragments were not received within the time allotted for reassembly. RFC 2460 (available at www.ietf.org) specifies 60 seconds as the time limit within which all packet fragments must be received.</summary>
  31223.         </member>
  31224.         <member name="F:System.Net.NetworkInformation.IPStatus.Unknown">
  31225.             <summary>The ICMP echo request failed for an unknown reason.</summary>
  31226.         </member>
  31227.         <member name="F:System.Net.NetworkInformation.IPStatus.UnrecognizedNextHeader">
  31228.             <summary>The ICMP echo request failed because the Next Header field does not contain a recognized value. The Next Header field indicates the extension header type (if present) or the protocol above the IP layer, for example, TCP or UDP.</summary>
  31229.         </member>
  31230.         <member name="T:System.Net.NetworkInformation.IPv4InterfaceProperties">
  31231.             <summary>Provides information about network interfaces that support Internet Protocol version 4 (IPv4).</summary>
  31232.         </member>
  31233.         <member name="M:System.Net.NetworkInformation.IPv4InterfaceProperties.#ctor">
  31234.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IPv4InterfaceProperties"></see> class.</summary>
  31235.         </member>
  31236.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceProperties.Index">
  31237.             <summary>Gets the interface index for the Internet Protocol version 4 (IPv4) address.</summary>
  31238.             <returns>An <see cref="T:System.Int64"></see> that contains the index of the IPv4 interface.</returns>
  31239.         </member>
  31240.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingActive">
  31241.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether this interface has an automatic private IP addressing (APIPA) address.</summary>
  31242.             <returns>true if the interface uses an APIPA address; otherwise, false.</returns>
  31243.         </member>
  31244.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsAutomaticPrivateAddressingEnabled">
  31245.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether this interface has automatic private IP addressing (APIPA) enabled.</summary>
  31246.             <returns>true if the interface uses APIPA; otherwise, false.</returns>
  31247.         </member>
  31248.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsDhcpEnabled">
  31249.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the interface is configured to use a Dynamic Host Configuration Protocol (DHCP) server to obtain an IP address.</summary>
  31250.             <returns>true if the interface is configured to obtain an IP address from a DHCP server; otherwise, false.</returns>
  31251.         </member>
  31252.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceProperties.IsForwardingEnabled">
  31253.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether this interface can forward (route) packets.</summary>
  31254.             <returns>true if this interface routes packets; otherwise false.</returns>
  31255.         </member>
  31256.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceProperties.Mtu">
  31257.             <summary>Gets the maximum transmission unit (MTU) for this network interface.</summary>
  31258.             <returns>An <see cref="T:System.Int64"></see> value that specifies the MTU.</returns>
  31259.         </member>
  31260.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceProperties.UsesWins">
  31261.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether an interface uses Windows Internet Name Service (WINS).</summary>
  31262.             <returns>true if the interface uses WINS; otherwise, false.</returns>
  31263.         </member>
  31264.         <member name="T:System.Net.NetworkInformation.IPv4InterfaceStatistics">
  31265.             <summary>Provides statistical data for a network interface on the local computer.</summary>
  31266.         </member>
  31267.         <member name="M:System.Net.NetworkInformation.IPv4InterfaceStatistics.#ctor">
  31268.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IPv4InterfaceStatistics"></see> class.</summary>
  31269.         </member>
  31270.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.BytesReceived">
  31271.             <summary>Gets the number of bytes that were received on the interface.</summary>
  31272.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of bytes that were received on the interface.</returns>
  31273.         </member>
  31274.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.BytesSent">
  31275.             <summary>Gets the number of bytes that were sent on the interface.</summary>
  31276.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of bytes that were transmitted on the interface.</returns>
  31277.         </member>
  31278.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.IncomingPacketsDiscarded">
  31279.             <summary>Gets the number of incoming packets that were discarded.</summary>
  31280.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of discarded incoming packets.</returns>
  31281.         </member>
  31282.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.IncomingPacketsWithErrors">
  31283.             <summary>Gets the number of incoming packets with errors.</summary>
  31284.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of incoming packets with errors.</returns>
  31285.         </member>
  31286.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.IncomingUnknownProtocolPackets">
  31287.             <summary>Gets the number of incoming packets with an unknown protocol.</summary>
  31288.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of incoming packets with an unknown protocol.</returns>
  31289.         </member>
  31290.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.NonUnicastPacketsReceived">
  31291.             <summary>Gets the number of non-unicast packets that were received on the interface.</summary>
  31292.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of non-unicast packets that were received on the interface.</returns>
  31293.         </member>
  31294.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.NonUnicastPacketsSent">
  31295.             <summary>Gets the number of non-unicast packets that were sent on the interface.</summary>
  31296.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of non-unicast packets that were sent on the interface.</returns>
  31297.         </member>
  31298.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsDiscarded">
  31299.             <summary>Gets the number of outgoing packets that were discarded.</summary>
  31300.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of discarded outgoing packets.</returns>
  31301.         </member>
  31302.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutgoingPacketsWithErrors">
  31303.             <summary>Gets the number of outgoing packets with errors.</summary>
  31304.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of outgoing packets with errors.</returns>
  31305.         </member>
  31306.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.OutputQueueLength">
  31307.             <summary>Gets the length of the output queue.</summary>
  31308.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of packets in the output queue.</returns>
  31309.         </member>
  31310.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.UnicastPacketsReceived">
  31311.             <summary>Gets the number of unicast packets that were received on the interface.</summary>
  31312.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of unicast packets that were received on the interface.</returns>
  31313.         </member>
  31314.         <member name="P:System.Net.NetworkInformation.IPv4InterfaceStatistics.UnicastPacketsSent">
  31315.             <summary>Gets the number of unicast packets that were sent on the interface.</summary>
  31316.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of unicast packets that were sent on the interface.</returns>
  31317.         </member>
  31318.         <member name="T:System.Net.NetworkInformation.IPv6InterfaceProperties">
  31319.             <summary>Provides information about network interfaces that support Internet Protocol version 6 (IPv6).</summary>
  31320.         </member>
  31321.         <member name="M:System.Net.NetworkInformation.IPv6InterfaceProperties.#ctor">
  31322.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.IPv6InterfaceProperties"></see> class.</summary>
  31323.         </member>
  31324.         <member name="P:System.Net.NetworkInformation.IPv6InterfaceProperties.Index">
  31325.             <summary>Gets the interface index for the Internet Protocol version 6 (IPv6) address.</summary>
  31326.             <returns>An <see cref="T:System.Int64"></see> value that contains the index of the IPv6 interface.</returns>
  31327.         </member>
  31328.         <member name="P:System.Net.NetworkInformation.IPv6InterfaceProperties.Mtu">
  31329.             <summary>Gets the maximum transmission unit (MTU) for this network interface.</summary>
  31330.             <returns>An <see cref="T:System.Int64"></see> value that specifies the MTU.</returns>
  31331.         </member>
  31332.         <member name="T:System.Net.NetworkInformation.MulticastIPAddressInformation">
  31333.             <summary>Provides information about a network interface's multicast address.</summary>
  31334.         </member>
  31335.         <member name="M:System.Net.NetworkInformation.MulticastIPAddressInformation.#ctor">
  31336.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> class.</summary>
  31337.         </member>
  31338.         <member name="P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressPreferredLifetime">
  31339.             <summary>Gets the number of seconds remaining during which this address is the preferred address.</summary>
  31340.             <returns>An <see cref="T:System.Int64"></see> value that specifies the number of seconds left for this address to remain preferred.</returns>
  31341.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  31342.         </member>
  31343.         <member name="P:System.Net.NetworkInformation.MulticastIPAddressInformation.AddressValidLifetime">
  31344.             <summary>Gets the number of seconds remaining during which this address is valid.</summary>
  31345.             <returns>An <see cref="T:System.Int64"></see> value that specifies the number of seconds left for this address to remain assigned.</returns>
  31346.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  31347.         </member>
  31348.         <member name="P:System.Net.NetworkInformation.MulticastIPAddressInformation.DhcpLeaseLifetime">
  31349.             <summary>Specifies the amount of time remaining on the Dynamic Host Configuration Protocol (DHCP) lease for this IP address.</summary>
  31350.             <returns>An <see cref="T:System.Int64"></see> value that contains the number of seconds remaining before the computer must release the <see cref="T:System.Net.IPAddress"></see> instance.</returns>
  31351.         </member>
  31352.         <member name="P:System.Net.NetworkInformation.MulticastIPAddressInformation.DuplicateAddressDetectionState">
  31353.             <summary>Gets a value that indicates the state of the duplicate address detection algorithm.</summary>
  31354.             <returns>One of the <see cref="T:System.Net.NetworkInformation.DuplicateAddressDetectionState"></see> values that indicates the progress of the algorithm in determining the uniqueness of this IP address.</returns>
  31355.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  31356.         </member>
  31357.         <member name="P:System.Net.NetworkInformation.MulticastIPAddressInformation.PrefixOrigin">
  31358.             <summary>Gets a value that identifies the source of a Multicast Internet Protocol (IP) address prefix.</summary>
  31359.             <returns>One of the <see cref="T:System.Net.NetworkInformation.PrefixOrigin"></see> values that identifies how the prefix information was obtained.</returns>
  31360.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  31361.         </member>
  31362.         <member name="P:System.Net.NetworkInformation.MulticastIPAddressInformation.SuffixOrigin">
  31363.             <summary>Gets a value that identifies the source of a Multicast Internet Protocol (IP) address suffix.</summary>
  31364.             <returns>One of the <see cref="T:System.Net.NetworkInformation.SuffixOrigin"></see> values that identifies how the suffix information was obtained.</returns>
  31365.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  31366.         </member>
  31367.         <member name="T:System.Net.NetworkInformation.MulticastIPAddressInformationCollection">
  31368.             <summary>Stores a set of <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> types.</summary>
  31369.         </member>
  31370.         <member name="M:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.#ctor">
  31371.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformationCollection"></see> class.</summary>
  31372.         </member>
  31373.         <member name="M:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.Add(System.Net.NetworkInformation.MulticastIPAddressInformation)">
  31374.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because the collection is read-only and elements cannot be added to the collection.</summary>
  31375.             <param name="address">The object to be added to the collection.</param>
  31376.         </member>
  31377.         <member name="M:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.Clear">
  31378.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because the collection is read-only and elements cannot be removed.</summary>
  31379.         </member>
  31380.         <member name="M:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.Contains(System.Net.NetworkInformation.MulticastIPAddressInformation)">
  31381.             <summary>Checks whether the collection contains the specified <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> object.</summary>
  31382.             <returns>true if the <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> object exists in the collection; otherwise, false.</returns>
  31383.             <param name="address">The <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> object to be searched in the collection.</param>
  31384.         </member>
  31385.         <member name="M:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.CopyTo(System.Net.NetworkInformation.MulticastIPAddressInformation[],System.Int32)">
  31386.             <summary>Copies the elements in this collection to a one-dimensional array of type <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see>.</summary>
  31387.             <param name="offset">The zero-based index in array at which the copy begins.</param>
  31388.             <param name="array">A one-dimensional array that receives a copy of the collection.</param>
  31389.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  31390.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- count is equal to or greater than the length of array.-or- The number of elements in this <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> is greater than the available space from count to the end of the destination array. </exception>
  31391.             <exception cref="T:System.InvalidCastException">The elements in this <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> cannot be cast automatically to the type of the destination array. </exception>
  31392.             <exception cref="T:System.ArgumentOutOfRangeException">count is less than zero. </exception>
  31393.         </member>
  31394.         <member name="M:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.GetEnumerator">
  31395.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  31396.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPUnicastAddressInformation"></see> types in this collection.</returns>
  31397.         </member>
  31398.         <member name="M:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.Remove(System.Net.NetworkInformation.MulticastIPAddressInformation)">
  31399.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because the collection is read-only and elements cannot be removed.</summary>
  31400.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  31401.             <param name="address">The object to be removed.</param>
  31402.         </member>
  31403.         <member name="M:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.System.Collections.IEnumerable.GetEnumerator">
  31404.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  31405.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPUnicastAddressInformation"></see> types in this collection.</returns>
  31406.         </member>
  31407.         <member name="P:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.Count">
  31408.             <summary>Gets the number of <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> types in this collection.</summary>
  31409.             <returns>An <see cref="T:System.Int32"></see> value that contains the number of <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> types in this collection.</returns>
  31410.         </member>
  31411.         <member name="P:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.IsReadOnly">
  31412.             <summary>Gets a value that indicates whether access to this collection is read-only.</summary>
  31413.             <returns>true in all cases.</returns>
  31414.         </member>
  31415.         <member name="P:System.Net.NetworkInformation.MulticastIPAddressInformationCollection.Item(System.Int32)">
  31416.             <summary>Gets the <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> at the specific index of the collection.</summary>
  31417.             <returns>The <see cref="T:System.Net.NetworkInformation.MulticastIPAddressInformation"></see> at the specific index in the collection.</returns>
  31418.             <param name="index">The index of interest.</param>
  31419.         </member>
  31420.         <member name="T:System.Net.NetworkInformation.NetBiosNodeType">
  31421.             <summary>Specifies the Network Basic Input/Output System (NetBIOS) node type.</summary>
  31422.         </member>
  31423.         <member name="F:System.Net.NetworkInformation.NetBiosNodeType.Broadcast">
  31424.             <summary>A broadcast node.</summary>
  31425.         </member>
  31426.         <member name="F:System.Net.NetworkInformation.NetBiosNodeType.Hybrid">
  31427.             <summary>A hybrid node.</summary>
  31428.         </member>
  31429.         <member name="F:System.Net.NetworkInformation.NetBiosNodeType.Mixed">
  31430.             <summary>A mixed node.</summary>
  31431.         </member>
  31432.         <member name="F:System.Net.NetworkInformation.NetBiosNodeType.Peer2Peer">
  31433.             <summary>A peer-to-peer node.</summary>
  31434.         </member>
  31435.         <member name="F:System.Net.NetworkInformation.NetBiosNodeType.Unknown">
  31436.             <summary>An unknown node type.</summary>
  31437.         </member>
  31438.         <member name="T:System.Net.NetworkInformation.NetworkAddressChangedEventHandler">
  31439.             <summary>References one or more methods to be called when the address of a network interface changes.</summary>
  31440.         </member>
  31441.         <member name="T:System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler">
  31442.             <summary>References one or more methods to be called when the availability of the network changes.</summary>
  31443.         </member>
  31444.         <member name="T:System.Net.NetworkInformation.NetworkAvailabilityEventArgs">
  31445.             <summary>Provides data for the <see cref="E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged"></see> event.</summary>
  31446.         </member>
  31447.         <member name="P:System.Net.NetworkInformation.NetworkAvailabilityEventArgs.IsAvailable">
  31448.             <summary>Gets the current status of the network connection.</summary>
  31449.             <returns>true if the network is available; otherwise, false.</returns>
  31450.         </member>
  31451.         <member name="T:System.Net.NetworkInformation.NetworkChange">
  31452.             <summary>Allows applications to receive notification when the Internet Protocol (IP) address of a network interface, also called a network card or adapter, changes.</summary>
  31453.         </member>
  31454.         <member name="E:System.Net.NetworkInformation.NetworkChange.NetworkAddressChanged">
  31455.             <summary>Occurs when the IP address of a network interface changes.</summary>
  31456.         </member>
  31457.         <member name="E:System.Net.NetworkInformation.NetworkChange.NetworkAvailabilityChanged">
  31458.             <summary>Occurs when the availability of the network changes.</summary>
  31459.         </member>
  31460.         <member name="T:System.Net.NetworkInformation.NetworkInformationAccess">
  31461.             <summary>Specifies permission to access information about network interfaces and traffic statistics.</summary>
  31462.         </member>
  31463.         <member name="F:System.Net.NetworkInformation.NetworkInformationAccess.None">
  31464.             <summary>No access to network information.</summary>
  31465.         </member>
  31466.         <member name="F:System.Net.NetworkInformation.NetworkInformationAccess.Ping">
  31467.             <summary>Ping access to network information.</summary>
  31468.         </member>
  31469.         <member name="F:System.Net.NetworkInformation.NetworkInformationAccess.Read">
  31470.             <summary>Read access to network information.</summary>
  31471.         </member>
  31472.         <member name="T:System.Net.NetworkInformation.NetworkInformationException">
  31473.             <summary>The exception that is thrown when an error occurs while retrieving network information.</summary>
  31474.         </member>
  31475.         <member name="M:System.Net.NetworkInformation.NetworkInformationException.#ctor">
  31476.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.NetworkInformationException"></see> class.</summary>
  31477.         </member>
  31478.         <member name="M:System.Net.NetworkInformation.NetworkInformationException.#ctor(System.Int32)">
  31479.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.NetworkInformationException"></see> class with the specified error code.</summary>
  31480.             <param name="errorCode">A Win32 error code. </param>
  31481.         </member>
  31482.         <member name="M:System.Net.NetworkInformation.NetworkInformationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  31483.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.NetworkInformationException"></see> class with serialized data.</summary>
  31484.             <param name="serializationInfo">A SerializationInfo object that contains the serialized exception data. </param>
  31485.             <param name="streamingContext">A StreamingContext that contains contextual information about the serialized exception. </param>
  31486.         </member>
  31487.         <member name="P:System.Net.NetworkInformation.NetworkInformationException.ErrorCode">
  31488.             <summary>Gets the Win32 error code for this exception.</summary>
  31489.             <returns>An <see cref="T:System.Int32"></see> value that contains the Win32 error code.</returns>
  31490.         </member>
  31491.         <member name="T:System.Net.NetworkInformation.NetworkInformationPermission">
  31492.             <summary>Controls access to network information and traffic statistics for the local computer. This class cannot be inherited. </summary>
  31493.         </member>
  31494.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Net.NetworkInformation.NetworkInformationAccess)">
  31495.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see> class using the specified <see cref="T:System.Net.NetworkInformation.NetworkInformationAccess"></see> value.</summary>
  31496.             <param name="access">One of the <see cref="T:System.Net.NetworkInformation.NetworkInformationAccess"></see> values.</param>
  31497.         </member>
  31498.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.#ctor(System.Security.Permissions.PermissionState)">
  31499.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see> class with the specified <see cref="T:System.Security.Permissions.PermissionState"></see>.</summary>
  31500.             <param name="state">One of the <see cref="T:System.Security.Permissions.PermissionState"></see> values.</param>
  31501.         </member>
  31502.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.AddPermission(System.Net.NetworkInformation.NetworkInformationAccess)">
  31503.             <summary>Adds the specified value to this permission.</summary>
  31504.             <param name="access">One of the <see cref="T:System.Net.NetworkInformation.NetworkInformationAccess"></see> values.</param>
  31505.         </member>
  31506.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.Copy">
  31507.             <summary>Creates and returns an identical copy of this permission.</summary>
  31508.             <returns>A <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see> that is identical to the current permission</returns>
  31509.         </member>
  31510.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.FromXml(System.Security.SecurityElement)">
  31511.             <summary>Sets the state of this permission using the specified XML encoding.</summary>
  31512.             <param name="securityElement">A <see cref="T:System.Security.SecurityElement"></see> that contains the XML encoding to use to set the state of the current permission</param>
  31513.             <exception cref="T:System.ArgumentException">securityElement is not a permission encoding.-or-securityElement is not an encoding of a <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see>. -or-securityElement has invalid <see cref="T:System.Net.NetworkInformation.NetworkInformationAccess"></see> values.</exception>
  31514.             <exception cref="T:System.ArgumentNullException">securityElement is null.</exception>
  31515.         </member>
  31516.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.Intersect(System.Security.IPermission)">
  31517.             <summary>Creates and returns a permission that is the intersection of the current permission and the specified permission.</summary>
  31518.             <returns>A <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see> that represents the intersection of the current permission and the specified permission. This new permission is null if the intersection is empty or target is null.</returns>
  31519.             <param name="target">An <see cref="T:System.Security.IPermission"></see> to intersect with the current permission. It must be of the same type as the current permission. </param>
  31520.             <exception cref="T:System.ArgumentException">target is not a <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see>.</exception>
  31521.         </member>
  31522.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.IsSubsetOf(System.Security.IPermission)">
  31523.             <summary>Determines whether the current permission is a subset of the specified permission.</summary>
  31524.             <returns>true if the current permission is a subset of the specified permission; otherwise, false.</returns>
  31525.             <param name="target">An <see cref="T:System.Security.IPermission"></see> that is to be tested for the subset relationship. This permission must be of the same type as the current permission</param>
  31526.         </member>
  31527.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.IsUnrestricted">
  31528.             <summary>Returns a value indicating whether the current permission is unrestricted.</summary>
  31529.             <returns>true if the current permission is unrestricted; otherwise, false.</returns>
  31530.         </member>
  31531.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.ToXml">
  31532.             <summary>Creates an XML encoding of the state of this permission.</summary>
  31533.             <returns>A <see cref="T:System.Security.SecurityElement"></see> that contains the XML encoding of the current permission.</returns>
  31534.         </member>
  31535.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermission.Union(System.Security.IPermission)">
  31536.             <summary>Creates a permission that is the union of this permission and the specified permission.</summary>
  31537.             <returns>A new permission that represents the union of the current permission and the specified permission.</returns>
  31538.             <param name="target">A <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see>  permission to combine with the current permission. </param>
  31539.         </member>
  31540.         <member name="P:System.Net.NetworkInformation.NetworkInformationPermission.Access">
  31541.             <summary>Gets the level of access to network information controlled by this permission. </summary>
  31542.             <returns>One of the <see cref="T:System.Net.NetworkInformation.NetworkInformationAccess"></see> values.</returns>
  31543.         </member>
  31544.         <member name="T:System.Net.NetworkInformation.NetworkInformationPermissionAttribute">
  31545.             <summary>Allows security actions for <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see> to be applied to code using declarative security.</summary>
  31546.         </member>
  31547.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  31548.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.NetworkInformationPermissionAttribute"></see> class.</summary>
  31549.             <param name="action">A <see cref="T:System.Security.Permissions.SecurityAction"></see> value that specifies the permission behavior.</param>
  31550.         </member>
  31551.         <member name="M:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.CreatePermission">
  31552.             <summary>Creates and returns a new <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see> object.</summary>
  31553.             <returns>A <see cref="T:System.Net.NetworkInformation.NetworkInformationPermission"></see> that corresponds to this attribute.</returns>
  31554.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  31555.         </member>
  31556.         <member name="P:System.Net.NetworkInformation.NetworkInformationPermissionAttribute.Access">
  31557.             <summary>Gets or sets the network information access level.</summary>
  31558.             <returns>A string that specifies the access level.</returns>
  31559.         </member>
  31560.         <member name="T:System.Net.NetworkInformation.NetworkInterface">
  31561.             <summary>Provides configuration and statistical information for a network interface.</summary>
  31562.         </member>
  31563.         <member name="M:System.Net.NetworkInformation.NetworkInterface.#ctor">
  31564.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.NetworkInterface"></see> class.</summary>
  31565.         </member>
  31566.         <member name="M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces">
  31567.             <summary>Returns objects that describe the network interfaces on the local computer.</summary>
  31568.             <returns>A <see cref="T:System.Net.NetworkInformation.NetworkInterface"></see> array that contains objects that describe the available network interfaces, or an empty array if no interfaces are detected.</returns>
  31569.             <exception cref="T:System.Net.NetworkInformation.NetworkInformationException">A Windows system function call failed. </exception>
  31570.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /><IPermission class="System.Net.NetworkInformation.NetworkInformationPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Access="Read" /></PermissionSet>
  31571.         </member>
  31572.         <member name="M:System.Net.NetworkInformation.NetworkInterface.GetIPProperties">
  31573.             <summary>Returns an object that describes the configuration of this network interface.</summary>
  31574.             <returns>An <see cref="T:System.Net.NetworkInformation.IPInterfaceProperties"></see> object that describes this network interface.</returns>
  31575.         </member>
  31576.         <member name="M:System.Net.NetworkInformation.NetworkInterface.GetIPv4Statistics">
  31577.             <summary>Gets the IPv4 statistics.</summary>
  31578.             <returns>An <see cref="T:System.Net.NetworkInformation.IPv4InterfaceStatistics"></see> object.</returns>
  31579.         </member>
  31580.         <member name="M:System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable">
  31581.             <summary>Indicates whether any network connection is available.</summary>
  31582.             <returns>true if a network connection is available; otherwise, false.</returns>
  31583.         </member>
  31584.         <member name="M:System.Net.NetworkInformation.NetworkInterface.GetPhysicalAddress">
  31585.             <summary>Returns the Media Access Control (MAC) address for this adapter.</summary>
  31586.             <returns>A <see cref="T:System.Net.NetworkInformation.PhysicalAddress"></see> object that contains the physical address.</returns>
  31587.         </member>
  31588.         <member name="M:System.Net.NetworkInformation.NetworkInterface.Supports(System.Net.NetworkInformation.NetworkInterfaceComponent)">
  31589.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the interface supports the specified protocol.</summary>
  31590.             <returns>true if the specified protocol is supported; otherwise, false.</returns>
  31591.             <param name="networkInterfaceComponent">A <see cref="T:System.Net.NetworkInformation.NetworkInterfaceComponent"></see> value.</param>
  31592.         </member>
  31593.         <member name="P:System.Net.NetworkInformation.NetworkInterface.Description">
  31594.             <summary>Gets the description of the interface.</summary>
  31595.             <returns>A <see cref="T:System.String"></see> that describes this interface.</returns>
  31596.         </member>
  31597.         <member name="P:System.Net.NetworkInformation.NetworkInterface.Id">
  31598.             <summary>Gets the identifier of the network adapter.</summary>
  31599.             <returns>A <see cref="T:System.String"></see> that contains the identifier.</returns>
  31600.         </member>
  31601.         <member name="P:System.Net.NetworkInformation.NetworkInterface.IsReceiveOnly">
  31602.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the network interface is set to only receive data packets.</summary>
  31603.             <returns>true if the interface only receives network traffic; otherwise, false.</returns>
  31604.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  31605.         </member>
  31606.         <member name="P:System.Net.NetworkInformation.NetworkInterface.LoopbackInterfaceIndex">
  31607.             <summary>Gets the index of the loopback interface.</summary>
  31608.             <returns>A <see cref="T:System.Int32"></see> that contains the index for the loopback interface.</returns>
  31609.         </member>
  31610.         <member name="P:System.Net.NetworkInformation.NetworkInterface.Name">
  31611.             <summary>Gets the name of the network adapter.</summary>
  31612.             <returns>A <see cref="T:System.String"></see> that contains the adapter name.</returns>
  31613.         </member>
  31614.         <member name="P:System.Net.NetworkInformation.NetworkInterface.NetworkInterfaceType">
  31615.             <summary>Gets the interface type.</summary>
  31616.             <returns>An <see cref="T:System.Net.NetworkInformation.NetworkInterfaceType"></see> value that specifies the network interface type.</returns>
  31617.         </member>
  31618.         <member name="P:System.Net.NetworkInformation.NetworkInterface.OperationalStatus">
  31619.             <summary>Gets the current operational state of the network connection.</summary>
  31620.             <returns>One of the <see cref="T:System.Net.NetworkInformation.OperationalStatus"></see> values.</returns>
  31621.         </member>
  31622.         <member name="P:System.Net.NetworkInformation.NetworkInterface.Speed">
  31623.             <summary>Gets the speed of the network interface.</summary>
  31624.             <returns>A <see cref="T:System.Int64"></see> value that specifies the speed in bits per second.</returns>
  31625.         </member>
  31626.         <member name="P:System.Net.NetworkInformation.NetworkInterface.SupportsMulticast">
  31627.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the network interface is enabled to receive multicast packets.</summary>
  31628.             <returns>true if the interface receives multicast packets; otherwise, false.</returns>
  31629.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  31630.         </member>
  31631.         <member name="T:System.Net.NetworkInformation.NetworkInterfaceComponent">
  31632.             <summary>Specifies the Internet Protocol versions that are supported by a network interface.</summary>
  31633.         </member>
  31634.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceComponent.IPv4">
  31635.             <summary>Internet Protocol version 4.</summary>
  31636.         </member>
  31637.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceComponent.IPv6">
  31638.             <summary>Internet Protocol version 6.</summary>
  31639.         </member>
  31640.         <member name="T:System.Net.NetworkInformation.NetworkInterfaceType">
  31641.             <summary>Specifies types of network interfaces.</summary>
  31642.         </member>
  31643.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.AsymmetricDsl">
  31644.             <summary>The network interface uses an Asymmetric Digital Subscriber Line (ADSL).</summary>
  31645.         </member>
  31646.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Atm">
  31647.             <summary>The network interface uses asynchronous transfer mode (ATM) for data transmission.</summary>
  31648.         </member>
  31649.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.BasicIsdn">
  31650.             <summary>The network interface uses a basic rate interface Integrated Services Digital Network (ISDN) connection. ISDN is a set of standards for data transmission over telephone lines.</summary>
  31651.         </member>
  31652.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Ethernet">
  31653.             <summary>The network interface uses an Ethernet connection. Ethernet is defined in IEEE standard 802.3.</summary>
  31654.         </member>
  31655.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.FastEthernetFx">
  31656.             <summary>The network interface uses a Fast Ethernet connection over optical fiber. This type of connection is also known as 100BaseFX.</summary>
  31657.         </member>
  31658.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.FastEthernetT">
  31659.             <summary>The network interface uses a Fast Ethernet connection. Fast Ethernet provides a data rate of 100 megabits per second, known as 100BaseT.</summary>
  31660.         </member>
  31661.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Fddi">
  31662.             <summary>The network interface uses a Fiber Distributed Data Interface (FDDI) connection. FDDI is a set of standards for data transmission on fiber optic lines in a local area network.</summary>
  31663.         </member>
  31664.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.GenericModem">
  31665.             <summary>The network interface uses a modem.</summary>
  31666.         </member>
  31667.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.HighPerformanceSerialBus">
  31668.             <summary>The network interface uses a High Performance Serial Bus.</summary>
  31669.         </member>
  31670.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.IPOverAtm">
  31671.             <summary>The network interface uses Internet Protocol (IP) in combination with asynchronous transfer mode (ATM) for data transmission.</summary>
  31672.         </member>
  31673.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Isdn">
  31674.             <summary>The network interface uses a connection configured for ISDN and the X.25 protocol. X.25 allows computers on public networks to communicate using an intermediary computer.</summary>
  31675.         </member>
  31676.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Loopback">
  31677.             <summary>The network interface is a loopback adapter. Such interfaces are used primarily for testing; no traffic is sent.</summary>
  31678.         </member>
  31679.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.MultiRateSymmetricDsl">
  31680.             <summary>The network interface uses a Multirate Digital Subscriber Line.</summary>
  31681.         </member>
  31682.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Ppp">
  31683.             <summary>The network interface uses a Point-To-Point protocol (PPP) connection. PPP is a protocol for data transmission using a serial device.</summary>
  31684.         </member>
  31685.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.PrimaryIsdn">
  31686.             <summary>The network interface uses a primary rate interface Integrated Services Digital Network (ISDN) connection. ISDN is a set of standards for data transmission over telephone lines.</summary>
  31687.         </member>
  31688.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.RateAdaptDsl">
  31689.             <summary>The network interface uses a Rate Adaptive Digital Subscriber Line (ADSL).</summary>
  31690.         </member>
  31691.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Slip">
  31692.             <summary>The network interface uses a Serial Line Internet Protocol (SLIP) connection. SLIP is defined in IETF RFC 1055.</summary>
  31693.         </member>
  31694.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.SymmetricDsl">
  31695.             <summary>The network interface uses a Symmetric Digital Subscriber Line (SDSL).</summary>
  31696.         </member>
  31697.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.TokenRing">
  31698.             <summary>The network interface uses a Token-Ring connection. Token-Ring is defined in IEEE standard 802.5.</summary>
  31699.         </member>
  31700.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Tunnel">
  31701.             <summary>The network interface uses a tunnel connection.</summary>
  31702.         </member>
  31703.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Unknown">
  31704.             <summary>The interface type is not known.</summary>
  31705.         </member>
  31706.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.VeryHighSpeedDsl">
  31707.             <summary>The network interface uses a Very High Data Rate Digital Subscriber Line (VDSL).</summary>
  31708.         </member>
  31709.         <member name="F:System.Net.NetworkInformation.NetworkInterfaceType.Wireless80211">
  31710.             <summary>The network interface uses a wireless LAN connection (IEEE 802.11 standard).</summary>
  31711.         </member>
  31712.         <member name="T:System.Net.NetworkInformation.OperationalStatus">
  31713.             <summary>Specifies the operational state of a network interface.</summary>
  31714.         </member>
  31715.         <member name="F:System.Net.NetworkInformation.OperationalStatus.Dormant">
  31716.             <summary>The network interface is not in a condition to transmit data packets; it is waiting for an external event.</summary>
  31717.         </member>
  31718.         <member name="F:System.Net.NetworkInformation.OperationalStatus.Down">
  31719.             <summary>The network interface is unable to transmit data packets.</summary>
  31720.         </member>
  31721.         <member name="F:System.Net.NetworkInformation.OperationalStatus.LowerLayerDown">
  31722.             <summary>The network interface is unable to transmit data packets because it runs on top of one or more other interfaces, and at least one of these "lower layer" interfaces is down.</summary>
  31723.         </member>
  31724.         <member name="F:System.Net.NetworkInformation.OperationalStatus.NotPresent">
  31725.             <summary>The network interface is unable to transmit data packets because of a missing component, typically a hardware component.</summary>
  31726.         </member>
  31727.         <member name="F:System.Net.NetworkInformation.OperationalStatus.Testing">
  31728.             <summary>The network interface is running tests.</summary>
  31729.         </member>
  31730.         <member name="F:System.Net.NetworkInformation.OperationalStatus.Unknown">
  31731.             <summary>The network interface status is not known.</summary>
  31732.         </member>
  31733.         <member name="F:System.Net.NetworkInformation.OperationalStatus.Up">
  31734.             <summary>The network interface is up; it can transmit data packets.</summary>
  31735.         </member>
  31736.         <member name="T:System.Net.NetworkInformation.PhysicalAddress">
  31737.             <summary>Provides the Media Access Control (MAC) address for a network interface (adapter).</summary>
  31738.         </member>
  31739.         <member name="M:System.Net.NetworkInformation.PhysicalAddress.#ctor(System.Byte[])">
  31740.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.PhysicalAddress"></see> class. </summary>
  31741.             <param name="address">A <see cref="T:System.Byte"></see> array containing the address.</param>
  31742.         </member>
  31743.         <member name="F:System.Net.NetworkInformation.PhysicalAddress.None">
  31744.             <summary>Returns a new <see cref="T:System.Net.NetworkInformation.PhysicalAddress"></see> instance with a zero length address. This field is read-only.</summary>
  31745.         </member>
  31746.         <member name="M:System.Net.NetworkInformation.PhysicalAddress.Equals(System.Object)">
  31747.             <summary>Compares two <see cref="T:System.Net.NetworkInformation.PhysicalAddress"></see> instances.</summary>
  31748.             <returns>true if this instance and the specified instance contain the same address; otherwise false.</returns>
  31749.             <param name="comparand">The <see cref="T:System.Net.NetworkInformation.PhysicalAddress"></see>  to compare to the current instance.</param>
  31750.         </member>
  31751.         <member name="M:System.Net.NetworkInformation.PhysicalAddress.GetAddressBytes">
  31752.             <summary>Returns the address of the current instance.</summary>
  31753.             <returns>A <see cref="T:System.Byte"></see> array containing the address.</returns>
  31754.         </member>
  31755.         <member name="M:System.Net.NetworkInformation.PhysicalAddress.GetHashCode">
  31756.             <summary>Returns the hash value of a physical address.</summary>
  31757.             <returns>An integer hash value.</returns>
  31758.         </member>
  31759.         <member name="M:System.Net.NetworkInformation.PhysicalAddress.Parse(System.String)">
  31760.             <summary>Parses the specified <see cref="T:System.String"></see> and stores its contents as the address bytes of the <see cref="T:System.Net.NetworkInformation.PhysicalAddress"></see> returned by this method.</summary>
  31761.             <returns>A <see cref="T:System.Net.NetworkInformation.PhysicalAddress"></see> instance with the specified address.</returns>
  31762.             <param name="address">A <see cref="T:System.String"></see> containing the address that will be used to initialize the <see cref="T:System.Net.NetworkInformation.PhysicalAddress"></see> instance returned by this method.</param>
  31763.         </member>
  31764.         <member name="M:System.Net.NetworkInformation.PhysicalAddress.ToString">
  31765.             <summary>Returns the <see cref="T:System.String"></see> representation of the address of this instance.</summary>
  31766.             <returns>A <see cref="T:System.String"></see> containing the address contained in this instance.</returns>
  31767.         </member>
  31768.         <member name="T:System.Net.NetworkInformation.Ping">
  31769.             <summary>Allows an application to determine whether a remote computer is accessible over the network.</summary>
  31770.         </member>
  31771.         <member name="M:System.Net.NetworkInformation.Ping.#ctor">
  31772.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.Ping"></see> class.</summary>
  31773.         </member>
  31774.         <member name="E:System.Net.NetworkInformation.Ping.PingCompleted">
  31775.             <summary>Occurs when an asynchronous operation to send an Internet Control Message Protocol (ICMP) echo message and receive the corresponding ICMP echo reply message completes or is canceled.</summary>
  31776.         </member>
  31777.         <member name="M:System.Net.NetworkInformation.Ping.OnPingCompleted(System.Net.NetworkInformation.PingCompletedEventArgs)">
  31778.             <summary>Raises the <see cref="E:System.Net.NetworkInformation.Ping.PingCompleted"></see> event.</summary>
  31779.             <param name="e">A <see cref="T:System.Net.NetworkInformation.PingCompletedEventArgs"></see>  object that contains event data.</param>
  31780.         </member>
  31781.         <member name="M:System.Net.NetworkInformation.Ping.Send(System.Net.IPAddress)">
  31782.             <summary>Attempts to send an Internet Control Message Protocol (ICMP) echo message to the computer that has the specified <see cref="T:System.Net.IPAddress"></see>, and receive a corresponding ICMP echo reply message from that computer.</summary>
  31783.             <returns>A <see cref="T:System.Net.NetworkInformation.PingReply"></see> object that provides information about the ICMP echo reply message, if one was received, or describes the reason for the failure if no message was received.</returns>
  31784.             <param name="address">An <see cref="T:System.Net.IPAddress"></see> that identifies the computer that is the destination for the ICMP echo message.</param>
  31785.             <exception cref="T:System.Net.Sockets.SocketException">address is not a valid IP address.</exception>
  31786.             <exception cref="T:System.ArgumentNullException">address is null.</exception>
  31787.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31788.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31789.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31790.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31791.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  31792.         </member>
  31793.         <member name="M:System.Net.NetworkInformation.Ping.Send(System.String)">
  31794.             <summary>Attempts to send an Internet Control Message Protocol (ICMP) echo message to the specified computer, and receive a corresponding ICMP echo reply message from that computer.</summary>
  31795.             <returns>A <see cref="T:System.Net.NetworkInformation.PingReply"></see> object that provides information about the ICMP echo reply message, if one was received, or provides the reason for the failure, if no message was received.</returns>
  31796.             <param name="hostNameOrAddress">A <see cref="T:System.String"></see> that identifies the computer that is the destination for the ICMP echo message. The value specified for this parameter can be a host name or a string representation of an IP address.</param>
  31797.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31798.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null or is an empty string ("").</exception>
  31799.             <exception cref="T:System.Net.Sockets.SocketException">hostNameOrAddress could not be resolved to a valid IP address.</exception>
  31800.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31801.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31802.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31803.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  31804.         </member>
  31805.         <member name="M:System.Net.NetworkInformation.Ping.Send(System.Net.IPAddress,System.Int32)">
  31806.             <summary>Attempts to send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified <see cref="T:System.Net.IPAddress"></see>, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation. </summary>
  31807.             <returns>A <see cref="T:System.Net.NetworkInformation.PingReply"></see> object that provides information about the ICMP echo reply message if one was received, or provides the reason for the failure if no message was received.</returns>
  31808.             <param name="address">An <see cref="T:System.Net.IPAddress"></see> that identifies the computer that is the destination for the ICMP echo message.</param>
  31809.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31810.             <exception cref="T:System.Net.Sockets.SocketException">address is not a valid IP address.</exception>
  31811.             <exception cref="T:System.ArgumentNullException">address is null.</exception>
  31812.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31813.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31814.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31815.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31816.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31817.         </member>
  31818.         <member name="M:System.Net.NetworkInformation.Ping.Send(System.String,System.Int32)">
  31819.             <summary>Attempts to send an Internet Control Message Protocol (ICMP) echo message to the specified computer, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation.</summary>
  31820.             <returns>A <see cref="T:System.Net.NetworkInformation.PingReply"></see> object that provides information about the ICMP echo reply message if one was received, or provides the reason for the failure if no message was received.</returns>
  31821.             <param name="hostNameOrAddress">A <see cref="T:System.String"></see> that identifies the computer that is the destination for the ICMP echo message. The value specified for this parameter can be a host name or a string representation of an IP address.</param>
  31822.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31823.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null or is an empty string ("").</exception>
  31824.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31825.             <exception cref="T:System.Net.Sockets.SocketException">hostNameOrAddress could not be resolved to a valid IP address.</exception>
  31826.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31827.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31828.         </member>
  31829.         <member name="M:System.Net.NetworkInformation.Ping.Send(System.Net.IPAddress,System.Int32,System.Byte[])">
  31830.             <summary>Attempts to send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified <see cref="T:System.Net.IPAddress"></see>, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation.</summary>
  31831.             <returns>A <see cref="T:System.Net.NetworkInformation.PingReply"></see> object that provides information about the ICMP echo reply message, if one was received, or provides the reason for the failure, if no message was received. The method will return <see cref="F:System.Net.NetworkInformation.IPStatus.PacketTooBig"></see> if the packet exceeds the Maximum Transmission Unit (MTU).</returns>
  31832.             <param name="address">An <see cref="T:System.Net.IPAddress"></see> that identifies the computer that is the destination for the ICMP echo message.</param>
  31833.             <param name="buffer">A <see cref="T:System.Byte"></see> array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. The array cannot contain more than 65,500 bytes.</param>
  31834.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31835.             <exception cref="T:System.Net.Sockets.SocketException">address is not a valid IP address.</exception>
  31836.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31837.             <exception cref="T:System.ArgumentNullException">address is null.-or-buffer is null, or the buffer size is greater than 65500 bytes.</exception>
  31838.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31839.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31840.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31841.             <exception cref="T:System.ArgumentException">The size of buffer exceeds 65500 bytes.</exception>
  31842.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31843.         </member>
  31844.         <member name="M:System.Net.NetworkInformation.Ping.Send(System.String,System.Int32,System.Byte[])">
  31845.             <summary>Attempts to send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation.</summary>
  31846.             <returns>A <see cref="T:System.Net.NetworkInformation.PingReply"></see> object that provides information about the ICMP echo reply message if one was received, or provides the reason for the failure if no message was received.</returns>
  31847.             <param name="hostNameOrAddress">A <see cref="T:System.String"></see> that identifies the computer that is the destination for the ICMP echo message. The value specified for this parameter can be a host name or a string representation of an IP address.</param>
  31848.             <param name="buffer">A <see cref="T:System.Byte"></see> array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. The array cannot contain more than 65,500 bytes.</param>
  31849.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31850.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null or is an empty string ("").-or-buffer is null, or the buffer size is greater than 65500 bytes.</exception>
  31851.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31852.             <exception cref="T:System.Net.Sockets.SocketException">hostNameOrAddress could not be resolved to a valid IP address.</exception>
  31853.             <exception cref="T:System.ArgumentException">The size of buffer exceeds 65500 bytes.</exception>
  31854.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31855.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31856.         </member>
  31857.         <member name="M:System.Net.NetworkInformation.Ping.Send(System.Net.IPAddress,System.Int32,System.Byte[],System.Net.NetworkInformation.PingOptions)">
  31858.             <summary>Attempts to send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified <see cref="T:System.Net.IPAddress"></see> and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation and control fragmentation and Time-to-Live values for the ICMP echo message packet.</summary>
  31859.             <returns>A <see cref="T:System.Net.NetworkInformation.PingReply"></see> object that provides information about the ICMP echo reply message, if one was received, or provides the reason for the failure, if no message was received. The method will return <see cref="F:System.Net.NetworkInformation.IPStatus.PacketTooBig"></see> if the packet exceeds the Maximum Transmission Unit (MTU).</returns>
  31860.             <param name="address">An <see cref="T:System.Net.IPAddress"></see> that identifies the computer that is the destination for the ICMP echo message.</param>
  31861.             <param name="buffer">A <see cref="T:System.Byte"></see> array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. The array cannot contain more than 65,500 bytes.</param>
  31862.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31863.             <param name="options">A <see cref="T:System.Net.NetworkInformation.PingOptions"></see>  object used to control fragmentation and Time-to-Live values for the ICMP echo message packet.</param>
  31864.             <exception cref="T:System.Net.Sockets.SocketException">address is not a valid IP address.</exception>
  31865.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31866.             <exception cref="T:System.ArgumentNullException">address is null.-or-buffer is null, or the buffer size is greater than 65500 bytes.</exception>
  31867.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31868.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31869.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31870.             <exception cref="T:System.ArgumentException">The size of buffer exceeds 65500 bytes.</exception>
  31871.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31872.         </member>
  31873.         <member name="M:System.Net.NetworkInformation.Ping.Send(System.String,System.Int32,System.Byte[],System.Net.NetworkInformation.PingOptions)">
  31874.             <summary>Attempts to send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation and control fragmentation and Time-to-Live values for the ICMP packet.</summary>
  31875.             <returns>A <see cref="T:System.Net.NetworkInformation.PingReply"></see> object that provides information about the ICMP echo reply message if one was received, or provides the reason for the failure if no message was received.</returns>
  31876.             <param name="hostNameOrAddress">A <see cref="T:System.String"></see> that identifies the computer that is the destination for the ICMP echo message. The value specified for this parameter can be a host name or a string representation of an IP address.</param>
  31877.             <param name="buffer">A <see cref="T:System.Byte"></see> array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. The array cannot contain more than 65,500 bytes.</param>
  31878.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31879.             <param name="options">A <see cref="T:System.Net.NetworkInformation.PingOptions"></see>  object used to control fragmentation and Time-to-Live values for the ICMP echo message packet.</param>
  31880.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31881.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31882.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null or is a zero length string.-or-buffer is null, or the buffer size is greater than 65500 bytes.</exception>
  31883.             <exception cref="T:System.Net.Sockets.SocketException">hostNameOrAddress could not be resolved to a valid IP address.</exception>
  31884.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31885.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31886.             <exception cref="T:System.ArgumentException">The size of buffer exceeds 65500 bytes.</exception>
  31887.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31888.         </member>
  31889.         <member name="M:System.Net.NetworkInformation.Ping.SendAsync(System.Net.IPAddress,System.Object)">
  31890.             <summary>Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message to the computer that has the specified <see cref="T:System.Net.IPAddress"></see>, and receive a corresponding ICMP echo reply message from that computer.</summary>
  31891.             <param name="address">An <see cref="T:System.Net.IPAddress"></see> that identifies the computer that is the destination for the ICMP echo message.</param>
  31892.             <param name="userToken">An object that is passed to the method invoked when the asynchronous operation completes. </param>
  31893.             <exception cref="T:System.Net.Sockets.SocketException">address is not a valid IP address.</exception>
  31894.             <exception cref="T:System.ArgumentNullException">address is null.</exception>
  31895.             <exception cref="T:System.InvalidOperationException">A call to the <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  method is in progress.</exception>
  31896.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31897.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31898.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31899.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  31900.         </member>
  31901.         <member name="M:System.Net.NetworkInformation.Ping.SendAsync(System.String,System.Object)">
  31902.             <summary>Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message to the specified computer, and receive a corresponding ICMP echo reply message from that computer.</summary>
  31903.             <param name="hostNameOrAddress">A <see cref="T:System.String"></see> that identifies the computer that is the destination for the ICMP echo message. The value specified for this parameter can be a host name or a string representation of an IP address.</param>
  31904.             <param name="userToken">An object that is passed to the method invoked when the asynchronous operation completes.</param>
  31905.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31906.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null or is an empty string ("").</exception>
  31907.             <exception cref="T:System.Net.Sockets.SocketException">hostNameOrAddress could not be resolved to a valid IP address.</exception>
  31908.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31909.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31910.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31911.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  31912.         </member>
  31913.         <member name="M:System.Net.NetworkInformation.Ping.SendAsync(System.Net.IPAddress,System.Int32,System.Object)">
  31914.             <summary>Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message to the computer that has the specified <see cref="T:System.Net.IPAddress"></see>, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation.</summary>
  31915.             <param name="address">An <see cref="T:System.Net.IPAddress"></see> that identifies the computer that is the destination for the ICMP echo message.</param>
  31916.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31917.             <param name="userToken">An object that is passed to the method invoked when the asynchronous operation completes.</param>
  31918.             <exception cref="T:System.Net.Sockets.SocketException">address is not a valid IP address.</exception>
  31919.             <exception cref="T:System.ArgumentNullException">address is null.</exception>
  31920.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31921.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31922.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31923.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31924.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31925.         </member>
  31926.         <member name="M:System.Net.NetworkInformation.Ping.SendAsync(System.String,System.Int32,System.Object)">
  31927.             <summary>Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message to the specified computer, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation.</summary>
  31928.             <param name="hostNameOrAddress">A <see cref="T:System.String"></see> that identifies the computer that is the destination for the ICMP echo message. The value specified for this parameter can be a host name or a string representation of an IP address.</param>
  31929.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31930.             <param name="userToken">An object that is passed to the method invoked when the asynchronous operation completes.</param>
  31931.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null or is an empty string ("").</exception>
  31932.             <exception cref="T:System.NotSupportedException">hostNameOrAddress is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31933.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31934.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see> is in progress.</exception>
  31935.             <exception cref="T:System.Net.Sockets.SocketException">hostNameOrAddress could not be resolved to a valid IP address.</exception>
  31936.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31937.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31938.         </member>
  31939.         <member name="M:System.Net.NetworkInformation.Ping.SendAsync(System.Net.IPAddress,System.Int32,System.Byte[],System.Object)">
  31940.             <summary>Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified <see cref="T:System.Net.IPAddress"></see>, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation.</summary>
  31941.             <param name="address">An <see cref="T:System.Net.IPAddress"></see> that identifies the computer that is the destination for the ICMP echo message.</param>
  31942.             <param name="buffer">A <see cref="T:System.Byte"></see> array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. The array cannot contain more than 65,500 bytes.</param>
  31943.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31944.             <param name="userToken">An object that is passed to the method invoked when the asynchronous operation completes.</param>
  31945.             <exception cref="T:System.Net.Sockets.SocketException">address is not a valid IP address.</exception>
  31946.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31947.             <exception cref="T:System.ArgumentNullException">address is null.-or-buffer is null.</exception>
  31948.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31949.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31950.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31951.             <exception cref="T:System.ArgumentException">The size of buffer exceeds 65500 bytes.</exception>
  31952.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31953.         </member>
  31954.         <member name="M:System.Net.NetworkInformation.Ping.SendAsync(System.String,System.Int32,System.Byte[],System.Object)">
  31955.             <summary>Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation.</summary>
  31956.             <param name="hostNameOrAddress">A <see cref="T:System.String"></see> that identifies the computer that is the destination for the ICMP echo message. The value specified for this parameter can be a host name or a string representation of an IP address.</param>
  31957.             <param name="buffer">A <see cref="T:System.Byte"></see> array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. The array cannot contain more than 65,500 bytes.</param>
  31958.             <param name="timeout">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31959.             <param name="userToken">An object that is passed to the method invoked when the asynchronous operation completes.</param>
  31960.             <exception cref="T:System.ArgumentException">The size of buffer exceeds 65500 bytes.</exception>
  31961.             <exception cref="T:System.NotSupportedException">hostNameOrAddress is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31962.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31963.             <exception cref="T:System.Net.Sockets.SocketException">hostNameOrAddress could not be resolved to a valid IP address.</exception>
  31964.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31965.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31966.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null or is an empty string ("").-or-buffer is null.</exception>
  31967.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31968.         </member>
  31969.         <member name="M:System.Net.NetworkInformation.Ping.SendAsync(System.Net.IPAddress,System.Int32,System.Byte[],System.Net.NetworkInformation.PingOptions,System.Object)">
  31970.             <summary>Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the computer that has the specified <see cref="T:System.Net.IPAddress"></see>, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation and control fragmentation and Time-to-Live values for the ICMP echo message packet.</summary>
  31971.             <param name="address">An <see cref="T:System.Net.IPAddress"></see> that identifies the computer that is the destination for the ICMP echo message.</param>
  31972.             <param name="buffer">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31973.             <param name="timeout">A <see cref="T:System.Byte"></see> array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. The array cannot contain more than 65,500 bytes.</param>
  31974.             <param name="options">A <see cref="T:System.Net.NetworkInformation.PingOptions"></see>  object used to control fragmentation and Time-to-Live values for the ICMP echo message packet.</param>
  31975.             <param name="userToken">An object that is passed to the method invoked when the asynchronous operation completes.</param>
  31976.             <exception cref="T:System.Net.Sockets.SocketException">address is not a valid IP address.</exception>
  31977.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31978.             <exception cref="T:System.ArgumentNullException">address is null.-or-buffer is null.</exception>
  31979.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31980.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31981.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31982.             <exception cref="T:System.ArgumentException">The size of buffer exceeds 65500 bytes.</exception>
  31983.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  31984.         </member>
  31985.         <member name="M:System.Net.NetworkInformation.Ping.SendAsync(System.String,System.Int32,System.Byte[],System.Net.NetworkInformation.PingOptions,System.Object)">
  31986.             <summary>Asynchronously attempts to send an Internet Control Message Protocol (ICMP) echo message with the specified data buffer to the specified computer, and receive a corresponding ICMP echo reply message from that computer. This overload allows you to specify a time-out value for the operation and control fragmentation and Time-to-Live values for the ICMP packet.</summary>
  31987.             <param name="hostNameOrAddress">A <see cref="T:System.String"></see> that identifies the computer that is the destination for the ICMP echo message. The value specified for this parameter can be a host name or a string representation of an IP address.</param>
  31988.             <param name="buffer">An <see cref="T:System.Int32"></see> value that specifies the maximum number of milliseconds (after sending the echo message) to wait for the ICMP echo reply message.</param>
  31989.             <param name="timeout">A <see cref="T:System.Byte"></see> array that contains data to be sent with the ICMP echo message and returned in the ICMP echo reply message. The array cannot contain more than 65,500 bytes.</param>
  31990.             <param name="options">A <see cref="T:System.Net.NetworkInformation.PingOptions"></see>  object used to control fragmentation and Time-to-Live values for the ICMP echo message packet.</param>
  31991.             <param name="userToken">An object that is passed to the method invoked when the asynchronous operation completes.</param>
  31992.             <exception cref="T:System.ArgumentException">The size of buffer exceeds 65500 bytes.</exception>
  31993.             <exception cref="T:System.NotSupportedException">address is an IPv6 address and the local computer is running an operating system earlier than Windows 2000. </exception>
  31994.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than zero.</exception>
  31995.             <exception cref="T:System.Net.Sockets.SocketException">hostNameOrAddress could not be resolved to a valid IP address.</exception>
  31996.             <exception cref="T:System.Net.NetworkInformation.PingException">An exception was thrown while sending or receiving the ICMP messages. See the inner exception for the exact exception that was thrown.</exception>
  31997.             <exception cref="T:System.ObjectDisposedException">This object has been disposed.</exception>
  31998.             <exception cref="T:System.ArgumentNullException">hostNameOrAddress is null or is an empty string ("").-or-buffer is null.</exception>
  31999.             <exception cref="T:System.InvalidOperationException">A call to <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see>  is in progress.</exception>
  32000.         </member>
  32001.         <member name="M:System.Net.NetworkInformation.Ping.SendAsyncCancel">
  32002.             <summary>Cancels all pending asynchronous requests to send an Internet Control Message Protocol (ICMP) echo message and receives a corresponding ICMP echo reply message.</summary>
  32003.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  32004.         </member>
  32005.         <member name="M:System.Net.NetworkInformation.Ping.System.IDisposable.Dispose">
  32006.             <summary>Releases all resources used by instances of the <see cref="T:System.Net.NetworkInformation.Ping"></see> class.</summary>
  32007.         </member>
  32008.         <member name="T:System.Net.NetworkInformation.PingCompletedEventArgs">
  32009.             <summary>Provides data for the <see cref="E:System.Net.NetworkInformation.Ping.PingCompleted"></see> event.</summary>
  32010.         </member>
  32011.         <member name="P:System.Net.NetworkInformation.PingCompletedEventArgs.Reply">
  32012.             <summary>Gets an object that contains data that describes an attempt to send an Internet Control Message Protocol (ICMP) echo request message and receive a corresponding ICMP echo reply message.</summary>
  32013.             <returns>A <see cref="T:System.Net.NetworkInformation.PingReply"></see> object that describes the results of the ICMP echo request.</returns>
  32014.         </member>
  32015.         <member name="T:System.Net.NetworkInformation.PingCompletedEventHandler">
  32016.             <summary>Represents the method that will handle the <see cref="E:System.Net.NetworkInformation.Ping.PingCompleted"></see> event of a <see cref="T:System.Net.NetworkInformation.Ping"></see> object.</summary>
  32017.         </member>
  32018.         <member name="T:System.Net.NetworkInformation.PingException">
  32019.             <summary>The exception that is thrown when a <see cref="Overload:System.Net.NetworkInformation.Ping.Send"></see> or <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see> method calls a method that throws an exception.</summary>
  32020.         </member>
  32021.         <member name="M:System.Net.NetworkInformation.PingException.#ctor(System.String)">
  32022.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.PingException"></see> class using the specified message.</summary>
  32023.             <param name="message">A <see cref="T:System.String"></see> that describes the error.</param>
  32024.         </member>
  32025.         <member name="M:System.Net.NetworkInformation.PingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  32026.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.PingException"></see> class with serialized data. </summary>
  32027.             <param name="serializationInfo">The object that holds the serialized object data. </param>
  32028.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that specifies the contextual information about the source or destination for this serialization.</param>
  32029.         </member>
  32030.         <member name="M:System.Net.NetworkInformation.PingException.#ctor(System.String,System.Exception)">
  32031.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.PingException"></see>  class using the specified message and inner exception.</summary>
  32032.             <param name="message">A <see cref="T:System.String"></see> that describes the error.</param>
  32033.             <param name="innerException">The exception that causes the current exception.</param>
  32034.         </member>
  32035.         <member name="T:System.Net.NetworkInformation.PingOptions">
  32036.             <summary>Used to control how <see cref="T:System.Net.NetworkInformation.Ping"></see> data packets are transmitted.</summary>
  32037.         </member>
  32038.         <member name="M:System.Net.NetworkInformation.PingOptions.#ctor">
  32039.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.PingOptions"></see> class.</summary>
  32040.         </member>
  32041.         <member name="M:System.Net.NetworkInformation.PingOptions.#ctor(System.Int32,System.Boolean)">
  32042.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.PingOptions"></see> class and sets the Time to Live and fragmentation values.</summary>
  32043.             <param name="dontFragment">true to prevent data sent to the remote host from being fragmented; otherwise, false.</param>
  32044.             <param name="ttl">An <see cref="T:System.Int32"></see> value greater than zero that specifies the number of times that the <see cref="T:System.Net.NetworkInformation.Ping"></see> data packets can be forwarded.</param>
  32045.             <exception cref="T:System.ArgumentOutOfRangeException">ttl is less than or equal to zero.</exception>
  32046.         </member>
  32047.         <member name="P:System.Net.NetworkInformation.PingOptions.DontFragment">
  32048.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that controls fragmentation of the data sent to the remote host.</summary>
  32049.             <returns>true if the data cannot be sent in multiple packets; otherwise false. The default is false.</returns>
  32050.         </member>
  32051.         <member name="P:System.Net.NetworkInformation.PingOptions.Ttl">
  32052.             <summary>Gets or sets the number of routing nodes that can forward the <see cref="T:System.Net.NetworkInformation.Ping"></see> data before it is discarded.</summary>
  32053.             <returns>An <see cref="T:System.Int32"></see> value that specifies the number of times the <see cref="T:System.Net.NetworkInformation.Ping"></see> data packets can be forwarded. The default is 128.</returns>
  32054.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than or equal to zero.</exception>
  32055.         </member>
  32056.         <member name="T:System.Net.NetworkInformation.PingReply">
  32057.             <summary>Provides information about the status and data resulting from a <see cref="Overload:System.Net.NetworkInformation.Ping.Send"></see> or <see cref="Overload:System.Net.NetworkInformation.Ping.SendAsync"></see> operation.</summary>
  32058.         </member>
  32059.         <member name="P:System.Net.NetworkInformation.PingReply.Address">
  32060.             <summary>Gets the address of the host that sends the Internet Control Message Protocol (ICMP) echo reply.</summary>
  32061.             <returns>An <see cref="T:System.Net.IPAddress"></see> containing the destination for the ICMP echo message.</returns>
  32062.         </member>
  32063.         <member name="P:System.Net.NetworkInformation.PingReply.Buffer">
  32064.             <summary>Gets the buffer of data received in an Internet Control Message Protocol (ICMP) echo reply message.</summary>
  32065.             <returns>A <see cref="T:System.Byte"></see> array containing the data received in an ICMP echo reply message, or an empty array, if no reply was received.</returns>
  32066.         </member>
  32067.         <member name="P:System.Net.NetworkInformation.PingReply.Options">
  32068.             <summary>Gets the options used to transmit the reply to an Internet Control Message Protocol (ICMP) echo request.</summary>
  32069.             <returns>A <see cref="T:System.Net.NetworkInformation.PingOptions"></see> object that contains the Time to Live (TTL) and the fragmentation directive used for transmitting the reply if <see cref="P:System.Net.NetworkInformation.PingReply.Status"></see> is <see cref="F:System.Net.NetworkInformation.IPStatus.Success"></see>; otherwise, null.</returns>
  32070.         </member>
  32071.         <member name="P:System.Net.NetworkInformation.PingReply.Status">
  32072.             <summary>Gets the status of an attempt to send an Internet Control Message Protocol (ICMP) echo request and receive the corresponding ICMP echo reply message.</summary>
  32073.             <returns>An <see cref="T:System.Net.NetworkInformation.IPStatus"></see> value indicating the result of the request.</returns>
  32074.         </member>
  32075.         <member name="T:System.Net.NetworkInformation.PrefixOrigin">
  32076.             <summary>Specifies how an IP address network prefix was located.</summary>
  32077.         </member>
  32078.         <member name="F:System.Net.NetworkInformation.PrefixOrigin.Dhcp">
  32079.             <summary>The prefix was supplied by a Dynamic Host Configuration Protocol (DHCP) server.</summary>
  32080.         </member>
  32081.         <member name="F:System.Net.NetworkInformation.PrefixOrigin.Manual">
  32082.             <summary>The prefix was manually configured.</summary>
  32083.         </member>
  32084.         <member name="F:System.Net.NetworkInformation.PrefixOrigin.Other">
  32085.             <summary>The prefix was located using an unspecified source.</summary>
  32086.         </member>
  32087.         <member name="F:System.Net.NetworkInformation.PrefixOrigin.RouterAdvertisement">
  32088.             <summary>The prefix was supplied by a router advertisement.</summary>
  32089.         </member>
  32090.         <member name="F:System.Net.NetworkInformation.PrefixOrigin.WellKnown">
  32091.             <summary>The prefix is a well-known prefix. Well-known prefixes are specified in standard-track Request for Comments (RFC) documents and assigned by the Internet Assigned Numbers Authority (IANA) or an address registry. Such prefixes are reserved for special purposes.</summary>
  32092.         </member>
  32093.         <member name="T:System.Net.NetworkInformation.SuffixOrigin">
  32094.             <summary>Specifies how an IP address host suffix was located.</summary>
  32095.         </member>
  32096.         <member name="F:System.Net.NetworkInformation.SuffixOrigin.LinkLayerAddress">
  32097.             <summary>The suffix is a link-local suffix.</summary>
  32098.         </member>
  32099.         <member name="F:System.Net.NetworkInformation.SuffixOrigin.Manual">
  32100.             <summary>The suffix was manually configured.</summary>
  32101.         </member>
  32102.         <member name="F:System.Net.NetworkInformation.SuffixOrigin.OriginDhcp">
  32103.             <summary>The suffix was supplied by a Dynamic Host Configuration Protocol (DHCP) server.</summary>
  32104.         </member>
  32105.         <member name="F:System.Net.NetworkInformation.SuffixOrigin.Other">
  32106.             <summary>The suffix was located using an unspecified source.</summary>
  32107.         </member>
  32108.         <member name="F:System.Net.NetworkInformation.SuffixOrigin.Random">
  32109.             <summary>The suffix was randomly assigned.</summary>
  32110.         </member>
  32111.         <member name="F:System.Net.NetworkInformation.SuffixOrigin.WellKnown">
  32112.             <summary>The suffix is a well-known suffix. Well-known suffixes are specified in standard-track Request for Comments (RFC) documents and assigned by the Internet Assigned Numbers Authority (IANA) or an address registry. Such suffixes are reserved for special purposes.</summary>
  32113.         </member>
  32114.         <member name="T:System.Net.NetworkInformation.TcpConnectionInformation">
  32115.             <summary>Provides information about the Transmission Control Protocol (TCP) connections on the local computer.</summary>
  32116.         </member>
  32117.         <member name="M:System.Net.NetworkInformation.TcpConnectionInformation.#ctor">
  32118.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.TcpConnectionInformation"></see> class.</summary>
  32119.         </member>
  32120.         <member name="P:System.Net.NetworkInformation.TcpConnectionInformation.LocalEndPoint">
  32121.             <summary>Gets the local endpoint of a Transmission Control Protocol (TCP) connection.</summary>
  32122.             <returns>An <see cref="T:System.Net.IPEndPoint"></see> instance that contains the IP address and port on the local computer.</returns>
  32123.         </member>
  32124.         <member name="P:System.Net.NetworkInformation.TcpConnectionInformation.RemoteEndPoint">
  32125.             <summary>Gets the remote endpoint of a Transmission Control Protocol (TCP) connection.</summary>
  32126.             <returns>An <see cref="T:System.Net.IPEndPoint"></see> instance that contains the IP address and port on the remote computer.</returns>
  32127.         </member>
  32128.         <member name="P:System.Net.NetworkInformation.TcpConnectionInformation.State">
  32129.             <summary>Gets the state of this Transmission Control Protocol (TCP) connection.</summary>
  32130.             <returns>One of the <see cref="T:System.Net.NetworkInformation.TcpState"></see> enumeration values.</returns>
  32131.         </member>
  32132.         <member name="T:System.Net.NetworkInformation.TcpState">
  32133.             <summary>Specifies the states of a Transmission Control Protocol (TCP) connection.</summary>
  32134.         </member>
  32135.         <member name="F:System.Net.NetworkInformation.TcpState.Closed">
  32136.             <summary>The TCP connection is closed.</summary>
  32137.         </member>
  32138.         <member name="F:System.Net.NetworkInformation.TcpState.CloseWait">
  32139.             <summary>The local endpoint of the TCP connection is waiting for a connection termination request from the local user.</summary>
  32140.         </member>
  32141.         <member name="F:System.Net.NetworkInformation.TcpState.Closing">
  32142.             <summary>The local endpoint of the TCP connection is waiting for an acknowledgement of the connection termination request sent previously.</summary>
  32143.         </member>
  32144.         <member name="F:System.Net.NetworkInformation.TcpState.DeleteTcb">
  32145.             <summary>The transmission control buffer (TCB) for the TCP connection is being deleted.</summary>
  32146.         </member>
  32147.         <member name="F:System.Net.NetworkInformation.TcpState.Established">
  32148.             <summary>The TCP handshake is complete. The connection has been established and data can be sent.</summary>
  32149.         </member>
  32150.         <member name="F:System.Net.NetworkInformation.TcpState.FinWait1">
  32151.             <summary>The local endpoint of the TCP connection is waiting for a connection termination request from the remote endpoint or for an acknowledgement of the connection termination request sent previously.</summary>
  32152.         </member>
  32153.         <member name="F:System.Net.NetworkInformation.TcpState.FinWait2">
  32154.             <summary>The local endpoint of the TCP connection is waiting for a connection termination request from the remote endpoint.</summary>
  32155.         </member>
  32156.         <member name="F:System.Net.NetworkInformation.TcpState.LastAck">
  32157.             <summary>The local endpoint of the TCP connection is waiting for the final acknowledgement of the connection termination request sent previously.</summary>
  32158.         </member>
  32159.         <member name="F:System.Net.NetworkInformation.TcpState.Listen">
  32160.             <summary>The local endpoint of the TCP connection is listening for a connection request from any remote endpoint.</summary>
  32161.         </member>
  32162.         <member name="F:System.Net.NetworkInformation.TcpState.SynReceived">
  32163.             <summary>The local endpoint of the TCP connection has sent and received a connection request and is waiting for an acknowledgment.</summary>
  32164.         </member>
  32165.         <member name="F:System.Net.NetworkInformation.TcpState.SynSent">
  32166.             <summary>The local endpoint of the TCP connection has sent the remote endpoint a segment header with the synchronize (SYN) control bit set and is waiting for a matching connection request.</summary>
  32167.         </member>
  32168.         <member name="F:System.Net.NetworkInformation.TcpState.TimeWait">
  32169.             <summary>The local endpoint of the TCP connection is waiting for enough time to pass to ensure that the remote endpoint received the acknowledgement of its connection termination request.</summary>
  32170.         </member>
  32171.         <member name="F:System.Net.NetworkInformation.TcpState.Unknown">
  32172.             <summary>The TCP connection state is unknown.</summary>
  32173.         </member>
  32174.         <member name="T:System.Net.NetworkInformation.TcpStatistics">
  32175.             <summary>Provides Transmission Control Protocol (TCP) statistical data.</summary>
  32176.         </member>
  32177.         <member name="M:System.Net.NetworkInformation.TcpStatistics.#ctor">
  32178.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.TcpStatistics"></see> class.</summary>
  32179.         </member>
  32180.         <member name="P:System.Net.NetworkInformation.TcpStatistics.ConnectionsAccepted">
  32181.             <summary>Gets the number of accepted Transmission Control Protocol (TCP) connection requests.</summary>
  32182.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of TCP connection requests accepted.</returns>
  32183.         </member>
  32184.         <member name="P:System.Net.NetworkInformation.TcpStatistics.ConnectionsInitiated">
  32185.             <summary>Gets the number of Transmission Control Protocol (TCP) connection requests made by clients.</summary>
  32186.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of TCP connections initiated by clients.</returns>
  32187.         </member>
  32188.         <member name="P:System.Net.NetworkInformation.TcpStatistics.CumulativeConnections">
  32189.             <summary>Specifies the total number of Transmission Control Protocol (TCP) connections established.</summary>
  32190.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of connections established.</returns>
  32191.         </member>
  32192.         <member name="P:System.Net.NetworkInformation.TcpStatistics.CurrentConnections">
  32193.             <summary>Gets the number of current Transmission Control Protocol (TCP) connections.</summary>
  32194.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of current TCP connections.</returns>
  32195.         </member>
  32196.         <member name="P:System.Net.NetworkInformation.TcpStatistics.ErrorsReceived">
  32197.             <summary>Gets the number of Transmission Control Protocol (TCP) errors received.</summary>
  32198.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of TCP errors received.</returns>
  32199.         </member>
  32200.         <member name="P:System.Net.NetworkInformation.TcpStatistics.FailedConnectionAttempts">
  32201.             <summary>Gets the number of failed Transmission Control Protocol (TCP) connection attempts.</summary>
  32202.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of failed TCP connection attempts.</returns>
  32203.         </member>
  32204.         <member name="P:System.Net.NetworkInformation.TcpStatistics.MaximumConnections">
  32205.             <summary>Gets the maximum number of supported Transmission Control Protocol (TCP) connections.</summary>
  32206.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of TCP connections that can be supported.</returns>
  32207.         </member>
  32208.         <member name="P:System.Net.NetworkInformation.TcpStatistics.MaximumTransmissionTimeout">
  32209.             <summary>Gets the maximum retransmission time-out value for Transmission Control Protocol (TCP) segments.</summary>
  32210.             <returns>An <see cref="T:System.Int64"></see> value that specifies the maximum number of milliseconds permitted by a TCP implementation for the retransmission time-out value.</returns>
  32211.         </member>
  32212.         <member name="P:System.Net.NetworkInformation.TcpStatistics.MinimumTransmissionTimeout">
  32213.             <summary>Gets the minimum retransmission time-out value for Transmission Control Protocol (TCP) segments.</summary>
  32214.             <returns>An <see cref="T:System.Int64"></see> value that specifies the minimum number of milliseconds permitted by a TCP implementation for the retransmission time-out value.</returns>
  32215.         </member>
  32216.         <member name="P:System.Net.NetworkInformation.TcpStatistics.ResetConnections">
  32217.             <summary>Gets the number of RST packets received by Transmission Control Protocol (TCP) connections.</summary>
  32218.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of reset TCP connections.</returns>
  32219.         </member>
  32220.         <member name="P:System.Net.NetworkInformation.TcpStatistics.ResetsSent">
  32221.             <summary>Gets the number of Transmission Control Protocol (TCP) segments sent with the reset flag set.</summary>
  32222.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of TCP segments sent with the reset flag set.</returns>
  32223.         </member>
  32224.         <member name="P:System.Net.NetworkInformation.TcpStatistics.SegmentsReceived">
  32225.             <summary>Gets the number of Transmission Control Protocol (TCP) segments received.</summary>
  32226.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of TCP segments received.</returns>
  32227.         </member>
  32228.         <member name="P:System.Net.NetworkInformation.TcpStatistics.SegmentsResent">
  32229.             <summary>Gets the number of Transmission Control Protocol (TCP) segments re-sent.</summary>
  32230.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of TCP segments retransmitted.</returns>
  32231.         </member>
  32232.         <member name="P:System.Net.NetworkInformation.TcpStatistics.SegmentsSent">
  32233.             <summary>Gets the number of Transmission Control Protocol (TCP) segments sent.</summary>
  32234.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of TCP segments sent.</returns>
  32235.         </member>
  32236.         <member name="T:System.Net.NetworkInformation.UdpStatistics">
  32237.             <summary>Provides User Datagram Protocol (UDP) statistical data.</summary>
  32238.         </member>
  32239.         <member name="M:System.Net.NetworkInformation.UdpStatistics.#ctor">
  32240.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.UdpStatistics"></see> class.</summary>
  32241.         </member>
  32242.         <member name="P:System.Net.NetworkInformation.UdpStatistics.DatagramsReceived">
  32243.             <summary>Gets the number of User Datagram Protocol (UDP) datagrams that were received.</summary>
  32244.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of datagrams that were delivered to UDP users.</returns>
  32245.         </member>
  32246.         <member name="P:System.Net.NetworkInformation.UdpStatistics.DatagramsSent">
  32247.             <summary>Gets the number of User Datagram Protocol (UDP) datagrams that were sent.</summary>
  32248.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of datagrams that were sent.</returns>
  32249.         </member>
  32250.         <member name="P:System.Net.NetworkInformation.UdpStatistics.IncomingDatagramsDiscarded">
  32251.             <summary>Gets the number of User Datagram Protocol (UDP) datagrams that were received and discarded because of port errors.</summary>
  32252.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of received UDP datagrams that were discarded because there was no listening application at the destination port.</returns>
  32253.         </member>
  32254.         <member name="P:System.Net.NetworkInformation.UdpStatistics.IncomingDatagramsWithErrors">
  32255.             <summary>Gets the number of User Datagram Protocol (UDP) datagrams that were received and discarded because of errors other than bad port information.</summary>
  32256.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.</returns>
  32257.         </member>
  32258.         <member name="P:System.Net.NetworkInformation.UdpStatistics.UdpListeners">
  32259.             <summary>Gets the number of local endpoints that are listening for User Datagram Protocol (UDP) datagrams.</summary>
  32260.             <returns>An <see cref="T:System.Int64"></see> value that specifies the total number of sockets that are listening for UDP datagrams.</returns>
  32261.         </member>
  32262.         <member name="T:System.Net.NetworkInformation.UnicastIPAddressInformation">
  32263.             <summary>Provides information about a network interface's unicast address.</summary>
  32264.         </member>
  32265.         <member name="M:System.Net.NetworkInformation.UnicastIPAddressInformation.#ctor">
  32266.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see> class.</summary>
  32267.         </member>
  32268.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressPreferredLifetime">
  32269.             <summary>Gets the number of seconds remaining during which this address is the preferred address.</summary>
  32270.             <returns>An <see cref="T:System.Int64"></see> value that specifies the number of seconds left for this address to remain preferred.</returns>
  32271.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  32272.         </member>
  32273.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformation.AddressValidLifetime">
  32274.             <summary>Gets the number of seconds remaining during which this address is valid.</summary>
  32275.             <returns>An <see cref="T:System.Int64"></see> value that specifies the number of seconds left for this address to remain assigned.</returns>
  32276.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  32277.         </member>
  32278.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformation.DhcpLeaseLifetime">
  32279.             <summary>Specifies the amount of time remaining on the Dynamic Host Configuration Protocol (DHCP) lease for this IP address.</summary>
  32280.             <returns>An <see cref="T:System.Int64"></see> value that contains the number of seconds remaining before the computer must release the <see cref="T:System.Net.IPAddress"></see> instance.</returns>
  32281.         </member>
  32282.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformation.DuplicateAddressDetectionState">
  32283.             <summary>Gets a value that indicates the state of the duplicate address detection algorithm.</summary>
  32284.             <returns>One of the <see cref="T:System.Net.NetworkInformation.DuplicateAddressDetectionState"></see> values that indicates the progress of the algorithm in determining the uniqueness of this IP address.</returns>
  32285.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  32286.         </member>
  32287.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformation.IPv4Mask">
  32288.             <summary>Gets the IPv4 mask.</summary>
  32289.             <returns>An <see cref="T:System.Net.IPAddress"></see> object that contains the IPv4 mask.</returns>
  32290.         </member>
  32291.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformation.PrefixOrigin">
  32292.             <summary>Gets a value that identifies the source of a unicast Internet Protocol (IP) address prefix.</summary>
  32293.             <returns>One of the <see cref="T:System.Net.NetworkInformation.PrefixOrigin"></see> values that identifies how the prefix information was obtained.</returns>
  32294.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  32295.         </member>
  32296.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformation.SuffixOrigin">
  32297.             <summary>Gets a value that identifies the source of a unicast Internet Protocol (IP) address suffix.</summary>
  32298.             <returns>One of the <see cref="T:System.Net.NetworkInformation.SuffixOrigin"></see> values that identifies how the suffix information was obtained.</returns>
  32299.             <exception cref="T:System.PlatformNotSupportedException">This property is not valid on computers running operating systems earlier than Windows XP. </exception>
  32300.         </member>
  32301.         <member name="T:System.Net.NetworkInformation.UnicastIPAddressInformationCollection">
  32302.             <summary>Stores a set of <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see> types.</summary>
  32303.         </member>
  32304.         <member name="M:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.#ctor">
  32305.             <summary>Initializes a new instance of the <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformationCollection"></see> class.</summary>
  32306.         </member>
  32307.         <member name="M:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.Add(System.Net.NetworkInformation.UnicastIPAddressInformation)">
  32308.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  32309.             <param name="address">The object to be added to the collection.</param>
  32310.         </member>
  32311.         <member name="M:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.Clear">
  32312.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because this operation is not supported for this collection.</summary>
  32313.         </member>
  32314.         <member name="M:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.Contains(System.Net.NetworkInformation.UnicastIPAddressInformation)">
  32315.             <summary>Checks whether the collection contains the specified <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see> object.</summary>
  32316.             <returns>true if the <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see> object exists in the collection; otherwise, false.</returns>
  32317.             <param name="address">The <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see> object to be searched in the collection.</param>
  32318.         </member>
  32319.         <member name="M:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.CopyTo(System.Net.NetworkInformation.UnicastIPAddressInformation[],System.Int32)">
  32320.             <summary>Copies the elements in this collection to a one-dimensional array of type <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see>.</summary>
  32321.             <param name="offset">The zero-based index in array at which the copy begins.</param>
  32322.             <param name="array">A one-dimensional array that receives a copy of the collection.</param>
  32323.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  32324.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero. </exception>
  32325.             <exception cref="T:System.InvalidCastException">The elements in this <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformationCollection"></see> cannot be cast automatically to the type of the destination array. </exception>
  32326.             <exception cref="T:System.ArgumentException">array is multidimensional.-or- offset is equal to or greater than the length of array.-or- The number of elements in this <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformationCollection"></see> is greater than the available space from offset to the end of the destination array. </exception>
  32327.         </member>
  32328.         <member name="M:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.GetEnumerator">
  32329.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  32330.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPUnicastAddressInformation"></see> types in this collection.</returns>
  32331.         </member>
  32332.         <member name="M:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.Remove(System.Net.NetworkInformation.UnicastIPAddressInformation)">
  32333.             <summary>Throws a <see cref="T:System.NotSupportedException"></see> because the collection is read-only and elements cannot be removed.</summary>
  32334.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  32335.             <param name="address">The object to be removed.</param>
  32336.         </member>
  32337.         <member name="M:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.System.Collections.IEnumerable.GetEnumerator">
  32338.             <summary>Returns an object that can be used to iterate through this collection.</summary>
  32339.             <returns>An object that implements the <see cref="T:System.Collections.IEnumerator"></see> interface and provides access to the <see cref="T:System.Net.NetworkInformation.IPUnicastAddressInformation"></see> types in this collection.</returns>
  32340.         </member>
  32341.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.Count">
  32342.             <summary>Gets the number of <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see> types in this collection.</summary>
  32343.             <returns>An <see cref="T:System.Int32"></see> value that contains the number of <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see> types in this collection.</returns>
  32344.         </member>
  32345.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.IsReadOnly">
  32346.             <summary>Gets a value that indicates whether access to this collection is read-only.</summary>
  32347.             <returns>true in all cases.</returns>
  32348.         </member>
  32349.         <member name="P:System.Net.NetworkInformation.UnicastIPAddressInformationCollection.Item(System.Int32)">
  32350.             <summary>Gets the <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see> instance at the specified index in the collection.</summary>
  32351.             <returns>The <see cref="T:System.Net.NetworkInformation.UnicastIPAddressInformation"></see> at the specified location.</returns>
  32352.             <param name="index">The zero-based index of the element.</param>
  32353.         </member>
  32354.         <member name="N:System.Net.Security">
  32355.             <summary>The <see cref="N:System.Net.Security"></see> namespace provides network streams for secure communications between hosts.</summary>
  32356.         </member>
  32357.         <member name="T:System.Net.Security.AuthenticatedStream">
  32358.             <summary>Provides methods for passing credentials across a stream and requesting or performing authentication for client-server applications.</summary>
  32359.         </member>
  32360.         <member name="M:System.Net.Security.AuthenticatedStream.#ctor(System.IO.Stream,System.Boolean)">
  32361.             <summary>Initializes a new instance of the <see cref="T:System.Net.Security.AuthenticatedStream"></see> class. </summary>
  32362.             <param name="innerStream">A <see cref="T:System.IO.Stream"></see> object used by the <see cref="T:System.Net.Security.AuthenticatedStream"></see>  for sending and receiving data.</param>
  32363.             <param name="leaveInnerStreamOpen">A <see cref="T:System.Boolean"></see> that indicates whether closing this <see cref="T:System.Net.Security.AuthenticatedStream"></see>  object also closes innerStream.</param>
  32364.             <exception cref="T:System.ArgumentNullException">innerStream is null.-or-innerStream is equal to <see cref="F:System.IO.Stream.Null"></see>.</exception>
  32365.         </member>
  32366.         <member name="M:System.Net.Security.AuthenticatedStream.Dispose(System.Boolean)">
  32367.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Security.AuthenticatedStream"></see> and optionally releases the managed resources. </summary>
  32368.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  32369.         </member>
  32370.         <member name="P:System.Net.Security.AuthenticatedStream.InnerStream">
  32371.             <summary>Gets the stream used by this <see cref="T:System.Net.Security.AuthenticatedStream"></see> for sending and receiving data.</summary>
  32372.             <returns>A <see cref="T:System.IO.Stream"></see> object.</returns>
  32373.         </member>
  32374.         <member name="P:System.Net.Security.AuthenticatedStream.IsAuthenticated">
  32375.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether authentication was successful.</summary>
  32376.             <returns>true if successful authentication occurred; otherwise, false. </returns>
  32377.         </member>
  32378.         <member name="P:System.Net.Security.AuthenticatedStream.IsEncrypted">
  32379.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether data sent using this <see cref="T:System.Net.Security.AuthenticatedStream"></see> is encrypted.</summary>
  32380.             <returns>true if data is encrypted before being transmitted over the network and decrypted when it reaches the remote endpoint; otherwise, false.</returns>
  32381.         </member>
  32382.         <member name="P:System.Net.Security.AuthenticatedStream.IsMutuallyAuthenticated">
  32383.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether both server and client have been authenticated.</summary>
  32384.             <returns>true if the client and server have been authenticated; otherwise, false.</returns>
  32385.         </member>
  32386.         <member name="P:System.Net.Security.AuthenticatedStream.IsServer">
  32387.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the local side of the connection was authenticated as the server.</summary>
  32388.             <returns>true if the local endpoint was authenticated as the server side of a client-server authenticated connection; false if the local endpoint was authenticated as the client.</returns>
  32389.         </member>
  32390.         <member name="P:System.Net.Security.AuthenticatedStream.IsSigned">
  32391.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the data sent using this stream is signed.</summary>
  32392.             <returns>true if the data is signed before being transmitted; otherwise, false.</returns>
  32393.         </member>
  32394.         <member name="P:System.Net.Security.AuthenticatedStream.LeaveInnerStreamOpen">
  32395.             <summary>Gets whether the stream used by this <see cref="T:System.Net.Security.AuthenticatedStream"></see> for sending and receiving data has been left open.</summary>
  32396.             <returns>true if the inner stream has been left open; otherwise, false.</returns>
  32397.         </member>
  32398.         <member name="T:System.Net.Security.AuthenticationLevel">
  32399.             <summary>Specifies client requirements for authentication and impersonation when using the <see cref="T:System.Net.WebRequest"></see> class and derived classes to request a resource.</summary>
  32400.         </member>
  32401.         <member name="F:System.Net.Security.AuthenticationLevel.MutualAuthRequested">
  32402.             <summary>The client and server should be authenticated. The request does not fail if the server is not authenticated. To determine whether mutual authentication occurred, check the value of the <see cref="P:System.Net.WebResponse.IsMutuallyAuthenticated"></see> property.</summary>
  32403.         </member>
  32404.         <member name="F:System.Net.Security.AuthenticationLevel.MutualAuthRequired">
  32405.             <summary>The client and server should be authenticated. If the server is not authenticated, your application will receive an <see cref="T:System.IO.IOException"></see> with a <see cref="T:System.Net.ProtocolViolationException"></see> inner exception that indicates that mutual authentication failed</summary>
  32406.         </member>
  32407.         <member name="F:System.Net.Security.AuthenticationLevel.None">
  32408.             <summary>No authentication is required for the client and server.</summary>
  32409.         </member>
  32410.         <member name="T:System.Net.Security.LocalCertificateSelectionCallback">
  32411.             <summary>Selects the local Secure Sockets Layer (SSL) certificate used for authentication.</summary>
  32412.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> used for establishing an SSL connection.</returns>
  32413.         </member>
  32414.         <member name="T:System.Net.Security.NegotiateStream">
  32415.             <summary>Provides a stream that uses the Negotiate security protocol to authenticate the client, and optionally the server, in client-server communication.</summary>
  32416.         </member>
  32417.         <member name="M:System.Net.Security.NegotiateStream.#ctor(System.IO.Stream)">
  32418.             <summary>Initializes a new instance of the <see cref="T:System.Net.Security.NegotiateStream"></see> class using the specified <see cref="T:System.IO.Stream"></see>.</summary>
  32419.             <param name="innerStream">A <see cref="T:System.IO.Stream"></see> object used by the <see cref="T:System.Net.Security.NegotiateStream"></see> for sending and receiving data.</param>
  32420.         </member>
  32421.         <member name="M:System.Net.Security.NegotiateStream.#ctor(System.IO.Stream,System.Boolean)">
  32422.             <summary>Initializes a new instance of the <see cref="T:System.Net.Security.NegotiateStream"></see> class using the specified <see cref="T:System.IO.Stream"></see> and stream closure behavior.</summary>
  32423.             <param name="innerStream">A <see cref="T:System.IO.Stream"></see> object used by the <see cref="T:System.Net.Security.NegotiateStream"></see> for sending and receiving data.</param>
  32424.             <param name="leaveInnerStreamOpen">true to indicate that closing this <see cref="T:System.Net.Security.NegotiateStream"></see> has no effect on innerstream; false to indicate that closing this <see cref="T:System.Net.Security.NegotiateStream"></see> also closes innerStream. See the Remarks section for more information.</param>
  32425.             <exception cref="T:System.ArgumentNullException">innerStream is null.- or -innerStream is equal to <see cref="F:System.IO.Stream.Null"></see>.</exception>
  32426.         </member>
  32427.         <member name="M:System.Net.Security.NegotiateStream.AuthenticateAsClient">
  32428.             <summary>Called by clients to authenticate the client, and optionally the server, in a client-server connection.</summary>
  32429.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.- or -This stream was used previously to attempt authentication as the server. You cannot use the stream to retry authentication as the client.</exception>
  32430.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32431.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32432.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32433.         </member>
  32434.         <member name="M:System.Net.Security.NegotiateStream.AuthenticateAsClient(System.Net.NetworkCredential,System.String)">
  32435.             <summary>Called by clients to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified client credential. </summary>
  32436.             <param name="targetName">The Service Principal Name (SPN) that uniquely identifies the server to authenticate.</param>
  32437.             <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> that is used to establish the identity of the client.</param>
  32438.             <exception cref="T:System.ArgumentNullException">targetName is null.</exception>
  32439.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.- or -This stream was used previously to attempt authentication as the server. You cannot use the stream to retry authentication as the client.</exception>
  32440.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32441.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32442.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32443.         </member>
  32444.         <member name="M:System.Net.Security.NegotiateStream.AuthenticateAsClient(System.Net.NetworkCredential,System.String,System.Net.Security.ProtectionLevel,System.Security.Principal.TokenImpersonationLevel)">
  32445.             <summary>Called by clients to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified credentials and authentication options.</summary>
  32446.             <param name="targetName">The Service Principal Name (SPN) that uniquely identifies the server to authenticate.</param>
  32447.             <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> that is used to establish the identity of the client.</param>
  32448.             <param name="allowedImpersonationLevel">One of the <see cref="T:System.Security.Principal.TokenImpersonationLevel"></see> values, indicating how the server can use the client's credentials to access resources.</param>
  32449.             <param name="requiredProtectionLevel">One of the <see cref="T:System.Net.Security.ProtectionLevel"></see> values, indicating the security services for the stream.</param>
  32450.             <exception cref="T:System.ArgumentNullException">targetName is null.</exception>
  32451.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32452.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32453.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.- or -This stream was used previously to attempt authentication as the server. You cannot use the stream to retry authentication as the client.</exception>
  32454.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32455.             <exception cref="T:System.ArgumentOutOfRangeException">allowedImpersonationLevel is not a valid value.</exception>
  32456.         </member>
  32457.         <member name="M:System.Net.Security.NegotiateStream.AuthenticateAsServer">
  32458.             <summary>Called by servers to authenticate the client, and optionally the server, in a client-server connection.</summary>
  32459.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32460.             <exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
  32461.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32462.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32463.         </member>
  32464.         <member name="M:System.Net.Security.NegotiateStream.AuthenticateAsServer(System.Net.NetworkCredential,System.Net.Security.ProtectionLevel,System.Security.Principal.TokenImpersonationLevel)">
  32465.             <summary>Called by servers to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified server credentials and authentication options.</summary>
  32466.             <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> that is used to establish the identity of the server.</param>
  32467.             <param name="requiredImpersonationLevel">One of the <see cref="T:System.Security.Principal.TokenImpersonationLevel"></see> values, indicating how the server can use the client's credentials to access resources.</param>
  32468.             <param name="requiredProtectionLevel">One of the <see cref="T:System.Net.Security.ProtectionLevel"></see> values, indicating the security services for the stream.</param>
  32469.             <exception cref="T:System.ArgumentNullException">credential is null.</exception>
  32470.             <exception cref="T:System.ArgumentOutOfRangeException">requiredImpersonationLevel must be <see cref="F:System.Security.Principal.TokenImpersonationLevel.Identification"></see>, <see cref="F:System.Security.Principal.TokenImpersonationLevel.Impersonation"></see>, or <see cref="F:System.Security.Principal.TokenImpersonationLevel.Delegation"></see>,</exception>
  32471.             <exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
  32472.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.- or -This stream was used previously to attempt authentication as the client. You cannot use the stream to retry authentication as the server.</exception>
  32473.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32474.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32475.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to try to r-authenticate.</exception>
  32476.         </member>
  32477.         <member name="M:System.Net.Security.NegotiateStream.BeginAuthenticateAsClient(System.AsyncCallback,System.Object)">
  32478.             <summary>Called by clients to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. This method does not block.</summary>
  32479.             <returns>An <see cref="T:System.IAsyncResult"></see> object indicating the status of the asynchronous operation. </returns>
  32480.             <param name="asyncState">A user-defined object containing information about the operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32481.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the authentication is complete.</param>
  32482.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.- or -This stream was used previously to attempt authentication as the server. You cannot use the stream to retry authentication as the client.</exception>
  32483.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32484.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32485.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32486.         </member>
  32487.         <member name="M:System.Net.Security.NegotiateStream.BeginAuthenticateAsClient(System.Net.NetworkCredential,System.String,System.AsyncCallback,System.Object)">
  32488.             <summary>Called by clients to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified credentials. This method does not block.</summary>
  32489.             <returns>An <see cref="T:System.IAsyncResult"></see> object indicating the status of the asynchronous operation. </returns>
  32490.             <param name="targetName">The Service Principal Name (SPN) that uniquely identifies the server to authenticate.</param>
  32491.             <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> that is used to establish the identity of the client.</param>
  32492.             <param name="asyncState">A user-defined object containing information about the write operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32493.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the authentication is complete.</param>
  32494.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.- or -This stream was used previously to attempt authentication as the server. You cannot use the stream to retry authentication as the client.</exception>
  32495.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32496.             <exception cref="T:System.ArgumentNullException">credential is null.- or -targetName is null.</exception>
  32497.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32498.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32499.         </member>
  32500.         <member name="M:System.Net.Security.NegotiateStream.BeginAuthenticateAsClient(System.Net.NetworkCredential,System.String,System.Net.Security.ProtectionLevel,System.Security.Principal.TokenImpersonationLevel,System.AsyncCallback,System.Object)">
  32501.             <summary>Called by clients to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified credentials and authentication options. This method does not block.</summary>
  32502.             <returns>An <see cref="T:System.IAsyncResult"></see> object indicating the status of the asynchronous operation. </returns>
  32503.             <param name="targetName">The Service Principal Name (SPN) that uniquely identifies the server to authenticate.</param>
  32504.             <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> that is used to establish the identity of the client.</param>
  32505.             <param name="allowedImpersonationLevel">One of the <see cref="T:System.Security.Principal.TokenImpersonationLevel"></see> values, indicating how the server can use the client's credentials to access resources.</param>
  32506.             <param name="asyncState">A user-defined object containing information about the write operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32507.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the authentication is complete. </param>
  32508.             <param name="requiredProtectionLevel">One of the <see cref="T:System.Net.Security.ProtectionLevel"></see> values, indicating the security services for the stream.</param>
  32509.         </member>
  32510.         <member name="M:System.Net.Security.NegotiateStream.BeginAuthenticateAsServer(System.AsyncCallback,System.Object)">
  32511.             <summary>Called by servers to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. This method does not block.</summary>
  32512.             <returns>An <see cref="T:System.IAsyncResult"></see> object indicating the status of the asynchronous operation. </returns>
  32513.             <param name="asyncState">A user-defined object containing information about the operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32514.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the authentication is complete.</param>
  32515.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32516.             <exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
  32517.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32518.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32519.         </member>
  32520.         <member name="M:System.Net.Security.NegotiateStream.BeginAuthenticateAsServer(System.Net.NetworkCredential,System.Net.Security.ProtectionLevel,System.Security.Principal.TokenImpersonationLevel,System.AsyncCallback,System.Object)">
  32521.             <summary>Called by servers to begin an asynchronous operation to authenticate the client, and optionally the server, in a client-server connection. The authentication process uses the specified server credentials and authentication options. This method does not block.</summary>
  32522.             <returns>An <see cref="T:System.IAsyncResult"></see> object indicating the status of the asynchronous operation. </returns>
  32523.             <param name="credential">The <see cref="T:System.Net.NetworkCredential"></see> that is used to establish the identity of the client.</param>
  32524.             <param name="asyncState">A user-defined object containing information about the operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32525.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the authentication is complete.</param>
  32526.             <param name="requiredImpersonationLevel">One of the <see cref="T:System.Security.Principal.TokenImpersonationLevel"></see> values, indicating how the server can use the client's credentials to access resources.</param>
  32527.             <param name="requiredProtectionLevel">One of the <see cref="T:System.Net.Security.ProtectionLevel"></see> values, indicating the security services for the stream.</param>
  32528.             <exception cref="T:System.ArgumentNullException">credential is null.</exception>
  32529.             <exception cref="T:System.ArgumentOutOfRangeException">requiredImpersonationLevel must be <see cref="F:System.Security.Principal.TokenImpersonationLevel.Identification"></see>, <see cref="F:System.Security.Principal.TokenImpersonationLevel.Impersonation"></see>, or <see cref="F:System.Security.Principal.TokenImpersonationLevel.Delegation"></see>,</exception>
  32530.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32531.             <exception cref="T:System.NotSupportedException">Windows 95 and Windows 98 are not supported.</exception>
  32532.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.- or -This stream was used previously to attempt authentication as the client. You cannot use the stream to retry authentication as the server.</exception>
  32533.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32534.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32535.         </member>
  32536.         <member name="M:System.Net.Security.NegotiateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  32537.             <summary>Begins an asynchronous read operation that reads data from the stream and stores it in the specified array. </summary>
  32538.             <returns>An <see cref="T:System.IAsyncResult"></see> object indicating the status of the asynchronous operation. </returns>
  32539.             <param name="offset">The zero-based location in buffer at which to begin storing the data read from this stream.</param>
  32540.             <param name="count">The maximum number of bytes to read from the stream.</param>
  32541.             <param name="buffer">A <see cref="T:System.Byte"></see> array that receives the bytes read from the stream.</param>
  32542.             <param name="asyncState">A user-defined object containing information about the read operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32543.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the read operation is complete. </param>
  32544.             <exception cref="T:System.NotSupportedException">There is already a read operation in progress.</exception>
  32545.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32546.             <exception cref="T:System.IO.IOException">The read operation failed.- or -Encryption is in use, but the data could not be decrypted.</exception>
  32547.             <exception cref="T:System.ArgumentException">offset is less than 0.- or -offset is greater than the length of buffer.- or -offset plus count is greater than the length of buffer.</exception>
  32548.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32549.             <exception cref="T:System.ArgumentNullException">buffer is null.</exception>
  32550.         </member>
  32551.         <member name="M:System.Net.Security.NegotiateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  32552.             <summary>Begins an asynchronous write operation that writes <see cref="T:System.Byte"></see>s from the specified buffer to the stream.</summary>
  32553.             <returns>An <see cref="T:System.IAsyncResult"></see> object indicating the status of the asynchronous operation. </returns>
  32554.             <param name="offset">The zero-based location in buffer at which to begin reading bytes to be written to the stream.</param>
  32555.             <param name="count">An <see cref="T:System.Int32"></see> value that specifies the number of bytes to read from buffer.</param>
  32556.             <param name="buffer">A <see cref="T:System.Byte"></see> array that supplies the bytes to be written to the stream.</param>
  32557.             <param name="asyncState">A user-defined object containing information about the write operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32558.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the write operation is complete. </param>
  32559.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32560.             <exception cref="T:System.NotSupportedException">There is already a write operation in progress.</exception>
  32561.             <exception cref="T:System.ArgumentException">offset is less than 0.- or -offset is greater than the length of buffer.- or -offset plus count is greater than the length of buffer.</exception>
  32562.             <exception cref="T:System.IO.IOException">The write operation failed.- or -Encryption is in use, but the data could not be encrypted.</exception>
  32563.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32564.             <exception cref="T:System.ArgumentNullException">buffer is null.</exception>
  32565.         </member>
  32566.         <member name="M:System.Net.Security.NegotiateStream.Dispose(System.Boolean)">
  32567.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Security.NegotiateStream"></see> and optionally releases the managed resources. </summary>
  32568.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  32569.         </member>
  32570.         <member name="M:System.Net.Security.NegotiateStream.EndAuthenticateAsClient(System.IAsyncResult)">
  32571.             <summary>Ends a pending asynchronous client authentication operation that was started with a call to <see cref="Overload:System.Net.Security.NegotiateStream.BeginAuthenticateAsClient"></see>.</summary>
  32572.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to <see cref="Overload:System.Net.Security.NegotiateStream.BeginAuthenticateAsClient"></see>. </param>
  32573.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  32574.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32575.             <exception cref="T:System.ArgumentException">asyncResult was not created by a call to <see cref="Overload:System.Net.Security.NegotiateStream.BeginAuthenticateAsClient"></see>.</exception>
  32576.             <exception cref="T:System.InvalidOperationException">There is no pending client authentication to complete.</exception>
  32577.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32578.         </member>
  32579.         <member name="M:System.Net.Security.NegotiateStream.EndAuthenticateAsServer(System.IAsyncResult)">
  32580.             <summary>Ends a pending asynchronous client authentication operation that was started with a call to <see cref="Overload:System.Net.Security.NegotiateStream.BeginAuthenticateAsServer"></see>.</summary>
  32581.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to <see cref="Overload:System.Net.Security.NegotiateStream.BeginAuthenticateAsServer"></see>.</param>
  32582.             <exception cref="T:System.InvalidOperationException">There is no pending authentication to complete.</exception>
  32583.             <exception cref="T:System.ArgumentException">asyncResult was not created by a call to <see cref="Overload:System.Net.Security.NegotiateStream.BeginAuthenticateAsServer"></see>.</exception>
  32584.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  32585.             <exception cref="T:System.Security.Authentication.AuthenticationException">The authentication failed. You can use this object to retry the authentication.</exception>
  32586.             <exception cref="T:System.Security.Authentication.InvalidCredentialException">The authentication failed. You can use this object to retry the authentication.</exception>
  32587.         </member>
  32588.         <member name="M:System.Net.Security.NegotiateStream.EndRead(System.IAsyncResult)">
  32589.             <summary>Ends an asynchronous read operation that was started with a call to <see cref="M:System.Net.Security.NegotiateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see>.</summary>
  32590.             <returns>A <see cref="T:System.Int32"></see> value that specifies the number of bytes read from the underlying stream.</returns>
  32591.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to <see cref="M:System.Net.Security.NegotiateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see></param>
  32592.             <exception cref="T:System.InvalidOperationException">There is no pending read operation to complete.</exception>
  32593.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32594.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  32595.             <exception cref="T:System.ArgumentException">The asyncResult was not created by a call to <see cref="M:System.Net.Security.NegotiateStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see>.</exception>
  32596.             <exception cref="T:System.IO.IOException">The read operation failed.</exception>
  32597.         </member>
  32598.         <member name="M:System.Net.Security.NegotiateStream.EndWrite(System.IAsyncResult)">
  32599.             <summary>Ends an asynchronous write operation that was started with a call to <see cref="M:System.Net.Security.NegotiateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see>.</summary>
  32600.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to <see cref="M:System.Net.Security.NegotiateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see></param>
  32601.             <exception cref="T:System.InvalidOperationException">There is no pending write operation to complete.</exception>
  32602.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32603.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  32604.             <exception cref="T:System.IO.IOException">The write operation failed.</exception>
  32605.             <exception cref="T:System.ArgumentException">The asyncResult was not created by a call to <see cref="M:System.Net.Security.NegotiateStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see>.</exception>
  32606.         </member>
  32607.         <member name="M:System.Net.Security.NegotiateStream.Flush">
  32608.             <summary>Causes any buffered data to be written to the underlying device.</summary>
  32609.         </member>
  32610.         <member name="M:System.Net.Security.NegotiateStream.Read(System.Byte[],System.Int32,System.Int32)">
  32611.             <summary>Reads data from this stream and stores it in the specified array.</summary>
  32612.             <returns>A <see cref="T:System.Int32"></see> value that specifies the number of bytes read from the underlying stream. When there is no more data to be read, returns 0.</returns>
  32613.             <param name="offset">A <see cref="T:System.Int32"></see> containing the zero-based location in buffer at which to begin storing the data read from this stream.</param>
  32614.             <param name="count">A <see cref="T:System.Int32"></see> containing the maximum number of bytes to read from the stream.</param>
  32615.             <param name="buffer">A <see cref="T:System.Byte"></see> array that receives the bytes read from the stream.</param>
  32616.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32617.             <exception cref="T:System.IO.IOException">The read operation failed.</exception>
  32618.             <exception cref="T:System.NotSupportedException">A <see cref="M:System.Net.Security.NegotiateStream.Read(System.Byte[],System.Int32,System.Int32)"></see> operation is already in progress.</exception>
  32619.         </member>
  32620.         <member name="M:System.Net.Security.NegotiateStream.Seek(System.Int64,System.IO.SeekOrigin)">
  32621.             <summary>Throws <see cref="T:System.NotSupportedException"></see>.</summary>
  32622.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  32623.             <param name="offset">This value is ignored.</param>
  32624.             <param name="origin">This value is ignored.</param>
  32625.             <exception cref="T:System.NotSupportedException">Seeking is not supported on <see cref="T:System.Net.Security.NegotiateStream"></see>.</exception>
  32626.         </member>
  32627.         <member name="M:System.Net.Security.NegotiateStream.SetLength(System.Int64)">
  32628.             <summary>Sets the length of the underlying stream.</summary>
  32629.             <param name="value">An <see cref="T:System.Int64"></see> value that specifies the length of the stream.</param>
  32630.         </member>
  32631.         <member name="M:System.Net.Security.NegotiateStream.Write(System.Byte[],System.Int32,System.Int32)">
  32632.             <summary>Write the specified number of <see cref="T:System.Byte"></see>s to the underlying stream using the specified buffer and offset.</summary>
  32633.             <param name="offset">An <see cref="T:System.Int32"></see> containing the zero-based location in buffer at which to begin reading bytes to be written to the stream.</param>
  32634.             <param name="count">A <see cref="T:System.Int32"></see> containing the number of bytes to read from buffer.</param>
  32635.             <param name="buffer">A <see cref="T:System.Byte"></see> array that supplies the bytes written to the stream.</param>
  32636.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32637.             <exception cref="T:System.NotSupportedException">There is already a write operation in progress.</exception>
  32638.             <exception cref="T:System.ArgumentException">offset is less than 0.- or -offset is greater than the length of buffer.- or -offset plus count is greater than the length of buffer.</exception>
  32639.             <exception cref="T:System.IO.IOException">The write operation failed.- or -Encryption is in use, but the data could not be encrypted.</exception>
  32640.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32641.             <exception cref="T:System.ArgumentNullException">buffer is null.</exception>
  32642.         </member>
  32643.         <member name="P:System.Net.Security.NegotiateStream.CanRead">
  32644.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the underlying stream is readable.</summary>
  32645.             <returns>true if authentication has occurred and the underlying stream is readable; otherwise, false.</returns>
  32646.         </member>
  32647.         <member name="P:System.Net.Security.NegotiateStream.CanSeek">
  32648.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the underlying stream is seekable.</summary>
  32649.             <returns>This property always returns false.</returns>
  32650.         </member>
  32651.         <member name="P:System.Net.Security.NegotiateStream.CanTimeout">
  32652.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the underlying stream supports time-outs.</summary>
  32653.             <returns>true if the underlying stream supports time-outs; otherwise, false.</returns>
  32654.         </member>
  32655.         <member name="P:System.Net.Security.NegotiateStream.CanWrite">
  32656.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the underlying stream is writable.</summary>
  32657.             <returns>true if authentication has occurred and the underlying stream is writable; otherwise, false.</returns>
  32658.         </member>
  32659.         <member name="P:System.Net.Security.NegotiateStream.ImpersonationLevel">
  32660.             <summary>Gets a value that indicates how the server can use the client's credentials.</summary>
  32661.             <returns>One of the <see cref="T:System.Net.ImpersonationLevel"></see> values.</returns>
  32662.             <exception cref="T:System.InvalidOperationException">Authentication failed or has not occurred.</exception>
  32663.         </member>
  32664.         <member name="P:System.Net.Security.NegotiateStream.IsAuthenticated">
  32665.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether authentication was successful.</summary>
  32666.             <returns>true if successful authentication occurred; otherwise, false. </returns>
  32667.         </member>
  32668.         <member name="P:System.Net.Security.NegotiateStream.IsEncrypted">
  32669.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether this <see cref="T:System.Net.Security.NegotiateStream"></see> uses data encryption.</summary>
  32670.             <returns>true if data is encrypted before being transmitted over the network and decrypted when it reaches the remote endpoint; otherwise, false.</returns>
  32671.         </member>
  32672.         <member name="P:System.Net.Security.NegotiateStream.IsMutuallyAuthenticated">
  32673.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether both the server and the client have been authenticated.</summary>
  32674.             <returns>true if the server has been authenticated; otherwise, false.</returns>
  32675.         </member>
  32676.         <member name="P:System.Net.Security.NegotiateStream.IsServer">
  32677.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the local side of the connection used by this <see cref="T:System.Net.Security.NegotiateStream"></see> was authenticated as the server.</summary>
  32678.             <returns>true if the local endpoint was successfully authenticated as the server side of the authenticated connection; otherwise, false.</returns>
  32679.         </member>
  32680.         <member name="P:System.Net.Security.NegotiateStream.IsSigned">
  32681.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the data sent using this stream is signed.</summary>
  32682.             <returns>true if the data is signed before being transmitted; otherwise, false.</returns>
  32683.         </member>
  32684.         <member name="P:System.Net.Security.NegotiateStream.Length">
  32685.             <summary>Gets the length of the underlying stream.</summary>
  32686.             <returns>A <see cref="T:System.Int64"></see> that specifies the length of the underlying stream.</returns>
  32687.             <exception cref="T:System.NotSupportedException">Getting the value of this property is not supported when the underlying stream is a <see cref="T:System.Net.Sockets.NetworkStream"></see>.</exception>
  32688.         </member>
  32689.         <member name="P:System.Net.Security.NegotiateStream.Position">
  32690.             <summary>Gets or sets the current position in the underlying stream.</summary>
  32691.             <returns>A <see cref="T:System.Int64"></see> that specifies the current position in the underlying stream.</returns>
  32692.             <exception cref="T:System.NotSupportedException">Setting this property is not supported.- or -Getting the value of this property is not supported when the underlying stream is a <see cref="T:System.Net.Sockets.NetworkStream"></see>.</exception>
  32693.         </member>
  32694.         <member name="P:System.Net.Security.NegotiateStream.ReadTimeout">
  32695.             <summary>Gets or sets the amount of time a read operation blocks waiting for data.</summary>
  32696.             <returns>A <see cref="T:System.Int32"></see> that specifies the amount of time that will elapse before a read operation fails. </returns>
  32697.         </member>
  32698.         <member name="P:System.Net.Security.NegotiateStream.RemoteIdentity">
  32699.             <summary>Gets information about the identity of the remote party sharing this authenticated stream.</summary>
  32700.             <returns>An <see cref="T:System.Security.Principal.IIdentity"></see> object that describes the identity of the remote endpoint.</returns>
  32701.             <exception cref="T:System.InvalidOperationException">Authentication failed or has not occurred.</exception>
  32702.         </member>
  32703.         <member name="P:System.Net.Security.NegotiateStream.WriteTimeout">
  32704.             <summary>Gets or sets the amount of time a write operation blocks waiting for data.</summary>
  32705.             <returns>A <see cref="T:System.Int32"></see> that specifies the amount of time that will elapse before a write operation fails. </returns>
  32706.         </member>
  32707.         <member name="T:System.Net.Security.ProtectionLevel">
  32708.             <summary>Indicates the security services requested for an authenticated stream.</summary>
  32709.         </member>
  32710.         <member name="F:System.Net.Security.ProtectionLevel.EncryptAndSign">
  32711.             <summary>Encrypt and sign data to help ensure the confidentiality and integrity of transmitted data.</summary>
  32712.         </member>
  32713.         <member name="F:System.Net.Security.ProtectionLevel.None">
  32714.             <summary>Authentication only.</summary>
  32715.         </member>
  32716.         <member name="F:System.Net.Security.ProtectionLevel.Sign">
  32717.             <summary>Sign data to help ensure the integrity of transmitted data.</summary>
  32718.         </member>
  32719.         <member name="T:System.Net.Security.RemoteCertificateValidationCallback">
  32720.             <summary>Verifies the remote Secure Sockets Layer (SSL) certificate used for authentication.</summary>
  32721.             <returns>A <see cref="T:System.Boolean"></see> value that determines whether the specified certificate is accepted for authentication.</returns>
  32722.         </member>
  32723.         <member name="T:System.Net.Security.SslPolicyErrors">
  32724.             <summary>Enumerates Secure Socket Layer (SSL) policy errors.</summary>
  32725.         </member>
  32726.         <member name="F:System.Net.Security.SslPolicyErrors.None">
  32727.             <summary>No SSL policy errors.</summary>
  32728.         </member>
  32729.         <member name="F:System.Net.Security.SslPolicyErrors.RemoteCertificateChainErrors">
  32730.             <summary><see cref="P:System.Security.Cryptography.X509Certificates.X509Chain.ChainStatus"></see> has returned a non empty array.</summary>
  32731.         </member>
  32732.         <member name="F:System.Net.Security.SslPolicyErrors.RemoteCertificateNameMismatch">
  32733.             <summary>Certificate name mismatch.</summary>
  32734.         </member>
  32735.         <member name="F:System.Net.Security.SslPolicyErrors.RemoteCertificateNotAvailable">
  32736.             <summary>Certificate not available.</summary>
  32737.         </member>
  32738.         <member name="T:System.Net.Security.SslStream">
  32739.             <summary>Provides a stream used for client-server communication that uses the Secure Socket Layer (SSL) security protocol to authenticate the server and optionally the client.</summary>
  32740.         </member>
  32741.         <member name="M:System.Net.Security.SslStream.#ctor(System.IO.Stream)">
  32742.             <summary>Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see>.</summary>
  32743.             <param name="innerStream">A <see cref="T:System.IO.Stream"></see> object used by the <see cref="T:System.Net.Security.SslStream"></see> for sending and receiving data.</param>
  32744.             <exception cref="T:System.ArgumentNullException">innerStream is null.-or-innerStream is equal to <see cref="F:System.IO.Stream.Null"></see>.</exception>
  32745.             <exception cref="T:System.ArgumentException">innerStream is not readable.-or-innerStream is not writable.</exception>
  32746.         </member>
  32747.         <member name="M:System.Net.Security.SslStream.#ctor(System.IO.Stream,System.Boolean)">
  32748.             <summary>Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see> and stream closure behavior.</summary>
  32749.             <param name="innerStream">Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see> and stream closure behavior.</param>
  32750.             <param name="leaveInnerStreamOpen">Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see> and stream closure behavior.</param>
  32751.             <exception cref="T:System.ArgumentNullException">innerStream is null.-or-innerStream is equal to <see cref="F:System.IO.Stream.Null"></see>.</exception>
  32752.             <exception cref="T:System.ArgumentException">innerStream is not readable.-or-innerStream is not writable.</exception>
  32753.         </member>
  32754.         <member name="M:System.Net.Security.SslStream.#ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback)">
  32755.             <summary>Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see>, stream closure behavior and certificate validation delegate.</summary>
  32756.             <param name="innerStream">Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see> and stream closure behavior.</param>
  32757.             <param name="userCertificateValidationCallback">A <see cref="T:System.Net.Security.RemoteCertificateValidationCallback"></see> delegate responsible for validating the certificate supplied by the remote party.</param>
  32758.             <param name="leaveInnerStreamOpen">Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see> and stream closure behavior.</param>
  32759.             <exception cref="T:System.ArgumentNullException">innerStream is null.-or-innerStream is equal to <see cref="F:System.IO.Stream.Null"></see>.</exception>
  32760.             <exception cref="T:System.ArgumentException">innerStream is not readable.-or-innerStream is not writable.</exception>
  32761.         </member>
  32762.         <member name="M:System.Net.Security.SslStream.#ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback)">
  32763.             <summary>Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see>, stream closure behavior, certificate validation delegate and certificate selection delegate.</summary>
  32764.             <param name="innerStream">Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see> and stream closure behavior.</param>
  32765.             <param name="userCertificateValidationCallback">A <see cref="T:System.Net.Security.RemoteCertificateValidationCallback"></see> delegate responsible for validating the certificate supplied by the remote party.</param>
  32766.             <param name="userCertificateSelectionCallback">A <see cref="T:System.Net.Security.LocalCertificateSelectionCallback"></see> delegate responsible for selecting the certificate used for authentication.</param>
  32767.             <param name="leaveInnerStreamOpen">Initializes a new instance of the <see cref="T:System.Net.Security.SslStream"></see> class using the specified <see cref="T:System.IO.Stream"></see> and stream closure behavior.</param>
  32768.             <exception cref="T:System.ArgumentNullException">innerStream is null.-or-innerStream is equal to <see cref="F:System.IO.Stream.Null"></see>.</exception>
  32769.             <exception cref="T:System.ArgumentException">innerStream is not readable.-or-innerStream is not writable.</exception>
  32770.         </member>
  32771.         <member name="M:System.Net.Security.SslStream.AuthenticateAsClient(System.String)">
  32772.             <summary>Called by clients to authenticate the server and optionally the client in a client-server connection.</summary>
  32773.             <param name="targetHost">The name of the server that shares this <see cref="T:System.Net.Security.SslStream"></see>.</param>
  32774.             <exception cref="T:System.ArgumentNullException">targetHost is null.</exception>
  32775.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.-or-Server authentication using this <see cref="T:System.Net.Security.SslStream"></see> was tried previously.-or- Authentication is already in progress.</exception>
  32776.             <exception cref="T:System.Net.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
  32777.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32778.         </member>
  32779.         <member name="M:System.Net.Security.SslStream.AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean)">
  32780.             <summary>Called by clients to authenticate the server and optionally the client in a client-server connection. The authentication process uses the specified certificate collection and SSL protocol.</summary>
  32781.             <param name="enabledSslProtocols">The <see cref="T:System.Security.Authentication.SslProtocols"></see> value that represents the protocol used for authentication.</param>
  32782.             <param name="targetHost">The name of the server that will share this <see cref="T:System.Net.Security.SslStream"></see>.</param>
  32783.             <param name="checkCertificateRevocation">A <see cref="T:System.Boolean"></see> value that specifies whether the certificate revocation list is checked during authentication.</param>
  32784.             <param name="clientCertificates">The <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> that contains client certificates.</param>
  32785.         </member>
  32786.         <member name="M:System.Net.Security.SslStream.AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate)">
  32787.             <summary>Called by servers to authenticate the server and optionally the client in a client-server connection using the specified certificate.</summary>
  32788.             <param name="serverCertificate">The certificate used to authenticate the server.</param>
  32789.             <exception cref="T:System.Net.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
  32790.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32791.             <exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.AuthenticateAsServer"></see> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
  32792.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.-or-Client authentication using this <see cref="T:System.Net.Security.SslStream"></see> was tried previously.-or- Authentication is already in progress.</exception>
  32793.         </member>
  32794.         <member name="M:System.Net.Security.SslStream.AuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate,System.Boolean,System.Security.Authentication.SslProtocols,System.Boolean)">
  32795.             <summary>Called by servers to begin an asynchronous operation to authenticate the server and optionally the client using the specified certificates, requirements and security protocol.</summary>
  32796.             <param name="serverCertificate">The X509Certificate used to authenticate the server.</param>
  32797.             <param name="enabledSslProtocols">The <see cref="T:System.Security.Authentication.SslProtocols"></see>  value that represents the protocol used for authentication.</param>
  32798.             <param name="checkCertificateRevocation">A <see cref="T:System.Boolean"></see> value that specifies whether the certificate revocation list is checked during authentication.</param>
  32799.             <param name="clientCertificateRequired">A <see cref="T:System.Boolean"></see> value that specifies whether the client must supply a certificate for authentication.</param>
  32800.             <exception cref="T:System.ArgumentException">enabledSslProtocols is not a valid <see cref="T:System.Security.Authentication.SslProtocols"></see> value.</exception>
  32801.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32802.             <exception cref="T:System.Net.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
  32803.             <exception cref="T:System.ArgumentNullException">serverCertificate is null.</exception>
  32804.             <exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.AuthenticateAsServer"></see> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
  32805.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.-or-Client authentication using this <see cref="T:System.Net.Security.SslStream"></see> was tried previously.-or- Authentication is already in progress.</exception>
  32806.         </member>
  32807.         <member name="M:System.Net.Security.SslStream.BeginAuthenticateAsClient(System.String,System.AsyncCallback,System.Object)">
  32808.             <summary>Called by clients to begin an asynchronous operation to authenticate the server and optionally the client.</summary>
  32809.             <returns>An <see cref="T:System.IAsyncResult"></see> object that indicates the status of the asynchronous operation. </returns>
  32810.             <param name="asyncState">A user-defined object that contains information about the operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32811.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the authentication is complete. </param>
  32812.             <param name="targetHost">The name of the server that shares this <see cref="T:System.Net.Security.SslStream"></see>.</param>
  32813.             <exception cref="T:System.ArgumentNullException">targetHost is null.</exception>
  32814.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.-or-Server authentication using this <see cref="T:System.Net.Security.SslStream"></see> was tried previously.-or- Authentication is already in progress.</exception>
  32815.             <exception cref="T:System.Net.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
  32816.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32817.         </member>
  32818.         <member name="M:System.Net.Security.SslStream.BeginAuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean,System.AsyncCallback,System.Object)">
  32819.             <summary>Called by clients to begin an asynchronous operation to authenticate the server and optionally the client using the specified certificates and security protocol.</summary>
  32820.             <returns>An <see cref="T:System.IAsyncResult"></see> object that indicates the status of the asynchronous operation. </returns>
  32821.             <param name="enabledSslProtocols">The <see cref="T:System.Security.Authentication.SslProtocols"></see> value that represents the protocol used for authentication.</param>
  32822.             <param name="asyncState">A user-defined object that contains information about the operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32823.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the authentication is complete. </param>
  32824.             <param name="targetHost">The name of the server that shares this <see cref="T:System.Net.Security.SslStream"></see>.</param>
  32825.             <param name="checkCertificateRevocation">A <see cref="T:System.Boolean"></see> value that specifies whether the certificate revocation list is checked during authentication.</param>
  32826.             <param name="clientCertificates">The <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> containing client certificates.</param>
  32827.             <exception cref="T:System.ArgumentNullException">targetHost is null.</exception>
  32828.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.-or-Server authentication using this <see cref="T:System.Net.Security.SslStream"></see> was tried previously.-or- Authentication is already in progress.</exception>
  32829.             <exception cref="T:System.Net.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
  32830.             <exception cref="T:System.ArgumentException">enabledSslProtocols is not a valid <see cref="T:System.Security.Authentication.SslProtocols"></see>  value.</exception>
  32831.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32832.         </member>
  32833.         <member name="M:System.Net.Security.SslStream.BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate,System.AsyncCallback,System.Object)">
  32834.             <summary>Called by servers to begin an asynchronous operation to authenticate the client and optionally the server in a client-server connection.</summary>
  32835.             <returns>An <see cref="T:System.IAsyncResult"></see> object indicating the status of the asynchronous operation. </returns>
  32836.             <param name="serverCertificate">The X509Certificate used to authenticate the server.</param>
  32837.             <param name="asyncState">A user-defined object that contains information about the operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32838.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the authentication is complete.</param>
  32839.             <exception cref="T:System.ArgumentNullException">targetHost is null.</exception>
  32840.             <exception cref="T:System.Net.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
  32841.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32842.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.-or-Client authentication using this <see cref="T:System.Net.Security.SslStream"></see> was tried previously.-or- Authentication is already in progress.</exception>
  32843.             <exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsServer"></see> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
  32844.         </member>
  32845.         <member name="M:System.Net.Security.SslStream.BeginAuthenticateAsServer(System.Security.Cryptography.X509Certificates.X509Certificate,System.Boolean,System.Security.Authentication.SslProtocols,System.Boolean,System.AsyncCallback,System.Object)">
  32846.             <summary>Called by servers to begin an asynchronous operation to authenticate the server and optionally the client using the specified certificates, requirements and security protocol.</summary>
  32847.             <returns>An <see cref="T:System.IAsyncResult"></see> object that indicates the status of the asynchronous operation. </returns>
  32848.             <param name="serverCertificate">The X509Certificate used to authenticate the server.</param>
  32849.             <param name="enabledSslProtocols">The <see cref="T:System.Security.Authentication.SslProtocols"></see>  value that represents the protocol used for authentication.</param>
  32850.             <param name="asyncState">A user-defined object that contains information about the operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32851.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the authentication is complete. </param>
  32852.             <param name="checkCertificateRevocation">A <see cref="T:System.Boolean"></see> value that specifies whether the certificate revocation list is checked during authentication.</param>
  32853.             <param name="clientCertificateRequired">A <see cref="T:System.Boolean"></see> value that specifies whether the client must supply a certificate for authentication.</param>
  32854.             <exception cref="T:System.ArgumentException">enabledSslProtocols is not a valid <see cref="T:System.Security.Authentication.SslProtocols"></see> value.</exception>
  32855.             <exception cref="T:System.InvalidOperationException">Authentication has already occurred.-or-Server authentication using this <see cref="T:System.Net.Security.SslStream"></see> was tried previously.-or- Authentication is already in progress.</exception>
  32856.             <exception cref="T:System.Net.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
  32857.             <exception cref="T:System.ArgumentNullException">serverCertificate is null.</exception>
  32858.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32859.             <exception cref="T:System.PlatformNotSupportedException">The <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsServer"></see> method is not supported on Windows 95, Windows 98, or Windows Millennium.</exception>
  32860.         </member>
  32861.         <member name="M:System.Net.Security.SslStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  32862.             <summary>Begins an asynchronous read operation that reads data from the stream and stores it in the specified array.</summary>
  32863.             <returns>An <see cref="T:System.IAsyncResult"></see> object that indicates the status of the asynchronous operation. </returns>
  32864.             <param name="offset">The zero-based location in buffer at which to begin storing the data read from this stream.</param>
  32865.             <param name="count">The maximum number of bytes to read from the stream.</param>
  32866.             <param name="buffer">A <see cref="T:System.Byte"></see> array that receives the bytes read from the stream.</param>
  32867.             <param name="asyncState">A user-defined object that contains information about the read operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32868.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the read operation is complete. </param>
  32869.             <exception cref="T:System.IO.IOException">The read operation failed.-or-Encryption is in use, but the data could not be decrypted.</exception>
  32870.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32871.             <exception cref="T:System.NotSupportedException">There is already a read operation in progress.</exception>
  32872.             <exception cref="T:System.ArgumentException">offset < 0.-or-offset > the length of buffer.-or-offset + count > the length of buffer.</exception>
  32873.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32874.             <exception cref="T:System.ArgumentNullException">buffer is null.</exception>
  32875.         </member>
  32876.         <member name="M:System.Net.Security.SslStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  32877.             <summary>Begins an asynchronous write operation that writes <see cref="T:System.Byte"></see>s from the specified buffer to the stream.</summary>
  32878.             <returns>An <see cref="T:System.IAsyncResult"></see> object indicating the status of the asynchronous operation. </returns>
  32879.             <param name="offset">The zero-based location in buffer at which to begin reading bytes to be written to the stream.</param>
  32880.             <param name="count">An <see cref="T:System.Int32"></see> value that specifies the number of bytes to read from buffer.</param>
  32881.             <param name="buffer">A <see cref="T:System.Byte"></see> array that supplies the bytes to be written to the stream.</param>
  32882.             <param name="asyncState">A user-defined object that contains information about the write operation. This object is passed to the asyncCallback delegate when the operation completes.</param>
  32883.             <param name="asyncCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the write operation is complete. </param>
  32884.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32885.             <exception cref="T:System.NotSupportedException">There is already a write operation in progress.</exception>
  32886.             <exception cref="T:System.ArgumentException">offset < 0.-or-offset > the length of buffer.-or-offset + count > the length of buffer.</exception>
  32887.             <exception cref="T:System.IO.IOException">The write operation failed.</exception>
  32888.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32889.             <exception cref="T:System.ArgumentNullException">buffer is null.</exception>
  32890.         </member>
  32891.         <member name="M:System.Net.Security.SslStream.Dispose(System.Boolean)">
  32892.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Security.SslStream"></see> and optionally releases the managed resources. </summary>
  32893.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  32894.         </member>
  32895.         <member name="M:System.Net.Security.SslStream.EndAuthenticateAsClient(System.IAsyncResult)">
  32896.             <summary>Ends a pending asynchronous server authentication operation started with a previous call to <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsServer"></see>.</summary>
  32897.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsServer"></see>. </param>
  32898.             <exception cref="T:System.ArgumentException">asyncResult was not created by a call to <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsServer"></see>.</exception>
  32899.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  32900.             <exception cref="T:System.Net.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
  32901.             <exception cref="T:System.InvalidOperationException">There is no pending server authentication to complete.</exception>
  32902.         </member>
  32903.         <member name="M:System.Net.Security.SslStream.EndAuthenticateAsServer(System.IAsyncResult)">
  32904.             <summary>Ends a pending asynchronous client authentication operation started with a previous call to <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsClient"></see>.</summary>
  32905.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsClient"></see>. </param>
  32906.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  32907.             <exception cref="T:System.Net.AuthenticationException">The authentication failed and left this object in an unusable state.</exception>
  32908.             <exception cref="T:System.InvalidOperationException">There is no pending client authentication to complete.</exception>
  32909.             <exception cref="T:System.ArgumentException">asyncResult was not created by a call to <see cref="Overload:System.Net.Security.SslStream.BeginAuthenticateAsClient"></see>.</exception>
  32910.         </member>
  32911.         <member name="M:System.Net.Security.SslStream.EndRead(System.IAsyncResult)">
  32912.             <summary>Ends an asynchronous read operation started with a previous call to <see cref="M:System.Net.Security.SslStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see>.</summary>
  32913.             <returns>A <see cref="T:System.Int32"></see> value that specifies the number of bytes read from the underlying stream.</returns>
  32914.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to <see cref="M:System.Net.Security.SslStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see></param>
  32915.             <exception cref="T:System.InvalidOperationException">There is no pending read operation to complete.</exception>
  32916.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32917.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  32918.             <exception cref="T:System.ArgumentException">asyncResult was not created by a call to <see cref="M:System.Net.Security.SslStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see>.</exception>
  32919.             <exception cref="T:System.IO.IOException">The read operation failed.</exception>
  32920.         </member>
  32921.         <member name="M:System.Net.Security.SslStream.EndWrite(System.IAsyncResult)">
  32922.             <summary>Ends an asynchronous write operation started with a previous call to <see cref="M:System.Net.Security.SslStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see>.</summary>
  32923.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> instance returned by a call to <see cref="M:System.Net.Security.SslStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see></param>
  32924.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32925.             <exception cref="T:System.InvalidOperationException">There is no pending write operation to complete.</exception>
  32926.             <exception cref="T:System.ArgumentException">asyncResult was not created by a call to <see cref="M:System.Net.Security.SslStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see>.</exception>
  32927.             <exception cref="T:System.ArgumentNullException">asyncResult is null.</exception>
  32928.             <exception cref="T:System.IO.IOException">The write operation failed.</exception>
  32929.         </member>
  32930.         <member name="M:System.Net.Security.SslStream.Flush">
  32931.             <summary>Causes any buffered data to be written to the underlying device.</summary>
  32932.         </member>
  32933.         <member name="M:System.Net.Security.SslStream.Read(System.Byte[],System.Int32,System.Int32)">
  32934.             <summary>Reads data from this stream and stores it in the specified array.</summary>
  32935.             <returns>A <see cref="T:System.Int32"></see> value that specifies the number of bytes read. When there is no more data to be read, returns 0.</returns>
  32936.             <param name="offset">A <see cref="T:System.Int32"></see> that contains the zero-based location in buffer at which to begin storing the data read from this stream.</param>
  32937.             <param name="count">A <see cref="T:System.Int32"></see> that contains the maximum number of bytes to read from this stream.</param>
  32938.             <param name="buffer">A <see cref="T:System.Byte"></see> array that receives the bytes read from this stream.</param>
  32939.             <exception cref="T:System.NotSupportedException">There is already a read operation in progress.</exception>
  32940.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32941.             <exception cref="T:System.ArgumentException">offset < 0.-or-offset > the length of buffer.-or-offset + count > the length of buffer.</exception>
  32942.             <exception cref="T:System.IO.IOException">The read operation failed. Check the inner exception, if present to determine the cause of the failure.</exception>
  32943.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32944.             <exception cref="T:System.ArgumentNullException">buffer is null.</exception>
  32945.         </member>
  32946.         <member name="M:System.Net.Security.SslStream.Seek(System.Int64,System.IO.SeekOrigin)">
  32947.             <summary>Throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  32948.             <returns>Always throws a <see cref="T:System.NotSupportedException"></see>.</returns>
  32949.             <param name="offset">This value is ignored.</param>
  32950.             <param name="origin">This value is ignored.</param>
  32951.             <exception cref="T:System.NotSupportedException">Seeking is not supported by <see cref="T:System.Net.Security.SslStream"></see> objects.</exception>
  32952.         </member>
  32953.         <member name="M:System.Net.Security.SslStream.SetLength(System.Int64)">
  32954.             <summary>Sets the length of the underlying stream.</summary>
  32955.             <param name="value">An <see cref="T:System.Int64"></see> value that specifies the length of the stream.</param>
  32956.         </member>
  32957.         <member name="M:System.Net.Security.SslStream.Write(System.Byte[])">
  32958.             <summary>Writes the specified data to this stream.</summary>
  32959.             <param name="buffer">A <see cref="T:System.Byte"></see> array that supplies the bytes written to the stream.</param>
  32960.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32961.             <exception cref="T:System.NotSupportedException">There is already a write operation in progress.</exception>
  32962.             <exception cref="T:System.IO.IOException">The write operation failed.</exception>
  32963.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32964.             <exception cref="T:System.ArgumentNullException">buffer is null.</exception>
  32965.         </member>
  32966.         <member name="M:System.Net.Security.SslStream.Write(System.Byte[],System.Int32,System.Int32)">
  32967.             <summary>Write the specified number of <see cref="T:System.Byte"></see>s to the underlying stream using the specified buffer and offset.</summary>
  32968.             <param name="offset">A <see cref="T:System.Int32"></see> that contains the zero-based location in buffer at which to begin reading bytes to be written to the stream.</param>
  32969.             <param name="count">A <see cref="T:System.Int32"></see> that contains the number of bytes to read from buffer.</param>
  32970.             <param name="buffer">A <see cref="T:System.Byte"></see> array that supplies the bytes written to the stream.</param>
  32971.             <exception cref="T:System.InvalidOperationException">Authentication has not occurred.</exception>
  32972.             <exception cref="T:System.NotSupportedException">There is already a write operation in progress.</exception>
  32973.             <exception cref="T:System.ArgumentException">offset < 0.-or-offset > the length of buffer.-or-offset + count > the length of buffer.</exception>
  32974.             <exception cref="T:System.IO.IOException">The write operation failed.</exception>
  32975.             <exception cref="T:System.ObjectDisposedException">This object has been closed.</exception>
  32976.             <exception cref="T:System.ArgumentNullException">buffer is null.</exception>
  32977.         </member>
  32978.         <member name="P:System.Net.Security.SslStream.CanRead">
  32979.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the underlying stream is readable.</summary>
  32980.             <returns>true if authentication has occurred and the underlying stream is readable; otherwise false.</returns>
  32981.         </member>
  32982.         <member name="P:System.Net.Security.SslStream.CanSeek">
  32983.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the underlying stream is seekable.</summary>
  32984.             <returns>This property always returns false.</returns>
  32985.         </member>
  32986.         <member name="P:System.Net.Security.SslStream.CanTimeout">
  32987.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the underlying stream supports time-outs.</summary>
  32988.             <returns>true if the underlying stream supports time-outs; otherwise, false.</returns>
  32989.         </member>
  32990.         <member name="P:System.Net.Security.SslStream.CanWrite">
  32991.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the underlying stream is writable.</summary>
  32992.             <returns>true if authentication has occurred and the underlying stream is writable; otherwise false.</returns>
  32993.         </member>
  32994.         <member name="P:System.Net.Security.SslStream.CheckCertRevocationStatus">
  32995.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that indicates whether the certificate revocation list is checked during the certificate validation process.</summary>
  32996.             <returns>true if the certificate revocation list is checked; otherwise, false.</returns>
  32997.         </member>
  32998.         <member name="P:System.Net.Security.SslStream.CipherAlgorithm">
  32999.             <summary>Gets a value that identifies the bulk encryption algorithm used by this <see cref="T:System.Net.Security.SslStream"></see>.</summary>
  33000.             <returns>A <see cref="T:System.Security.Authentication.CipherAlgorithmType"></see> value.</returns>
  33001.         </member>
  33002.         <member name="P:System.Net.Security.SslStream.CipherStrength">
  33003.             <summary>Gets a value that identifies the strength of the cipher algorithm used by this <see cref="T:System.Net.Security.SslStream"></see>.</summary>
  33004.             <returns>An <see cref="T:System.Int32"></see> value that specifies the strength of the algorithm, in bits.</returns>
  33005.         </member>
  33006.         <member name="P:System.Net.Security.SslStream.HashAlgorithm">
  33007.             <summary>Gets the algorithm used for generating message authentication codes (MACs).</summary>
  33008.             <returns>A <see cref="T:System.Security.Authentication.HashAlgorithmType"></see> value.</returns>
  33009.         </member>
  33010.         <member name="P:System.Net.Security.SslStream.HashStrength">
  33011.             <summary>Gets a value that identifies the strength of the hash algorithm used by this instance.</summary>
  33012.             <returns>An <see cref="T:System.Int32"></see> value that specifies the strength of the <see cref="T:System.Security.Authentication.HashAlgorithmType"></see> algorithm, in bits. Valid values are 128 or 160.</returns>
  33013.         </member>
  33014.         <member name="P:System.Net.Security.SslStream.IsAuthenticated">
  33015.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether authentication was successful.</summary>
  33016.             <returns>true if successful authentication occurred; otherwise, false.</returns>
  33017.         </member>
  33018.         <member name="P:System.Net.Security.SslStream.IsEncrypted">
  33019.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether this <see cref="T:System.Net.Security.SslStream"></see> uses data encryption.</summary>
  33020.             <returns>true if data is encrypted before being transmitted over the network and decrypted when it reaches the remote endpoint; otherwise false.</returns>
  33021.         </member>
  33022.         <member name="P:System.Net.Security.SslStream.IsMutuallyAuthenticated">
  33023.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether both server and client have been authenticated.</summary>
  33024.             <returns>true if the server has been authenticated; otherwise false.</returns>
  33025.         </member>
  33026.         <member name="P:System.Net.Security.SslStream.IsServer">
  33027.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the local side of the connection used by this <see cref="T:System.Net.Security.SslStream"></see> was authenticated as the server.</summary>
  33028.             <returns>true if the local endpoint was successfully authenticated as the server side of the authenticated connection; otherwise false.</returns>
  33029.         </member>
  33030.         <member name="P:System.Net.Security.SslStream.IsSigned">
  33031.             <summary>Gets a <see cref="T:System.Boolean"></see> value that indicates whether the data sent using this stream is signed.</summary>
  33032.             <returns>true if the data is signed before being transmitted; otherwise false.</returns>
  33033.         </member>
  33034.         <member name="P:System.Net.Security.SslStream.KeyExchangeAlgorithm">
  33035.             <summary>Gets the key exchange algorithm used by this <see cref="T:System.Net.Security.SslStream"></see>.</summary>
  33036.             <returns>An <see cref="T:System.Security.Authentication.ExchangeAlgorithmType"></see> value.</returns>
  33037.         </member>
  33038.         <member name="P:System.Net.Security.SslStream.KeyExchangeStrength">
  33039.             <summary>Gets a value that identifies the strength of the key exchange algorithm used by this instance.</summary>
  33040.             <returns>An <see cref="T:System.Int32"></see> value that specifies the strength of the <see cref="T:System.Security.Authentication.ExchangeAlgorithmType"></see> algorithm, in bits.</returns>
  33041.         </member>
  33042.         <member name="P:System.Net.Security.SslStream.Length">
  33043.             <summary>Gets the length of the underlying stream.</summary>
  33044.             <returns>A <see cref="T:System.Int64"></see>.</returns>
  33045.             <exception cref="T:System.NotSupportedException">Getting the value of this property is not supported when the underlying stream is a <see cref="T:System.Net.Sockets.NetworkStream"></see>.</exception>
  33046.         </member>
  33047.         <member name="P:System.Net.Security.SslStream.LocalCertificate">
  33048.             <summary>Gets the certificate used to authenticate the local endpoint.</summary>
  33049.             <returns>An X509Certificate object that represents the certificate supplied for authentication or null if no certificate was supplied.</returns>
  33050.             <exception cref="T:System.InvalidOperationException">Authentication failed or has not occurred.</exception>
  33051.         </member>
  33052.         <member name="P:System.Net.Security.SslStream.Position">
  33053.             <summary>Gets or sets the current position in the underlying stream.</summary>
  33054.             <returns>A <see cref="T:System.Int64"></see>.</returns>
  33055.             <exception cref="T:System.NotSupportedException">Setting this property is not supported.-or-Getting the value of this property is not supported when the underlying stream is a <see cref="T:System.Net.Sockets.NetworkStream"></see>.</exception>
  33056.         </member>
  33057.         <member name="P:System.Net.Security.SslStream.ReadTimeout">
  33058.             <summary>Gets or sets the amount of time a read operation blocks waiting for data.</summary>
  33059.             <returns>A <see cref="T:System.Int32"></see> that specifies the amount of time that elapses before a synchronous read operation fails.</returns>
  33060.         </member>
  33061.         <member name="P:System.Net.Security.SslStream.RemoteCertificate">
  33062.             <summary>Gets the certificate used to authenticate the remote endpoint.</summary>
  33063.             <returns>An X509Certificate object that represents the certificate supplied for authentication or null if no certificate was supplied.</returns>
  33064.             <exception cref="T:System.InvalidOperationException">Authentication failed or has not occurred.</exception>
  33065.         </member>
  33066.         <member name="P:System.Net.Security.SslStream.SslProtocol">
  33067.             <summary>Gets a value that indicates the security protocol used to authenticate this connection.</summary>
  33068.             <returns>The <see cref="T:System.Security.Authentication.SslProtocols"></see> value that represents the protocol used for authentication.</returns>
  33069.         </member>
  33070.         <member name="P:System.Net.Security.SslStream.WriteTimeout">
  33071.             <summary>Gets or sets the amount of time a write operation blocks waiting for data.</summary>
  33072.             <returns>A <see cref="T:System.Int32"></see> that specifies the amount of time that elapses before a synchronous write operation fails. </returns>
  33073.         </member>
  33074.         <member name="N:System.Net.Sockets">
  33075.             <summary>The <see cref="N:System.Net.Sockets"></see> namespace provides a managed implementation of the Windows Sockets (Winsock) interface for developers who need to tightly control access to the network.</summary>
  33076.         </member>
  33077.         <member name="T:System.Net.Sockets.AddressFamily">
  33078.             <summary>Specifies the addressing scheme that an instance of the <see cref="T:System.Net.Sockets.Socket"></see> class can use.</summary>
  33079.         </member>
  33080.         <member name="F:System.Net.Sockets.AddressFamily.AppleTalk">
  33081.             <summary>AppleTalk address.</summary>
  33082.         </member>
  33083.         <member name="F:System.Net.Sockets.AddressFamily.Atm">
  33084.             <summary>Native ATM services address.</summary>
  33085.         </member>
  33086.         <member name="F:System.Net.Sockets.AddressFamily.Banyan">
  33087.             <summary>Banyan address.</summary>
  33088.         </member>
  33089.         <member name="F:System.Net.Sockets.AddressFamily.Ccitt">
  33090.             <summary>Addresses for CCITT protocols, such as X.25.</summary>
  33091.         </member>
  33092.         <member name="F:System.Net.Sockets.AddressFamily.Chaos">
  33093.             <summary>Address for MIT CHAOS protocols.</summary>
  33094.         </member>
  33095.         <member name="F:System.Net.Sockets.AddressFamily.Cluster">
  33096.             <summary>Address for Microsoft cluster products.</summary>
  33097.         </member>
  33098.         <member name="F:System.Net.Sockets.AddressFamily.DataKit">
  33099.             <summary>Address for Datakit protocols.</summary>
  33100.         </member>
  33101.         <member name="F:System.Net.Sockets.AddressFamily.DataLink">
  33102.             <summary>Direct data-link interface address.</summary>
  33103.         </member>
  33104.         <member name="F:System.Net.Sockets.AddressFamily.DecNet">
  33105.             <summary>DECnet address.</summary>
  33106.         </member>
  33107.         <member name="F:System.Net.Sockets.AddressFamily.Ecma">
  33108.             <summary>European Computer Manufacturers Association (ECMA) address.</summary>
  33109.         </member>
  33110.         <member name="F:System.Net.Sockets.AddressFamily.FireFox">
  33111.             <summary>FireFox address.</summary>
  33112.         </member>
  33113.         <member name="F:System.Net.Sockets.AddressFamily.HyperChannel">
  33114.             <summary>NSC Hyperchannel address.</summary>
  33115.         </member>
  33116.         <member name="F:System.Net.Sockets.AddressFamily.Ieee12844">
  33117.             <summary>IEEE 1284.4 workgroup address.</summary>
  33118.         </member>
  33119.         <member name="F:System.Net.Sockets.AddressFamily.ImpLink">
  33120.             <summary>ARPANET IMP address.</summary>
  33121.         </member>
  33122.         <member name="F:System.Net.Sockets.AddressFamily.InterNetwork">
  33123.             <summary>Address for IP version 4.</summary>
  33124.         </member>
  33125.         <member name="F:System.Net.Sockets.AddressFamily.InterNetworkV6">
  33126.             <summary>Address for IP version 6.</summary>
  33127.         </member>
  33128.         <member name="F:System.Net.Sockets.AddressFamily.Ipx">
  33129.             <summary>IPX or SPX address.</summary>
  33130.         </member>
  33131.         <member name="F:System.Net.Sockets.AddressFamily.Irda">
  33132.             <summary>IrDA address.</summary>
  33133.         </member>
  33134.         <member name="F:System.Net.Sockets.AddressFamily.Iso">
  33135.             <summary>Address for ISO protocols.</summary>
  33136.         </member>
  33137.         <member name="F:System.Net.Sockets.AddressFamily.Lat">
  33138.             <summary>LAT address.</summary>
  33139.         </member>
  33140.         <member name="F:System.Net.Sockets.AddressFamily.Max">
  33141.             <summary>MAX address.</summary>
  33142.         </member>
  33143.         <member name="F:System.Net.Sockets.AddressFamily.NetBios">
  33144.             <summary>NetBios address.</summary>
  33145.         </member>
  33146.         <member name="F:System.Net.Sockets.AddressFamily.NetworkDesigners">
  33147.             <summary>Address for Network Designers OSI gateway-enabled protocols.</summary>
  33148.         </member>
  33149.         <member name="F:System.Net.Sockets.AddressFamily.NS">
  33150.             <summary>Address for Xerox NS protocols.</summary>
  33151.         </member>
  33152.         <member name="F:System.Net.Sockets.AddressFamily.Osi">
  33153.             <summary>Address for ISO protocols.</summary>
  33154.         </member>
  33155.         <member name="F:System.Net.Sockets.AddressFamily.Pup">
  33156.             <summary>Address for PUP protocols.</summary>
  33157.         </member>
  33158.         <member name="F:System.Net.Sockets.AddressFamily.Sna">
  33159.             <summary>IBM SNA address.</summary>
  33160.         </member>
  33161.         <member name="F:System.Net.Sockets.AddressFamily.Unix">
  33162.             <summary>Unix local to host address.</summary>
  33163.         </member>
  33164.         <member name="F:System.Net.Sockets.AddressFamily.Unknown">
  33165.             <summary>Unknown address family.</summary>
  33166.         </member>
  33167.         <member name="F:System.Net.Sockets.AddressFamily.Unspecified">
  33168.             <summary>Unspecified address family.</summary>
  33169.         </member>
  33170.         <member name="F:System.Net.Sockets.AddressFamily.VoiceView">
  33171.             <summary>VoiceView address.</summary>
  33172.         </member>
  33173.         <member name="T:System.Net.Sockets.IOControlCode">
  33174.             <summary>Specifies the IO control codes supported by the <see cref="M:System.Net.Sockets.Socket.IOControl(System.Int32,System.Byte[],System.Byte[])"></see> method.</summary>
  33175.         </member>
  33176.         <member name="F:System.Net.Sockets.IOControlCode.AbsorbRouterAlert">
  33177.             <summary>This value is equal to the Winsock┬á2 SIO_ABSORB_RTRALERT constant.</summary>
  33178.         </member>
  33179.         <member name="F:System.Net.Sockets.IOControlCode.AddMulticastGroupOnInterface">
  33180.             <summary>Join a multicast group using an interface identified by its index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock┬á2 SIO_INDEX_ADD_MCAST constant.</summary>
  33181.         </member>
  33182.         <member name="F:System.Net.Sockets.IOControlCode.AddressListChange">
  33183.             <summary>Enable receiving notification when the list of local interfaces for the socket's protocol family changes. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock┬á2 SIO_ADDRESS_LIST_CHANGE constant.</summary>
  33184.         </member>
  33185.         <member name="F:System.Net.Sockets.IOControlCode.AddressListQuery">
  33186.             <summary>Return the list of local interfaces that the socket can bind to. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock┬á2 SIO_ADDRESS_LIST_QUERY constant.</summary>
  33187.         </member>
  33188.         <member name="F:System.Net.Sockets.IOControlCode.AddressListSort">
  33189.             <summary>Sort the structure returned by the <see cref="F:System.Net.Sockets.IOControlCode.AddressListQuery"></see> field and add scope ID information for IPv6 addresses. This control code is supported on Windows XP and later operating systems. This value is equal to the Winsock┬á2 SIO_ADDRESS_LIST_SORT constant.</summary>
  33190.         </member>
  33191.         <member name="F:System.Net.Sockets.IOControlCode.AssociateHandle">
  33192.             <summary>Associate this socket with the specified handle of a companion interface. Refer to the appropriate  protocol-specific annex in the Winsock┬á2 reference or documentation for the particular companion interface for additional details. It is recommended that the Component Object Model (COM) be used instead of this IOCTL to discover and track other interfaces that might be supported by a socket. This control code is present for backward compatibility with systems where COM is not available or cannot be used for some other reason. This value is equal to the Winsock┬á2 SIO_ASSOCIATE_HANDLE constant. </summary>
  33193.         </member>
  33194.         <member name="F:System.Net.Sockets.IOControlCode.AsyncIO">
  33195.             <summary>Enable notification for when data is waiting to be received. This value is equal to the Winsock┬á2 FIOASYNC constant.</summary>
  33196.         </member>
  33197.         <member name="F:System.Net.Sockets.IOControlCode.BindToInterface">
  33198.             <summary>Bind the socket to a specified interface index. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock┬á2 SIO_INDEX_BIND constant.</summary>
  33199.         </member>
  33200.         <member name="F:System.Net.Sockets.IOControlCode.DataToRead">
  33201.             <summary>Return the number of bytes available for reading. This value is equal to the Winsock┬á2 FIONREAD constant.</summary>
  33202.         </member>
  33203.         <member name="F:System.Net.Sockets.IOControlCode.DeleteMulticastGroupFromInterface">
  33204.             <summary>Remove the socket from a multicast group. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock┬á2 SIO_INDEX_ADD_MCAST constant.</summary>
  33205.         </member>
  33206.         <member name="F:System.Net.Sockets.IOControlCode.EnableCircularQueuing">
  33207.             <summary>Replace the oldest queued datagram with an incoming datagram when the incoming message queues are full. This value is equal to the Winsock┬á2 SIO_ENABLE_CIRCULAR_QUEUEING constant.</summary>
  33208.         </member>
  33209.         <member name="F:System.Net.Sockets.IOControlCode.Flush">
  33210.             <summary>Discard the contents of the sending queue. This value is equal to the Winsock┬á2 SIO_FLUSH constant.</summary>
  33211.         </member>
  33212.         <member name="F:System.Net.Sockets.IOControlCode.GetBroadcastAddress">
  33213.             <summary>Return a SOCKADDR structure that contains the broadcast address for the address family of the current socket. The returned address can be used with the <see cref="Overload:System.Net.Sockets.Socket.SendTo"></see> method. This value is equal to the Winsock┬á2 SIO_GET_BROADCAST_ADDRESS constant. This value can be used on User Datagram Protocol (UDP) sockets only.</summary>
  33214.         </member>
  33215.         <member name="F:System.Net.Sockets.IOControlCode.GetExtensionFunctionPointer">
  33216.             <summary>Obtain provider-specific functions that are not part of the Winsock specification. Functions are specified using their provider-assigned GUID. This value is equal to the Winsock┬á2 SIO_GET_EXTENSION_FUNCTION_POINTER constant.</summary>
  33217.         </member>
  33218.         <member name="F:System.Net.Sockets.IOControlCode.GetGroupQos">
  33219.             <summary>Return the Quality of Service (QOS) attributes for the socket group. This value is reserved for future use, and is equal to the Winsock┬á2 SIO_GET_GROUP_QOS constant. </summary>
  33220.         </member>
  33221.         <member name="F:System.Net.Sockets.IOControlCode.GetQos">
  33222.             <summary>Retrieve the QOS structure associated with the socket. This control is only supported on platforms that provide a QOS capable transport (Windows Me, Windows 2000, and later.) This value is equal to the Winsock┬á2 SIO_GET_QOS constant.</summary>
  33223.         </member>
  33224.         <member name="F:System.Net.Sockets.IOControlCode.KeepAliveValues">
  33225.             <summary>Control sending TCP keep-alive packets and the interval at which they are sent. This control code is supported on Windows 2000 and later operating systems. For additional information, see RFC 1122 section 4.2.3.6. This value is equal to the Winsock┬á2 SIO_KEEPALIVE_VALS constant.</summary>
  33226.         </member>
  33227.         <member name="F:System.Net.Sockets.IOControlCode.LimitBroadcasts">
  33228.             <summary>This value is equal to the Winsock┬á2 SIO_LIMIT_BROADCASTS constant.</summary>
  33229.         </member>
  33230.         <member name="F:System.Net.Sockets.IOControlCode.MulticastInterface">
  33231.             <summary>Set the interface used for outgoing multicast packets. The interface is identified by its index. This control code is supported on Windows 2000 and later operating systems.  This value is equal to the Winsock┬á2 SIO_INDEX_MCASTIF constant.</summary>
  33232.         </member>
  33233.         <member name="F:System.Net.Sockets.IOControlCode.MulticastScope">
  33234.             <summary>Control the number of times a multicast packet can be forwarded by a router, also known as the Time to Live (TTL), or hop count. This value is equal to the Winsock┬á2 SIO_MULTICAST_SCOPE constant.</summary>
  33235.         </member>
  33236.         <member name="F:System.Net.Sockets.IOControlCode.MultipointLoopback">
  33237.             <summary>Control whether multicast data sent by the socket appears as incoming data in the sockets receive queue. This value is equal to the Winsock┬á2 SIO_MULTIPOINT_LOOPBACK constant.</summary>
  33238.         </member>
  33239.         <member name="F:System.Net.Sockets.IOControlCode.NamespaceChange">
  33240.             <summary>Control whether the socket receives notification when a namespace query becomes invalid. This control code is supported on Windows XP and later operating systems. This value is equal to the Winsock┬á2 SIO_NSP_NOTIFY_CHANGE constant.</summary>
  33241.         </member>
  33242.         <member name="F:System.Net.Sockets.IOControlCode.NonBlockingIO">
  33243.             <summary>Control the blocking behavior of the socket. If the argument specified with this control code is zero, the socket is placed in blocking mode. If the argument is nonzero, the socket is placed in nonblocking mode. This value is equal to the Winsock┬á2 FIONBIO constant.</summary>
  33244.         </member>
  33245.         <member name="F:System.Net.Sockets.IOControlCode.OobDataRead">
  33246.             <summary>Return information about out-of-band data waiting to be received. When using this control code on stream sockets, the return value indicates the number of bytes available.</summary>
  33247.         </member>
  33248.         <member name="F:System.Net.Sockets.IOControlCode.QueryTargetPnpHandle">
  33249.             <summary>Retrieve the underlying provider's SOCKET handle. This handle can be used to receive plug-and-play event notification. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock┬á2 SIO_QUERY_TARGET_PNP_HANDLE constant.</summary>
  33250.         </member>
  33251.         <member name="F:System.Net.Sockets.IOControlCode.ReceiveAll">
  33252.             <summary>Enable receiving all IPv4 packets on the network. The socket must have address family <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see>, the socket type must be <see cref="F:System.Net.Sockets.SocketType.Raw"></see>, and the protocol type must be <see cref="F:System.Net.Sockets.ProtocolType.IP"></see>. The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock┬á2 SIO_RCVALL constant.</summary>
  33253.         </member>
  33254.         <member name="F:System.Net.Sockets.IOControlCode.ReceiveAllIgmpMulticast">
  33255.             <summary>Enable receiving all Internet Group Management Protocol (IGMP) packets on the network. The socket must have address family <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see>, the socket type must be <see cref="F:System.Net.Sockets.SocketType.Raw"></see>, and the protocol type must be <see cref="F:System.Net.Sockets.ProtocolType.Igmp"></see>. The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock┬á2 SIO_RCVALL_IGMPMCAST constant.</summary>
  33256.         </member>
  33257.         <member name="F:System.Net.Sockets.IOControlCode.ReceiveAllMulticast">
  33258.             <summary>Enable receiving all multicast IPv4 packets on the network. These are packets with destination addresses in the range 224.0.0.0 through 239.255.255.255. The socket must have address family <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see>, the socket type must be <see cref="F:System.Net.Sockets.SocketType.Raw"></see>, and the protocol type must be <see cref="F:System.Net.Sockets.ProtocolType.Udp"></see>. The current user must belong to the Administrators group on the local computer, and the socket must be bound to a specific port. This control code is supported on Windows 2000 and later operating systems. This value is equal to the Winsock┬á2 SIO_RCVALL_MCAST constant.</summary>
  33259.         </member>
  33260.         <member name="F:System.Net.Sockets.IOControlCode.RoutingInterfaceChange">
  33261.             <summary>Enable receiving notification when the local interface used to access a remote endpoint changes. This value is equal to the Winsock┬á2 SIO_ROUTING_INTERFACE_CHANGE constant.</summary>
  33262.         </member>
  33263.         <member name="F:System.Net.Sockets.IOControlCode.RoutingInterfaceQuery">
  33264.             <summary>Return the interface addresses that can be used to connect to the specified remote address. This value is equal to the Winsock┬á2 SIO_ROUTING_INTERFACE_QUERY constant.</summary>
  33265.         </member>
  33266.         <member name="F:System.Net.Sockets.IOControlCode.SetGroupQos">
  33267.             <summary>Set the Quality of Service (QOS) attributes for the socket group. This value is reserved for future use and is equal to the Winsock┬á2 SIO_SET_GROUP_QOS constant.</summary>
  33268.         </member>
  33269.         <member name="F:System.Net.Sockets.IOControlCode.SetQos">
  33270.             <summary>Set the Quality of Service (QOS) attributes for the socket. QOS defines the bandwidth requirements for the socket. This control code is supported on Windows Me, Windows 2000, and later operating systems. This value is equal to the Winsock┬á2 SIO_SET_QOS constant.</summary>
  33271.         </member>
  33272.         <member name="F:System.Net.Sockets.IOControlCode.TranslateHandle">
  33273.             <summary>Return a handle for the socket that is valid in the context of a companion interface. This value is equal to the Winsock┬á2 SIO_TRANSLATE_HANDLE constant.</summary>
  33274.         </member>
  33275.         <member name="F:System.Net.Sockets.IOControlCode.UnicastInterface">
  33276.             <summary>Set the interface used for outgoing unicast packets. This value is equal to the Winsock┬á2 SIO_UCAST_IF constant.</summary>
  33277.         </member>
  33278.         <member name="T:System.Net.Sockets.IPPacketInformation">
  33279.             <summary>Presents the packet information from a call to <see cref="M:System.Net.Sockets.Socket.ReceiveMessageFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)"></see> or <see cref="M:System.Net.Sockets.Socket.EndReceiveMessageFrom(System.IAsyncResult,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)"></see>.</summary>
  33280.         </member>
  33281.         <member name="M:System.Net.Sockets.IPPacketInformation.Equals(System.Object)">
  33282.             <summary>Returns a value that indicates whether this instance is equal to a specified object.</summary>
  33283.             <returns>true if comparand is an instance of <see cref="T:System.Net.Sockets.IPPacketInformation"></see> and equals the value of the instance; otherwise, false.</returns>
  33284.             <param name="comparand">The object to compare with this instance.</param>
  33285.         </member>
  33286.         <member name="M:System.Net.Sockets.IPPacketInformation.GetHashCode">
  33287.             <summary>Returns the hash code for this instance.</summary>
  33288.             <returns>An Int32 hash code.</returns>
  33289.         </member>
  33290.         <member name="M:System.Net.Sockets.IPPacketInformation.op_Equality(System.Net.Sockets.IPPacketInformation,System.Net.Sockets.IPPacketInformation)">
  33291.             <summary>Tests whether two specified <see cref="T:System.Net.Sockets.IPPacketInformation"></see> instances are equivalent.</summary>
  33292.             <returns>true if packetInformation1 and packetInformation2 are equal; otherwise, false.</returns>
  33293.             <param name="packetInformation1">The <see cref="T:System.Net.Sockets.IPPacketInformation"></see> instance that is to the left of the equality operator.</param>
  33294.             <param name="packetInformation2">The <see cref="T:System.Net.Sockets.IPPacketInformation"></see> instance that is to the right of the equality operator.</param>
  33295.         </member>
  33296.         <member name="M:System.Net.Sockets.IPPacketInformation.op_Inequality(System.Net.Sockets.IPPacketInformation,System.Net.Sockets.IPPacketInformation)">
  33297.             <summary>Tests whether two specified <see cref="T:System.Net.Sockets.IPPacketInformation"></see> instances are not equal.</summary>
  33298.             <returns>true if packetInformation1 and packetInformation2 are unequal; otherwise, false.</returns>
  33299.             <param name="packetInformation1">The <see cref="T:System.Net.Sockets.IPPacketInformation"></see> instance that is to the left of the inequality operator.</param>
  33300.             <param name="packetInformation2">The <see cref="T:System.Net.Sockets.IPPacketInformation"></see> instance that is to the right of the inequality operator.</param>
  33301.         </member>
  33302.         <member name="P:System.Net.Sockets.IPPacketInformation.Address">
  33303.             <summary>Gets the origin information of the packet that was received as a result of calling the <see cref="M:System.Net.Sockets.Socket.ReceiveMessageFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)"></see> method or <see cref="M:System.Net.Sockets.Socket.EndReceiveMessageFrom(System.IAsyncResult,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)"></see> method.</summary>
  33304.             <returns>An <see cref="T:System.Net.IPAddress"></see> that indicates the origin information of the packet that was received as a result of calling the <see cref="M:System.Net.Sockets.Socket.ReceiveMessageFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)"></see> method or <see cref="M:System.Net.Sockets.Socket.EndReceiveMessageFrom(System.IAsyncResult,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)"></see> method. For packets that were sent from a unicast address, the <see cref="P:System.Net.Sockets.IPPacketInformation.Address"></see> property will return the <see cref="T:System.Net.IPAddress"></see> of the sender; for multicast or broadcast packets, the <see cref="P:System.Net.Sockets.IPPacketInformation.Address"></see> property will return the multicast or broadcast <see cref="T:System.Net.IPAddress"></see>.</returns>
  33305.         </member>
  33306.         <member name="P:System.Net.Sockets.IPPacketInformation.Interface">
  33307.             <summary>Gets the network interface information that is associated with a call to <see cref="M:System.Net.Sockets.Socket.ReceiveMessageFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)"></see> or <see cref="M:System.Net.Sockets.Socket.EndReceiveMessageFrom(System.IAsyncResult,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)"></see>.</summary>
  33308.             <returns>An <see cref="T:System.Int32"></see> value, which represents the index of the network interface. You can use this index with <see cref="M:System.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces"></see> to get more information about the relevant interface.</returns>
  33309.         </member>
  33310.         <member name="T:System.Net.Sockets.IPv6MulticastOption">
  33311.             <summary>Contains option values for joining an IPv6 multicast group.</summary>
  33312.         </member>
  33313.         <member name="M:System.Net.Sockets.IPv6MulticastOption.#ctor(System.Net.IPAddress)">
  33314.             <summary>Initializes a new version of the <see cref="T:System.Net.Sockets.IPv6MulticastOption"></see> class for the specified IP multicast group.</summary>
  33315.             <param name="group">The <see cref="T:System.Net.IPAddress"></see> of the multicast group. </param>
  33316.             <exception cref="T:System.ArgumentNullException">group is null. </exception>
  33317.         </member>
  33318.         <member name="M:System.Net.Sockets.IPv6MulticastOption.#ctor(System.Net.IPAddress,System.Int64)">
  33319.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.IPv6MulticastOption"></see> class with the specified IP multicast group and the local interface address.</summary>
  33320.             <param name="ifindex">The local interface address. </param>
  33321.             <param name="group">The group <see cref="T:System.Net.IPAddress"></see>. </param>
  33322.             <exception cref="T:System.ArgumentOutOfRangeException">ifindex is less than 0.-or- ifindex is greater than 0x00000000FFFFFFFF. </exception>
  33323.             <exception cref="T:System.ArgumentNullException">group is null. </exception>
  33324.         </member>
  33325.         <member name="P:System.Net.Sockets.IPv6MulticastOption.Group">
  33326.             <summary>Gets or sets the IP address of a multicast group.</summary>
  33327.             <returns>An <see cref="T:System.Net.IPAddress"></see> that contains the Internet address of a multicast group.</returns>
  33328.             <exception cref="T:System.ArgumentNullException">group is null. </exception>
  33329.         </member>
  33330.         <member name="P:System.Net.Sockets.IPv6MulticastOption.InterfaceIndex">
  33331.             <summary>Gets or sets the interface index that is associated with a multicast group.</summary>
  33332.             <returns>A <see cref="T:System.UInt64"></see> value that specifies the address of the interface.</returns>
  33333.             <exception cref="T:System.ArgumentOutOfRangeException">The value that is specified for a set operation is less than 0 or greater than 0x00000000FFFFFFFF. </exception>
  33334.         </member>
  33335.         <member name="T:System.Net.Sockets.LingerOption">
  33336.             <summary>Specifies whether a <see cref="T:System.Net.Sockets.Socket"></see> will remain connected after a call to <see cref="M:System.Net.Sockets.TcpClient.Close"></see> and the length of time it will remain connected, if data remains to be sent.</summary>
  33337.         </member>
  33338.         <member name="M:System.Net.Sockets.LingerOption.#ctor(System.Boolean,System.Int32)">
  33339.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.LingerOption"></see> class.</summary>
  33340.             <param name="enable">true to remain connected after the <see cref="M:System.Net.Sockets.Socket.Close"></see> method is called; otherwise, false. </param>
  33341.             <param name="seconds">The number of seconds to remain connected after the <see cref="M:System.Net.Sockets.Socket.Close"></see> method is called. </param>
  33342.         </member>
  33343.         <member name="P:System.Net.Sockets.LingerOption.Enabled">
  33344.             <summary>Gets or sets a value that indicates whether to linger after the <see cref="T:System.Net.Sockets.Socket"></see> is closed.</summary>
  33345.             <returns>true if the <see cref="T:System.Net.Sockets.Socket"></see> should linger after <see cref="M:System.Net.Sockets.Socket.Close"></see> is called; otherwise, false.</returns>
  33346.         </member>
  33347.         <member name="P:System.Net.Sockets.LingerOption.LingerTime">
  33348.             <summary>Gets or sets the amount of time to remain connected after calling the <see cref="M:System.Net.Sockets.Socket.Close"></see> method if data remains to be sent.</summary>
  33349.             <returns>The amount of time, in seconds, to remain connected after calling <see cref="M:System.Net.Sockets.Socket.Close"></see>.</returns>
  33350.         </member>
  33351.         <member name="T:System.Net.Sockets.MulticastOption">
  33352.             <summary>Contains <see cref="T:System.Net.IPAddress"></see> values used to join and drop multicast groups.</summary>
  33353.         </member>
  33354.         <member name="M:System.Net.Sockets.MulticastOption.#ctor(System.Net.IPAddress)">
  33355.             <summary>Initializes a new version of the <see cref="T:System.Net.Sockets.MulticastOption"></see> class for the specified IP multicast group.</summary>
  33356.             <param name="group">The <see cref="T:System.Net.IPAddress"></see> of the multicast group. </param>
  33357.             <exception cref="T:System.ArgumentNullException">group is null. </exception>
  33358.         </member>
  33359.         <member name="M:System.Net.Sockets.MulticastOption.#ctor(System.Net.IPAddress,System.Int32)">
  33360.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.MulticastOption"></see> class with the specified IP multicast group address and interface index.</summary>
  33361.             <param name="group">The <see cref="T:System.Net.IPAddress"></see> of the multicast group.</param>
  33362.             <param name="interfaceIndex">The index of the interface that is used to send and receive multicast packets.</param>
  33363.         </member>
  33364.         <member name="M:System.Net.Sockets.MulticastOption.#ctor(System.Net.IPAddress,System.Net.IPAddress)">
  33365.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.MulticastOption"></see> class with the specified IP multicast group address and local IP address associated with a network interface.</summary>
  33366.             <param name="mcint">The local <see cref="T:System.Net.IPAddress"></see>. </param>
  33367.             <param name="group">The group <see cref="T:System.Net.IPAddress"></see>. </param>
  33368.             <exception cref="T:System.ArgumentNullException">group is null.-or- mcint is null. </exception>
  33369.         </member>
  33370.         <member name="P:System.Net.Sockets.MulticastOption.Group">
  33371.             <summary>Gets or sets the IP address of a multicast group.</summary>
  33372.             <returns>An <see cref="T:System.Net.IPAddress"></see> that contains the Internet address of a multicast group.</returns>
  33373.         </member>
  33374.         <member name="P:System.Net.Sockets.MulticastOption.InterfaceIndex">
  33375.             <summary>Gets or sets the index of the interface that is used to send and receive multicast packets. </summary>
  33376.             <returns>An integer that represents the index of a <see cref="T:System.Net.NetworkInformation.NetworkInterface"></see> array element.</returns>
  33377.         </member>
  33378.         <member name="P:System.Net.Sockets.MulticastOption.LocalAddress">
  33379.             <summary>Gets or sets the local address associated with a multicast group.</summary>
  33380.             <returns>An <see cref="T:System.Net.IPAddress"></see> that contains the local address associated with a multicast group.</returns>
  33381.         </member>
  33382.         <member name="T:System.Net.Sockets.NetworkStream">
  33383.             <summary>Provides the underlying stream of data for network access.</summary>
  33384.         </member>
  33385.         <member name="M:System.Net.Sockets.NetworkStream.#ctor(System.Net.Sockets.Socket)">
  33386.             <summary>Creates a new instance of the <see cref="T:System.Net.Sockets.NetworkStream"></see> class for the specified <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  33387.             <param name="socket">The <see cref="T:System.Net.Sockets.Socket"></see> that the <see cref="T:System.Net.Sockets.NetworkStream"></see> will use to send and receive data. </param>
  33388.             <exception cref="T:System.ArgumentNullException">socket is null. </exception>
  33389.             <exception cref="T:System.IO.IOException">socket is not connected.-or- The <see cref="P:System.Net.Sockets.Socket.SocketType"></see> property of socket is not <see cref="F:System.Net.Sockets.SocketType.Stream"></see>.-or- socket is in a nonblocking state. </exception>
  33390.         </member>
  33391.         <member name="M:System.Net.Sockets.NetworkStream.#ctor(System.Net.Sockets.Socket,System.Boolean)">
  33392.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.NetworkStream"></see> class for the specified <see cref="T:System.Net.Sockets.Socket"></see> with the specified <see cref="T:System.Net.Sockets.Socket"></see> ownership.</summary>
  33393.             <param name="ownsSocket">true to indicate that the <see cref="T:System.Net.Sockets.NetworkStream"></see> will take ownership of the <see cref="T:System.Net.Sockets.Socket"></see>; otherwise, false. </param>
  33394.             <param name="socket">The <see cref="T:System.Net.Sockets.Socket"></see> that the <see cref="T:System.Net.Sockets.NetworkStream"></see> will use to send and receive data. </param>
  33395.             <exception cref="T:System.IO.IOException">socket is not connected.-or- The value of the <see cref="P:System.Net.Sockets.Socket.SocketType"></see> property of socket is not <see cref="F:System.Net.Sockets.SocketType.Stream"></see>.-or- socket is in a nonblocking state. </exception>
  33396.             <exception cref="T:System.ArgumentNullException">socket is null. </exception>
  33397.         </member>
  33398.         <member name="M:System.Net.Sockets.NetworkStream.#ctor(System.Net.Sockets.Socket,System.IO.FileAccess)">
  33399.             <summary>Creates a new instance of the <see cref="T:System.Net.Sockets.NetworkStream"></see> class for the specified <see cref="T:System.Net.Sockets.Socket"></see> with the specified access rights.</summary>
  33400.             <param name="socket">The <see cref="T:System.Net.Sockets.Socket"></see> that the <see cref="T:System.Net.Sockets.NetworkStream"></see> will use to send and receive data. </param>
  33401.             <param name="access">A bitwise combination of the <see cref="T:System.IO.FileAccess"></see> values that specify the type of access given to the <see cref="T:System.Net.Sockets.NetworkStream"></see> over the provided <see cref="T:System.Net.Sockets.Socket"></see>. </param>
  33402.             <exception cref="T:System.ArgumentNullException">socket is null. </exception>
  33403.             <exception cref="T:System.IO.IOException">socket is not connected.-or- The <see cref="P:System.Net.Sockets.Socket.SocketType"></see> property of socket is not <see cref="F:System.Net.Sockets.SocketType.Stream"></see>.-or- socket is in a nonblocking state. </exception>
  33404.         </member>
  33405.         <member name="M:System.Net.Sockets.NetworkStream.#ctor(System.Net.Sockets.Socket,System.IO.FileAccess,System.Boolean)">
  33406.             <summary>Creates a new instance of the <see cref="T:System.Net.Sockets.NetworkStream"></see> class for the specified <see cref="T:System.Net.Sockets.Socket"></see> with the specified access rights and the specified <see cref="T:System.Net.Sockets.Socket"></see> ownership.</summary>
  33407.             <param name="ownsSocket">true to indicate that the <see cref="T:System.Net.Sockets.NetworkStream"></see> will take ownership of the <see cref="T:System.Net.Sockets.Socket"></see>; otherwise, false. </param>
  33408.             <param name="socket">The <see cref="T:System.Net.Sockets.Socket"></see> that the <see cref="T:System.Net.Sockets.NetworkStream"></see> will use to send and receive data. </param>
  33409.             <param name="access">A bitwise combination of the <see cref="T:System.IO.FileAccess"></see> values that specifies the type of access given to the <see cref="T:System.Net.Sockets.NetworkStream"></see> over the provided <see cref="T:System.Net.Sockets.Socket"></see>. </param>
  33410.             <exception cref="T:System.ArgumentNullException">socket is null. </exception>
  33411.             <exception cref="T:System.IO.IOException">socket is not connected.-or- The <see cref="P:System.Net.Sockets.Socket.SocketType"></see> property of socket is not <see cref="F:System.Net.Sockets.SocketType.Stream"></see>.-or- socket is in a nonblocking state. </exception>
  33412.         </member>
  33413.         <member name="M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  33414.             <summary>Begins an asynchronous read from the <see cref="T:System.Net.Sockets.NetworkStream"></see>.</summary>
  33415.             <returns>An <see cref="T:System.IAsyncResult"></see> that represents the asynchronous call.</returns>
  33416.             <param name="offset">The location in buffer to begin storing the data. </param>
  33417.             <param name="size">The number of bytes to read from the <see cref="T:System.Net.Sockets.NetworkStream"></see>. </param>
  33418.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the location in memory to store data read from the <see cref="T:System.Net.Sockets.NetworkStream"></see>. </param>
  33419.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate that is executed when <see cref="M:System.Net.Sockets.NetworkStream.BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see> completes. </param>
  33420.             <param name="state">An object that contains any additional user-defined data. </param>
  33421.             <exception cref="T:System.IO.IOException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> is closed.-or- There was a failure while reading from the network. -or-An error occurred when accessing the socket. See the Remarks section for more information.</exception>
  33422.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.NetworkStream"></see> is closed. </exception>
  33423.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter.</exception>
  33424.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  33425.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33426.         </member>
  33427.         <member name="M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)">
  33428.             <summary>Begins an asynchronous write to a stream.</summary>
  33429.             <returns>An <see cref="T:System.IAsyncResult"></see> that represents the asynchronous call.</returns>
  33430.             <param name="offset">The location in buffer to begin sending the data. </param>
  33431.             <param name="size">The number of bytes to write to the <see cref="T:System.Net.Sockets.NetworkStream"></see>. </param>
  33432.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to write to the <see cref="T:System.Net.Sockets.NetworkStream"></see>. </param>
  33433.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate that is executed when <see cref="M:System.Net.Sockets.NetworkStream.BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)"></see> completes. </param>
  33434.             <param name="state">An object that contains any additional user-defined data. </param>
  33435.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  33436.             <exception cref="T:System.IO.IOException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> is closed.-or- There was a failure while writing to the network. -or-An error occurred when accessing the socket. See the Remarks section for more information.</exception>
  33437.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.NetworkStream"></see> is closed. </exception>
  33438.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  33439.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33440.         </member>
  33441.         <member name="M:System.Net.Sockets.NetworkStream.Close(System.Int32)">
  33442.             <summary>Closes the <see cref="T:System.Net.Sockets.NetworkStream"></see> after waiting the specified time to allow data to be sent.</summary>
  33443.             <param name="timeout">A 32-bit signed integer that specifies how long to wait to send any remaining data before closing.</param>
  33444.             <exception cref="T:System.ArgumentOutOfRangeException">timeout is less than -1.</exception>
  33445.         </member>
  33446.         <member name="M:System.Net.Sockets.NetworkStream.Dispose(System.Boolean)">
  33447.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Sockets.NetworkStream"></see> and optionally releases the managed resources.</summary>
  33448.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  33449.         </member>
  33450.         <member name="M:System.Net.Sockets.NetworkStream.EndRead(System.IAsyncResult)">
  33451.             <summary>Handles the end of an asynchronous read.</summary>
  33452.             <returns>The number of bytes read from the <see cref="T:System.Net.Sockets.NetworkStream"></see>.</returns>
  33453.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that represents an asynchronous call. </param>
  33454.             <exception cref="T:System.ArgumentException">asyncResult is null. </exception>
  33455.             <exception cref="T:System.IO.IOException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> is closed.-or- An error occurred when accessing the socket. See the Remarks section for more information.</exception>
  33456.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.NetworkStream"></see> is closed. </exception>
  33457.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33458.         </member>
  33459.         <member name="M:System.Net.Sockets.NetworkStream.EndWrite(System.IAsyncResult)">
  33460.             <summary>Handles the end of an asynchronous write.</summary>
  33461.             <param name="asyncResult">The <see cref="T:System.IAsyncResult"></see> that represents the asynchronous call. </param>
  33462.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.NetworkStream"></see> is closed. </exception>
  33463.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  33464.             <exception cref="T:System.IO.IOException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> is closed.-or- An error occurred while writing to the network. -or-An error occurred when accessing the socket. See the Remarks section for more information.</exception>
  33465.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33466.         </member>
  33467.         <member name="M:System.Net.Sockets.NetworkStream.Finalize">
  33468.             <summary>Releases all resources used by the <see cref="T:System.Net.Sockets.NetworkStream"></see>.</summary>
  33469.         </member>
  33470.         <member name="M:System.Net.Sockets.NetworkStream.Flush">
  33471.             <summary>Flushes data from the stream. This method is reserved for future use.</summary>
  33472.         </member>
  33473.         <member name="M:System.Net.Sockets.NetworkStream.Read(System.Byte[],System.Int32,System.Int32)">
  33474.             <summary>Reads data from the <see cref="T:System.Net.Sockets.NetworkStream"></see>.</summary>
  33475.             <returns>The number of bytes read from the <see cref="T:System.Net.Sockets.NetworkStream"></see>.</returns>
  33476.             <param name="offset">The location in buffer to begin storing the data to. </param>
  33477.             <param name="size">The number of bytes to read from the <see cref="T:System.Net.Sockets.NetworkStream"></see>. </param>
  33478.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the location in memory to store data read from the <see cref="T:System.Net.Sockets.NetworkStream"></see>. </param>
  33479.             <exception cref="T:System.IO.IOException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> is closed. </exception>
  33480.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  33481.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.NetworkStream"></see> is closed.-or- There is a failure reading from the network. </exception>
  33482.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. -or-An error occurred when accessing the socket. See the Remarks section for more information.</exception>
  33483.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33484.         </member>
  33485.         <member name="M:System.Net.Sockets.NetworkStream.Seek(System.Int64,System.IO.SeekOrigin)">
  33486.             <summary>Sets the current position of the stream to the given value. This method is not currently supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  33487.             <returns>The position in the stream.</returns>
  33488.             <param name="offset">This parameter is not used. </param>
  33489.             <param name="origin">This parameter is not used. </param>
  33490.             <exception cref="T:System.NotSupportedException">Any use of this property. </exception>
  33491.         </member>
  33492.         <member name="M:System.Net.Sockets.NetworkStream.SetLength(System.Int64)">
  33493.             <summary>Sets the length of the stream. This method always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  33494.             <param name="value">This parameter is not used. </param>
  33495.             <exception cref="T:System.NotSupportedException">Any use of this property. </exception>
  33496.         </member>
  33497.         <member name="M:System.Net.Sockets.NetworkStream.System.IDisposable.Dispose">
  33498.             <summary>Releases all resources used by the <see cref="T:System.Net.Sockets.NetworkStream"></see>.</summary>
  33499.         </member>
  33500.         <member name="M:System.Net.Sockets.NetworkStream.Write(System.Byte[],System.Int32,System.Int32)">
  33501.             <summary>Writes data to the <see cref="T:System.Net.Sockets.NetworkStream"></see>.</summary>
  33502.             <param name="offset">The location in buffer from which to start writing data. </param>
  33503.             <param name="size">The number of bytes to write to the <see cref="T:System.Net.Sockets.NetworkStream"></see>. </param>
  33504.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to write to the <see cref="T:System.Net.Sockets.NetworkStream"></see>. </param>
  33505.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  33506.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.NetworkStream"></see> is closed.-or- There was a failure reading from the network. </exception>
  33507.             <exception cref="T:System.IO.IOException">There was a failure while writing to the network. -or-An error occurred when accessing the socket. See the Remarks section for more information.</exception>
  33508.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  33509.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33510.         </member>
  33511.         <member name="P:System.Net.Sockets.NetworkStream.CanRead">
  33512.             <summary>Gets a value that indicates whether the <see cref="T:System.Net.Sockets.NetworkStream"></see> supports reading.</summary>
  33513.             <returns>true if data can be read from the stream; otherwise, false. The default value is true.</returns>
  33514.         </member>
  33515.         <member name="P:System.Net.Sockets.NetworkStream.CanSeek">
  33516.             <summary>Gets a value that indicates whether the stream supports seeking. This property is not currently supported.This property always returns false.</summary>
  33517.             <returns>false in all cases to indicate that <see cref="T:System.Net.Sockets.NetworkStream"></see> cannot seek a specific location in the stream.</returns>
  33518.         </member>
  33519.         <member name="P:System.Net.Sockets.NetworkStream.CanTimeout">
  33520.             <summary>Indicates whether timeout properties are usable for <see cref="T:System.Net.Sockets.NetworkStream"></see>.</summary>
  33521.             <returns>true in all cases.</returns>
  33522.         </member>
  33523.         <member name="P:System.Net.Sockets.NetworkStream.CanWrite">
  33524.             <summary>Gets a value that indicates whether the <see cref="T:System.Net.Sockets.NetworkStream"></see> supports writing.</summary>
  33525.             <returns>true if data can be written to the <see cref="T:System.Net.Sockets.NetworkStream"></see>; otherwise, false. The default value is true.</returns>
  33526.         </member>
  33527.         <member name="P:System.Net.Sockets.NetworkStream.DataAvailable">
  33528.             <summary>Gets a value that indicates whether data is available on the <see cref="T:System.Net.Sockets.NetworkStream"></see> to be read.</summary>
  33529.             <returns>true if data is available on the stream to be read; otherwise, false.</returns>
  33530.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.NetworkStream"></see> is closed. </exception>
  33531.             <exception cref="T:System.IO.IOException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> is closed. </exception>
  33532.             <exception cref="T:System.Net.Sockets.SocketException">Use the <see cref="P:System.Net.Sockets.SocketException.ErrorCode"></see> property to obtain the specific error code, and refer to the Windows┬áSockets version 2 API error code documentation in MSDN for a detailed description of the error. </exception>
  33533.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33534.         </member>
  33535.         <member name="P:System.Net.Sockets.NetworkStream.Length">
  33536.             <summary>Gets the length of the data available on the stream. This property is not currently supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  33537.             <returns>The length of the data available on the stream.</returns>
  33538.             <exception cref="T:System.NotSupportedException">Any use of this property. </exception>
  33539.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33540.         </member>
  33541.         <member name="P:System.Net.Sockets.NetworkStream.Position">
  33542.             <summary>Gets or sets the current position in the stream. This property is not currently supported and always throws a <see cref="T:System.NotSupportedException"></see>.</summary>
  33543.             <returns>The current position in the stream.</returns>
  33544.             <exception cref="T:System.NotSupportedException">Any use of this property. </exception>
  33545.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33546.         </member>
  33547.         <member name="P:System.Net.Sockets.NetworkStream.Readable">
  33548.             <summary>Gets or sets a value that indicates whether the <see cref="T:System.Net.Sockets.NetworkStream"></see> can be read.</summary>
  33549.             <returns>true to indicate that the <see cref="T:System.Net.Sockets.NetworkStream"></see> can be read; otherwise, false. The default value is true.</returns>
  33550.         </member>
  33551.         <member name="P:System.Net.Sockets.NetworkStream.ReadTimeout">
  33552.             <summary>Gets or sets the amount of time that a read operation blocks waiting for data. </summary>
  33553.             <returns>A <see cref="T:System.Int32"></see> that specifies the amount of time, in milliseconds, that will elapse before a read operation fails. The default value, <see cref="F:System.Threading.Timeout.Infinite"></see>, specifies that the read operation does not time out.</returns>
  33554.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than or equal to zero and is not <see cref="F:System.Threading.Timeout.Infinite"></see>. </exception>
  33555.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33556.         </member>
  33557.         <member name="P:System.Net.Sockets.NetworkStream.Socket">
  33558.             <summary>Gets the underlying <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  33559.             <returns>A <see cref="T:System.Net.Sockets.Socket"></see> that represents the underlying network connection.</returns>
  33560.         </member>
  33561.         <member name="P:System.Net.Sockets.NetworkStream.Writeable">
  33562.             <summary>Gets a value that indicates whether the <see cref="T:System.Net.Sockets.NetworkStream"></see> is writable.</summary>
  33563.             <returns>true if data can be written to the stream; otherwise, false. The default value is true.</returns>
  33564.         </member>
  33565.         <member name="P:System.Net.Sockets.NetworkStream.WriteTimeout">
  33566.             <summary>Gets or sets the amount of time that a write operation blocks waiting for data. </summary>
  33567.             <returns>A <see cref="T:System.Int32"></see> that specifies the amount of time, in milliseconds, that will elapse before a write operation fails. The default value, <see cref="F:System.Threading.Timeout.Infinite"></see>, specifies that the write operation does not time out.</returns>
  33568.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than or equal to zero and is not <see cref="F:System.Threading.Timeout.Infinite"></see>. </exception>
  33569.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33570.         </member>
  33571.         <member name="T:System.Net.Sockets.ProtocolFamily">
  33572.             <summary>Specifies the type of protocol that an instance of the <see cref="T:System.Net.Sockets.Socket"></see> class can use.</summary>
  33573.         </member>
  33574.         <member name="F:System.Net.Sockets.ProtocolFamily.AppleTalk">
  33575.             <summary>AppleTalk protocol.</summary>
  33576.         </member>
  33577.         <member name="F:System.Net.Sockets.ProtocolFamily.Atm">
  33578.             <summary>Native ATM services protocol.</summary>
  33579.         </member>
  33580.         <member name="F:System.Net.Sockets.ProtocolFamily.Banyan">
  33581.             <summary>Banyan protocol.</summary>
  33582.         </member>
  33583.         <member name="F:System.Net.Sockets.ProtocolFamily.Ccitt">
  33584.             <summary>CCITT protocol, such as X.25.</summary>
  33585.         </member>
  33586.         <member name="F:System.Net.Sockets.ProtocolFamily.Chaos">
  33587.             <summary>MIT CHAOS protocol.</summary>
  33588.         </member>
  33589.         <member name="F:System.Net.Sockets.ProtocolFamily.Cluster">
  33590.             <summary>Microsoft Cluster products protocol.</summary>
  33591.         </member>
  33592.         <member name="F:System.Net.Sockets.ProtocolFamily.DataKit">
  33593.             <summary>DataKit protocol.</summary>
  33594.         </member>
  33595.         <member name="F:System.Net.Sockets.ProtocolFamily.DataLink">
  33596.             <summary>Direct data link protocol.</summary>
  33597.         </member>
  33598.         <member name="F:System.Net.Sockets.ProtocolFamily.DecNet">
  33599.             <summary>DECNet protocol.</summary>
  33600.         </member>
  33601.         <member name="F:System.Net.Sockets.ProtocolFamily.Ecma">
  33602.             <summary>European Computer Manufacturers Association (ECMA) protocol.</summary>
  33603.         </member>
  33604.         <member name="F:System.Net.Sockets.ProtocolFamily.FireFox">
  33605.             <summary>FireFox protocol.</summary>
  33606.         </member>
  33607.         <member name="F:System.Net.Sockets.ProtocolFamily.HyperChannel">
  33608.             <summary>NSC HyperChannel protocol.</summary>
  33609.         </member>
  33610.         <member name="F:System.Net.Sockets.ProtocolFamily.Ieee12844">
  33611.             <summary>IEEE 1284.4 workgroup protocol.</summary>
  33612.         </member>
  33613.         <member name="F:System.Net.Sockets.ProtocolFamily.ImpLink">
  33614.             <summary>ARPANET IMP protocol.</summary>
  33615.         </member>
  33616.         <member name="F:System.Net.Sockets.ProtocolFamily.InterNetwork">
  33617.             <summary>IP version 4 protocol.</summary>
  33618.         </member>
  33619.         <member name="F:System.Net.Sockets.ProtocolFamily.InterNetworkV6">
  33620.             <summary>IP version 6 protocol.</summary>
  33621.         </member>
  33622.         <member name="F:System.Net.Sockets.ProtocolFamily.Ipx">
  33623.             <summary>IPX or SPX protocol.</summary>
  33624.         </member>
  33625.         <member name="F:System.Net.Sockets.ProtocolFamily.Irda">
  33626.             <summary>IrDA protocol.</summary>
  33627.         </member>
  33628.         <member name="F:System.Net.Sockets.ProtocolFamily.Iso">
  33629.             <summary>ISO protocol.</summary>
  33630.         </member>
  33631.         <member name="F:System.Net.Sockets.ProtocolFamily.Lat">
  33632.             <summary>LAT protocol.</summary>
  33633.         </member>
  33634.         <member name="F:System.Net.Sockets.ProtocolFamily.Max">
  33635.             <summary>MAX protocol.</summary>
  33636.         </member>
  33637.         <member name="F:System.Net.Sockets.ProtocolFamily.NetBios">
  33638.             <summary>NetBIOS protocol.</summary>
  33639.         </member>
  33640.         <member name="F:System.Net.Sockets.ProtocolFamily.NetworkDesigners">
  33641.             <summary>Network Designers OSI gateway enabled protocol.</summary>
  33642.         </member>
  33643.         <member name="F:System.Net.Sockets.ProtocolFamily.NS">
  33644.             <summary>Xerox NS protocol.</summary>
  33645.         </member>
  33646.         <member name="F:System.Net.Sockets.ProtocolFamily.Osi">
  33647.             <summary>OSI protocol.</summary>
  33648.         </member>
  33649.         <member name="F:System.Net.Sockets.ProtocolFamily.Pup">
  33650.             <summary>PUP protocol.</summary>
  33651.         </member>
  33652.         <member name="F:System.Net.Sockets.ProtocolFamily.Sna">
  33653.             <summary>IBM SNA protocol.</summary>
  33654.         </member>
  33655.         <member name="F:System.Net.Sockets.ProtocolFamily.Unix">
  33656.             <summary>Unix local to host protocol.</summary>
  33657.         </member>
  33658.         <member name="F:System.Net.Sockets.ProtocolFamily.Unknown">
  33659.             <summary>Unknown protocol.</summary>
  33660.         </member>
  33661.         <member name="F:System.Net.Sockets.ProtocolFamily.Unspecified">
  33662.             <summary>Unspecified protocol.</summary>
  33663.         </member>
  33664.         <member name="F:System.Net.Sockets.ProtocolFamily.VoiceView">
  33665.             <summary>VoiceView protocol.</summary>
  33666.         </member>
  33667.         <member name="T:System.Net.Sockets.ProtocolType">
  33668.             <summary>Specifies the protocols that the <see cref="T:System.Net.Sockets.Socket"></see> class supports.</summary>
  33669.         </member>
  33670.         <member name="F:System.Net.Sockets.ProtocolType.Ggp">
  33671.             <summary>Gateway To Gateway Protocol.</summary>
  33672.         </member>
  33673.         <member name="F:System.Net.Sockets.ProtocolType.Icmp">
  33674.             <summary>Internet Control Message Protocol.</summary>
  33675.         </member>
  33676.         <member name="F:System.Net.Sockets.ProtocolType.IcmpV6">
  33677.             <summary>Internet Control Message Protocol for IPv6.</summary>
  33678.         </member>
  33679.         <member name="F:System.Net.Sockets.ProtocolType.Idp">
  33680.             <summary>Internet Datagram Protocol.</summary>
  33681.         </member>
  33682.         <member name="F:System.Net.Sockets.ProtocolType.Igmp">
  33683.             <summary>Internet Group Management Protocol.</summary>
  33684.         </member>
  33685.         <member name="F:System.Net.Sockets.ProtocolType.IP">
  33686.             <summary>Internet Protocol.</summary>
  33687.         </member>
  33688.         <member name="F:System.Net.Sockets.ProtocolType.IPSecAuthenticationHeader">
  33689.             <summary>IPv6 Authentication header. For details, see RFC 2292 section 2.2.1, available at http://www.ietf.org.</summary>
  33690.         </member>
  33691.         <member name="F:System.Net.Sockets.ProtocolType.IPSecEncapsulatingSecurityPayload">
  33692.             <summary>IPv6 Encapsulating Security Payload header.</summary>
  33693.         </member>
  33694.         <member name="F:System.Net.Sockets.ProtocolType.IPv4">
  33695.             <summary>Internet Protocol version 4.</summary>
  33696.         </member>
  33697.         <member name="F:System.Net.Sockets.ProtocolType.IPv6">
  33698.             <summary>Internet Protocol version 6 (IPv6). </summary>
  33699.         </member>
  33700.         <member name="F:System.Net.Sockets.ProtocolType.IPv6DestinationOptions">
  33701.             <summary>IPv6 Destination Options header.</summary>
  33702.         </member>
  33703.         <member name="F:System.Net.Sockets.ProtocolType.IPv6FragmentHeader">
  33704.             <summary>IPv6 Fragment header.</summary>
  33705.         </member>
  33706.         <member name="F:System.Net.Sockets.ProtocolType.IPv6HopByHopOptions">
  33707.             <summary>IPv6 Hop by Hop Options header.</summary>
  33708.         </member>
  33709.         <member name="F:System.Net.Sockets.ProtocolType.IPv6NoNextHeader">
  33710.             <summary>IPv6 No next header.</summary>
  33711.         </member>
  33712.         <member name="F:System.Net.Sockets.ProtocolType.IPv6RoutingHeader">
  33713.             <summary>IPv6 Routing header.</summary>
  33714.         </member>
  33715.         <member name="F:System.Net.Sockets.ProtocolType.Ipx">
  33716.             <summary>Internet Packet Exchange Protocol.</summary>
  33717.         </member>
  33718.         <member name="F:System.Net.Sockets.ProtocolType.ND">
  33719.             <summary>Net Disk Protocol (unofficial).</summary>
  33720.         </member>
  33721.         <member name="F:System.Net.Sockets.ProtocolType.Pup">
  33722.             <summary>PARC Universal Packet Protocol.</summary>
  33723.         </member>
  33724.         <member name="F:System.Net.Sockets.ProtocolType.Raw">
  33725.             <summary>Raw IP packet protocol.</summary>
  33726.         </member>
  33727.         <member name="F:System.Net.Sockets.ProtocolType.Spx">
  33728.             <summary>Sequenced Packet Exchange protocol.</summary>
  33729.         </member>
  33730.         <member name="F:System.Net.Sockets.ProtocolType.SpxII">
  33731.             <summary>Sequenced Packet Exchange version 2 protocol.</summary>
  33732.         </member>
  33733.         <member name="F:System.Net.Sockets.ProtocolType.Tcp">
  33734.             <summary>Transmission Control Protocol.</summary>
  33735.         </member>
  33736.         <member name="F:System.Net.Sockets.ProtocolType.Udp">
  33737.             <summary>User Datagram Protocol.</summary>
  33738.         </member>
  33739.         <member name="F:System.Net.Sockets.ProtocolType.Unknown">
  33740.             <summary>Unknown protocol.</summary>
  33741.         </member>
  33742.         <member name="F:System.Net.Sockets.ProtocolType.Unspecified">
  33743.             <summary>Unspecified protocol.</summary>
  33744.         </member>
  33745.         <member name="T:System.Net.Sockets.SelectMode">
  33746.             <summary>Defines the polling modes for the <see cref="M:System.Net.Sockets.Socket.Poll(System.Int32,System.Net.Sockets.SelectMode)"></see> method.</summary>
  33747.         </member>
  33748.         <member name="F:System.Net.Sockets.SelectMode.SelectError">
  33749.             <summary>Error status mode.</summary>
  33750.         </member>
  33751.         <member name="F:System.Net.Sockets.SelectMode.SelectRead">
  33752.             <summary>Read status mode.</summary>
  33753.         </member>
  33754.         <member name="F:System.Net.Sockets.SelectMode.SelectWrite">
  33755.             <summary>Write status mode.</summary>
  33756.         </member>
  33757.         <member name="T:System.Net.Sockets.Socket">
  33758.             <summary>Implements the Berkeley sockets interface.</summary>
  33759.         </member>
  33760.         <member name="M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.SocketInformation)">
  33761.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.Socket"></see> class using the specified value returned from <see cref="M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32)"></see>.</summary>
  33762.             <param name="socketInformation">The socket information returned by <see cref="M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32)"></see>.</param>
  33763.         </member>
  33764.         <member name="M:System.Net.Sockets.Socket.#ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)">
  33765.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.Socket"></see> class using the specified address family, socket type and protocol.</summary>
  33766.             <param name="socketType">One of the <see cref="T:System.Net.Sockets.SocketType"></see> values. </param>
  33767.             <param name="protocolType">One of the <see cref="T:System.Net.Sockets.ProtocolType"></see> values. </param>
  33768.             <param name="addressFamily">One of the <see cref="T:System.Net.Sockets.AddressFamily"></see> values. </param>
  33769.             <exception cref="T:System.Net.Sockets.SocketException">The combination of addressFamily, socketType, and protocolType results in an invalid socket. </exception>
  33770.         </member>
  33771.         <member name="M:System.Net.Sockets.Socket.Accept">
  33772.             <summary>Creates a new <see cref="T:System.Net.Sockets.Socket"></see> for a newly created connection.</summary>
  33773.             <returns>A <see cref="T:System.Net.Sockets.Socket"></see> for a newly created connection.</returns>
  33774.             <exception cref="T:System.InvalidOperationException">The accepting socket is not listening for connections. You must call <see cref="M:System.Net.Sockets.Socket.Bind(System.Net.EndPoint)"></see> and <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see> before calling <see cref="M:System.Net.Sockets.Socket.Accept"></see>. </exception>
  33775.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33776.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33777.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33778.         </member>
  33779.         <member name="M:System.Net.Sockets.Socket.BeginAccept(System.AsyncCallback,System.Object)">
  33780.             <summary>Begins an asynchronous operation to accept an incoming connection attempt.</summary>
  33781.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous <see cref="T:System.Net.Sockets.Socket"></see> creation.</returns>
  33782.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  33783.             <param name="state">An object that contains state information for this request. </param>
  33784.             <exception cref="T:System.NotSupportedException">Windows NT is required for this method. </exception>
  33785.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  33786.             <exception cref="T:System.InvalidOperationException">The accepting socket is not listening for connections. You must call <see cref="M:System.Net.Sockets.Socket.Bind(System.Net.EndPoint)"></see> and <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see> before calling <see cref="M:System.Net.Sockets.Socket.BeginAccept(System.AsyncCallback,System.Object)"></see>.-or- The accepted socket is bound. </exception>
  33787.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33788.             <exception cref="T:System.ArgumentOutOfRangeException">receiveSize is less than 0. </exception>
  33789.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33790.         </member>
  33791.         <member name="M:System.Net.Sockets.Socket.BeginAccept(System.Int32,System.AsyncCallback,System.Object)">
  33792.             <summary>Begins an asynchronous operation to accept an incoming connection attempt and receives the first block of data sent by the client application.</summary>
  33793.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous <see cref="T:System.Net.Sockets.Socket"></see> creation.</returns>
  33794.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  33795.             <param name="state">An object that contains state information for this request. </param>
  33796.             <param name="receiveSize">The number of bytes to accept from the sender. </param>
  33797.             <exception cref="T:System.NotSupportedException">Windows NT is required for this method. </exception>
  33798.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  33799.             <exception cref="T:System.InvalidOperationException">The accepting socket is not listening for connections. You must call <see cref="M:System.Net.Sockets.Socket.Bind(System.Net.EndPoint)"></see> and <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see> before calling <see cref="M:System.Net.Sockets.Socket.BeginAccept(System.AsyncCallback,System.Object)"></see>.-or- The accepted socket is bound. </exception>
  33800.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33801.             <exception cref="T:System.ArgumentOutOfRangeException">receiveSize is less than 0. </exception>
  33802.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33803.         </member>
  33804.         <member name="M:System.Net.Sockets.Socket.BeginAccept(System.Net.Sockets.Socket,System.Int32,System.AsyncCallback,System.Object)">
  33805.             <summary>Begins an asynchronous operation to accept an incoming connection attempt from a specified socket and receives the first block of data sent by the client application.</summary>
  33806.             <returns>An <see cref="T:System.IAsyncResult"></see> object that references the asynchronous <see cref="T:System.Net.Sockets.Socket"></see> object creation.</returns>
  33807.             <param name="state">An object that contains state information for this request. </param>
  33808.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  33809.             <param name="acceptSocket">The accepted <see cref="T:System.Net.Sockets.Socket"></see> object. This value may be null. </param>
  33810.             <param name="receiveSize">The maximum number of bytes to receive. </param>
  33811.             <exception cref="T:System.NotSupportedException">Windows NT is required for this method. </exception>
  33812.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  33813.             <exception cref="T:System.InvalidOperationException">The accepting socket is not listening for connections. You must call <see cref="M:System.Net.Sockets.Socket.Bind(System.Net.EndPoint)"></see> and <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see> before calling <see cref="M:System.Net.Sockets.Socket.BeginAccept(System.AsyncCallback,System.Object)"></see>.-or- The accepted socket is bound. </exception>
  33814.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33815.             <exception cref="T:System.ArgumentOutOfRangeException">receiveSize is less than 0. </exception>
  33816.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33817.         </member>
  33818.         <member name="M:System.Net.Sockets.Socket.BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object)">
  33819.             <summary>Begins an asynchronous request for a remote host connection.</summary>
  33820.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous connection.</returns>
  33821.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  33822.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see> that represents the remote host. </param>
  33823.             <param name="state">An object that contains state information for this request. </param>
  33824.             <exception cref="T:System.ArgumentNullException">remoteEP is null. </exception>
  33825.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> is <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see>ing.</exception>
  33826.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33827.             <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have permission for the requested operation. </exception>
  33828.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33829.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33830.         </member>
  33831.         <member name="M:System.Net.Sockets.Socket.BeginConnect(System.Net.IPAddress,System.Int32,System.AsyncCallback,System.Object)">
  33832.             <summary>Begins an asynchronous request for a remote host connection. The host is specified by an <see cref="T:System.Net.IPAddress"></see> and a port number.</summary>
  33833.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous connection.</returns>
  33834.             <param name="address">The <see cref="T:System.Net.IPAddress"></see> of the remote host.</param>
  33835.             <param name="state">A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  33836.             <param name="port">The port number of the remote host.</param>
  33837.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the connect operation is complete. </param>
  33838.             <exception cref="T:System.ArgumentException">The length of address is zero.</exception>
  33839.             <exception cref="T:System.NotSupportedException">The <see cref="T:System.Net.Sockets.Socket"></see> is not in the socket family.</exception>
  33840.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  33841.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  33842.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> is <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see>ing.</exception>
  33843.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33844.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33845.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33846.         </member>
  33847.         <member name="M:System.Net.Sockets.Socket.BeginConnect(System.Net.IPAddress[],System.Int32,System.AsyncCallback,System.Object)">
  33848.             <summary>Begins an asynchronous request for a remote host connection. The host is specified by an <see cref="T:System.Net.IPAddress"></see> array and a port number.</summary>
  33849.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous connections.</returns>
  33850.             <param name="state">A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  33851.             <param name="port">The port number of the remote host.</param>
  33852.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the connect operation is complete. </param>
  33853.             <param name="addresses">At least one <see cref="T:System.Net.IPAddress"></see>, designating the remote host.</param>
  33854.             <exception cref="T:System.ArgumentException">The length of address is zero.</exception>
  33855.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  33856.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> is <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see>ing.</exception>
  33857.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33858.             <exception cref="T:System.NotSupportedException">This method is valid for sockets that use <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see>.</exception>
  33859.             <exception cref="T:System.ArgumentNullException">addresses is null. </exception>
  33860.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33861.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33862.         </member>
  33863.         <member name="M:System.Net.Sockets.Socket.BeginConnect(System.String,System.Int32,System.AsyncCallback,System.Object)">
  33864.             <summary>Begins an asynchronous request for a remote host connection. The host is specified by a host name and a port number.</summary>
  33865.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous connection.</returns>
  33866.             <param name="state">A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  33867.             <param name="port">The port number of the remote host.</param>
  33868.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the connect operation is complete. </param>
  33869.             <param name="host">The name of the remote host.</param>
  33870.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  33871.             <exception cref="T:System.ArgumentNullException">host is null. </exception>
  33872.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> is <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see>ing.</exception>
  33873.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33874.             <exception cref="T:System.NotSupportedException">This method is valid for sockets in the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see> families.</exception>
  33875.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33876.         </member>
  33877.         <member name="M:System.Net.Sockets.Socket.BeginDisconnect(System.Boolean,System.AsyncCallback,System.Object)">
  33878.             <summary>Begins an asynchronous request to disconnect from a remote endpoint.</summary>
  33879.             <returns>An <see cref="T:System.IAsyncResult"></see> object that references the asynchronous operation.</returns>
  33880.             <param name="reuseSocket">true if this socket can be reused after the connection is closed; otherwise, false. </param>
  33881.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  33882.             <param name="state">An object that contains state information for this request. </param>
  33883.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  33884.             <exception cref="T:System.NotSupportedException">The operating system is Windows 2000 or earlier, and this method requires Windows XP. </exception>
  33885.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33886.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33887.         </member>
  33888.         <member name="M:System.Net.Sockets.Socket.BeginReceive(System.Collections.Generic.IList{System.ArraySegment{System.Byte}},System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)">
  33889.             <summary>Begins to asynchronously receive data from a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  33890.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous read.</returns>
  33891.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  33892.             <param name="state">A user-defined object that contains information about the receive operation. This object is passed to the <see cref="M:System.Net.Sockets.Socket.EndReceive(System.IAsyncResult)"></see> delegate when the operation is complete.</param>
  33893.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  33894.             <param name="buffers">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data.</param>
  33895.             <exception cref="T:System.ObjectDisposedException"><see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33896.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  33897.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33898.         </member>
  33899.         <member name="M:System.Net.Sockets.Socket.BeginReceive(System.Collections.Generic.IList{System.ArraySegment{System.Byte}},System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError@,System.AsyncCallback,System.Object)">
  33900.             <summary>Begins to asynchronously receive data from a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  33901.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous read.</returns>
  33902.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  33903.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  33904.             <param name="state">A user-defined object that contains information about the receive operation. This object is passed to the <see cref="M:System.Net.Sockets.Socket.EndReceive(System.IAsyncResult)"></see> delegate when the operation is complete.</param>
  33905.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  33906.             <param name="buffers">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data.</param>
  33907.             <exception cref="T:System.ObjectDisposedException"><see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33908.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  33909.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33910.         </member>
  33911.         <member name="M:System.Net.Sockets.Socket.BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)">
  33912.             <summary>Begins to asynchronously receive data from a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  33913.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous read.</returns>
  33914.             <param name="offset">The zero-based position in the buffer parameter at which to store the received data. </param>
  33915.             <param name="size">The number of bytes to receive. </param>
  33916.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data. </param>
  33917.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  33918.             <param name="state">A user-defined object that contains information about the receive operation. This object is passed to the <see cref="M:System.Net.Sockets.Socket.EndReceive(System.IAsyncResult)"></see> delegate when the operation is complete.</param>
  33919.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  33920.             <exception cref="T:System.ObjectDisposedException"><see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33921.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  33922.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  33923.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33924.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  33925.         </member>
  33926.         <member name="M:System.Net.Sockets.Socket.BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError@,System.AsyncCallback,System.Object)">
  33927.             <summary>Begins to asynchronously receive data from a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  33928.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous read.</returns>
  33929.             <param name="offset">The location in buffer to store the received data. </param>
  33930.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  33931.             <param name="size">The number of bytes to receive. </param>
  33932.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data.</param>
  33933.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  33934.             <param name="state">A user-defined object that contains information about the receive operation. This object is passed to the <see cref="M:System.Net.Sockets.Socket.EndReceive(System.IAsyncResult)"></see> delegate when the operation is complete.</param>
  33935.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  33936.             <exception cref="T:System.ObjectDisposedException"><see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33937.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  33938.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  33939.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33940.         </member>
  33941.         <member name="M:System.Net.Sockets.Socket.BeginReceiveFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint@,System.AsyncCallback,System.Object)">
  33942.             <summary>Begins to asynchronously receive data from a specified network device.</summary>
  33943.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous read.</returns>
  33944.             <param name="offset">The zero-based position in the buffer parameter at which to store the data. </param>
  33945.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  33946.             <param name="size">The number of bytes to receive. </param>
  33947.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data. </param>
  33948.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see> that represents the source of the data. </param>
  33949.             <param name="state">An object that contains state information for this request. </param>
  33950.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  33951.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  33952.             <exception cref="T:System.ArgumentNullException">buffer is null.-or- remoteEP is null. </exception>
  33953.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33954.             <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have permission for the requested operation. </exception>
  33955.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33956.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  33957.         </member>
  33958.         <member name="M:System.Net.Sockets.Socket.BeginReceiveMessageFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint@,System.AsyncCallback,System.Object)">
  33959.             <summary>Begins to asynchronously receive the specified number of bytes of data into the specified location of the data buffer, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>, and stores the endpoint and packet information..</summary>
  33960.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous read.</returns>
  33961.             <param name="offset">The zero-based position in the buffer parameter at which to store the data.</param>
  33962.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate.</param>
  33963.             <param name="size">The number of bytes to receive. </param>
  33964.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data. </param>
  33965.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see> that represents the source of the data.</param>
  33966.             <param name="state">An object that contains state information for this request.</param>
  33967.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  33968.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  33969.             <exception cref="T:System.ArgumentNullException">buffer is null.-or- remoteEP is null. </exception>
  33970.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  33971.             <exception cref="T:System.NotSupportedException">The operating system is Windows 2000 or earlier, and this method requires Windows XP.</exception>
  33972.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33973.         </member>
  33974.         <member name="M:System.Net.Sockets.Socket.BeginSend(System.Collections.Generic.IList{System.ArraySegment{System.Byte}},System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)">
  33975.             <summary>Sends data asynchronously to a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  33976.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous send.</returns>
  33977.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  33978.             <param name="state">An object that contains state information for this request. </param>
  33979.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  33980.             <param name="buffers">An array of type <see cref="T:System.Byte"></see> that contains the data to send. </param>
  33981.             <exception cref="T:System.ArgumentNullException">buffers is null. </exception>
  33982.             <exception cref="T:System.ArgumentException">buffers is empty.</exception>
  33983.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33984.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See remarks section below. </exception>
  33985.         </member>
  33986.         <member name="M:System.Net.Sockets.Socket.BeginSend(System.Collections.Generic.IList{System.ArraySegment{System.Byte}},System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError@,System.AsyncCallback,System.Object)">
  33987.             <summary>Sends data asynchronously to a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  33988.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous send.</returns>
  33989.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  33990.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  33991.             <param name="state">An object that contains state information for this request. </param>
  33992.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  33993.             <param name="buffers">An array of type <see cref="T:System.Byte"></see> that contains the data to send. </param>
  33994.             <exception cref="T:System.ArgumentNullException">buffers is null. </exception>
  33995.             <exception cref="T:System.ArgumentException">buffers is empty.</exception>
  33996.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  33997.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See remarks section below. </exception>
  33998.         </member>
  33999.         <member name="M:System.Net.Sockets.Socket.BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)">
  34000.             <summary>Sends data asynchronously to a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34001.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous send.</returns>
  34002.             <param name="offset">The zero-based position in the buffer parameter at which to begin sending data. </param>
  34003.             <param name="size">The number of bytes to send. </param>
  34004.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to send. </param>
  34005.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  34006.             <param name="state">An object that contains state information for this request. </param>
  34007.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34008.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is less than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  34009.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34010.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34011.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See remarks section below. </exception>
  34012.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34013.         </member>
  34014.         <member name="M:System.Net.Sockets.Socket.BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError@,System.AsyncCallback,System.Object)">
  34015.             <summary>Sends data asynchronously to a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34016.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous send.</returns>
  34017.             <param name="offset">The zero-based position in the buffer parameter at which to begin sending data. </param>
  34018.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  34019.             <param name="size">The number of bytes to send. </param>
  34020.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to send. </param>
  34021.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  34022.             <param name="state">An object that contains state information for this request. </param>
  34023.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34024.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is less than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  34025.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34026.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34027.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See remarks section below. </exception>
  34028.         </member>
  34029.         <member name="M:System.Net.Sockets.Socket.BeginSendFile(System.String,System.AsyncCallback,System.Object)">
  34030.             <summary>Sends the file fileName to a connected <see cref="T:System.Net.Sockets.Socket"></see> object using the <see cref="F:System.Net.Sockets.TransmitFileOptions.UseDefaultWorkerThread"></see> flag.</summary>
  34031.             <returns>An <see cref="T:System.IAsyncResult"></see> object that represents the asynchronous send.</returns>
  34032.             <param name="fileName">A string that contains the path and name of the file to send. This parameter can be null. </param>
  34033.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  34034.             <param name="state">An object that contains state information for this request. </param>
  34035.             <exception cref="T:System.NotSupportedException">The socket is not connected to a remote host. </exception>
  34036.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See remarks section below. </exception>
  34037.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34038.             <exception cref="T:System.IO.FileNotFoundException">The file fileName was not found. </exception>
  34039.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34040.         </member>
  34041.         <member name="M:System.Net.Sockets.Socket.BeginSendFile(System.String,System.Byte[],System.Byte[],System.Net.Sockets.TransmitFileOptions,System.AsyncCallback,System.Object)">
  34042.             <summary>Sends a file and buffers of data asynchronously to a connected <see cref="T:System.Net.Sockets.Socket"></see> object.</summary>
  34043.             <returns>An <see cref="T:System.IAsyncResult"></see> object that represents the asynchronous operation.</returns>
  34044.             <param name="postBuffer">A <see cref="T:System.Byte"></see> array that contains data to be sent after the file is sent. This parameter can be null. </param>
  34045.             <param name="fileName">A string that contains the path and name of the file to be sent. This parameter can be null. </param>
  34046.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate to be invoked when this operation completes. This parameter can be null. </param>
  34047.             <param name="state">A user-defined object that contains state information for this request. This parameter can be null. </param>
  34048.             <param name="flags">A bitwise combination of <see cref="T:System.Net.Sockets.TransmitFileOptions"></see> values. </param>
  34049.             <param name="preBuffer">A <see cref="T:System.Byte"></see> array that contains data to be sent before the file is sent. This parameter can be null. </param>
  34050.             <exception cref="T:System.IO.FileNotFoundException">The file fileName was not found. </exception>
  34051.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34052.             <exception cref="T:System.NotSupportedException">The operating system is not Windows NT or later.- or - The socket is not connected to a remote host. </exception>
  34053.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See remarks section below. </exception>
  34054.         </member>
  34055.         <member name="M:System.Net.Sockets.Socket.BeginSendTo(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint,System.AsyncCallback,System.Object)">
  34056.             <summary>Sends data asynchronously to a specific remote host.</summary>
  34057.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous send.</returns>
  34058.             <param name="offset">The zero-based position in buffer at which to begin sending data. </param>
  34059.             <param name="callback">The <see cref="T:System.AsyncCallback"></see> delegate. </param>
  34060.             <param name="size">The number of bytes to send. </param>
  34061.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to send. </param>
  34062.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see> that represents the remote device. </param>
  34063.             <param name="state">An object that contains state information for this request. </param>
  34064.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34065.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  34066.             <exception cref="T:System.ArgumentNullException">buffer is null.-or- remoteEP is null. </exception>
  34067.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34068.             <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have permission for the requested operation. </exception>
  34069.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34070.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34071.         </member>
  34072.         <member name="M:System.Net.Sockets.Socket.Bind(System.Net.EndPoint)">
  34073.             <summary>Associates a <see cref="T:System.Net.Sockets.Socket"></see> with a local endpoint.</summary>
  34074.             <param name="localEP">The local <see cref="T:System.Net.EndPoint"></see> to associate with the <see cref="T:System.Net.Sockets.Socket"></see>. </param>
  34075.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34076.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34077.             <exception cref="T:System.ArgumentNullException">localEP is null. </exception>
  34078.             <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have permission for the requested operation. </exception>
  34079.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34080.         </member>
  34081.         <member name="M:System.Net.Sockets.Socket.Close">
  34082.             <summary>Closes the <see cref="T:System.Net.Sockets.Socket"></see> connection and releases all associated resources.</summary>
  34083.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34084.         </member>
  34085.         <member name="M:System.Net.Sockets.Socket.Close(System.Int32)">
  34086.             <summary>Closes the <see cref="T:System.Net.Sockets.Socket"></see> connection and releases all associated resources.</summary>
  34087.             <param name="timeout">Wait up to timeout seconds to send any remaining data, then close the socket.</param>
  34088.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34089.         </member>
  34090.         <member name="M:System.Net.Sockets.Socket.Connect(System.Net.EndPoint)">
  34091.             <summary>Establishes a connection to a remote host.</summary>
  34092.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see> that represents the remote device. </param>
  34093.             <exception cref="T:System.ArgumentNullException">remoteEP is null. </exception>
  34094.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> is <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see>ing.</exception>
  34095.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34096.             <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have permission for the requested operation. </exception>
  34097.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34098.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34099.         </member>
  34100.         <member name="M:System.Net.Sockets.Socket.Connect(System.Net.IPAddress,System.Int32)">
  34101.             <summary>Establishes a connection to a remote host. The host is specified by an IP address and a port number.</summary>
  34102.             <param name="address">The IP address of the remote host.</param>
  34103.             <param name="port">The port number of the remote host.</param>
  34104.             <exception cref="T:System.ArgumentException">The length of address is zero.</exception>
  34105.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  34106.             <exception cref="T:System.ArgumentNullException">address is null. </exception>
  34107.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> is <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see>ing.</exception>
  34108.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34109.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34110.             <exception cref="T:System.NotSupportedException">This method is valid for sockets in the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see> families.</exception>
  34111.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34112.         </member>
  34113.         <member name="M:System.Net.Sockets.Socket.Connect(System.Net.IPAddress[],System.Int32)">
  34114.             <summary>Establishes a connection to a remote host. The host is specified by an array of IP addresses and a port number.</summary>
  34115.             <param name="port">The port number of the remote host.</param>
  34116.             <param name="addresses">The IP addresses of the remote host.</param>
  34117.             <exception cref="T:System.ArgumentException">The length of address is zero.</exception>
  34118.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  34119.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> is <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see>ing.</exception>
  34120.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34121.             <exception cref="T:System.ArgumentNullException">addresses is null. </exception>
  34122.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34123.             <exception cref="T:System.NotSupportedException">This method is valid for sockets in the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see> families.</exception>
  34124.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34125.         </member>
  34126.         <member name="M:System.Net.Sockets.Socket.Connect(System.String,System.Int32)">
  34127.             <summary>Establishes a connection to a remote host. The host is specified by a host name and a port number.</summary>
  34128.             <param name="port">The port number of the remote host.</param>
  34129.             <param name="host">The name of the remote host.</param>
  34130.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  34131.             <exception cref="T:System.ArgumentNullException">host is null. </exception>
  34132.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> is <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see>ing.</exception>
  34133.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34134.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34135.             <exception cref="T:System.NotSupportedException">This method is valid for sockets in the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see> families.</exception>
  34136.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34137.         </member>
  34138.         <member name="M:System.Net.Sockets.Socket.Disconnect(System.Boolean)">
  34139.             <summary>Closes the socket connection and allows reuse of the socket.</summary>
  34140.             <param name="reuseSocket">true if this socket can be reused after the current connection is closed; otherwise, false. </param>
  34141.             <exception cref="T:System.PlatformNotSupportedException">This method requires Windows 2000 or earlier, or the exception will be thrown.</exception>
  34142.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34143.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34144.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34145.         </member>
  34146.         <member name="M:System.Net.Sockets.Socket.Dispose(System.Boolean)">
  34147.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Sockets.Socket"></see>, and optionally disposes of the managed resources.</summary>
  34148.             <param name="disposing">true to release both managed and unmanaged resources; false to releases only unmanaged resources. </param>
  34149.         </member>
  34150.         <member name="M:System.Net.Sockets.Socket.DuplicateAndClose(System.Int32)">
  34151.             <summary>Duplicates the socket reference for the target process, and closes the socket for this process.</summary>
  34152.             <returns>The socket reference to be passed to the target process.</returns>
  34153.             <param name="targetProcessId">The ID of the target process where a duplicate of the socket reference is created.</param>
  34154.             <exception cref="T:System.Net.Sockets.SocketException">targetProcessID is not a valid process id.-or- Duplication of the socket reference failed. </exception>
  34155.         </member>
  34156.         <member name="M:System.Net.Sockets.Socket.EndAccept(System.IAsyncResult)">
  34157.             <summary>Asynchronously accepts an incoming connection attempt and creates a new <see cref="T:System.Net.Sockets.Socket"></see> to handle remote host communication.</summary>
  34158.             <returns>A <see cref="T:System.Net.Sockets.Socket"></see> to handle communication with the remote host.</returns>
  34159.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that stores state information for this asynchronous operation as well as any user defined data. </param>
  34160.             <exception cref="T:System.NotSupportedException">Windows NT is required for this method. </exception>
  34161.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  34162.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34163.             <exception cref="T:System.ArgumentException">asyncResult was not created by a call to <see cref="M:System.Net.Sockets.Socket.BeginAccept(System.AsyncCallback,System.Object)"></see>. </exception>
  34164.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndAccept(System.IAsyncResult)"></see> method was previously called. </exception>
  34165.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34166.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34167.         </member>
  34168.         <member name="M:System.Net.Sockets.Socket.EndAccept(System.Byte[]@,System.IAsyncResult)">
  34169.             <summary>Asynchronously accepts an incoming connection attempt and creates a new <see cref="T:System.Net.Sockets.Socket"></see> object to handle remote host communication. This method returns a buffer that contains the initial data transferred.</summary>
  34170.             <returns>A <see cref="T:System.Net.Sockets.Socket"></see> object to handle communication with the remote host.</returns>
  34171.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object that stores state information for this asynchronous operation as well as any user defined data. </param>
  34172.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the bytes transferred. </param>
  34173.             <exception cref="T:System.NotSupportedException">Windows NT is required for this method. </exception>
  34174.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34175.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndAccept(System.IAsyncResult)"></see> method was previously called. </exception>
  34176.             <exception cref="T:System.ArgumentNullException">asyncResult is empty. </exception>
  34177.             <exception cref="T:System.ArgumentException">asyncResult was not created by a call to <see cref="M:System.Net.Sockets.Socket.BeginAccept(System.AsyncCallback,System.Object)"></see>. </exception>
  34178.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the <see cref="T:System.Net.Sockets.Socket"></see> See the Remarks section for more information. </exception>
  34179.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34180.         </member>
  34181.         <member name="M:System.Net.Sockets.Socket.EndAccept(System.Byte[]@,System.Int32@,System.IAsyncResult)">
  34182.             <summary>Asynchronously accepts an incoming connection attempt and creates a new <see cref="T:System.Net.Sockets.Socket"></see> object to handle remote host communication. This method returns a buffer that contains the initial data and the number of bytes transferred.</summary>
  34183.             <returns>A <see cref="T:System.Net.Sockets.Socket"></see> object to handle communication with the remote host.</returns>
  34184.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object that stores state information for this asynchronous operation as well as any user defined data. </param>
  34185.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the bytes transferred. </param>
  34186.             <param name="bytesTransferred">The number of bytes transferred. </param>
  34187.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the <see cref="T:System.Net.Sockets.Socket"></see>. See the Remarks section for more information. </exception>
  34188.             <exception cref="T:System.NotSupportedException">Windows NT is required for this method. </exception>
  34189.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34190.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndAccept(System.IAsyncResult)"></see> method was previously called. </exception>
  34191.             <exception cref="T:System.ArgumentNullException">asyncResult is empty. </exception>
  34192.             <exception cref="T:System.ArgumentException">asyncResult was not created by a call to <see cref="M:System.Net.Sockets.Socket.BeginAccept(System.AsyncCallback,System.Object)"></see>. </exception>
  34193.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34194.         </member>
  34195.         <member name="M:System.Net.Sockets.Socket.EndConnect(System.IAsyncResult)">
  34196.             <summary>Ends a pending asynchronous connection request.</summary>
  34197.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that stores state information and any user defined data for this asynchronous operation. </param>
  34198.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  34199.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34200.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndConnect(System.IAsyncResult)"></see> was previously called for the asynchronous connection. </exception>
  34201.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object)"></see> method. </exception>
  34202.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34203.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34204.         </member>
  34205.         <member name="M:System.Net.Sockets.Socket.EndDisconnect(System.IAsyncResult)">
  34206.             <summary>Ends a pending asynchronous disconnect request.</summary>
  34207.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object that stores state information and any user-defined data for this asynchronous operation. </param>
  34208.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginDisconnect(System.Boolean,System.AsyncCallback,System.Object)"></see> method. </exception>
  34209.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34210.             <exception cref="T:System.NotSupportedException">The operating system is Windows 2000 or earlier, and this method requires Windows XP. </exception>
  34211.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  34212.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndDisconnect(System.IAsyncResult)"></see> was previously called for the asynchronous connection. </exception>
  34213.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34214.             <exception cref="T:System.Net.WebException">The disconnect request has timed out. </exception>
  34215.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34216.         </member>
  34217.         <member name="M:System.Net.Sockets.Socket.EndReceive(System.IAsyncResult)">
  34218.             <summary>Ends a pending asynchronous read.</summary>
  34219.             <returns>The number of bytes received.</returns>
  34220.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that stores state information and any user defined data for this asynchronous operation. </param>
  34221.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)"></see> method. </exception>
  34222.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndReceive(System.IAsyncResult)"></see> was previously called for the asynchronous read. </exception>
  34223.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  34224.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34225.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34226.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34227.         </member>
  34228.         <member name="M:System.Net.Sockets.Socket.EndReceive(System.IAsyncResult,System.Net.Sockets.SocketError@)">
  34229.             <summary>Ends a pending asynchronous read.</summary>
  34230.             <returns>The number of bytes received.</returns>
  34231.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  34232.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that stores state information and any user defined data for this asynchronous operation.</param>
  34233.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)"></see> method. </exception>
  34234.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndReceive(System.IAsyncResult)"></see> was previously called for the asynchronous read. </exception>
  34235.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  34236.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34237.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34238.         </member>
  34239.         <member name="M:System.Net.Sockets.Socket.EndReceiveFrom(System.IAsyncResult,System.Net.EndPoint@)">
  34240.             <summary>Ends a pending asynchronous read from a specific endpoint.</summary>
  34241.             <returns>If successful, the number of bytes received. If unsuccessful, returns 0.</returns>
  34242.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that stores state information and any user defined data for this asynchronous operation. </param>
  34243.             <param name="endPoint">The source <see cref="T:System.Net.EndPoint"></see>. </param>
  34244.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndReceiveFrom(System.IAsyncResult,System.Net.EndPoint@)"></see> was previously called for the asynchronous read. </exception>
  34245.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginReceiveFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint@,System.AsyncCallback,System.Object)"></see> method. </exception>
  34246.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  34247.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34248.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34249.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34250.         </member>
  34251.         <member name="M:System.Net.Sockets.Socket.EndReceiveMessageFrom(System.IAsyncResult,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)">
  34252.             <summary>Ends a pending asynchronous read from a specific endpoint. This method also reveals more information about the packet than <see cref="M:System.Net.Sockets.Socket.EndReceiveFrom(System.IAsyncResult,System.Net.EndPoint@)"></see>.</summary>
  34253.             <returns>If successful, the number of bytes received. If unsuccessful, returns 0.</returns>
  34254.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that stores state information and any user defined data for this asynchronous operation.</param>
  34255.             <param name="ipPacketInformation">The <see cref="T:System.Net.IPAddress"></see> and interface of the received packet.</param>
  34256.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values for the received packet.</param>
  34257.             <param name="endPoint">The source <see cref="T:System.Net.EndPoint"></see>.</param>
  34258.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndReceiveMessageFrom(System.IAsyncResult,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)"></see> was previously called for the asynchronous read. </exception>
  34259.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34260.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginReceiveMessageFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint@,System.AsyncCallback,System.Object)"></see> method. </exception>
  34261.             <exception cref="T:System.ArgumentNullException">asyncResult is null-or- endPoint is null. </exception>
  34262.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34263.         </member>
  34264.         <member name="M:System.Net.Sockets.Socket.EndSend(System.IAsyncResult)">
  34265.             <summary>Ends a pending asynchronous send.</summary>
  34266.             <returns>If successful, the number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>; otherwise, an invalid <see cref="T:System.Net.Sockets.Socket"></see> error.</returns>
  34267.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that stores state information for this asynchronous operation. </param>
  34268.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)"></see> method. </exception>
  34269.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  34270.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34271.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndSend(System.IAsyncResult)"></see> was previously called for the asynchronous send. </exception>
  34272.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34273.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34274.         </member>
  34275.         <member name="M:System.Net.Sockets.Socket.EndSend(System.IAsyncResult,System.Net.Sockets.SocketError@)">
  34276.             <summary>Ends a pending asynchronous send.</summary>
  34277.             <returns>If successful, the number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>; otherwise, an invalid <see cref="T:System.Net.Sockets.Socket"></see> error.</returns>
  34278.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  34279.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that stores state information for this asynchronous operation.</param>
  34280.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)"></see> method. </exception>
  34281.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  34282.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34283.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndSend(System.IAsyncResult)"></see> was previously called for the asynchronous send. </exception>
  34284.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34285.         </member>
  34286.         <member name="M:System.Net.Sockets.Socket.EndSendFile(System.IAsyncResult)">
  34287.             <summary>Ends a pending asynchronous send of a file.</summary>
  34288.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object that stores state information for this asynchronous operation. </param>
  34289.             <exception cref="T:System.NotSupportedException">Windows NT is required for this method. </exception>
  34290.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34291.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndSendFile(System.IAsyncResult)"></see> was previously called for the asynchronous <see cref="M:System.Net.Sockets.Socket.BeginSendFile(System.String,System.AsyncCallback,System.Object)"></see>. </exception>
  34292.             <exception cref="T:System.ArgumentNullException">asyncResult is empty. </exception>
  34293.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginSendFile(System.String,System.AsyncCallback,System.Object)"></see> method. </exception>
  34294.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See remarks section below. </exception>
  34295.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34296.         </member>
  34297.         <member name="M:System.Net.Sockets.Socket.EndSendTo(System.IAsyncResult)">
  34298.             <summary>Ends a pending asynchronous send to a specific location.</summary>
  34299.             <returns>If successful, the number of bytes sent; otherwise, an invalid <see cref="T:System.Net.Sockets.Socket"></see> error.</returns>
  34300.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> that stores state information and any user defined data for this asynchronous operation. </param>
  34301.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginSendTo(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint,System.AsyncCallback,System.Object)"></see> method. </exception>
  34302.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  34303.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34304.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndSendTo(System.IAsyncResult)"></see> was previously called for the asynchronous send. </exception>
  34305.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34306.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34307.         </member>
  34308.         <member name="M:System.Net.Sockets.Socket.Finalize">
  34309.             <summary>Frees resources used by the <see cref="T:System.Net.Sockets.Socket"></see> class.</summary>
  34310.         </member>
  34311.         <member name="M:System.Net.Sockets.Socket.GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName)">
  34312.             <summary>Returns the value of a specified <see cref="T:System.Net.Sockets.Socket"></see> option, represented as an object.</summary>
  34313.             <returns>An object that represents the value of the option. When the optionName parameter is set to <see cref="F:System.Net.Sockets.SocketOptionName.Linger"></see> the return value is an instance of the <see cref="T:System.Net.Sockets.LingerOption"></see> class. When optionName is set to <see cref="F:System.Net.Sockets.SocketOptionName.AddMembership"></see> or <see cref="F:System.Net.Sockets.SocketOptionName.DropMembership"></see>, the return value is an instance of the <see cref="T:System.Net.Sockets.MulticastOption"></see> class. When optionName is any other value, the return value is an integer.</returns>
  34314.             <param name="optionName">One of the <see cref="T:System.Net.Sockets.SocketOptionName"></see> values. </param>
  34315.             <param name="optionLevel">One of the <see cref="T:System.Net.Sockets.SocketOptionLevel"></see> values. </param>
  34316.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34317.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information.-or-optionName was set to the unsupported value <see cref="F:System.Net.Sockets.SocketOptionName.MaxConnections"></see>.</exception>
  34318.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34319.         </member>
  34320.         <member name="M:System.Net.Sockets.Socket.GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Byte[])">
  34321.             <summary>Returns the specified <see cref="T:System.Net.Sockets.Socket"></see> option setting, represented as a byte array.</summary>
  34322.             <param name="optionName">One of the <see cref="T:System.Net.Sockets.SocketOptionName"></see> values. </param>
  34323.             <param name="optionValue">An array of type <see cref="T:System.Byte"></see> that is to receive the option setting. </param>
  34324.             <param name="optionLevel">One of the <see cref="T:System.Net.Sockets.SocketOptionLevel"></see> values. </param>
  34325.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. - or -In .NET Compact Framework applications, the Windows CE default buffer space is set to 32768 bytes. You can change the per socket buffer space by calling <see cref="Overload:System.Net.Sockets.Socket.SetSocketOption"></see>.</exception>
  34326.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34327.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34328.         </member>
  34329.         <member name="M:System.Net.Sockets.Socket.GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32)">
  34330.             <summary>Returns the value of the specified <see cref="T:System.Net.Sockets.Socket"></see> option in an array.</summary>
  34331.             <returns>An array of type <see cref="T:System.Byte"></see> that contains the value of the socket option.</returns>
  34332.             <param name="optionName">One of the <see cref="T:System.Net.Sockets.SocketOptionName"></see> values. </param>
  34333.             <param name="optionLevel">One of the <see cref="T:System.Net.Sockets.SocketOptionLevel"></see> values. </param>
  34334.             <param name="optionLength">The length, in bytes, of the expected return value. </param>
  34335.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. - or -In .NET Compact Framework applications, the Windows CE default buffer space is set to 32768 bytes. You can change the per socket buffer space by calling <see cref="Overload:System.Net.Sockets.Socket.SetSocketOption"></see>.</exception>
  34336.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34337.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34338.         </member>
  34339.         <member name="M:System.Net.Sockets.Socket.IOControl(System.Int32,System.Byte[],System.Byte[])">
  34340.             <summary>Sets low-level operating modes for the <see cref="T:System.Net.Sockets.Socket"></see> using numerical control codes.</summary>
  34341.             <returns>The number of bytes in the optionOutValue parameter.</returns>
  34342.             <param name="optionOutValue">A <see cref="T:System.Byte"></see> array that contains the output data returned by the operation. </param>
  34343.             <param name="optionInValue">A <see cref="T:System.Byte"></see> array that contains the input data required by the operation. </param>
  34344.             <param name="ioControlCode">An <see cref="T:System.Int32"></see> value that specifies the control code of the operation to perform. </param>
  34345.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34346.             <exception cref="T:System.InvalidOperationException">An attempt was made to change the blocking mode without using the <see cref="P:System.Net.Sockets.Socket.Blocking"></see> property. </exception>
  34347.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34348.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34349.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34350.         </member>
  34351.         <member name="M:System.Net.Sockets.Socket.IOControl(System.Net.Sockets.IOControlCode,System.Byte[],System.Byte[])">
  34352.             <summary>Sets low-level operating modes for the <see cref="T:System.Net.Sockets.Socket"></see> using the <see cref="T:System.Net.Sockets.IOControlCode"></see> enumeration to specify control codes.</summary>
  34353.             <returns>The number of bytes in the optionOutValue parameter.</returns>
  34354.             <param name="optionOutValue">An array of type <see cref="T:System.Byte"></see> that contains the output data returned by the operation. </param>
  34355.             <param name="optionInValue">An array of type <see cref="T:System.Byte"></see> that contains the input data required by the operation. </param>
  34356.             <param name="ioControlCode">A <see cref="T:System.Net.Sockets.IOControlCode"></see> value that specifies the control code of the operation to perform. </param>
  34357.             <exception cref="T:System.InvalidOperationException">An attempt was made to change the blocking mode without using the <see cref="P:System.Net.Sockets.Socket.Blocking"></see> property. </exception>
  34358.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34359.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34360.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34361.         </member>
  34362.         <member name="M:System.Net.Sockets.Socket.Listen(System.Int32)">
  34363.             <summary>Places a <see cref="T:System.Net.Sockets.Socket"></see> in a listening state.</summary>
  34364.             <param name="backlog">The maximum length of the pending connections queue. </param>
  34365.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34366.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34367.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34368.         </member>
  34369.         <member name="M:System.Net.Sockets.Socket.Poll(System.Int32,System.Net.Sockets.SelectMode)">
  34370.             <summary>Determines the status of the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34371.             <returns>Mode Return Value <see cref="F:System.Net.Sockets.SelectMode.SelectRead"></see>true if <see cref="M:System.Net.Sockets.Socket.Listen(System.Int32)"></see> has been called and a connection is pending; -or- true if data is available for reading; -or- true if the connection has been closed, reset, or terminated; otherwise, returns false. <see cref="F:System.Net.Sockets.SelectMode.SelectWrite"></see>true, if processing a <see cref="M:System.Net.Sockets.Socket.Connect(System.Net.EndPoint)"></see>, and the connection has succeeded; -or- true if data can be sent; otherwise, returns false. <see cref="F:System.Net.Sockets.SelectMode.SelectError"></see>true if processing a <see cref="M:System.Net.Sockets.Socket.Connect(System.Net.EndPoint)"></see> that does not block, and the connection has failed; -or- true if <see cref="F:System.Net.Sockets.SocketOptionName.OutOfBandInline"></see> is not set and out-of-band data is available; otherwise, returns false. </returns>
  34372.             <param name="microSeconds">The time to wait for a response, in microseconds. </param>
  34373.             <param name="mode">One of the <see cref="T:System.Net.Sockets.SelectMode"></see> values. </param>
  34374.             <exception cref="T:System.NotSupportedException">The mode parameter is not one of the <see cref="T:System.Net.Sockets.SelectMode"></see> values. </exception>
  34375.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See remarks below. </exception>
  34376.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34377.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34378.         </member>
  34379.         <member name="M:System.Net.Sockets.Socket.Receive(System.Byte[])">
  34380.             <summary>Receives data from a bound <see cref="T:System.Net.Sockets.Socket"></see> into a receive buffer.</summary>
  34381.             <returns>The number of bytes received.</returns>
  34382.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data. </param>
  34383.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34384.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34385.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34386.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34387.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34388.         </member>
  34389.         <member name="M:System.Net.Sockets.Socket.Receive(System.Collections.Generic.IList{System.ArraySegment{System.Byte}})">
  34390.             <summary>Receives data from a bound <see cref="T:System.Net.Sockets.Socket"></see> into the list of receive buffers.</summary>
  34391.             <returns>The number of bytes received.</returns>
  34392.             <param name="buffers">A list of <see cref="T:System.ArraySegment`1"></see>s of type <see cref="T:System.Byte"></see> that contains the received data.</param>
  34393.             <exception cref="T:System.ArgumentNullException">The buffer parameter is null. </exception>
  34394.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred while attempting to access the socket. See the Remarks section for more information. </exception>
  34395.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34396.         </member>
  34397.         <member name="M:System.Net.Sockets.Socket.Receive(System.Byte[],System.Net.Sockets.SocketFlags)">
  34398.             <summary>Receives data from a bound <see cref="T:System.Net.Sockets.Socket"></see> into a receive buffer, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34399.             <returns>The number of bytes received.</returns>
  34400.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data. </param>
  34401.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34402.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34403.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34404.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34405.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34406.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34407.         </member>
  34408.         <member name="M:System.Net.Sockets.Socket.Receive(System.Collections.Generic.IList{System.ArraySegment{System.Byte}},System.Net.Sockets.SocketFlags)">
  34409.             <summary>Receives data from a bound <see cref="T:System.Net.Sockets.Socket"></see> into the list of receive buffers, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34410.             <returns>The number of bytes received.</returns>
  34411.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  34412.             <param name="buffers">A list of <see cref="T:System.ArraySegment`1"></see>s of type <see cref="T:System.Byte"></see> that contains the received data.</param>
  34413.             <exception cref="T:System.ArgumentNullException">buffers is null.-or-buffers.Count is zero.</exception>
  34414.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred while attempting to access the socket. See the Remarks section for more information. </exception>
  34415.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34416.         </member>
  34417.         <member name="M:System.Net.Sockets.Socket.Receive(System.Byte[],System.Int32,System.Net.Sockets.SocketFlags)">
  34418.             <summary>Receives the specified number of bytes of data from a bound <see cref="T:System.Net.Sockets.Socket"></see> into a receive buffer, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34419.             <returns>The number of bytes received.</returns>
  34420.             <param name="size">The number of bytes to receive. </param>
  34421.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data. </param>
  34422.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34423.             <exception cref="T:System.ArgumentOutOfRangeException">size exceeds the size of buffer. </exception>
  34424.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34425.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34426.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34427.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34428.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34429.         </member>
  34430.         <member name="M:System.Net.Sockets.Socket.Receive(System.Collections.Generic.IList{System.ArraySegment{System.Byte}},System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError@)">
  34431.             <summary>Receives data from a bound <see cref="T:System.Net.Sockets.Socket"></see> into the list of receive buffers, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34432.             <returns>The number of bytes received.</returns>
  34433.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  34434.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  34435.             <param name="buffers">A list of <see cref="T:System.ArraySegment`1"></see>s of type <see cref="T:System.Byte"></see> that contains the received data.</param>
  34436.             <exception cref="T:System.ArgumentNullException">buffers is null.-or-buffers.Count is zero.</exception>
  34437.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred while attempting to access the socket. See the Remarks section for more information. </exception>
  34438.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34439.         </member>
  34440.         <member name="M:System.Net.Sockets.Socket.Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags)">
  34441.             <summary>Receives the specified number of bytes from a bound <see cref="T:System.Net.Sockets.Socket"></see> into the specified offset position of the receive buffer, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34442.             <returns>The number of bytes received.</returns>
  34443.             <param name="offset">The location in buffer to store the received data. </param>
  34444.             <param name="size">The number of bytes to receive. </param>
  34445.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for received data. </param>
  34446.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34447.             <exception cref="T:System.Net.Sockets.SocketException">socketFlags is not a valid combination of values.-or- The <see cref="P:System.Net.Sockets.Socket.LocalEndPoint"></see> property was not set.-or- An operating system error occurs while accessing the <see cref="T:System.Net.Sockets.Socket"></see>. </exception>
  34448.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  34449.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34450.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34451.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34452.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34453.         </member>
  34454.         <member name="M:System.Net.Sockets.Socket.Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError@)">
  34455.             <summary>Receives data from a bound <see cref="T:System.Net.Sockets.Socket"></see> into a receive buffer, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34456.             <returns>The number of bytes received.</returns>
  34457.             <param name="offset">The position in the buffer parameter to store the received data. </param>
  34458.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  34459.             <param name="size">The number of bytes to receive. </param>
  34460.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data.</param>
  34461.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  34462.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  34463.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34464.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34465.             <exception cref="T:System.Net.Sockets.SocketException">socketFlags is not a valid combination of values.-or- The <see cref="P:System.Net.Sockets.Socket.LocalEndPoint"></see> property is not set.-or- An operating system error occurs while accessing the <see cref="T:System.Net.Sockets.Socket"></see>. </exception>
  34466.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34467.         </member>
  34468.         <member name="M:System.Net.Sockets.Socket.ReceiveFrom(System.Byte[],System.Net.EndPoint@)">
  34469.             <summary>Receives a datagram into the data buffer and stores the endpoint.</summary>
  34470.             <returns>The number of bytes received.</returns>
  34471.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for received data. </param>
  34472.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see>, passed by reference, that represents the remote server. </param>
  34473.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34474.             <exception cref="T:System.ArgumentNullException">buffer is null.-or- remoteEP is null. </exception>
  34475.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34476.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34477.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34478.         </member>
  34479.         <member name="M:System.Net.Sockets.Socket.ReceiveFrom(System.Byte[],System.Net.Sockets.SocketFlags,System.Net.EndPoint@)">
  34480.             <summary>Receives a datagram into the data buffer, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>, and stores the endpoint.</summary>
  34481.             <returns>The number of bytes received.</returns>
  34482.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for the received data. </param>
  34483.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see>, passed by reference, that represents the remote server. </param>
  34484.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34485.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34486.             <exception cref="T:System.ArgumentNullException">buffer is null.-or- remoteEP is null. </exception>
  34487.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34488.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34489.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34490.         </member>
  34491.         <member name="M:System.Net.Sockets.Socket.ReceiveFrom(System.Byte[],System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint@)">
  34492.             <summary>Receives the specified number of bytes into the data buffer, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>, and stores the endpoint.</summary>
  34493.             <returns>The number of bytes received.</returns>
  34494.             <param name="size">The number of bytes to receive. </param>
  34495.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for received data. </param>
  34496.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see>, passed by reference, that represents the remote server. </param>
  34497.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34498.             <exception cref="T:System.Net.Sockets.SocketException">socketFlags is not a valid combination of values.-or- The <see cref="P:System.Net.Sockets.Socket.LocalEndPoint"></see> property was not set.-or- An operating system error occurs while accessing the <see cref="T:System.Net.Sockets.Socket"></see>. </exception>
  34499.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34500.             <exception cref="T:System.ArgumentOutOfRangeException">size is less than 0.-or- size is greater than the length of buffer. </exception>
  34501.             <exception cref="T:System.ArgumentNullException">buffer is null.- or- remoteEP is null. </exception>
  34502.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34503.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34504.         </member>
  34505.         <member name="M:System.Net.Sockets.Socket.ReceiveFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint@)">
  34506.             <summary>Receives the specified number of bytes of data into the specified location of the data buffer, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>, and stores the endpoint.</summary>
  34507.             <returns>The number of bytes received.</returns>
  34508.             <param name="offset">The position in the buffer parameter to store the received data. </param>
  34509.             <param name="size">The number of bytes to receive. </param>
  34510.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for received data. </param>
  34511.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see>, passed by reference, that represents the remote server. </param>
  34512.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34513.             <exception cref="T:System.Net.Sockets.SocketException">socketFlags is not a valid combination of values.-or- The <see cref="P:System.Net.Sockets.Socket.LocalEndPoint"></see> property was not set.-or- An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34514.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of the buffer minus the value of the offset parameter. </exception>
  34515.             <exception cref="T:System.ArgumentNullException">buffer is null.- or- remoteEP is null. </exception>
  34516.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34517.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34518.         </member>
  34519.         <member name="M:System.Net.Sockets.Socket.ReceiveMessageFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags@,System.Net.EndPoint@,System.Net.Sockets.IPPacketInformation@)">
  34520.             <summary>Receives the specified number of bytes of data into the specified location of the data buffer, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>, and stores the endpoint and packet information.</summary>
  34521.             <returns>The number of bytes received.</returns>
  34522.             <param name="offset">The position in the buffer parameter to store the received data.</param>
  34523.             <param name="size">The number of bytes to receive.</param>
  34524.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that is the storage location for received data.</param>
  34525.             <param name="remoteEP">An <see cref="T:System.Net.EndPoint"></see>, passed by reference, that represents the remote server.</param>
  34526.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  34527.             <param name="ipPacketInformation">An <see cref="T:System.Net.Sockets.IPPacketInformation"></see> holding address and interface information.</param>
  34528.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of the buffer minus the value of the offset parameter. </exception>
  34529.             <exception cref="T:System.Net.Sockets.SocketException">socketFlags is not a valid combination of values.-or- The <see cref="P:System.Net.Sockets.Socket.LocalEndPoint"></see> property was not set.-or- The .NET Framework is running on an AMD 64-bit processor.-or- An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34530.             <exception cref="T:System.ArgumentNullException">buffer is null.- or- remoteEP is null. </exception>
  34531.             <exception cref="T:System.NotSupportedException">The operating system is Windows 2000 or earlier, and this method requires Windows XP.</exception>
  34532.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34533.         </member>
  34534.         <member name="M:System.Net.Sockets.Socket.Select(System.Collections.IList,System.Collections.IList,System.Collections.IList,System.Int32)">
  34535.             <summary>Determines the status of one or more sockets.</summary>
  34536.             <param name="microSeconds">The time-out value, in microseconds. A -1 value indicates an infinite time-out.</param>
  34537.             <param name="checkRead">An <see cref="T:System.Collections.IList"></see> of <see cref="T:System.Net.Sockets.Socket"></see> instances to check for readability. </param>
  34538.             <param name="checkError">An <see cref="T:System.Collections.IList"></see> of <see cref="T:System.Net.Sockets.Socket"></see> instances to check for errors. </param>
  34539.             <param name="checkWrite">An <see cref="T:System.Collections.IList"></see> of <see cref="T:System.Net.Sockets.Socket"></see> instances to check for writability. </param>
  34540.             <exception cref="T:System.ArgumentNullException">The checkRead parameter is null or empty.-and- The checkWrite parameter is null or empty -and- The checkError parameter is null or empty. </exception>
  34541.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34542.         </member>
  34543.         <member name="M:System.Net.Sockets.Socket.Send(System.Byte[])">
  34544.             <summary>Sends data to a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34545.             <returns>The number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  34546.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34547.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34548.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34549.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34550.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34551.         </member>
  34552.         <member name="M:System.Net.Sockets.Socket.Send(System.Collections.Generic.IList{System.ArraySegment{System.Byte}})">
  34553.             <summary>Sends the set of buffers in the list to a connected <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34554.             <returns>The number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  34555.             <param name="buffers">A list of <see cref="T:System.ArraySegment`1"></see>s of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34556.             <exception cref="T:System.ArgumentNullException">buffers is null. </exception>
  34557.             <exception cref="T:System.ArgumentException">buffers is empty.</exception>
  34558.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34559.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See remarks section below. </exception>
  34560.         </member>
  34561.         <member name="M:System.Net.Sockets.Socket.Send(System.Byte[],System.Net.Sockets.SocketFlags)">
  34562.             <summary>Sends data to a connected <see cref="T:System.Net.Sockets.Socket"></see> using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34563.             <returns>The number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  34564.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34565.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34566.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34567.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34568.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34569.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34570.         </member>
  34571.         <member name="M:System.Net.Sockets.Socket.Send(System.Collections.Generic.IList{System.ArraySegment{System.Byte}},System.Net.Sockets.SocketFlags)">
  34572.             <summary>Sends the set of buffers in the list to a connected <see cref="T:System.Net.Sockets.Socket"></see>, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34573.             <returns>The number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  34574.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  34575.             <param name="buffers">A list of <see cref="T:System.ArraySegment`1"></see>s of type <see cref="T:System.Byte"></see> that contains the data to be sent.</param>
  34576.             <exception cref="T:System.ArgumentNullException">buffers is null.</exception>
  34577.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34578.             <exception cref="T:System.ArgumentException">buffers is empty.</exception>
  34579.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34580.         </member>
  34581.         <member name="M:System.Net.Sockets.Socket.Send(System.Byte[],System.Int32,System.Net.Sockets.SocketFlags)">
  34582.             <summary>Sends the specified number of bytes of data to a connected <see cref="T:System.Net.Sockets.Socket"></see>, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34583.             <returns>The number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  34584.             <param name="size">The number of bytes to send. </param>
  34585.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34586.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34587.             <exception cref="T:System.ArgumentOutOfRangeException">size is less than 0 or exceeds the size of the buffer. </exception>
  34588.             <exception cref="T:System.Net.Sockets.SocketException">socketFlags is not a valid combination of values.-or- An operating system error occurs while accessing the socket. See the Remarks section for more information. </exception>
  34589.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34590.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34591.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34592.         </member>
  34593.         <member name="M:System.Net.Sockets.Socket.Send(System.Collections.Generic.IList{System.ArraySegment{System.Byte}},System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError@)">
  34594.             <summary>Sends the set of buffers in the list to a connected <see cref="T:System.Net.Sockets.Socket"></see>, using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34595.             <returns>The number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  34596.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  34597.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values.</param>
  34598.             <param name="buffers">A list of <see cref="T:System.ArraySegment`1"></see>s of type <see cref="T:System.Byte"></see> that contains the data to be sent.</param>
  34599.             <exception cref="T:System.ArgumentNullException">buffers is null.</exception>
  34600.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34601.             <exception cref="T:System.ArgumentException">buffers is empty.</exception>
  34602.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34603.         </member>
  34604.         <member name="M:System.Net.Sockets.Socket.Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags)">
  34605.             <summary>Sends the specified number of bytes of data to a connected <see cref="T:System.Net.Sockets.Socket"></see>, starting at the specified offset, and using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34606.             <returns>The number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  34607.             <param name="offset">The position in the data buffer at which to begin sending data. </param>
  34608.             <param name="size">The number of bytes to send. </param>
  34609.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34610.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34611.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  34612.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34613.             <exception cref="T:System.Net.Sockets.SocketException">socketFlags is not a valid combination of values.-or- An operating system error occurs while accessing the <see cref="T:System.Net.Sockets.Socket"></see>. See the Remarks section for more information. </exception>
  34614.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34615.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34616.         </member>
  34617.         <member name="M:System.Net.Sockets.Socket.Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError@)">
  34618.             <summary>Sends the specified number of bytes of data to a connected <see cref="T:System.Net.Sockets.Socket"></see>, starting at the specified offset, and using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see></summary>
  34619.             <returns>The number of bytes sent to the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  34620.             <param name="offset">The position in the data buffer at which to begin sending data. </param>
  34621.             <param name="errorCode">A <see cref="T:System.Net.Sockets.SocketError"></see> object that stores the socket error.</param>
  34622.             <param name="size">The number of bytes to send. </param>
  34623.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34624.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34625.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  34626.             <exception cref="T:System.ArgumentNullException">buffer is null. </exception>
  34627.             <exception cref="T:System.Net.Sockets.SocketException">socketFlags is not a valid combination of values.-or- An operating system error occurs while accessing the <see cref="T:System.Net.Sockets.Socket"></see>. See the Remarks section for more information. </exception>
  34628.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34629.         </member>
  34630.         <member name="M:System.Net.Sockets.Socket.SendFile(System.String)">
  34631.             <summary>Sends the file fileName to a connected <see cref="T:System.Net.Sockets.Socket"></see> object with the <see cref="F:System.Net.Sockets.TransmitFileOptions.UseDefaultWorkerThread"></see> transmit flag.</summary>
  34632.             <param name="fileName">A <see cref="T:System.String"></see> that contains the path and name of the file to be sent. This parameter can be null. </param>
  34633.             <exception cref="T:System.NotSupportedException">The socket is not connected to a remote host. </exception>
  34634.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34635.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> object is not in blocking mode and cannot accept this synchronous call. </exception>
  34636.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34637.             <exception cref="T:System.IO.FileNotFoundException">The file fileName was not found. </exception>
  34638.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34639.         </member>
  34640.         <member name="M:System.Net.Sockets.Socket.SendFile(System.String,System.Byte[],System.Byte[],System.Net.Sockets.TransmitFileOptions)">
  34641.             <summary>Sends the file fileName and buffers of data to a connected <see cref="T:System.Net.Sockets.Socket"></see> object using the specified <see cref="T:System.Net.Sockets.TransmitFileOptions"></see> value.</summary>
  34642.             <param name="postBuffer">A <see cref="T:System.Byte"></see> array that contains data to be sent after the file is sent. This parameter can be null. </param>
  34643.             <param name="fileName">A <see cref="T:System.String"></see> that contains the path and name of the file to be sent. This parameter can be null. </param>
  34644.             <param name="flags">One or more of <see cref="T:System.Net.Sockets.TransmitFileOptions"></see> values. </param>
  34645.             <param name="preBuffer">A <see cref="T:System.Byte"></see> array that contains data to be sent before the file is sent. This parameter can be null. </param>
  34646.             <exception cref="T:System.NotSupportedException">The operating system is not Windows┬áNT or later.- or - The socket is not connected to a remote host. </exception>
  34647.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34648.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.Socket"></see> object is not in blocking mode and cannot accept this synchronous call. </exception>
  34649.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34650.             <exception cref="T:System.IO.FileNotFoundException">The file fileName was not found. </exception>
  34651.         </member>
  34652.         <member name="M:System.Net.Sockets.Socket.SendTo(System.Byte[],System.Net.EndPoint)">
  34653.             <summary>Sends data to the specified endpoint.</summary>
  34654.             <returns>The number of bytes sent.</returns>
  34655.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34656.             <param name="remoteEP">The <see cref="T:System.Net.EndPoint"></see> that represents the destination for the data. </param>
  34657.             <exception cref="T:System.ArgumentNullException">buffer is null.-or- remoteEP is null. </exception>
  34658.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34659.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34660.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34661.         </member>
  34662.         <member name="M:System.Net.Sockets.Socket.SendTo(System.Byte[],System.Net.Sockets.SocketFlags,System.Net.EndPoint)">
  34663.             <summary>Sends data to a specific endpoint using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34664.             <returns>The number of bytes sent.</returns>
  34665.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34666.             <param name="remoteEP">The <see cref="T:System.Net.EndPoint"></see> that represents the destination location for the data. </param>
  34667.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34668.             <exception cref="T:System.ArgumentNullException">buffer is null.-or- remoteEP is null. </exception>
  34669.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34670.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34671.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34672.         </member>
  34673.         <member name="M:System.Net.Sockets.Socket.SendTo(System.Byte[],System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint)">
  34674.             <summary>Sends the specified number of bytes of data to the specified endpoint using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34675.             <returns>The number of bytes sent.</returns>
  34676.             <param name="size">The number of bytes to send. </param>
  34677.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34678.             <param name="remoteEP">The <see cref="T:System.Net.EndPoint"></see> that represents the destination location for the data. </param>
  34679.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34680.             <exception cref="T:System.ArgumentNullException">buffer is null.-or- remoteEP is null. </exception>
  34681.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34682.             <exception cref="T:System.ArgumentOutOfRangeException">The specified size exceeds the size of buffer. </exception>
  34683.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34684.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34685.         </member>
  34686.         <member name="M:System.Net.Sockets.Socket.SendTo(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint)">
  34687.             <summary>Sends the specified number of bytes of data to the specified endpoint, starting at the specified location in the buffer, and using the specified <see cref="T:System.Net.Sockets.SocketFlags"></see>.</summary>
  34688.             <returns>The number of bytes sent.</returns>
  34689.             <param name="offset">The position in the data buffer at which to begin sending data. </param>
  34690.             <param name="size">The number of bytes to send. </param>
  34691.             <param name="buffer">An array of type <see cref="T:System.Byte"></see> that contains the data to be sent. </param>
  34692.             <param name="remoteEP">The <see cref="T:System.Net.EndPoint"></see> that represents the destination location for the data. </param>
  34693.             <param name="socketFlags">A bitwise combination of the <see cref="T:System.Net.Sockets.SocketFlags"></see> values. </param>
  34694.             <exception cref="T:System.ArgumentOutOfRangeException">offset is less than 0.-or- offset is greater than the length of buffer.-or- size is less than 0.-or- size is greater than the length of buffer minus the value of the offset parameter. </exception>
  34695.             <exception cref="T:System.Security.SecurityException">A caller in the call stack does not have the required permissions. </exception>
  34696.             <exception cref="T:System.ArgumentNullException">buffer is null.-or- remoteEP is null. </exception>
  34697.             <exception cref="T:System.Net.Sockets.SocketException">socketFlags is not a valid combination of values.-or- An operating system error occurs while accessing the <see cref="T:System.Net.Sockets.Socket"></see>. See the Remarks section for more information. </exception>
  34698.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34699.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34700.         </member>
  34701.         <member name="M:System.Net.Sockets.Socket.SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Boolean)">
  34702.             <summary>Sets the specified <see cref="T:System.Net.Sockets.Socket"></see> option to the specified <see cref="T:System.Boolean"></see> value.</summary>
  34703.             <param name="optionName">One of the <see cref="T:System.Net.Sockets.SocketOptionName"></see> values. </param>
  34704.             <param name="optionValue">The value of the option, represented as a <see cref="T:System.Boolean"></see>. </param>
  34705.             <param name="optionLevel">One of the <see cref="T:System.Net.Sockets.SocketOptionLevel"></see> values. </param>
  34706.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> object has been closed. </exception>
  34707.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34708.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34709.         </member>
  34710.         <member name="M:System.Net.Sockets.Socket.SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Byte[])">
  34711.             <summary>Sets the specified <see cref="T:System.Net.Sockets.Socket"></see> option to the specified value, represented as a byte array.</summary>
  34712.             <param name="optionName">One of the <see cref="T:System.Net.Sockets.SocketOptionName"></see> values. </param>
  34713.             <param name="optionValue">An array of type <see cref="T:System.Byte"></see> that represents the value of the option. </param>
  34714.             <param name="optionLevel">One of the <see cref="T:System.Net.Sockets.SocketOptionLevel"></see> values. </param>
  34715.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34716.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34717.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34718.         </member>
  34719.         <member name="M:System.Net.Sockets.Socket.SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32)">
  34720.             <summary>Sets the specified <see cref="T:System.Net.Sockets.Socket"></see> option to the specified integer value.</summary>
  34721.             <param name="optionName">One of the <see cref="T:System.Net.Sockets.SocketOptionName"></see> values. </param>
  34722.             <param name="optionValue">A value of the option. </param>
  34723.             <param name="optionLevel">One of the <see cref="T:System.Net.Sockets.SocketOptionLevel"></see> values. </param>
  34724.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34725.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34726.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34727.         </member>
  34728.         <member name="M:System.Net.Sockets.Socket.SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object)">
  34729.             <summary>Sets the specified <see cref="T:System.Net.Sockets.Socket"></see> option to the specified value, represented as an object.</summary>
  34730.             <param name="optionName">One of the <see cref="T:System.Net.Sockets.SocketOptionName"></see> values. </param>
  34731.             <param name="optionValue">A <see cref="T:System.Net.Sockets.LingerOption"></see> or <see cref="T:System.Net.Sockets.MulticastOption"></see> that contains the value of the option. </param>
  34732.             <param name="optionLevel">One of the <see cref="T:System.Net.Sockets.SocketOptionLevel"></see> values. </param>
  34733.             <exception cref="T:System.ArgumentNullException">optionValue is null. </exception>
  34734.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34735.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34736.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34737.         </member>
  34738.         <member name="M:System.Net.Sockets.Socket.Shutdown(System.Net.Sockets.SocketShutdown)">
  34739.             <summary>Disables sends and receives on a <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34740.             <param name="how">One of the <see cref="T:System.Net.Sockets.SocketShutdown"></see> values that specifies the operation that will no longer be allowed. </param>
  34741.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34742.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34743.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34744.         </member>
  34745.         <member name="M:System.Net.Sockets.Socket.System.IDisposable.Dispose">
  34746.             <summary>Releases all resources used by the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34747.         </member>
  34748.         <member name="P:System.Net.Sockets.Socket.AddressFamily">
  34749.             <summary>Gets the address family of the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34750.             <returns>One of the <see cref="T:System.Net.Sockets.AddressFamily"></see> values.</returns>
  34751.         </member>
  34752.         <member name="P:System.Net.Sockets.Socket.Available">
  34753.             <summary>Gets the amount of data that has been received from the network and is available to be read.</summary>
  34754.             <returns>The number of bytes of data received from the network and available to be read.</returns>
  34755.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34756.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34757.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34758.         </member>
  34759.         <member name="P:System.Net.Sockets.Socket.Blocking">
  34760.             <summary>Gets or sets a value that indicates whether the <see cref="T:System.Net.Sockets.Socket"></see> is in blocking mode.</summary>
  34761.             <returns>true if the <see cref="T:System.Net.Sockets.Socket"></see> will block; otherwise, false. The default is true.</returns>
  34762.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34763.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34764.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34765.         </member>
  34766.         <member name="P:System.Net.Sockets.Socket.Connected">
  34767.             <summary>Gets a value that indicates whether a <see cref="T:System.Net.Sockets.Socket"></see> is connected to a remote host as of the last <see cref="Overload:System.Net.Sockets.Socket.Send"></see> or <see cref="Overload:System.Net.Sockets.Socket.Receive"></see> operation.</summary>
  34768.             <returns>true if the <see cref="T:System.Net.Sockets.Socket"></see> was connected to a remote resource as of the most recent operation; otherwise, false.</returns>
  34769.         </member>
  34770.         <member name="P:System.Net.Sockets.Socket.DontFragment">
  34771.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the <see cref="T:System.Net.Sockets.Socket"></see> allows Internet Protocol (IP) datagrams to be fragmented.</summary>
  34772.             <returns>true if the <see cref="T:System.Net.Sockets.Socket"></see> allows datagram fragmentation; otherwise, false. The default is true.</returns>
  34773.             <exception cref="T:System.NotSupportedException">This property can be set only for sockets in the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see> families. </exception>
  34774.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34775.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34776.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34777.         </member>
  34778.         <member name="P:System.Net.Sockets.Socket.EnableBroadcast">
  34779.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the <see cref="T:System.Net.Sockets.Socket"></see> can send or receive broadcast packets.</summary>
  34780.             <returns>true if the <see cref="T:System.Net.Sockets.Socket"></see> allows broadcast packets; otherwise, false. The default is false.</returns>
  34781.             <exception cref="T:System.Net.Sockets.SocketException">This option is valid for a datagram socket only. </exception>
  34782.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34783.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34784.         </member>
  34785.         <member name="P:System.Net.Sockets.Socket.ExclusiveAddressUse">
  34786.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the <see cref="T:System.Net.Sockets.Socket"></see> allows only one process to bind to a port.</summary>
  34787.             <returns>true if the <see cref="T:System.Net.Sockets.Socket"></see> allows only one socket to bind to a specific port; otherwise, false. The default is true for Windows Server┬á2003 and Windows XP Service Pack 2, and false for all other versions.</returns>
  34788.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.Bind(System.Net.EndPoint)"></see> has been called for this <see cref="T:System.Net.Sockets.Socket"></see>.</exception>
  34789.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
  34790.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34791.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34792.         </member>
  34793.         <member name="P:System.Net.Sockets.Socket.Handle">
  34794.             <summary>Gets the operating system handle for the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34795.             <returns>An <see cref="T:System.IntPtr"></see> that represents the operating system handle for the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  34796.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34797.         </member>
  34798.         <member name="P:System.Net.Sockets.Socket.IsBound">
  34799.             <summary>Gets a value that indicates whether the <see cref="T:System.Net.Sockets.Socket"></see> is bound to a specific local port.</summary>
  34800.             <returns>true if the <see cref="T:System.Net.Sockets.Socket"></see> is bound to a local port; otherwise, false.</returns>
  34801.         </member>
  34802.         <member name="P:System.Net.Sockets.Socket.LingerState">
  34803.             <summary>Gets or sets a value that specifies whether the <see cref="T:System.Net.Sockets.Socket"></see> will delay closing a socket in an attempt to send all pending data.</summary>
  34804.             <returns>A <see cref="T:System.Net.Sockets.LingerOption"></see> that specifies how to linger while closing a socket.</returns>
  34805.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
  34806.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34807.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34808.         </member>
  34809.         <member name="P:System.Net.Sockets.Socket.LocalEndPoint">
  34810.             <summary>Gets the local endpoint.</summary>
  34811.             <returns>The <see cref="T:System.Net.EndPoint"></see> that the <see cref="T:System.Net.Sockets.Socket"></see> is using for communications.</returns>
  34812.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34813.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34814.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34815.         </member>
  34816.         <member name="P:System.Net.Sockets.Socket.MulticastLoopback">
  34817.             <summary>Gets or sets a value that specifies whether outgoing multicast packets are delivered to the sending application.</summary>
  34818.             <returns>true if the <see cref="T:System.Net.Sockets.Socket"></see> receives outgoing multicast packets; otherwise, false.</returns>
  34819.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
  34820.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34821.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34822.         </member>
  34823.         <member name="P:System.Net.Sockets.Socket.NoDelay">
  34824.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the stream <see cref="T:System.Net.Sockets.Socket"></see> is using the Nagle algorithm.</summary>
  34825.             <returns>false if the <see cref="T:System.Net.Sockets.Socket"></see> uses the Nagle algorithm; otherwise, true. The default is false.</returns>
  34826.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the <see cref="T:System.Net.Sockets.Socket"></see>. See the Remarks section for more information. </exception>
  34827.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34828.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34829.         </member>
  34830.         <member name="P:System.Net.Sockets.Socket.OSSupportsIPv6">
  34831.             <summary>Indicates whether the underlying operating system and network adaptors support Internet Protocol version 6 (IPv6).</summary>
  34832.             <returns>true if the operating system and network adaptors support the IPv6 protocol; otherwise, false.</returns>
  34833.         </member>
  34834.         <member name="P:System.Net.Sockets.Socket.ProtocolType">
  34835.             <summary>Gets the protocol type of the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34836.             <returns>One of the <see cref="T:System.Net.Sockets.ProtocolType"></see> values.</returns>
  34837.         </member>
  34838.         <member name="P:System.Net.Sockets.Socket.ReceiveBufferSize">
  34839.             <summary>Gets or sets a value that specifies the size of the receive buffer of the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34840.             <returns>An <see cref="T:System.Int32"></see> that contains the size, in bytes, of the receive buffer. The default is 8192.</returns>
  34841.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than 0.</exception>
  34842.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
  34843.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34844.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34845.         </member>
  34846.         <member name="P:System.Net.Sockets.Socket.ReceiveTimeout">
  34847.             <summary>Gets or sets a value that specifies the amount of time after which a synchronous <see cref="Overload:System.Net.Sockets.Socket.Receive"></see> call will time out.</summary>
  34848.             <returns>The time-out value, in milliseconds. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period.</returns>
  34849.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than -1.</exception>
  34850.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
  34851.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34852.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34853.         </member>
  34854.         <member name="P:System.Net.Sockets.Socket.RemoteEndPoint">
  34855.             <summary>Gets the remote endpoint.</summary>
  34856.             <returns>The <see cref="T:System.Net.EndPoint"></see> with which the <see cref="T:System.Net.Sockets.Socket"></see> is communicating.</returns>
  34857.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  34858.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34859.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  34860.         </member>
  34861.         <member name="P:System.Net.Sockets.Socket.SendBufferSize">
  34862.             <summary>Gets or sets a value that specifies the size of the send buffer of the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34863.             <returns>An <see cref="T:System.Int32"></see> that contains the size, in bytes, of the send buffer. The default is 8192.</returns>
  34864.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than 0.</exception>
  34865.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
  34866.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34867.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34868.         </member>
  34869.         <member name="P:System.Net.Sockets.Socket.SendTimeout">
  34870.             <summary>Gets or sets a value that specifies the amount of time after which a synchronous <see cref="Overload:System.Net.Sockets.Socket.Send"></see> call will time out.</summary>
  34871.             <returns>The time-out value, in milliseconds. If you set the property with a value between 1 and 499, the value will be changed to 500. The default value is 0, which indicates an infinite time-out period. Specifying -1 also indicates an infinite time-out period.</returns>
  34872.             <exception cref="T:System.ArgumentOutOfRangeException">The value specified for a set operation is less than -1.</exception>
  34873.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
  34874.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34875.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34876.         </member>
  34877.         <member name="P:System.Net.Sockets.Socket.SocketType">
  34878.             <summary>Gets the type of the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34879.             <returns>One of the <see cref="T:System.Net.Sockets.SocketType"></see> values.</returns>
  34880.         </member>
  34881.         <member name="P:System.Net.Sockets.Socket.SupportsIPv4">
  34882.             <summary>Gets a value indicating whether IPv4 support is available and enabled on the current host.</summary>
  34883.             <returns>true if the current host supports the IPv4 protocol; otherwise, false.</returns>
  34884.         </member>
  34885.         <member name="P:System.Net.Sockets.Socket.SupportsIPv6">
  34886.             <summary>Gets a value that indicates whether the Framework supports IPv6 for certain obsolete <see cref="T:System.Net.Dns"></see> members.</summary>
  34887.             <returns>true if the Framework supports IPv6 for certain obsolete <see cref="T:System.Net.Dns"></see>l; otherwise, false.</returns>
  34888.         </member>
  34889.         <member name="P:System.Net.Sockets.Socket.Ttl">
  34890.             <summary>Gets or sets a value that specifies the Time To Live (TTL) value of Internet Protocol (IP) packets sent by the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34891.             <returns>The TTL value.</returns>
  34892.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket.</exception>
  34893.             <exception cref="T:System.NotSupportedException">This property can be set only for sockets in the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see> families.</exception>
  34894.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  34895.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  34896.         </member>
  34897.         <member name="P:System.Net.Sockets.Socket.UseOnlyOverlappedIO">
  34898.             <summary>Specifies whether the socket should only use Overlapped I/O mode.</summary>
  34899.             <returns>true if the <see cref="T:System.Net.Sockets.Socket"></see> uses only overlapped I/O; otherwise, false. The default is false.</returns>
  34900.             <exception cref="T:System.InvalidOperationException">The socket has been bound to a completion port.</exception>
  34901.         </member>
  34902.         <member name="T:System.Net.Sockets.SocketError">
  34903.             <summary>Defines error codes for the <see cref="T:System.Net.Sockets.Socket"></see> class.</summary>
  34904.         </member>
  34905.         <member name="F:System.Net.Sockets.SocketError.AccessDenied">
  34906.             <summary>An attempt was made to access a <see cref="T:System.Net.Sockets.Socket"></see> in a way that is forbidden by its access permissions.</summary>
  34907.         </member>
  34908.         <member name="F:System.Net.Sockets.SocketError.AddressAlreadyInUse">
  34909.             <summary>Only one use of an address is normally permitted.</summary>
  34910.         </member>
  34911.         <member name="F:System.Net.Sockets.SocketError.AddressFamilyNotSupported">
  34912.             <summary>The address is incompatible with the requested protocol.</summary>
  34913.         </member>
  34914.         <member name="F:System.Net.Sockets.SocketError.AddressNotAvailable">
  34915.             <summary>The selected address is valid in this context.</summary>
  34916.         </member>
  34917.         <member name="F:System.Net.Sockets.SocketError.AlreadyInProgress">
  34918.             <summary>The nonblocking <see cref="T:System.Net.Sockets.Socket"></see> already has an operation in progress.</summary>
  34919.         </member>
  34920.         <member name="F:System.Net.Sockets.SocketError.ConnectionAborted">
  34921.             <summary>The connection was aborted by the .NET Framework or the underlying socket provider.</summary>
  34922.         </member>
  34923.         <member name="F:System.Net.Sockets.SocketError.ConnectionRefused">
  34924.             <summary>The remote host is actively refusing a connection.</summary>
  34925.         </member>
  34926.         <member name="F:System.Net.Sockets.SocketError.ConnectionReset">
  34927.             <summary>The connection was reset by the remote peer.</summary>
  34928.         </member>
  34929.         <member name="F:System.Net.Sockets.SocketError.DestinationAddressRequired">
  34930.             <summary>A required address was omitted from an operation on a <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34931.         </member>
  34932.         <member name="F:System.Net.Sockets.SocketError.Disconnecting">
  34933.             <summary>A graceful shutdown is in progress.</summary>
  34934.         </member>
  34935.         <member name="F:System.Net.Sockets.SocketError.Fault">
  34936.             <summary>An invalid pointer address was detected by the underlying socket provider.</summary>
  34937.         </member>
  34938.         <member name="F:System.Net.Sockets.SocketError.HostDown">
  34939.             <summary>The operation failed because the remote host is down.</summary>
  34940.         </member>
  34941.         <member name="F:System.Net.Sockets.SocketError.HostNotFound">
  34942.             <summary>No such host is known. The name is not an official host name or alias.</summary>
  34943.         </member>
  34944.         <member name="F:System.Net.Sockets.SocketError.HostUnreachable">
  34945.             <summary>There is no network route to the specified host.</summary>
  34946.         </member>
  34947.         <member name="F:System.Net.Sockets.SocketError.InProgress">
  34948.             <summary>A blocking operation is in progress.</summary>
  34949.         </member>
  34950.         <member name="F:System.Net.Sockets.SocketError.Interrupted">
  34951.             <summary>A blocking <see cref="T:System.Net.Sockets.Socket"></see> call was canceled.</summary>
  34952.         </member>
  34953.         <member name="F:System.Net.Sockets.SocketError.InvalidArgument">
  34954.             <summary>An invalid argument was supplied to a <see cref="T:System.Net.Sockets.Socket"></see> member.</summary>
  34955.         </member>
  34956.         <member name="F:System.Net.Sockets.SocketError.IOPending">
  34957.             <summary>The application has initiated an overlapped operation that cannot be completed immediately.</summary>
  34958.         </member>
  34959.         <member name="F:System.Net.Sockets.SocketError.IsConnected">
  34960.             <summary>The <see cref="T:System.Net.Sockets.Socket"></see> is already connected.</summary>
  34961.         </member>
  34962.         <member name="F:System.Net.Sockets.SocketError.MessageSize">
  34963.             <summary>The datagram is too long.</summary>
  34964.         </member>
  34965.         <member name="F:System.Net.Sockets.SocketError.NetworkDown">
  34966.             <summary>The network is not available.</summary>
  34967.         </member>
  34968.         <member name="F:System.Net.Sockets.SocketError.NetworkReset">
  34969.             <summary>The application tried to set <see cref="F:System.Net.Sockets.SocketOptionName.KeepAlive"></see> on a connection that has already timed out.</summary>
  34970.         </member>
  34971.         <member name="F:System.Net.Sockets.SocketError.NetworkUnreachable">
  34972.             <summary>No route to the remote host exists.</summary>
  34973.         </member>
  34974.         <member name="F:System.Net.Sockets.SocketError.NoBufferSpaceAvailable">
  34975.             <summary>No free buffer space is available for a <see cref="T:System.Net.Sockets.Socket"></see> operation.</summary>
  34976.         </member>
  34977.         <member name="F:System.Net.Sockets.SocketError.NoData">
  34978.             <summary>The requested name or IP address was not found on the name server.</summary>
  34979.         </member>
  34980.         <member name="F:System.Net.Sockets.SocketError.NoRecovery">
  34981.             <summary>The error is unrecoverable or the requested database cannot be located.</summary>
  34982.         </member>
  34983.         <member name="F:System.Net.Sockets.SocketError.NotConnected">
  34984.             <summary>The application tried to send or receive data, and the <see cref="T:System.Net.Sockets.Socket"></see> is not connected.</summary>
  34985.         </member>
  34986.         <member name="F:System.Net.Sockets.SocketError.NotInitialized">
  34987.             <summary>The underlying socket provider has not been initialized.</summary>
  34988.         </member>
  34989.         <member name="F:System.Net.Sockets.SocketError.NotSocket">
  34990.             <summary>A <see cref="T:System.Net.Sockets.Socket"></see> operation was attempted on a non-socket.</summary>
  34991.         </member>
  34992.         <member name="F:System.Net.Sockets.SocketError.OperationAborted">
  34993.             <summary>The overlapped operation was aborted due to the closure of the <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  34994.         </member>
  34995.         <member name="F:System.Net.Sockets.SocketError.OperationNotSupported">
  34996.             <summary>The address family is not supported by the protocol family.</summary>
  34997.         </member>
  34998.         <member name="F:System.Net.Sockets.SocketError.ProcessLimit">
  34999.             <summary>Too many processes are using the underlying socket provider.</summary>
  35000.         </member>
  35001.         <member name="F:System.Net.Sockets.SocketError.ProtocolFamilyNotSupported">
  35002.             <summary>The protocol family is not implemented or has not been configured.</summary>
  35003.         </member>
  35004.         <member name="F:System.Net.Sockets.SocketError.ProtocolNotSupported">
  35005.             <summary>The protocol is not implemented or has not been configured.</summary>
  35006.         </member>
  35007.         <member name="F:System.Net.Sockets.SocketError.ProtocolOption">
  35008.             <summary>An unknown, invalid, or unsupported option or level was used with a <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  35009.         </member>
  35010.         <member name="F:System.Net.Sockets.SocketError.ProtocolType">
  35011.             <summary>The protocol type is incorrect for this <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  35012.         </member>
  35013.         <member name="F:System.Net.Sockets.SocketError.Shutdown">
  35014.             <summary>A request to send or receive data was disallowed because the <see cref="T:System.Net.Sockets.Socket"></see> has already been closed.</summary>
  35015.         </member>
  35016.         <member name="F:System.Net.Sockets.SocketError.SocketError">
  35017.             <summary>An unspecified <see cref="T:System.Net.Sockets.Socket"></see> error has occurred.</summary>
  35018.         </member>
  35019.         <member name="F:System.Net.Sockets.SocketError.SocketNotSupported">
  35020.             <summary>The support for the specified socket type does not exist in this address family.</summary>
  35021.         </member>
  35022.         <member name="F:System.Net.Sockets.SocketError.Success">
  35023.             <summary>The <see cref="T:System.Net.Sockets.Socket"></see> operation succeeded.</summary>
  35024.         </member>
  35025.         <member name="F:System.Net.Sockets.SocketError.SystemNotReady">
  35026.             <summary>The network subsystem is unavailable.</summary>
  35027.         </member>
  35028.         <member name="F:System.Net.Sockets.SocketError.TimedOut">
  35029.             <summary>The connection attempt timed out, or the connected host has failed to respond.</summary>
  35030.         </member>
  35031.         <member name="F:System.Net.Sockets.SocketError.TooManyOpenSockets">
  35032.             <summary>There are too many open sockets in the underlying socket provider.</summary>
  35033.         </member>
  35034.         <member name="F:System.Net.Sockets.SocketError.TryAgain">
  35035.             <summary>The name of the host could not be resolved. Try again later.</summary>
  35036.         </member>
  35037.         <member name="F:System.Net.Sockets.SocketError.TypeNotFound">
  35038.             <summary>The specified class was not found.</summary>
  35039.         </member>
  35040.         <member name="F:System.Net.Sockets.SocketError.VersionNotSupported">
  35041.             <summary>The version of the underlying socket provider is out of range.</summary>
  35042.         </member>
  35043.         <member name="F:System.Net.Sockets.SocketError.WouldBlock">
  35044.             <summary>An operation on a nonblocking socket cannot be completed immediately.</summary>
  35045.         </member>
  35046.         <member name="T:System.Net.Sockets.SocketException">
  35047.             <summary>The exception that is thrown when a socket error occurs.</summary>
  35048.         </member>
  35049.         <member name="M:System.Net.Sockets.SocketException.#ctor">
  35050.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.SocketException"></see> class with the last operating system error code.</summary>
  35051.         </member>
  35052.         <member name="M:System.Net.Sockets.SocketException.#ctor(System.Int32)">
  35053.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.SocketException"></see> class with the specified error code.</summary>
  35054.             <param name="errorCode">The error code that indicates the error that occurred. </param>
  35055.         </member>
  35056.         <member name="M:System.Net.Sockets.SocketException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  35057.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.SocketException"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  35058.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance that contains the information that is required to serialize the new <see cref="T:System.Net.Sockets.SocketException"></see> instance. </param>
  35059.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> that contains the source of the serialized stream that is associated with the new <see cref="T:System.Net.Sockets.SocketException"></see> instance. </param>
  35060.         </member>
  35061.         <member name="P:System.Net.Sockets.SocketException.ErrorCode">
  35062.             <summary>Gets the error code that is associated with this exception.</summary>
  35063.             <returns>An integer error code that is associated with this exception.</returns>
  35064.         </member>
  35065.         <member name="P:System.Net.Sockets.SocketException.SocketErrorCode">
  35066.             <summary>Gets the error code that is associated with this exception.</summary>
  35067.             <returns>An integer error code that is associated with this exception.</returns>
  35068.         </member>
  35069.         <member name="T:System.Net.Sockets.SocketFlags">
  35070.             <summary>Specifies socket send and receive behaviors.</summary>
  35071.         </member>
  35072.         <member name="F:System.Net.Sockets.SocketFlags.Broadcast">
  35073.             <summary>Indicates a broadcast packet.</summary>
  35074.         </member>
  35075.         <member name="F:System.Net.Sockets.SocketFlags.ControlDataTruncated">
  35076.             <summary>Indicates that the control data did not fit into an internal 64-KB buffer and was truncated.</summary>
  35077.         </member>
  35078.         <member name="F:System.Net.Sockets.SocketFlags.DontRoute">
  35079.             <summary>Send without using routing tables.</summary>
  35080.         </member>
  35081.         <member name="F:System.Net.Sockets.SocketFlags.MaxIOVectorLength">
  35082.             <summary>Provides a standard value for the number of WSABUF structures that are used to send and receive data.</summary>
  35083.         </member>
  35084.         <member name="F:System.Net.Sockets.SocketFlags.None">
  35085.             <summary>Use no flags for this call.</summary>
  35086.         </member>
  35087.         <member name="F:System.Net.Sockets.SocketFlags.OutOfBand">
  35088.             <summary>Process out-of-band data.</summary>
  35089.         </member>
  35090.         <member name="F:System.Net.Sockets.SocketFlags.Partial">
  35091.             <summary>Partial send or receive for message.</summary>
  35092.         </member>
  35093.         <member name="F:System.Net.Sockets.SocketFlags.Peek">
  35094.             <summary>Peek at the incoming message.</summary>
  35095.         </member>
  35096.         <member name="F:System.Net.Sockets.SocketFlags.Truncated">
  35097.             <summary>The message was too large to fit into the specified buffer and was truncated.</summary>
  35098.         </member>
  35099.         <member name="T:System.Net.Sockets.SocketInformation">
  35100.             <summary>Encapsulates the information that is necessary to duplicate a <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  35101.         </member>
  35102.         <member name="P:System.Net.Sockets.SocketInformation.Options">
  35103.             <summary>Gets or sets the options for a <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  35104.             <returns>A <see cref="T:System.Net.Sockets.SocketInformationOptions"></see> instance.</returns>
  35105.         </member>
  35106.         <member name="P:System.Net.Sockets.SocketInformation.ProtocolInformation">
  35107.             <summary>Gets or sets the protocol information for a <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  35108.             <returns>An array of type <see cref="T:System.Byte"></see>.</returns>
  35109.         </member>
  35110.         <member name="T:System.Net.Sockets.SocketInformationOptions">
  35111.             <summary>Describes states for a <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  35112.         </member>
  35113.         <member name="F:System.Net.Sockets.SocketInformationOptions.Connected">
  35114.             <summary>The <see cref="T:System.Net.Sockets.Socket"></see> is connected.</summary>
  35115.         </member>
  35116.         <member name="F:System.Net.Sockets.SocketInformationOptions.Listening">
  35117.             <summary>The <see cref="T:System.Net.Sockets.Socket"></see> is listening for new connections.</summary>
  35118.         </member>
  35119.         <member name="F:System.Net.Sockets.SocketInformationOptions.NonBlocking">
  35120.             <summary>The <see cref="T:System.Net.Sockets.Socket"></see> is nonblocking.</summary>
  35121.         </member>
  35122.         <member name="F:System.Net.Sockets.SocketInformationOptions.UseOnlyOverlappedIO">
  35123.             <summary>The <see cref="T:System.Net.Sockets.Socket"></see> uses overlapped I/O.</summary>
  35124.         </member>
  35125.         <member name="T:System.Net.Sockets.SocketOptionLevel">
  35126.             <summary>Defines socket option levels for the <see cref="M:System.Net.Sockets.Socket.SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32)"></see> and <see cref="M:System.Net.Sockets.Socket.GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName)"></see> methods.</summary>
  35127.         </member>
  35128.         <member name="F:System.Net.Sockets.SocketOptionLevel.IP">
  35129.             <summary><see cref="T:System.Net.Sockets.Socket"></see> options apply only to IP sockets.</summary>
  35130.         </member>
  35131.         <member name="F:System.Net.Sockets.SocketOptionLevel.IPv6">
  35132.             <summary><see cref="T:System.Net.Sockets.Socket"></see> options apply only to IPv6 sockets.</summary>
  35133.         </member>
  35134.         <member name="F:System.Net.Sockets.SocketOptionLevel.Socket">
  35135.             <summary><see cref="T:System.Net.Sockets.Socket"></see> options apply to all sockets.</summary>
  35136.         </member>
  35137.         <member name="F:System.Net.Sockets.SocketOptionLevel.Tcp">
  35138.             <summary><see cref="T:System.Net.Sockets.Socket"></see> options apply only to TCP sockets.</summary>
  35139.         </member>
  35140.         <member name="F:System.Net.Sockets.SocketOptionLevel.Udp">
  35141.             <summary><see cref="T:System.Net.Sockets.Socket"></see> options apply only to UDP sockets.</summary>
  35142.         </member>
  35143.         <member name="T:System.Net.Sockets.SocketOptionName">
  35144.             <summary>Defines configuration option names.</summary>
  35145.         </member>
  35146.         <member name="F:System.Net.Sockets.SocketOptionName.AcceptConnection">
  35147.             <summary>The socket is listening.</summary>
  35148.         </member>
  35149.         <member name="F:System.Net.Sockets.SocketOptionName.AddMembership">
  35150.             <summary>Add an IP group membership.</summary>
  35151.         </member>
  35152.         <member name="F:System.Net.Sockets.SocketOptionName.AddSourceMembership">
  35153.             <summary>Join a source group.</summary>
  35154.         </member>
  35155.         <member name="F:System.Net.Sockets.SocketOptionName.BlockSource">
  35156.             <summary>Block data from a source.</summary>
  35157.         </member>
  35158.         <member name="F:System.Net.Sockets.SocketOptionName.Broadcast">
  35159.             <summary>Permit sending broadcast messages on the socket.</summary>
  35160.         </member>
  35161.         <member name="F:System.Net.Sockets.SocketOptionName.BsdUrgent">
  35162.             <summary>Use urgent data as defined in RFC-1222. This option can be set only once; after it is set, it cannot be turned off.</summary>
  35163.         </member>
  35164.         <member name="F:System.Net.Sockets.SocketOptionName.ChecksumCoverage">
  35165.             <summary>Set or get the UDP checksum coverage.</summary>
  35166.         </member>
  35167.         <member name="F:System.Net.Sockets.SocketOptionName.Debug">
  35168.             <summary>Record debugging information.</summary>
  35169.         </member>
  35170.         <member name="F:System.Net.Sockets.SocketOptionName.DontFragment">
  35171.             <summary>Do not fragment IP datagrams.</summary>
  35172.         </member>
  35173.         <member name="F:System.Net.Sockets.SocketOptionName.DontLinger">
  35174.             <summary>Close the socket gracefully without lingering.</summary>
  35175.         </member>
  35176.         <member name="F:System.Net.Sockets.SocketOptionName.DontRoute">
  35177.             <summary>Do not route; send the packet directly to the interface addresses.</summary>
  35178.         </member>
  35179.         <member name="F:System.Net.Sockets.SocketOptionName.DropMembership">
  35180.             <summary>Drop an IP group membership.</summary>
  35181.         </member>
  35182.         <member name="F:System.Net.Sockets.SocketOptionName.DropSourceMembership">
  35183.             <summary>Drop a source group.</summary>
  35184.         </member>
  35185.         <member name="F:System.Net.Sockets.SocketOptionName.Error">
  35186.             <summary>Get the error status and clear.</summary>
  35187.         </member>
  35188.         <member name="F:System.Net.Sockets.SocketOptionName.ExclusiveAddressUse">
  35189.             <summary>Enables a socket to be bound for exclusive access.</summary>
  35190.         </member>
  35191.         <member name="F:System.Net.Sockets.SocketOptionName.Expedited">
  35192.             <summary>Use expedited data as defined in RFC-1222. This option can be set only once; after it is set, it cannot be turned off.</summary>
  35193.         </member>
  35194.         <member name="F:System.Net.Sockets.SocketOptionName.HeaderIncluded">
  35195.             <summary>Indicates that the application provides the IP header for outgoing datagrams.</summary>
  35196.         </member>
  35197.         <member name="F:System.Net.Sockets.SocketOptionName.HopLimit">
  35198.             <summary>Specifies the maximum number of router hops for an Internet Protocol version 6 (IPv6) packet. This is similar to Time to Live (TTL) for Internet Protocol version 4.</summary>
  35199.         </member>
  35200.         <member name="F:System.Net.Sockets.SocketOptionName.IPOptions">
  35201.             <summary>Specifies the IP options to be inserted into outgoing datagrams.</summary>
  35202.         </member>
  35203.         <member name="F:System.Net.Sockets.SocketOptionName.IpTimeToLive">
  35204.             <summary>Set the IP header Time-to-Live field.</summary>
  35205.         </member>
  35206.         <member name="F:System.Net.Sockets.SocketOptionName.KeepAlive">
  35207.             <summary>Use keep-alives.</summary>
  35208.         </member>
  35209.         <member name="F:System.Net.Sockets.SocketOptionName.Linger">
  35210.             <summary>Linger on close if unsent data is present.</summary>
  35211.         </member>
  35212.         <member name="F:System.Net.Sockets.SocketOptionName.MaxConnections">
  35213.             <summary>Not supported; will throw a <see cref="T:System.Net.Sockets.SocketException"></see> if used.</summary>
  35214.         </member>
  35215.         <member name="F:System.Net.Sockets.SocketOptionName.MulticastInterface">
  35216.             <summary>Set the interface for outgoing multicast packets.</summary>
  35217.         </member>
  35218.         <member name="F:System.Net.Sockets.SocketOptionName.MulticastLoopback">
  35219.             <summary>An IP multicast loopback.</summary>
  35220.         </member>
  35221.         <member name="F:System.Net.Sockets.SocketOptionName.MulticastTimeToLive">
  35222.             <summary>An IP multicast Time to Live.</summary>
  35223.         </member>
  35224.         <member name="F:System.Net.Sockets.SocketOptionName.NoChecksum">
  35225.             <summary>Send UDP datagrams with checksum set to zero.</summary>
  35226.         </member>
  35227.         <member name="F:System.Net.Sockets.SocketOptionName.NoDelay">
  35228.             <summary>Disables the Nagle algorithm for send coalescing.</summary>
  35229.         </member>
  35230.         <member name="F:System.Net.Sockets.SocketOptionName.OutOfBandInline">
  35231.             <summary>Receives out-of-band data in the normal data stream.</summary>
  35232.         </member>
  35233.         <member name="F:System.Net.Sockets.SocketOptionName.PacketInformation">
  35234.             <summary>Return information about received packets.</summary>
  35235.         </member>
  35236.         <member name="F:System.Net.Sockets.SocketOptionName.ReceiveBuffer">
  35237.             <summary>Specifies the total per-socket buffer space reserved for receives. This is unrelated to the maximum message size or the size of a TCP window.</summary>
  35238.         </member>
  35239.         <member name="F:System.Net.Sockets.SocketOptionName.ReceiveLowWater">
  35240.             <summary>Specifies the low water mark for <see cref="Overload:System.Net.Sockets.Socket.Receive"></see> operations.</summary>
  35241.         </member>
  35242.         <member name="F:System.Net.Sockets.SocketOptionName.ReceiveTimeout">
  35243.             <summary>Receive a time-out. This option applies only to synchronous methods; it has no effect on asynchronous methods such as the <see cref="M:System.Net.Sockets.Socket.BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)"></see> method.</summary>
  35244.         </member>
  35245.         <member name="F:System.Net.Sockets.SocketOptionName.ReuseAddress">
  35246.             <summary>Allows the socket to be bound to an address that is already in use.</summary>
  35247.         </member>
  35248.         <member name="F:System.Net.Sockets.SocketOptionName.SendBuffer">
  35249.             <summary>Specifies the total per-socket buffer space reserved for sends. This is unrelated to the maximum message size or the size of a TCP window.</summary>
  35250.         </member>
  35251.         <member name="F:System.Net.Sockets.SocketOptionName.SendLowWater">
  35252.             <summary>Specifies the low water mark for <see cref="Overload:System.Net.Sockets.Socket.Send"></see> operations.</summary>
  35253.         </member>
  35254.         <member name="F:System.Net.Sockets.SocketOptionName.SendTimeout">
  35255.             <summary>Send a time-out. This option applies only to synchronous methods; it has no effect on asynchronous methods such as the <see cref="M:System.Net.Sockets.Socket.BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)"></see> method.</summary>
  35256.         </member>
  35257.         <member name="F:System.Net.Sockets.SocketOptionName.Type">
  35258.             <summary>Get the socket type.</summary>
  35259.         </member>
  35260.         <member name="F:System.Net.Sockets.SocketOptionName.TypeOfService">
  35261.             <summary>Change the IP header type of the service field.</summary>
  35262.         </member>
  35263.         <member name="F:System.Net.Sockets.SocketOptionName.UnblockSource">
  35264.             <summary>Unblock a previously blocked source.</summary>
  35265.         </member>
  35266.         <member name="F:System.Net.Sockets.SocketOptionName.UpdateAcceptContext">
  35267.             <summary>Updates an accepted socket's properties by using those of an existing socket. This is equivalent to using the Winsock2 SO_UPDATE_ACCEPT_CONTEXT socket option and is supported only on connection-oriented sockets.</summary>
  35268.         </member>
  35269.         <member name="F:System.Net.Sockets.SocketOptionName.UpdateConnectContext">
  35270.             <summary>Updates a connected socket's properties by using those of an existing socket. This is equivalent to using the Winsock2 SO_UPDATE_CONNECT_CONTEXT socket option and is supported only on connection-oriented sockets.</summary>
  35271.         </member>
  35272.         <member name="F:System.Net.Sockets.SocketOptionName.UseLoopback">
  35273.             <summary>Bypass hardware when possible.</summary>
  35274.         </member>
  35275.         <member name="T:System.Net.Sockets.SocketShutdown">
  35276.             <summary>Defines constants that are used by the <see cref="M:System.Net.Sockets.Socket.Shutdown(System.Net.Sockets.SocketShutdown)"></see> method.</summary>
  35277.         </member>
  35278.         <member name="F:System.Net.Sockets.SocketShutdown.Both">
  35279.             <summary>Disables a <see cref="T:System.Net.Sockets.Socket"></see> for both sending and receiving. This field is constant.</summary>
  35280.         </member>
  35281.         <member name="F:System.Net.Sockets.SocketShutdown.Receive">
  35282.             <summary>Disables a <see cref="T:System.Net.Sockets.Socket"></see> for receiving. This field is constant.</summary>
  35283.         </member>
  35284.         <member name="F:System.Net.Sockets.SocketShutdown.Send">
  35285.             <summary>Disables a <see cref="T:System.Net.Sockets.Socket"></see> for sending. This field is constant.</summary>
  35286.         </member>
  35287.         <member name="T:System.Net.Sockets.SocketType">
  35288.             <summary>Specifies the type of socket that an instance of the <see cref="T:System.Net.Sockets.Socket"></see> class represents.</summary>
  35289.         </member>
  35290.         <member name="F:System.Net.Sockets.SocketType.Dgram">
  35291.             <summary>Supports datagrams, which are connectionless, unreliable messages of a fixed (typically small) maximum length. Messages might be lost or duplicated and might arrive out of order. A <see cref="T:System.Net.Sockets.Socket"></see> of type <see cref="F:System.Net.Sockets.SocketType.Dgram"></see> requires no connection prior to sending and receiving data, and can communicate with multiple peers. <see cref="F:System.Net.Sockets.SocketType.Dgram"></see> uses the Datagram Protocol (<see cref="F:System.Net.Sockets.ProtocolType.Udp"></see>) and the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see><see cref="T:System.Net.Sockets.AddressFamily"></see>.</summary>
  35292.         </member>
  35293.         <member name="F:System.Net.Sockets.SocketType.Raw">
  35294.             <summary>Supports access to the underlying transport protocol. Using the <see cref="T:System.Net.Sockets.SocketType"></see><see cref="F:System.Net.Sockets.SocketType.Raw"></see>, you can communicate using protocols like Internet Control Message Protocol (<see cref="F:System.Net.Sockets.ProtocolType.Icmp"></see>) and Internet Group Management Protocol (<see cref="F:System.Net.Sockets.ProtocolType.Igmp"></see>). Your application must provide a complete IP header when sending. Received datagrams return with the IP header and options intact.</summary>
  35295.         </member>
  35296.         <member name="F:System.Net.Sockets.SocketType.Rdm">
  35297.             <summary>Supports connectionless, message-oriented, reliably delivered messages, and preserves message boundaries in data. Rdm (Reliably Delivered Messages) messages arrive unduplicated and in order. Furthermore, the sender is notified if messages are lost. If you initialize a Socket using <see cref="F:System.Net.Sockets.SocketType.Rdm"></see>, you do not require a remote host connection before sending and receiving data. With <see cref="F:System.Net.Sockets.SocketType.Rdm"></see>, you can communicate with multiple peers.</summary>
  35298.         </member>
  35299.         <member name="F:System.Net.Sockets.SocketType.Seqpacket">
  35300.             <summary>Provides connection-oriented and reliable two-way transfer of ordered byte streams across a network. <see cref="F:System.Net.Sockets.SocketType.Seqpacket"></see> does not duplicate data, and it preserves boundaries within the data stream. A Socket of type <see cref="F:System.Net.Sockets.SocketType.Seqpacket"></see> communicates with a single peer and requires a remote host connection before communication can begin.</summary>
  35301.         </member>
  35302.         <member name="F:System.Net.Sockets.SocketType.Stream">
  35303.             <summary>Supports reliable, two-way, connection-based byte streams without the duplication of data and without preservation of boundaries. A Socket of this type communicates with a single peer and requires a remote host connection before communication can begin. <see cref="F:System.Net.Sockets.SocketType.Stream"></see> uses the Transmission Control Protocol (<see cref="F:System.Net.Sockets.ProtocolType.Tcp"></see>) <see cref="T:System.Net.Sockets.ProtocolType"></see> and the InterNetwork<see cref="T:System.Net.Sockets.AddressFamily"></see>.</summary>
  35304.         </member>
  35305.         <member name="F:System.Net.Sockets.SocketType.Unknown">
  35306.             <summary>Specifies an unknown Socket type.</summary>
  35307.         </member>
  35308.         <member name="T:System.Net.Sockets.TcpClient">
  35309.             <summary>Provides client connections for TCP network services.</summary>
  35310.         </member>
  35311.         <member name="M:System.Net.Sockets.TcpClient.#ctor">
  35312.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.TcpClient"></see> class.</summary>
  35313.         </member>
  35314.         <member name="M:System.Net.Sockets.TcpClient.#ctor(System.Net.Sockets.AddressFamily)">
  35315.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.TcpClient"></see> class with the specified family.</summary>
  35316.             <param name="family">The <see cref="P:System.Net.IPAddress.AddressFamily"></see> of the IP protocol. </param>
  35317.             <exception cref="T:System.ArgumentException">family != AddressFamily.InterNetwork -or- family != AddressFamily.InterNetworkV6 </exception>
  35318.         </member>
  35319.         <member name="M:System.Net.Sockets.TcpClient.#ctor(System.Net.IPEndPoint)">
  35320.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.TcpClient"></see> class and binds it to the specified local endpoint.</summary>
  35321.             <param name="localEP">The <see cref="T:System.Net.IPEndPoint"></see> to which you bind the TCP <see cref="T:System.Net.Sockets.Socket"></see>. </param>
  35322.             <exception cref="T:System.ArgumentNullException">localEP is null. </exception>
  35323.         </member>
  35324.         <member name="M:System.Net.Sockets.TcpClient.#ctor(System.String,System.Int32)">
  35325.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.TcpClient"></see> class and connects to the specified port on the specified host.</summary>
  35326.             <param name="port">The port number of the remote host to which you intend to connect. </param>
  35327.             <param name="hostname">The DNS name of the remote host to which you intend to connect. </param>
  35328.             <exception cref="T:System.ArgumentNullException">hostname is null. </exception>
  35329.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35330.             <exception cref="T:System.ArgumentOutOfRangeException">port is not between <see cref="F:System.Net.IPEndPoint.MinPort"></see> and <see cref="F:System.Net.IPEndPoint.MaxPort"></see>. </exception>
  35331.         </member>
  35332.         <member name="M:System.Net.Sockets.TcpClient.BeginConnect(System.Net.IPAddress,System.Int32,System.AsyncCallback,System.Object)">
  35333.             <summary>Begins an asynchronous request for a remote host connection. The remote host is specified by an <see cref="T:System.Net.IPAddress"></see> and a port number (<see cref="T:System.Int32"></see>).</summary>
  35334.             <returns>An <see cref="T:System.IAsyncResult"></see> object that references the asynchronous connection.</returns>
  35335.             <param name="address">The <see cref="T:System.Net.IPAddress"></see> of the remote host.</param>
  35336.             <param name="state">A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  35337.             <param name="port">The port number of the remote host.</param>
  35338.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  35339.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  35340.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  35341.             <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have permission for the requested operation. </exception>
  35342.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35343.             <exception cref="T:System.ArgumentNullException">The address parameter is null. </exception>
  35344.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35345.         </member>
  35346.         <member name="M:System.Net.Sockets.TcpClient.BeginConnect(System.Net.IPAddress[],System.Int32,System.AsyncCallback,System.Object)">
  35347.             <summary>Begins an asynchronous request for a remote host connection. The remote host is specified by an <see cref="T:System.Net.IPAddress"></see> array and a port number (<see cref="T:System.Int32"></see>).</summary>
  35348.             <returns>An <see cref="T:System.IAsyncResult"></see> object that references the asynchronous connection.</returns>
  35349.             <param name="state">A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  35350.             <param name="port">The port number of the remote hosts.</param>
  35351.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  35352.             <param name="addresses">At least one <see cref="T:System.Net.IPAddress"></see> that designates the remote hosts.</param>
  35353.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  35354.             <exception cref="T:System.ArgumentNullException">The addresses parameter is null. </exception>
  35355.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  35356.             <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have permission for the requested operation. </exception>
  35357.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35358.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35359.         </member>
  35360.         <member name="M:System.Net.Sockets.TcpClient.BeginConnect(System.String,System.Int32,System.AsyncCallback,System.Object)">
  35361.             <summary>Begins an asynchronous request for a remote host connection. The remote host is specified by a host name (<see cref="T:System.String"></see>) and a port number (<see cref="T:System.Int32"></see>).</summary>
  35362.             <returns>An <see cref="T:System.IAsyncResult"></see> object that references the asynchronous connection.</returns>
  35363.             <param name="state">A user-defined object that contains information about the connect operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  35364.             <param name="port">The port number of the remote host.</param>
  35365.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  35366.             <param name="host">The name of the remote host.</param>
  35367.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  35368.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  35369.             <exception cref="T:System.ArgumentNullException">The host parameter is null. </exception>
  35370.             <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have permission for the requested operation. </exception>
  35371.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35372.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35373.         </member>
  35374.         <member name="M:System.Net.Sockets.TcpClient.Close">
  35375.             <summary>Disposes this <see cref="T:System.Net.Sockets.TcpClient"></see> instance without closing the underlying connection.</summary>
  35376.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  35377.         </member>
  35378.         <member name="M:System.Net.Sockets.TcpClient.Connect(System.Net.IPEndPoint)">
  35379.             <summary>Connects the client to a remote TCP host using the specified remote network endpoint.</summary>
  35380.             <param name="remoteEP">The <see cref="T:System.Net.IPEndPoint"></see> to which you intend to connect. </param>
  35381.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35382.             <exception cref="T:System.ArgumentNullException">remoteEp is null. </exception>
  35383.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.TcpClient"></see> is closed. </exception>
  35384.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35385.         </member>
  35386.         <member name="M:System.Net.Sockets.TcpClient.Connect(System.Net.IPAddress,System.Int32)">
  35387.             <summary>Connects the client to a remote TCP host using the specified IP address and port number.</summary>
  35388.             <param name="address">The <see cref="T:System.Net.IPAddress"></see> of the host to which you intend to connect. </param>
  35389.             <param name="port">The port number to which you intend to connect. </param>
  35390.             <exception cref="T:System.ArgumentNullException">address parameter is null. </exception>
  35391.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35392.             <exception cref="T:System.ArgumentOutOfRangeException">The port is not between <see cref="F:System.Net.IPEndPoint.MinPort"></see> and <see cref="F:System.Net.IPEndPoint.MaxPort"></see>. </exception>
  35393.             <exception cref="T:System.ObjectDisposedException"><see cref="T:System.Net.Sockets.TcpClient"></see> is closed. </exception>
  35394.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35395.         </member>
  35396.         <member name="M:System.Net.Sockets.TcpClient.Connect(System.Net.IPAddress[],System.Int32)">
  35397.             <summary>Connects the client to a remote TCP host using the specified IP addresses and port number.</summary>
  35398.             <param name="port">The port number to which you intend to connect.</param>
  35399.             <param name="ipAddresses">The <see cref="T:System.Net.IPAddress"></see> array of the host to which you intend to connect.</param>
  35400.             <exception cref="T:System.ArgumentOutOfRangeException">The port number is not valid.</exception>
  35401.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  35402.             <exception cref="T:System.NotSupportedException">This method is valid for sockets that use the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> flag or the <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see> flag.</exception>
  35403.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35404.             <exception cref="T:System.ArgumentNullException">The ipAddresses parameter is null. </exception>
  35405.             <exception cref="T:System.Security.SecurityException">A caller higher in the call stack does not have permission for the requested operation. </exception>
  35406.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35407.         </member>
  35408.         <member name="M:System.Net.Sockets.TcpClient.Connect(System.String,System.Int32)">
  35409.             <summary>Connects the client to the specified port on the specified host.</summary>
  35410.             <param name="port">The port number of the remote host to which you intend to connect. </param>
  35411.             <param name="hostname">The DNS name of the remote host to which you intend to connect. </param>
  35412.             <exception cref="T:System.ArgumentNullException">hostname is null. </exception>
  35413.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35414.             <exception cref="T:System.ArgumentOutOfRangeException">port is not between <see cref="F:System.Net.IPEndPoint.MinPort"></see> and <see cref="F:System.Net.IPEndPoint.MaxPort"></see>. </exception>
  35415.             <exception cref="T:System.ObjectDisposedException"><see cref="T:System.Net.Sockets.TcpClient"></see> is closed. </exception>
  35416.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35417.         </member>
  35418.         <member name="M:System.Net.Sockets.TcpClient.Dispose(System.Boolean)">
  35419.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Sockets.TcpClient"></see> and optionally releases the managed resources.</summary>
  35420.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  35421.         </member>
  35422.         <member name="M:System.Net.Sockets.TcpClient.EndConnect(System.IAsyncResult)">
  35423.             <summary>Asynchronously accepts an incoming connection attempt.</summary>
  35424.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object returned by a call to <see cref="Overload:System.Net.Sockets.TcpClient.BeginConnect"></see>.</param>
  35425.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the <see cref="T:System.Net.Sockets.Socket"></see>. See the Remarks section for more information. </exception>
  35426.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35427.             <exception cref="T:System.ArgumentNullException">The asyncResult parameter is null. </exception>
  35428.             <exception cref="T:System.InvalidOperationException">The <see cref="M:System.Net.Sockets.TcpClient.EndConnect(System.IAsyncResult)"></see> method was previously called for the asynchronous connection. </exception>
  35429.             <exception cref="T:System.ArgumentException">The asyncResult parameter was not returned by a call to a <see cref="Overload:System.Net.Sockets.TcpClient.BeginConnect"></see> method. </exception>
  35430.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  35431.         </member>
  35432.         <member name="M:System.Net.Sockets.TcpClient.Finalize">
  35433.             <summary>Frees resources used by the <see cref="T:System.Net.Sockets.TcpClient"></see> class.</summary>
  35434.         </member>
  35435.         <member name="M:System.Net.Sockets.TcpClient.GetStream">
  35436.             <summary>Returns the <see cref="T:System.Net.Sockets.NetworkStream"></see> used to send and receive data.</summary>
  35437.             <returns>The underlying <see cref="T:System.Net.Sockets.NetworkStream"></see>.</returns>
  35438.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.TcpClient"></see> is not connected to a remote host. </exception>
  35439.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.TcpClient"></see> has been closed. </exception>
  35440.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  35441.         </member>
  35442.         <member name="M:System.Net.Sockets.TcpClient.System.IDisposable.Dispose">
  35443.             <summary>Releases all resources used by the <see cref="T:System.Net.Sockets.TcpClient"></see>. </summary>
  35444.         </member>
  35445.         <member name="P:System.Net.Sockets.TcpClient.Active">
  35446.             <summary>Gets or set a value that indicates whether a connection has been made.</summary>
  35447.             <returns>true if the connection has been made; otherwise, false.</returns>
  35448.         </member>
  35449.         <member name="P:System.Net.Sockets.TcpClient.Available">
  35450.             <summary>Gets the amount of data that has been received from the network and is available to be read.</summary>
  35451.             <returns>The number of bytes of data received from the network and available to be read.</returns>
  35452.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the socket. See the Remarks section for more information. </exception>
  35453.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35454.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  35455.         </member>
  35456.         <member name="P:System.Net.Sockets.TcpClient.Client">
  35457.             <summary>Gets or sets the underlying <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  35458.             <returns>The underlying network <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  35459.         </member>
  35460.         <member name="P:System.Net.Sockets.TcpClient.Connected">
  35461.             <summary>Gets a value indicating whether the underlying <see cref="T:System.Net.Sockets.Socket"></see> for a <see cref="T:System.Net.Sockets.TcpClient"></see> is connected to a remote host.</summary>
  35462.             <returns>true if the <see cref="P:System.Net.Sockets.TcpClient.Client"></see> socket was connected to a remote resource as of the most recent operation; otherwise, false.</returns>
  35463.         </member>
  35464.         <member name="P:System.Net.Sockets.TcpClient.ExclusiveAddressUse">
  35465.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the <see cref="T:System.Net.Sockets.TcpClient"></see> allows only one client to use a port.</summary>
  35466.             <returns>true if the <see cref="T:System.Net.Sockets.TcpClient"></see> allows only one client to use a specific port; otherwise, false. The default is true for Windows Server 2003 and Windows XP Service Pack 2 and later, and false for all other versions.</returns>
  35467.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the underlying socket.</exception>
  35468.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35469.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35470.         </member>
  35471.         <member name="P:System.Net.Sockets.TcpClient.LingerState">
  35472.             <summary>Gets or sets information about the sockets linger time.</summary>
  35473.             <returns>A <see cref="T:System.Net.Sockets.LingerOption"></see>. By default, lingering is disabled.</returns>
  35474.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35475.         </member>
  35476.         <member name="P:System.Net.Sockets.TcpClient.NoDelay">
  35477.             <summary>Gets or sets a value that disables a delay when send or receive buffers are not full.</summary>
  35478.             <returns>true if the delay is disabled, otherwise false. The default value is false.</returns>
  35479.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35480.         </member>
  35481.         <member name="P:System.Net.Sockets.TcpClient.ReceiveBufferSize">
  35482.             <summary>Gets or sets the size of the receive buffer.</summary>
  35483.             <returns>The size of the receive buffer, in bytes. The default value is 8192 bytes.</returns>
  35484.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when setting the buffer size.-or-In .NET Compact Framework applications, you cannot set this property. For a workaround, see the Platform Note in Remarks.</exception>
  35485.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35486.         </member>
  35487.         <member name="P:System.Net.Sockets.TcpClient.ReceiveTimeout">
  35488.             <summary>Gets or sets the amount of time a <see cref="T:System.Net.Sockets.TcpClient"></see> will wait to receive data once a read operation is initiated.</summary>
  35489.             <returns>The time-out value of the connection in milliseconds. The default value is 0.</returns>
  35490.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35491.         </member>
  35492.         <member name="P:System.Net.Sockets.TcpClient.SendBufferSize">
  35493.             <summary>Gets or sets the size of the send buffer.</summary>
  35494.             <returns>The size of the send buffer, in bytes. The default value is 8192 bytes.</returns>
  35495.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35496.         </member>
  35497.         <member name="P:System.Net.Sockets.TcpClient.SendTimeout">
  35498.             <summary>Gets or sets the amount of time a <see cref="T:System.Net.Sockets.TcpClient"></see> will wait for a send operation to complete successfully.</summary>
  35499.             <returns>The send time-out value, in milliseconds. The default is 0.</returns>
  35500.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35501.         </member>
  35502.         <member name="T:System.Net.Sockets.TcpListener">
  35503.             <summary>Listens for connections from TCP network clients.</summary>
  35504.         </member>
  35505.         <member name="M:System.Net.Sockets.TcpListener.#ctor(System.Int32)">
  35506.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.TcpListener"></see> class that listens on the specified port.</summary>
  35507.             <param name="port">The port on which to listen for incoming connection attempts. </param>
  35508.             <exception cref="T:System.ArgumentOutOfRangeException">port is not between <see cref="F:System.Net.IPEndPoint.MinPort"></see> and <see cref="F:System.Net.IPEndPoint.MaxPort"></see>. </exception>
  35509.         </member>
  35510.         <member name="M:System.Net.Sockets.TcpListener.#ctor(System.Net.IPEndPoint)">
  35511.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.TcpListener"></see> class with the specified local endpoint.</summary>
  35512.             <param name="localEP">An <see cref="T:System.Net.IPEndPoint"></see> that represents the local endpoint to which to bind the listener <see cref="T:System.Net.Sockets.Socket"></see>. </param>
  35513.             <exception cref="T:System.ArgumentNullException">localEP is null. </exception>
  35514.         </member>
  35515.         <member name="M:System.Net.Sockets.TcpListener.#ctor(System.Net.IPAddress,System.Int32)">
  35516.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.TcpListener"></see> class that listens for incoming connection attempts on the specified local IP address and port number.</summary>
  35517.             <param name="localaddr">An <see cref="T:System.Net.IPAddress"></see> that represents the local IP address. </param>
  35518.             <param name="port">The port on which to listen for incoming connection attempts. </param>
  35519.             <exception cref="T:System.ArgumentNullException">localaddr is null. </exception>
  35520.             <exception cref="T:System.ArgumentOutOfRangeException">port is not between <see cref="F:System.Net.IPEndPoint.MinPort"></see> and <see cref="F:System.Net.IPEndPoint.MaxPort"></see>. </exception>
  35521.         </member>
  35522.         <member name="M:System.Net.Sockets.TcpListener.AcceptSocket">
  35523.             <summary>Accepts a pending connection request.</summary>
  35524.             <returns>A <see cref="T:System.Net.Sockets.Socket"></see> used to send and receive data.</returns>
  35525.             <exception cref="T:System.InvalidOperationException">The listener has not been started with a call to <see cref="M:System.Net.Sockets.TcpListener.Start"></see>. </exception>
  35526.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35527.         </member>
  35528.         <member name="M:System.Net.Sockets.TcpListener.AcceptTcpClient">
  35529.             <summary>Accepts a pending connection request </summary>
  35530.             <returns>A <see cref="T:System.Net.Sockets.TcpClient"></see> used to send and receive data.</returns>
  35531.             <exception cref="T:System.InvalidOperationException">The listener has not been started with a call to <see cref="M:System.Net.Sockets.TcpListener.Start"></see>. </exception>
  35532.             <exception cref="T:System.Net.Sockets.SocketException">Use the <see cref="P:System.Net.Sockets.SocketException.ErrorCode"></see> property to obtain the specific error code. When you have obtained this code, you can refer to the Windows┬áSockets version 2 API error code documentation in MSDN for a detailed description of the error. </exception>
  35533.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35534.         </member>
  35535.         <member name="M:System.Net.Sockets.TcpListener.BeginAcceptSocket(System.AsyncCallback,System.Object)">
  35536.             <summary>Begins an asynchronous operation to accept an incoming connection attempt.</summary>
  35537.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous creation of the <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  35538.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  35539.             <param name="state">A user-defined object containing information about the accept operation. This object is passed to the callback delegate when the operation is complete.</param>
  35540.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred while attempting to access the socket. See the Remarks section for more information. </exception>
  35541.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35542.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35543.         </member>
  35544.         <member name="M:System.Net.Sockets.TcpListener.BeginAcceptTcpClient(System.AsyncCallback,System.Object)">
  35545.             <summary>Begins an asynchronous operation to accept an incoming connection attempt.</summary>
  35546.             <returns>An <see cref="T:System.IAsyncResult"></see> that references the asynchronous creation of the <see cref="T:System.Net.Sockets.TcpClient"></see>.</returns>
  35547.             <param name="callback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  35548.             <param name="state">A user-defined object containing information about the accept operation. This object is passed to the callback delegate when the operation is complete.</param>
  35549.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred while attempting to access the socket. See the Remarks section for more information. </exception>
  35550.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35551.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35552.         </member>
  35553.         <member name="M:System.Net.Sockets.TcpListener.EndAcceptSocket(System.IAsyncResult)">
  35554.             <summary>Asynchronously accepts an incoming connection attempt and creates a new <see cref="T:System.Net.Sockets.Socket"></see> to handle remote host communication.</summary>
  35555.             <returns>A <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  35556.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> returned by a call to the <see cref="M:System.Net.Sockets.TcpListener.BeginAcceptSocket(System.AsyncCallback,System.Object)"></see>  method.</param>
  35557.             <exception cref="T:System.InvalidOperationException">The <see cref="M:System.Net.Sockets.TcpListener.EndAcceptSocket(System.IAsyncResult)"></see> method was previously called. </exception>
  35558.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35559.             <exception cref="T:System.ArgumentNullException">The asyncResult parameter is null. </exception>
  35560.             <exception cref="T:System.ArgumentException">The asyncResult parameter was not created by a call to the <see cref="M:System.Net.Sockets.TcpListener.BeginAcceptSocket(System.AsyncCallback,System.Object)"></see> method. </exception>
  35561.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred while attempting to access the <see cref="T:System.Net.Sockets.Socket"></see>. See the Remarks section for more information. </exception>
  35562.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35563.         </member>
  35564.         <member name="M:System.Net.Sockets.TcpListener.EndAcceptTcpClient(System.IAsyncResult)">
  35565.             <summary>Asynchronously accepts an incoming connection attempt and creates a new <see cref="T:System.Net.Sockets.TcpClient"></see> to handle remote host communication.</summary>
  35566.             <returns>A <see cref="T:System.Net.Sockets.TcpClient"></see>.</returns>
  35567.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> returned by a call to the <see cref="M:System.Net.Sockets.TcpListener.BeginAcceptTcpClient(System.AsyncCallback,System.Object)"></see> method.</param>
  35568.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35569.         </member>
  35570.         <member name="M:System.Net.Sockets.TcpListener.Pending">
  35571.             <summary>Determines if there are pending connection requests.</summary>
  35572.             <returns>true if connections are pending; otherwise, false.</returns>
  35573.             <exception cref="T:System.InvalidOperationException">The listener has not been started with a call to <see cref="M:System.Net.Sockets.TcpListener.Start"></see>. </exception>
  35574.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  35575.         </member>
  35576.         <member name="M:System.Net.Sockets.TcpListener.Start">
  35577.             <summary>Starts listening for incoming connection requests.</summary>
  35578.             <exception cref="T:System.Net.Sockets.SocketException">Use the <see cref="P:System.Net.Sockets.SocketException.ErrorCode"></see> property to obtain the specific error code. When you have obtained this code, you can refer to the Windows┬áSockets version 2 API error code documentation in MSDN for a detailed description of the error. </exception>
  35579.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35580.         </member>
  35581.         <member name="M:System.Net.Sockets.TcpListener.Start(System.Int32)">
  35582.             <summary>Starts listening for incoming connection requests with a maximum number of pending connection.</summary>
  35583.             <param name="backlog">The maximum length of the pending connections queue.</param>
  35584.             <exception cref="T:System.ArgumentOutOfRangeException">The backlog parameter is less than zero or exceeds the maximum number of permitted connections.</exception>
  35585.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred while accessing the socket. See the Remarks section for more information. </exception>
  35586.             <exception cref="T:System.InvalidOperationException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> is null.</exception>
  35587.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35588.         </member>
  35589.         <member name="M:System.Net.Sockets.TcpListener.Stop">
  35590.             <summary>Closes the listener.</summary>
  35591.             <exception cref="T:System.Net.Sockets.SocketException">Use the <see cref="P:System.Net.Sockets.SocketException.ErrorCode"></see> property to obtain the specific error code. When you have obtained this code, you can refer to the Windows┬áSockets version 2 API error code documentation in MSDN for a detailed description of the error. </exception>
  35592.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35593.         </member>
  35594.         <member name="P:System.Net.Sockets.TcpListener.Active">
  35595.             <summary>Gets a value that indicates whether <see cref="T:System.Net.Sockets.TcpListener"></see> is actively listening for client connections.</summary>
  35596.             <returns>true if <see cref="T:System.Net.Sockets.TcpListener"></see> is actively listening; otherwise, false.</returns>
  35597.         </member>
  35598.         <member name="P:System.Net.Sockets.TcpListener.ExclusiveAddressUse">
  35599.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the <see cref="T:System.Net.Sockets.TcpListener"></see> allows only one underlying socket to listen to a specific port.</summary>
  35600.             <returns>true if the <see cref="T:System.Net.Sockets.TcpListener"></see> allows only one <see cref="T:System.Net.Sockets.TcpListener"></see> to listen to a specific port; otherwise, false. . The default is true for Windows Server 2003 and Windows XP Service Pack 2 and later, and false for all other versions.</returns>
  35601.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the underlying socket.</exception>
  35602.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35603.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.TcpListener"></see> has been started. Call the <see cref="M:System.Net.Sockets.TcpListener.Stop"></see> method and then set the <see cref="P:System.Net.Sockets.Socket.ExclusiveAddressUse"></see> property.</exception>
  35604.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35605.         </member>
  35606.         <member name="P:System.Net.Sockets.TcpListener.LocalEndpoint">
  35607.             <summary>Gets the underlying <see cref="T:System.Net.EndPoint"></see> of the current <see cref="T:System.Net.Sockets.TcpListener"></see>.</summary>
  35608.             <returns>The <see cref="T:System.Net.EndPoint"></see> to which the <see cref="T:System.Net.Sockets.Socket"></see> is bound.</returns>
  35609.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  35610.         </member>
  35611.         <member name="P:System.Net.Sockets.TcpListener.Server">
  35612.             <summary>Gets the underlying network <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  35613.             <returns>The underlying <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  35614.         </member>
  35615.         <member name="T:System.Net.Sockets.TransmitFileOptions">
  35616.             <summary>The <see cref="T:System.Net.Sockets.TransmitFileOptions"></see> enumeration defines values used in file transfer requests.</summary>
  35617.         </member>
  35618.         <member name="F:System.Net.Sockets.TransmitFileOptions.Disconnect">
  35619.             <summary>Start a transport-level disconnect after all the file data has been queued for transmission. When used with <see cref="F:System.Net.Sockets.TransmitFileOptions.ReuseSocket"></see>, these flags return the socket to a disconnected, reusable state after the file has been transmitted.</summary>
  35620.         </member>
  35621.         <member name="F:System.Net.Sockets.TransmitFileOptions.ReuseSocket">
  35622.             <summary>The socket handle may be reused when the request completes. This flag is valid only if <see cref="F:System.Net.Sockets.TransmitFileOptions.Disconnect"></see> is also specified. When used with <see cref="F:System.Net.Sockets.TransmitFileOptions.Disconnect"></see>, these flags return the socket to a disconnected, reusable state after the file has been transmitted.</summary>
  35623.         </member>
  35624.         <member name="F:System.Net.Sockets.TransmitFileOptions.UseDefaultWorkerThread">
  35625.             <summary>Use the default thread to process long file transfer requests.</summary>
  35626.         </member>
  35627.         <member name="F:System.Net.Sockets.TransmitFileOptions.UseKernelApc">
  35628.             <summary>Use kernel asynchronous procedure calls (APCs) instead of worker threads to process long file transfer requests. Long requests are defined as requests that require more than a single read from the file or a cache; the request therefore depends on the size of the file and the specified length of the send packet.</summary>
  35629.         </member>
  35630.         <member name="F:System.Net.Sockets.TransmitFileOptions.UseSystemThread">
  35631.             <summary>Use system threads to process long file transfer requests.</summary>
  35632.         </member>
  35633.         <member name="F:System.Net.Sockets.TransmitFileOptions.WriteBehind">
  35634.             <summary>Complete the file transfer request immediately, without pending. If this flag is specified and the file transfer succeeds, the data has been accepted by the system but not necessarily acknowledged by the remote end. Do not use this flag with the <see cref="F:System.Net.Sockets.TransmitFileOptions.Disconnect"></see> and <see cref="F:System.Net.Sockets.TransmitFileOptions.ReuseSocket"></see> flags.</summary>
  35635.         </member>
  35636.         <member name="T:System.Net.Sockets.UdpClient">
  35637.             <summary>Provides User Datagram Protocol (UDP) network services.</summary>
  35638.         </member>
  35639.         <member name="M:System.Net.Sockets.UdpClient.#ctor">
  35640.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.UdpClient"></see> class.</summary>
  35641.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35642.         </member>
  35643.         <member name="M:System.Net.Sockets.UdpClient.#ctor(System.Net.Sockets.AddressFamily)">
  35644.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.UdpClient"></see> class.</summary>
  35645.             <param name="family">One of the <see cref="T:System.Net.Sockets.AddressFamily"></see> values that specifies the addressing scheme of the socket. </param>
  35646.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35647.             <exception cref="T:System.ArgumentException">family is not <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see>. </exception>
  35648.         </member>
  35649.         <member name="M:System.Net.Sockets.UdpClient.#ctor(System.Int32)">
  35650.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.UdpClient"></see> class and binds it to the local port number provided.</summary>
  35651.             <param name="port">The local port number from which you intend to communicate. </param>
  35652.             <exception cref="T:System.ArgumentOutOfRangeException">The port parameter is greater than <see cref="F:System.Net.IPEndPoint.MaxPort"></see> or less than <see cref="F:System.Net.IPEndPoint.MinPort"></see>. </exception>
  35653.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35654.         </member>
  35655.         <member name="M:System.Net.Sockets.UdpClient.#ctor(System.Net.IPEndPoint)">
  35656.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.UdpClient"></see> class and binds it to the specified local endpoint.</summary>
  35657.             <param name="localEP">An <see cref="T:System.Net.IPEndPoint"></see> that respresents the local endpoint to which you bind the UDP connection. </param>
  35658.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35659.             <exception cref="T:System.ArgumentNullException">localEP is null. </exception>
  35660.         </member>
  35661.         <member name="M:System.Net.Sockets.UdpClient.#ctor(System.Int32,System.Net.Sockets.AddressFamily)">
  35662.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.UdpClient"></see> class and binds it to the local port number provided.</summary>
  35663.             <param name="port">The port on which to listen for incoming connection attempts. </param>
  35664.             <param name="family">One of the <see cref="T:System.Net.Sockets.AddressFamily"></see> values that specifies the addressing scheme of the socket. </param>
  35665.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35666.             <exception cref="T:System.ArgumentException">family is not <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> or <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see>. </exception>
  35667.             <exception cref="T:System.ArgumentOutOfRangeException">port is greater than <see cref="F:System.Net.IPEndPoint.MaxPort"></see> or less than <see cref="F:System.Net.IPEndPoint.MinPort"></see>. </exception>
  35668.         </member>
  35669.         <member name="M:System.Net.Sockets.UdpClient.#ctor(System.String,System.Int32)">
  35670.             <summary>Initializes a new instance of the <see cref="T:System.Net.Sockets.UdpClient"></see> class and establishes a default remote host.</summary>
  35671.             <param name="port">The remote port number to which you intend to connect. </param>
  35672.             <param name="hostname">The name of the remote DNS host to which you intend to connect. </param>
  35673.             <exception cref="T:System.ArgumentNullException">hostname is null. </exception>
  35674.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35675.             <exception cref="T:System.ArgumentOutOfRangeException">port is not between <see cref="F:System.Net.IPEndPoint.MinPort"></see> and <see cref="F:System.Net.IPEndPoint.MaxPort"></see>. </exception>
  35676.         </member>
  35677.         <member name="M:System.Net.Sockets.UdpClient.BeginReceive(System.AsyncCallback,System.Object)">
  35678.             <summary>Receives a datagram from a remote host asynchronously.</summary>
  35679.             <returns>An <see cref="T:System.IAsyncResult"></see> object that references the asynchronous receive.</returns>
  35680.             <param name="state">A user-defined object that contains information about the receive operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  35681.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  35682.         </member>
  35683.         <member name="M:System.Net.Sockets.UdpClient.BeginSend(System.Byte[],System.Int32,System.AsyncCallback,System.Object)">
  35684.             <summary>Sends a datagram to a remote host asynchronously. The destination was specified previously by a call to <see cref="Overload:System.Net.Sockets.UdpClient.Connect"></see>.</summary>
  35685.             <returns>An <see cref="T:System.IAsyncResult"></see> object that references the asynchronous send.</returns>
  35686.             <param name="datagram">A <see cref="T:System.Byte"></see> array that contains the data to be sent.</param>
  35687.             <param name="state">A user-defined object that contains information about the send operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  35688.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete.</param>
  35689.             <param name="bytes">The number of bytes to send.</param>
  35690.         </member>
  35691.         <member name="M:System.Net.Sockets.UdpClient.BeginSend(System.Byte[],System.Int32,System.Net.IPEndPoint,System.AsyncCallback,System.Object)">
  35692.             <summary>Sends a datagram to a destination asynchronously. The destination is specified by a <see cref="T:System.Net.EndPoint"></see>.</summary>
  35693.             <returns>An <see cref="T:System.IAsyncResult"></see> object that references the asynchronous send.</returns>
  35694.             <param name="datagram">A <see cref="T:System.Byte"></see> array that contains the data to be sent.</param>
  35695.             <param name="state">A user-defined object that contains information about the send operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  35696.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  35697.             <param name="endPoint">The <see cref="T:System.Net.EndPoint"></see> that represents the destination for the data.</param>
  35698.             <param name="bytes">The number of bytes to send.</param>
  35699.         </member>
  35700.         <member name="M:System.Net.Sockets.UdpClient.BeginSend(System.Byte[],System.Int32,System.String,System.Int32,System.AsyncCallback,System.Object)">
  35701.             <summary>Sends a datagram to a destination asynchronously. The destination is specified by the host name and port number.</summary>
  35702.             <returns>An <see cref="T:System.IAsyncResult"></see> object that references the asynchronous send.</returns>
  35703.             <param name="datagram">A <see cref="T:System.Byte"></see> array that contains the data to be sent.</param>
  35704.             <param name="state">A user-defined object that contains information about the send operation. This object is passed to the requestCallback delegate when the operation is complete.</param>
  35705.             <param name="port">The destination port number.</param>
  35706.             <param name="requestCallback">An <see cref="T:System.AsyncCallback"></see> delegate that references the method to invoke when the operation is complete. </param>
  35707.             <param name="hostname">The destination host.</param>
  35708.             <param name="bytes">The number of bytes to send.</param>
  35709.         </member>
  35710.         <member name="M:System.Net.Sockets.UdpClient.Close">
  35711.             <summary>Closes the UDP connection.</summary>
  35712.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35713.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  35714.         </member>
  35715.         <member name="M:System.Net.Sockets.UdpClient.Connect(System.Net.IPEndPoint)">
  35716.             <summary>Establishes a default remote host using the specified network endpoint.</summary>
  35717.             <param name="endPoint">An <see cref="T:System.Net.IPEndPoint"></see> that specifies the network endpoint to which you intend to send data. </param>
  35718.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35719.             <exception cref="T:System.ArgumentNullException">endPoint is null. </exception>
  35720.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.UdpClient"></see> is closed. </exception>
  35721.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35722.         </member>
  35723.         <member name="M:System.Net.Sockets.UdpClient.Connect(System.Net.IPAddress,System.Int32)">
  35724.             <summary>Establishes a default remote host using the specified IP address and port number.</summary>
  35725.             <param name="port">The port number to which you intend send data. </param>
  35726.             <param name="addr">The <see cref="T:System.Net.IPAddress"></see> of the remote host to which you intend to send data. </param>
  35727.             <exception cref="T:System.ArgumentOutOfRangeException">port is not between <see cref="F:System.Net.IPEndPoint.MinPort"></see> and <see cref="F:System.Net.IPEndPoint.MaxPort"></see>. </exception>
  35728.             <exception cref="T:System.ArgumentNullException">addr is null. </exception>
  35729.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35730.             <exception cref="T:System.ObjectDisposedException"><see cref="T:System.Net.Sockets.UdpClient"></see> is closed. </exception>
  35731.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35732.         </member>
  35733.         <member name="M:System.Net.Sockets.UdpClient.Connect(System.String,System.Int32)">
  35734.             <summary>Establishes a default remote host using the specified host name and port number.</summary>
  35735.             <param name="port">The port number on the remote host to which you intend to send data. </param>
  35736.             <param name="hostname">The DNS name of the remote host to which you intend send data. </param>
  35737.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35738.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.UdpClient"></see> is closed. </exception>
  35739.             <exception cref="T:System.ArgumentOutOfRangeException">port is not between <see cref="F:System.Net.IPEndPoint.MinPort"></see> and <see cref="F:System.Net.IPEndPoint.MaxPort"></see>. </exception>
  35740.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35741.         </member>
  35742.         <member name="M:System.Net.Sockets.UdpClient.Dispose(System.Boolean)">
  35743.             <summary>Releases the unmanaged resources used by the <see cref="T:System.Net.Sockets.UdpClient"></see> and optionally releases the managed resources. </summary>
  35744.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  35745.         </member>
  35746.         <member name="M:System.Net.Sockets.UdpClient.DropMulticastGroup(System.Net.IPAddress)">
  35747.             <summary>Leaves a multicast group.</summary>
  35748.             <param name="multicastAddr">The <see cref="T:System.Net.IPAddress"></see> of the multicast group to leave. </param>
  35749.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35750.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35751.             <exception cref="T:System.ArgumentException">The IP address is not compatible with the <see cref="T:System.Net.Sockets.AddressFamily"></see> value that defines the addressing scheme of the socket. </exception>
  35752.             <exception cref="T:System.ArgumentNullException">multicastAddr is null.</exception>
  35753.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35754.         </member>
  35755.         <member name="M:System.Net.Sockets.UdpClient.DropMulticastGroup(System.Net.IPAddress,System.Int32)">
  35756.             <summary>Leaves a multicast group.</summary>
  35757.             <param name="ifindex">The local address of the multicast group to leave.</param>
  35758.             <param name="multicastAddr">The <see cref="T:System.Net.IPAddress"></see> of the multicast group to leave. </param>
  35759.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35760.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35761.             <exception cref="T:System.ArgumentException">The IP address is not compatible with the <see cref="T:System.Net.Sockets.AddressFamily"></see> value that defines the addressing scheme of the socket. </exception>
  35762.             <exception cref="T:System.ArgumentNullException">multicastAddr is null.</exception>
  35763.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35764.         </member>
  35765.         <member name="M:System.Net.Sockets.UdpClient.EndReceive(System.IAsyncResult,System.Net.IPEndPoint@)">
  35766.             <summary>Ends a pending asynchronous receive.</summary>
  35767.             <returns>If successful, the number of bytes received. If unsuccessful, this method returns 0.</returns>
  35768.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object returned by a call to <see cref="M:System.Net.Sockets.UdpClient.BeginReceive(System.AsyncCallback,System.Object)"></see>.</param>
  35769.             <param name="remoteEP">The specified remote endpoint.</param>
  35770.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.UdpClient.EndReceive(System.IAsyncResult,System.Net.IPEndPoint@)"></see> was previously called for the asynchronous read. </exception>
  35771.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35772.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  35773.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.UdpClient.BeginReceive(System.AsyncCallback,System.Object)"></see> method. </exception>
  35774.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the underlying <see cref="T:System.Net.Sockets.Socket"></see>. See the Remarks section for more information. </exception>
  35775.         </member>
  35776.         <member name="M:System.Net.Sockets.UdpClient.EndSend(System.IAsyncResult)">
  35777.             <summary>Ends a pending asynchronous send.</summary>
  35778.             <returns>If successful, the number of bytes sent to the <see cref="T:System.Net.Sockets.UdpClient"></see>.</returns>
  35779.             <param name="asyncResult">An <see cref="T:System.IAsyncResult"></see> object returned by a call to <see cref="Overload:System.Net.Sockets.UdpClient.BeginSend"></see>.</param>
  35780.             <exception cref="T:System.ArgumentException">asyncResult was not returned by a call to the <see cref="M:System.Net.Sockets.Socket.BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.AsyncCallback,System.Object)"></see> method. </exception>
  35781.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35782.             <exception cref="T:System.InvalidOperationException"><see cref="M:System.Net.Sockets.Socket.EndSend(System.IAsyncResult)"></see> was previously called for the asynchronous read. </exception>
  35783.             <exception cref="T:System.ArgumentNullException">asyncResult is null. </exception>
  35784.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the underlying socket. See the Remarks section for more information. </exception>
  35785.         </member>
  35786.         <member name="M:System.Net.Sockets.UdpClient.JoinMulticastGroup(System.Net.IPAddress)">
  35787.             <summary>Adds a <see cref="T:System.Net.Sockets.UdpClient"></see> to a multicast group.</summary>
  35788.             <param name="multicastAddr">The multicast <see cref="T:System.Net.IPAddress"></see> of the group you want to join. </param>
  35789.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35790.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35791.             <exception cref="T:System.ArgumentException">The IP address is not compatible with the <see cref="T:System.Net.Sockets.AddressFamily"></see> value that defines the addressing scheme of the socket. </exception>
  35792.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35793.         </member>
  35794.         <member name="M:System.Net.Sockets.UdpClient.JoinMulticastGroup(System.Int32,System.Net.IPAddress)">
  35795.             <summary>Adds a <see cref="T:System.Net.Sockets.UdpClient"></see> to a multicast group.</summary>
  35796.             <param name="ifindex">The local address. </param>
  35797.             <param name="multicastAddr">The multicast <see cref="T:System.Net.IPAddress"></see> of the group you want to join. </param>
  35798.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35799.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35800.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35801.         </member>
  35802.         <member name="M:System.Net.Sockets.UdpClient.JoinMulticastGroup(System.Net.IPAddress,System.Int32)">
  35803.             <summary>Adds a <see cref="T:System.Net.Sockets.UdpClient"></see> to a multicast group with the specified Time to Live (TTL).</summary>
  35804.             <param name="timeToLive">The Time to Live (TTL), measured in router hops. </param>
  35805.             <param name="multicastAddr">The <see cref="T:System.Net.IPAddress"></see> of the multicast group to join. </param>
  35806.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35807.             <exception cref="T:System.ArgumentOutOfRangeException">The TTL provided is not between 0 and 255 </exception>
  35808.             <exception cref="T:System.ArgumentException">The IP address is not compatible with the <see cref="T:System.Net.Sockets.AddressFamily"></see> value that defines the addressing scheme of the socket. </exception>
  35809.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35810.             <exception cref="T:System.ArgumentNullException">multicastAddr is null.</exception>
  35811.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35812.         </member>
  35813.         <member name="M:System.Net.Sockets.UdpClient.JoinMulticastGroup(System.Net.IPAddress,System.Net.IPAddress)">
  35814.             <summary>Adds a <see cref="T:System.Net.Sockets.UdpClient"></see> to a multicast group.</summary>
  35815.             <param name="localAddress">The local <see cref="T:System.Net.IPAddress"></see>.</param>
  35816.             <param name="multicastAddr">The multicast <see cref="T:System.Net.IPAddress"></see> of the group you want to join.</param>
  35817.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35818.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35819.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35820.         </member>
  35821.         <member name="M:System.Net.Sockets.UdpClient.Receive(System.Net.IPEndPoint@)">
  35822.             <summary>Returns a UDP datagram that was sent by a remote host.</summary>
  35823.             <returns>An array of type <see cref="T:System.Byte"></see> that contains datagram data.</returns>
  35824.             <param name="remoteEP">An <see cref="T:System.Net.IPEndPoint"></see> that represents the remote host from which the data was sent. </param>
  35825.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35826.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35827.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Net.SocketPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35828.         </member>
  35829.         <member name="M:System.Net.Sockets.UdpClient.Send(System.Byte[],System.Int32)">
  35830.             <summary>Sends a UDP datagram to a remote host.</summary>
  35831.             <returns>The number of bytes sent.</returns>
  35832.             <param name="dgram">An array of type <see cref="T:System.Byte"></see> that specifies the UDP datagram that you intend to send represented as an array of bytes. </param>
  35833.             <param name="bytes">The number of bytes in the datagram. </param>
  35834.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35835.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.UdpClient"></see> has already established a default remote host. </exception>
  35836.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.UdpClient"></see> is closed. </exception>
  35837.             <exception cref="T:System.ArgumentNullException">dgram is null. </exception>
  35838.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35839.         </member>
  35840.         <member name="M:System.Net.Sockets.UdpClient.Send(System.Byte[],System.Int32,System.Net.IPEndPoint)">
  35841.             <summary>Sends a UDP datagram to the host at the specified remote endpoint.</summary>
  35842.             <returns>The number of bytes sent.</returns>
  35843.             <param name="endPoint">An <see cref="T:System.Net.IPEndPoint"></see> that represents the host and port to which to send the datagram. </param>
  35844.             <param name="dgram">An array of type <see cref="T:System.Byte"></see> that specifies the UDP datagram that you intend to send, represented as an array of bytes. </param>
  35845.             <param name="bytes">The number of bytes in the datagram. </param>
  35846.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35847.             <exception cref="T:System.InvalidOperationException"><see cref="T:System.Net.Sockets.UdpClient"></see> has already established a default remote host. </exception>
  35848.             <exception cref="T:System.ObjectDisposedException"><see cref="T:System.Net.Sockets.UdpClient"></see> is closed. </exception>
  35849.             <exception cref="T:System.ArgumentNullException">dgram is null. </exception>
  35850.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35851.         </member>
  35852.         <member name="M:System.Net.Sockets.UdpClient.Send(System.Byte[],System.Int32,System.String,System.Int32)">
  35853.             <summary>Sends a UDP datagram to a specified port on a specified remote host.</summary>
  35854.             <returns>The number of bytes sent.</returns>
  35855.             <param name="port">The remote port number with which you intend to communicate. </param>
  35856.             <param name="hostname">The name of the remote host to which you intend to send the datagram. </param>
  35857.             <param name="dgram">An array of type <see cref="T:System.Byte"></see> that specifies the UDP datagram that you intend to send represented as an array of bytes. </param>
  35858.             <param name="bytes">The number of bytes in the datagram. </param>
  35859.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when accessing the socket. See the Remarks section for more information. </exception>
  35860.             <exception cref="T:System.InvalidOperationException">The <see cref="T:System.Net.Sockets.UdpClient"></see> has already established a default remote host. </exception>
  35861.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.UdpClient"></see> is closed. </exception>
  35862.             <exception cref="T:System.ArgumentNullException">dgram is null. </exception>
  35863.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /><IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35864.         </member>
  35865.         <member name="M:System.Net.Sockets.UdpClient.System.IDisposable.Dispose">
  35866.             <summary>Releases all resources used by the <see cref="T:System.Net.Sockets.UdpClient"></see>.</summary>
  35867.         </member>
  35868.         <member name="P:System.Net.Sockets.UdpClient.Active">
  35869.             <summary>Gets or sets a value indicating whether a default remote host has been established.</summary>
  35870.             <returns>true if a connection is active; otherwise, false.</returns>
  35871.         </member>
  35872.         <member name="P:System.Net.Sockets.UdpClient.Available">
  35873.             <summary>Gets the amount of data received from the network that is available to read.</summary>
  35874.             <returns>The number of bytes of data received from the network.</returns>
  35875.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred while attempting to access the socket. See the Remarks section for more information. </exception>
  35876.             <exception cref="T:System.ObjectDisposedException">The <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35877.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  35878.         </member>
  35879.         <member name="P:System.Net.Sockets.UdpClient.Client">
  35880.             <summary>Gets or sets the underlying network <see cref="T:System.Net.Sockets.Socket"></see>.</summary>
  35881.             <returns>The underlying Network <see cref="T:System.Net.Sockets.Socket"></see>.</returns>
  35882.         </member>
  35883.         <member name="P:System.Net.Sockets.UdpClient.DontFragment">
  35884.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the <see cref="T:System.Net.Sockets.UdpClient"></see> allows Internet Protocol (IP) datagrams to be fragmented.</summary>
  35885.             <returns>true if the <see cref="T:System.Net.Sockets.UdpClient"></see> allows datagram fragmentation; otherwise, false. The default is true.</returns>
  35886.             <exception cref="T:System.NotSupportedException">This property can be set only for sockets that use the <see cref="F:System.Net.Sockets.AddressFamily.InterNetwork"></see> flag or the <see cref="F:System.Net.Sockets.AddressFamily.InterNetworkV6"></see> flag. </exception>
  35887.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35888.         </member>
  35889.         <member name="P:System.Net.Sockets.UdpClient.EnableBroadcast">
  35890.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the <see cref="T:System.Net.Sockets.UdpClient"></see> may send or receive broadcast packets.</summary>
  35891.             <returns>true if the <see cref="T:System.Net.Sockets.UdpClient"></see> allows broadcast packets; otherwise, false. The default is false.</returns>
  35892.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35893.         </member>
  35894.         <member name="P:System.Net.Sockets.UdpClient.ExclusiveAddressUse">
  35895.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether the <see cref="T:System.Net.Sockets.UdpClient"></see> allows only one client to use a port.</summary>
  35896.             <returns>true if the <see cref="T:System.Net.Sockets.UdpClient"></see> allows only one client to use a specific port; otherwise, false. The default is true for Windows Server 2003 and Windows XP Service Pack 2 and later, and false for all other versions.</returns>
  35897.             <exception cref="T:System.Net.Sockets.SocketException">An error occurred when attempting to access the underlying socket.</exception>
  35898.             <exception cref="T:System.ObjectDisposedException">The underlying <see cref="T:System.Net.Sockets.Socket"></see> has been closed. </exception>
  35899.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35900.         </member>
  35901.         <member name="P:System.Net.Sockets.UdpClient.MulticastLoopback">
  35902.             <summary>Gets or sets a <see cref="T:System.Boolean"></see> value that specifies whether outgoing multicast packets are delivered to the sending application.</summary>
  35903.             <returns>true if the <see cref="T:System.Net.Sockets.UdpClient"></see> receives outgoing multicast packets; otherwise, false.</returns>
  35904.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35905.         </member>
  35906.         <member name="P:System.Net.Sockets.UdpClient.Ttl">
  35907.             <summary>Gets or sets a value that specifies the Time to Live (TTL) value of Internet Protocol (IP) packets sent by the <see cref="T:System.Net.Sockets.UdpClient"></see>.</summary>
  35908.             <returns>The TTL value.</returns>
  35909.             <PermissionSet><IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  35910.         </member>
  35911.         <member name="T:System.Runtime.InteropServices.DefaultParameterValueAttribute">
  35912.             <summary>Sets the default value of a parameter when called from a language that supports default parameters. This class cannot be inherited. </summary>
  35913.         </member>
  35914.         <member name="M:System.Runtime.InteropServices.DefaultParameterValueAttribute.#ctor(System.Object)">
  35915.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.DefaultParameterValueAttribute"></see> class with the default value of a parameter.</summary>
  35916.             <param name="value">An object that represents the default value of a parameter.</param>
  35917.         </member>
  35918.         <member name="P:System.Runtime.InteropServices.DefaultParameterValueAttribute.Value">
  35919.             <summary>Gets the default value of a parameter.</summary>
  35920.             <returns>An object that represents the default value of a parameter.</returns>
  35921.         </member>
  35922.         <member name="T:System.Runtime.InteropServices.HandleCollector">
  35923.             <summary>Tracks outstanding handles and forces a garbage collection when the specified threshold is reached.</summary>
  35924.         </member>
  35925.         <member name="M:System.Runtime.InteropServices.HandleCollector.#ctor(System.String,System.Int32)">
  35926.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.HandleCollector"></see> class using a name and a threshold at which to begin handle collection. </summary>
  35927.             <param name="name">A name for the collector.  This parameter allows you to name collectors that track handle types separately.</param>
  35928.             <param name="initialThreshold">A value that specifies the point at which collections should begin.</param>
  35929.             <exception cref="T:System.ArgumentOutOfRangeException">The initialThreshold parameter is less than 0.</exception>
  35930.         </member>
  35931.         <member name="M:System.Runtime.InteropServices.HandleCollector.#ctor(System.String,System.Int32,System.Int32)">
  35932.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.HandleCollector"></see> class using a name, a threshold at which to begin handle collection, and a threshold at which handle collection must occur. </summary>
  35933.             <param name="name">A name for the collector.  This parameter allows you to name collectors that track handle types separately.</param>
  35934.             <param name="maximumThreshold">A value that specifies the point at which collections must occur. This should be set to the maximum number of available handles.</param>
  35935.             <param name="initialThreshold">A value that specifies the point at which collections should begin.</param>
  35936.             <exception cref="T:System.ArgumentOutOfRangeException">The initialThreshold parameter is less than 0.-or-The maximumThreshold parameter is less than 0.</exception>
  35937.             <exception cref="T:System.ArgumentException">The maximumThreshold parameter is less than the initialThreshold parameter.</exception>
  35938.         </member>
  35939.         <member name="M:System.Runtime.InteropServices.HandleCollector.Add">
  35940.             <summary>Increments the current handle count.</summary>
  35941.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Runtime.InteropServices.HandleCollector.Count"></see> property is less than 0.</exception>
  35942.         </member>
  35943.         <member name="M:System.Runtime.InteropServices.HandleCollector.Remove">
  35944.             <summary>Decrements the current handle count.</summary>
  35945.             <exception cref="T:System.InvalidOperationException">The <see cref="P:System.Runtime.InteropServices.HandleCollector.Count"></see> property is less than 0.</exception>
  35946.         </member>
  35947.         <member name="P:System.Runtime.InteropServices.HandleCollector.Count">
  35948.             <summary>Gets the number of handles collected.</summary>
  35949.             <returns>The number of handles collected.</returns>
  35950.         </member>
  35951.         <member name="P:System.Runtime.InteropServices.HandleCollector.InitialThreshold">
  35952.             <summary>Gets a value that specifies the point at which collections should begin.</summary>
  35953.             <returns>A value that specifies the point at which collections should begin.</returns>
  35954.         </member>
  35955.         <member name="P:System.Runtime.InteropServices.HandleCollector.MaximumThreshold">
  35956.             <summary>Gets a value that specifies the point at which collections must occur.</summary>
  35957.             <returns>A value that specifies the point at which collections must occur.</returns>
  35958.         </member>
  35959.         <member name="P:System.Runtime.InteropServices.HandleCollector.Name">
  35960.             <summary>Gets the name of a <see cref="T:System.Runtime.InteropServices.HandleCollector"></see> object.</summary>
  35961.             <returns>This <see cref="P:System.Runtime.InteropServices.HandleCollector.Name"></see> property allows you to name collectors that track handle types separately.</returns>
  35962.         </member>
  35963.         <member name="T:System.Runtime.InteropServices.StandardOleMarshalObject">
  35964.             <summary>Replaces the standard common language runtime (CLR) free-threaded marshaler with the standard OLE STA marshaler. </summary>
  35965.         </member>
  35966.         <member name="M:System.Runtime.InteropServices.StandardOleMarshalObject.#ctor">
  35967.             <summary>Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.StandardOleMarshalObject"></see> class. </summary>
  35968.         </member>
  35969.         <member name="N:System.Runtime.InteropServices.ComTypes">
  35970.             <summary>The System.Runtime.InteropServices.ComTypes namespace contains methods that are defintions of COM functions for managed code. These functions replace the now-obsolete UCOM* methods in the <see cref="N:System.Runtime.InteropServices"></see> namespace.</summary>
  35971.         </member>
  35972.         <member name="T:System.Runtime.InteropServices.ComTypes.ADVF">
  35973.             <summary>Specifies the requested behavior when setting up an advise sink or a caching connection with an object.</summary>
  35974.         </member>
  35975.         <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVF_DATAONSTOP">
  35976.             <summary>For data advisory connections, assures accessibility to data. </summary>
  35977.         </member>
  35978.         <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVF_NODATA">
  35979.             <summary>For data advisory connections (<see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)"></see> or <see cref="M:System.Runtime.InteropServices.ComTypes.IConnectionPoint.Advise(System.Object,System.Int32@)"></see>), this flag requests the data object not to send data when it calls <see cref="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnDataChange(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see>. </summary>
  35980.         </member>
  35981.         <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVF_ONLYONCE">
  35982.             <summary>Requests that the object make only one change notification or cache update before deleting the connection.</summary>
  35983.         </member>
  35984.         <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVF_PRIMEFIRST">
  35985.             <summary>Requests that the object not wait for the data or view to change before making an initial call to <see cref="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnDataChange(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see> (for data or view advisory connections) or updating the cache (for cache connections).</summary>
  35986.         </member>
  35987.         <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVFCACHE_FORCEBUILTIN">
  35988.             <summary>This value is used by DLL object applications and object handlers that perform the drawing of their objects.</summary>
  35989.         </member>
  35990.         <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVFCACHE_NOHANDLER">
  35991.             <summary>Synonym for <see cref="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVFCACHE_FORCEBUILTIN"></see>, which is used more often.</summary>
  35992.         </member>
  35993.         <member name="F:System.Runtime.InteropServices.ComTypes.ADVF.ADVFCACHE_ONSAVE">
  35994.             <summary>For cache connections, this flag updates the cached representation only when the object containing the cache is saved.</summary>
  35995.         </member>
  35996.         <member name="T:System.Runtime.InteropServices.ComTypes.DATADIR">
  35997.             <summary>Specifies the direction of the data flow in the dwDirection parameter of the <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR)"></see> method. This determines the formats that the resulting enumerator can enumerate.</summary>
  35998.         </member>
  35999.         <member name="F:System.Runtime.InteropServices.ComTypes.DATADIR.DATADIR_GET">
  36000.             <summary>Requests that <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR)"></see> supply an enumerator for the formats that can be specified in <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see>.</summary>
  36001.         </member>
  36002.         <member name="F:System.Runtime.InteropServices.ComTypes.DATADIR.DATADIR_SET">
  36003.             <summary>Requests that <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR)"></see> supply an enumerator for the formats that can be specified in <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.SetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@,System.Boolean)"></see>.</summary>
  36004.         </member>
  36005.         <member name="T:System.Runtime.InteropServices.ComTypes.DVASPECT">
  36006.             <summary>Specifies the desired data or view aspect of the object when drawing or getting data.</summary>
  36007.         </member>
  36008.         <member name="F:System.Runtime.InteropServices.ComTypes.DVASPECT.DVASPECT_CONTENT">
  36009.             <summary>A representation of an object that lets that object be displayed as an embedded object inside a container. This value is typically specified for compound document objects. The presentation can be provided for the screen or printer.</summary>
  36010.         </member>
  36011.         <member name="F:System.Runtime.InteropServices.ComTypes.DVASPECT.DVASPECT_DOCPRINT">
  36012.             <summary>A representation of an object on the screen as though it were printed to a printer using the Print command from the File menu. The described data may represent a sequence of pages.</summary>
  36013.         </member>
  36014.         <member name="F:System.Runtime.InteropServices.ComTypes.DVASPECT.DVASPECT_ICON">
  36015.             <summary>An iconic representation of an object.</summary>
  36016.         </member>
  36017.         <member name="F:System.Runtime.InteropServices.ComTypes.DVASPECT.DVASPECT_THUMBNAIL">
  36018.             <summary>A thumbnail representation of an object that lets that object be displayed in a browsing tool. The thumbnail is approximately a 120 by 120 pixel, 16-color (recommended), device-independent bitmap potentially wrapped in a metafile.</summary>
  36019.         </member>
  36020.         <member name="T:System.Runtime.InteropServices.ComTypes.FORMATETC">
  36021.             <summary>Represents a generalized Clipboard format. </summary>
  36022.         </member>
  36023.         <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.cfFormat">
  36024.             <summary>Specifies the particular clipboard format of interest.</summary>
  36025.         </member>
  36026.         <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.dwAspect">
  36027.             <summary>Specifies one of the <see cref="T:System.Runtime.InteropServices.ComTypes.DVASPECT"></see> enumeration constants that indicates how much detail should be contained in the rendering.</summary>
  36028.         </member>
  36029.         <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.lindex">
  36030.             <summary>Specifies part of the aspect when the data must be split across page boundaries. </summary>
  36031.         </member>
  36032.         <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.ptd">
  36033.             <summary>Specifies a pointer to a DVTARGETDEVICE structure containing information about the target device that the data is being composed for. </summary>
  36034.         </member>
  36035.         <member name="F:System.Runtime.InteropServices.ComTypes.FORMATETC.tymed">
  36036.             <summary>Specifies one of the <see cref="T:System.Runtime.InteropServices.ComTypes.TYMED"></see> enumeration constants, which indicates the type of storage medium used to transfer the object's data. </summary>
  36037.         </member>
  36038.         <member name="T:System.Runtime.InteropServices.ComTypes.IAdviseSink">
  36039.             <summary>Provides a managed definition of the IAdviseSink interface.</summary>
  36040.         </member>
  36041.         <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnClose">
  36042.             <summary>Notifies all registered advisory sinks that the object has changed from the running state to the loaded state.  This method is called by a server.</summary>
  36043.         </member>
  36044.         <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnDataChange(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)">
  36045.             <summary>Notifies all data objects currently registered advisory sinks that data in the object has changed.</summary>
  36046.             <param name="stgmedium">A <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see>, passed by reference, which defines the storage medium (global memory, disk file, storage object, stream object, Graphics Device Interface (GDI) object, or undefined) and ownership of that medium for the calling data object.</param>
  36047.             <param name="format">A <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see>, passed by reference, which describes the format, target device, rendering, and storage information of the calling data object.</param>
  36048.         </member>
  36049.         <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnRename(System.Runtime.InteropServices.ComTypes.IMoniker)">
  36050.             <summary>Notifies all registered advisory sinks that the object has been renamed. This method is called by a server.</summary>
  36051.             <param name="moniker">A pointer to the IMoniker interface on the new full moniker of the object.</param>
  36052.         </member>
  36053.         <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnSave">
  36054.             <summary>Notifies all registered advisory sinks that the object has been saved. This method is called by a server.</summary>
  36055.         </member>
  36056.         <member name="M:System.Runtime.InteropServices.ComTypes.IAdviseSink.OnViewChange(System.Int32,System.Int32)">
  36057.             <summary>Notifies an object's registered advisory sinks that its view has changed. This method is called by a server.</summary>
  36058.             <param name="aspect">The aspect, or view, of the object. Contains a value taken from the <see cref="T:System.Runtime.InteropServices.ComTypes.DVASPECT"></see> enumeration.</param>
  36059.             <param name="index">The portion of the view that has changed. Currently, only -1 is valid.</param>
  36060.         </member>
  36061.         <member name="T:System.Runtime.InteropServices.ComTypes.IDataObject">
  36062.             <summary>Provides the managed definition of the IDataObject interface.</summary>
  36063.         </member>
  36064.         <member name="M:System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)">
  36065.             <summary>Creates a connection between a data object and an advisory sink. This method is called by an object that supports an advisory sink and enables the advisory sink to be notified of changes in the object's data.</summary>
  36066.             <returns>This method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following: ValueDescriptionS_OKThe advisory connection was created.E_NOTIMPLThis method is not implemented on the data object.DV_E_LINDEXThere is an invalid value for <see cref="F:System.Runtime.InteropServices.ComTypes.FORMATETC.lindex"></see>; currently, only -1 is supported.DV_E_FORMATETCThere is an invalid value for the pFormatetc parameter.OLE_E_ADVISENOTSUPPORTEDThe data object does not support change notification.</returns>
  36067.             <param name="pFormatetc"> A <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure, passed by reference, that defines the format, target device, aspect, and medium that will be used for future notifications.</param>
  36068.             <param name="connection">When this method returns, contains a pointer to a DWORD token that identifies this connection. You can use this token later to delete the advisory connection by passing it to <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(System.Int32)"></see>. If this value is zero, the connection was not established. This parameter is passed uninitialized.</param>
  36069.             <param name="advf">One of the <see cref="T:System.Runtime.InteropServices.ComTypes.ADVF"></see> values that specifies a group of flags for controlling the advisory connection.</param>
  36070.             <param name="adviseSink">A pointer to the <see cref="T:System.Runtime.InteropServices.ComTypes.IAdviseSink"></see> interface on the advisory sink that will receive the change notification.</param>
  36071.         </member>
  36072.         <member name="M:System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(System.Int32)">
  36073.             <summary>Destroys a notification connection that had been previously established.</summary>
  36074.             <returns>This method supports the following return values:ValueDescriptionS_OKThe specified connection was successfully deleted.OLE_E_NOCONNECTIONThe specified connection is not valid.OLE_E_ADVISENOTSUPPORTEDThis <see cref="T:System.Runtime.InteropServices.ComTypes.IDataObject"></see> implementation does not support notification.</returns>
  36075.             <param name="connection">A DWORD token that specifies the connection to remove. Use the value returned by <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.ADVF,System.Runtime.InteropServices.ComTypes.IAdviseSink,System.Int32@)"></see> when the connection was originally established.</param>
  36076.         </member>
  36077.         <member name="M:System.Runtime.InteropServices.ComTypes.IDataObject.EnumDAdvise(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA@)">
  36078.             <summary>Creates an object that can be used to enumerate the current advisory connections.</summary>
  36079.             <returns>This method supports the standard return value E_OUTOFMEMORY, as well as the following:ValueDescriptionS_OKThe enumerator object is successfully instantiated or there are no connections.OLE_E_ADVISENOTSUPPORTEDThis object does not support advisory notifications.</returns>
  36080.             <param name="enumAdvise">When this method returns, contains an <see cref="T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA"></see> that receives the interface pointer to the new enumerator object. If the implementation sets enumAdvise to null, there are no connections to advisory sinks at this time. This parameter is passed uninitialized.</param>
  36081.         </member>
  36082.         <member name="M:System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR)">
  36083.             <summary>Creates an object for enumerating the <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structures for a data object. These structures are used in calls to <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see> or <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.SetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@,System.Boolean)"></see>. </summary>
  36084.             <returns>This method supports the standard return values E_INVALIDARG and E_OUTOFMEMORY, as well as the following:ValueDescriptionS_OKThe enumerator object was successfully created.E_NOTIMPLThe direction specified by the direction parameter is not supported.OLE_S_USEREGRequests that OLE enumerate the formats from the registry.</returns>
  36085.             <param name="direction">One of the <see cref="T:System.Runtime.InteropServices.ComTypes.DATADIR"></see> values that specifies the direction of the data.</param>
  36086.         </member>
  36087.         <member name="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFormatEtc(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.FORMATETC@)">
  36088.             <summary>Provides a standard <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure that is logically equivalent to a more complex structure. Use this method to determine whether two different <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structures would return the same data, removing the need for duplicate rendering.</summary>
  36089.             <returns>This method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following: ValueDescriptionS_OKThe returned <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure is different from the one that was passed.DATA_S_SAMEFORMATETCThe <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structures are the same and null is returned in the formatOut parameter.DV_E_LINDEXThere is an invalid value for <see cref="F:System.Runtime.InteropServices.ComTypes.FORMATETC.lindex"></see>; currently, only -1 is supported.DV_E_FORMATETCThere is an invalid value for the pFormatetc parameter.OLE_E_NOTRUNNINGThe application is not running.</returns>
  36090.             <param name="formatIn">A pointer to a <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure, passed by reference, that defines the format, medium, and target device that the caller would like to use to retrieve data in a subsequent call such as <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see>. The <see cref="T:System.Runtime.InteropServices.ComTypes.TYMED"></see> member is not significant in this case and should be ignored.</param>
  36091.             <param name="formatOut">When this method returns, contains a pointer to a <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure that contains the most general information possible for a specific rendering, making it canonically equivalent to formatetIn. The caller must allocate this structure and the <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFormatEtc(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.FORMATETC@)"></see> method must fill in the data. To retrieve data in a subsequent call such as <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see>, the caller uses the supplied value of formatOut, unless the value supplied is null. This value is null if the method returns DATA_S_SAMEFORMATETC. The <see cref="T:System.Runtime.InteropServices.ComTypes.TYMED"></see> member is not significant in this case and should be ignored. This parameter is passed uninitialized.</param>
  36092.         </member>
  36093.         <member name="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)">
  36094.             <summary>Obtains data from a source data object. The <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see> method, which is called by a data consumer, renders the data described in the specified <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure and transfers it through the specified <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see> structure. The caller then assumes responsibility for releasing the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see> structure.</summary>
  36095.             <param name="medium">When this method returns, contains a pointer to the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see> structure that indicates the storage medium containing the returned data through its <see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.tymed"></see> member, and the responsibility for releasing the medium through the value of its <see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> member. If <see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> is null, the receiver of the medium is responsible for releasing it; otherwise, <see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> points to the IUnknown interface on the appropriate object so its Release method can be called. The medium must be allocated and filled in by <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see>. This parameter is passed uninitialized.</param>
  36096.             <param name="format">A pointer to a <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure, passed by reference, that defines the format, medium, and target device to use when passing the data. It is possible to specify more than one medium by using the Boolean OR operator, allowing the method to choose the best medium among those specified.</param>
  36097.         </member>
  36098.         <member name="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)">
  36099.             <summary>Obtains data from a source data object. This method, which is called by a data consumer, differs from the <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see> method in that the caller must allocate and free the specified storage medium.</summary>
  36100.             <param name="medium">A <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see>, passed by reference, that defines the storage medium containing the data being transferred. The medium must be allocated by the caller and filled in by <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see>. The caller must also free the medium. The implementation of this method must always supply a value of null for the <see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> member of the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see> structure that this parameter points to.</param>
  36101.             <param name="format">A pointer to a <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure, passed by reference, that defines the format, medium, and target device to use when passing the data. Only one medium can be specified in <see cref="T:System.Runtime.InteropServices.ComTypes.TYMED"></see>, and only the following <see cref="T:System.Runtime.InteropServices.ComTypes.TYMED"></see> values are valid: <see cref="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_ISTORAGE"></see>, <see cref="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_ISTREAM"></see>, <see cref="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_HGLOBAL"></see>, or <see cref="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_FILE"></see>.</param>
  36102.         </member>
  36103.         <member name="M:System.Runtime.InteropServices.ComTypes.IDataObject.QueryGetData(System.Runtime.InteropServices.ComTypes.FORMATETC@)">
  36104.             <summary>Determines whether the data object is capable of rendering the data described in the <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure. Objects attempting a paste or drop operation can call this method before calling <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see> to get an indication of whether the operation may be successful.</summary>
  36105.             <returns>This method supports the standard return values E_INVALIDARG, E_UNEXPECTED, and E_OUTOFMEMORY, as well as the following: ValueDescriptionS_OKA subsequent call to <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.GetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@)"></see> would probably be successful.DV_E_LINDEXAn invalid value for <see cref="F:System.Runtime.InteropServices.ComTypes.FORMATETC.lindex"></see>; currently, only -1 is supported.DV_E_FORMATETCAn invalid value for the pFormatetc parameter.DV_E_TYMEDAn invalid <see cref="F:System.Runtime.InteropServices.ComTypes.FORMATETC.tymed"></see> value.DV_E_DVASPECTAn invalid <see cref="F:System.Runtime.InteropServices.ComTypes.FORMATETC.dwAspect"></see> value.OLE_E_NOTRUNNINGThe application is not running.</returns>
  36106.             <param name="format">A pointer to a <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure, passed by reference, that defines the format, medium, and target device to use for the query.</param>
  36107.         </member>
  36108.         <member name="M:System.Runtime.InteropServices.ComTypes.IDataObject.SetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@,System.Boolean)">
  36109.             <summary>Transfers data to the object that implements this method. This method is called by an object that contains a data source.</summary>
  36110.             <param name="medium">A <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see> structure, passed by reference, that defines the storage medium in which the data is being passed.</param>
  36111.             <param name="release">true to specify that the data object called, which implements <see cref="M:System.Runtime.InteropServices.ComTypes.IDataObject.SetData(System.Runtime.InteropServices.ComTypes.FORMATETC@,System.Runtime.InteropServices.ComTypes.STGMEDIUM@,System.Boolean)"></see>, owns the storage medium after the call returns. This means that the data object must free the medium after it has been used by calling the ReleaseStgMedium function. false to specify that the caller retains ownership of the storage medium, and the data object called uses the storage medium for the duration of the call only.</param>
  36112.             <param name="formatIn">A <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure, passed by reference, that defines the format used by the data object when interpreting the data contained in the storage medium.</param>
  36113.         </member>
  36114.         <member name="T:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC">
  36115.             <summary>Provides the managed definition of the IEnumFORMATETC interface.</summary>
  36116.         </member>
  36117.         <member name="M:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC.Clone(System.Runtime.InteropServices.ComTypes.IEnumFORMATETC@)">
  36118.             <summary>Creates a new enumerator that contains the same enumeration state as the current enumerator.</summary>
  36119.             <param name="newEnum">When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized.</param>
  36120.         </member>
  36121.         <member name="M:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC.Next(System.Int32,System.Runtime.InteropServices.ComTypes.FORMATETC[],System.Int32[])">
  36122.             <summary>Retrieves a specified number of items in the enumeration sequence.</summary>
  36123.             <returns>S_OK if the pceltFetched parameter equals the celt parameter; otherwise, S_FALSE.</returns>
  36124.             <param name="celt">The number of <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> references to return in rgelt.</param>
  36125.             <param name="rgelt">When this method returns, contains a reference to the enumerated <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> references. This parameter is passed uninitialized.</param>
  36126.             <param name="pceltFetched">When this method returns, contains a reference to the actual number of references enumerated in rgelt. This parameter is passed uninitialized.</param>
  36127.         </member>
  36128.         <member name="M:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC.Reset">
  36129.             <summary>Resets the enumeration sequence to the beginning.</summary>
  36130.             <returns>An HRESULT with the value S_OK.</returns>
  36131.         </member>
  36132.         <member name="M:System.Runtime.InteropServices.ComTypes.IEnumFORMATETC.Skip(System.Int32)">
  36133.             <summary>Skips a specified number of items in the enumeration sequence.</summary>
  36134.             <returns>S_OK if the number of elements skipped equals the celt parameter; otherwise, S_FALSE.</returns>
  36135.             <param name="celt">The number of elements to skip in the enumeration.</param>
  36136.         </member>
  36137.         <member name="T:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA">
  36138.             <summary>Provides the managed definition of the IEnumSTATDATA interface.</summary>
  36139.         </member>
  36140.         <member name="M:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA.Clone(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA@)">
  36141.             <summary>Creates a new enumerator that contains the same enumeration state as the current enumerator.</summary>
  36142.             <param name="newEnum">When this method returns, contains a reference to the newly created enumerator. This parameter is passed uninitialized.</param>
  36143.         </member>
  36144.         <member name="M:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA.Next(System.Int32,System.Runtime.InteropServices.ComTypes.STATDATA[],System.Int32[])">
  36145.             <summary>Retrieves a specified number of items in the enumeration sequence.</summary>
  36146.             <returns>S_OK if the pceltFetched parameter equals the celt parameter; otherwise, S_FALSE.</returns>
  36147.             <param name="celt">The number of <see cref="T:System.Runtime.InteropServices.ComTypes.STATDATA"></see> references to return in rgelt.</param>
  36148.             <param name="rgelt">When this method returns, contains a reference to the enumerated <see cref="T:System.Runtime.InteropServices.ComTypes.STATDATA"></see> references. This parameter is passed uninitialized.</param>
  36149.             <param name="pceltFetched">When this parameter returns, contains a reference to the actual number of references enumerated in rgelt. This parameter is passed uninitialized.</param>
  36150.         </member>
  36151.         <member name="M:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA.Reset">
  36152.             <summary>Resets the enumeration sequence to the beginning.</summary>
  36153.             <returns>An HRESULT with the value S_OK.</returns>
  36154.         </member>
  36155.         <member name="M:System.Runtime.InteropServices.ComTypes.IEnumSTATDATA.Skip(System.Int32)">
  36156.             <summary>Skips a specified number of items in the enumeration sequence.</summary>
  36157.             <returns>S_OK if the number of elements skipped equals the celt parameter; otherwise, S_FALSE.</returns>
  36158.             <param name="celt">The number of elements to skip in the enumeration.</param>
  36159.         </member>
  36160.         <member name="T:System.Runtime.InteropServices.ComTypes.STATDATA">
  36161.             <summary>Provides the managed definition of the STATDATA structure.</summary>
  36162.         </member>
  36163.         <member name="F:System.Runtime.InteropServices.ComTypes.STATDATA.advf">
  36164.             <summary>Represents the <see cref="T:System.Runtime.InteropServices.ComTypes.ADVF"></see> enumeration value that determines when the advisory sink is notified of changes in the data.</summary>
  36165.         </member>
  36166.         <member name="F:System.Runtime.InteropServices.ComTypes.STATDATA.advSink">
  36167.             <summary>Represents the <see cref="T:System.Runtime.InteropServices.ComTypes.IAdviseSink"></see> interface that will receive change notifications.</summary>
  36168.         </member>
  36169.         <member name="F:System.Runtime.InteropServices.ComTypes.STATDATA.connection">
  36170.             <summary>Represents the token that uniquely identifies the advisory connection. This token is returned by the method that sets up the advisory connection.</summary>
  36171.         </member>
  36172.         <member name="F:System.Runtime.InteropServices.ComTypes.STATDATA.formatetc">
  36173.             <summary>Represents the <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure for the data of interest to the advise sink. The advise sink receives notification of changes to the data specified by this <see cref="T:System.Runtime.InteropServices.ComTypes.FORMATETC"></see> structure.</summary>
  36174.         </member>
  36175.         <member name="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM">
  36176.             <summary>Provides the managed definition of the STGMEDIUM structure.</summary>
  36177.         </member>
  36178.         <member name="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease">
  36179.             <summary>Represents a pointer to an interface instance that allows the sending process to control the way the storage is released when the receiving process calls the ReleaseStgMedium function. If <see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> is null, ReleaseStgMedium uses default procedures to release the storage; otherwise, ReleaseStgMedium uses the specified IUnknown interface.</summary>
  36180.         </member>
  36181.         <member name="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.tymed">
  36182.             <summary>Specifies the type of storage medium. The marshaling and unmarshaling routines use this value to determine which union member was used. This value must be one of the elements of the <see cref="T:System.Runtime.InteropServices.ComTypes.TYMED"></see> enumeration.</summary>
  36183.         </member>
  36184.         <member name="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.unionmember">
  36185.             <summary>Represents a handle, string, or interface pointer that the receiving process can use to access the data being transferred.</summary>
  36186.         </member>
  36187.         <member name="T:System.Runtime.InteropServices.ComTypes.TYMED">
  36188.             <summary>Provides the managed definition of the TYMED structure.</summary>
  36189.         </member>
  36190.         <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_ENHMF">
  36191.             <summary>The storage medium is an enhanced metafile. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> member is null, the destination process should use DeleteEnhMetaFile to delete the bitmap.</summary>
  36192.         </member>
  36193.         <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_FILE">
  36194.             <summary>The storage medium is a disk file identified by a path. If the STGMEDIUM<see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> member is null, the destination process should use OpenFile to delete the file.</summary>
  36195.         </member>
  36196.         <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_GDI">
  36197.             <summary>The storage medium is a Graphics Device Interface (GDI) component (HBITMAP). If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> member is null, the destination process should use DeleteObject to delete the bitmap.</summary>
  36198.         </member>
  36199.         <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_HGLOBAL">
  36200.             <summary>The storage medium is a global memory handle (HGLOBAL). Allocate the global handle with the GMEM_SHARE flag. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> member is null, the destination process should use GlobalFree to release the memory.</summary>
  36201.         </member>
  36202.         <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_ISTORAGE">
  36203.             <summary>The storage medium is a storage component identified by an IStorage pointer. The data is in the streams and storages contained by this IStorage instance. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> member is not null, the destination process should use IStorage::Release to release the storage component.</summary>
  36204.         </member>
  36205.         <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_ISTREAM">
  36206.             <summary>The storage medium is a stream object identified by an IStream pointer. Use ISequentialStream::Read to read the data. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> member is not null, the destination process should use IStream::Release to release the stream component.</summary>
  36207.         </member>
  36208.         <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_MFPICT">
  36209.             <summary>The storage medium is a metafile (HMETAFILE). Use the Windows or WIN32 functions to access the metafile's data. If the <see cref="T:System.Runtime.InteropServices.ComTypes.STGMEDIUM"></see><see cref="F:System.Runtime.InteropServices.ComTypes.STGMEDIUM.pUnkForRelease"></see> member is null, the destination process should use DeleteMetaFile to delete the bitmap.</summary>
  36210.         </member>
  36211.         <member name="F:System.Runtime.InteropServices.ComTypes.TYMED.TYMED_NULL">
  36212.             <summary>No data is being passed.</summary>
  36213.         </member>
  36214.         <member name="T:System.Security.AccessControl.SemaphoreAccessRule">
  36215.             <summary>Represents a set of access rights allowed or denied for a user or group. This class cannot be inherited.</summary>
  36216.         </member>
  36217.         <member name="M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)">
  36218.             <summary>Initializes a new instance of the <see cref="T:System.Security.AccessControl.SemaphoreAccessRule"></see> class, specifying the user or group the rule applies to, the access rights, and whether the specified access rights are allowed or denied.</summary>
  36219.             <param name="type">One of the <see cref="T:System.Security.AccessControl.AccessControlType"></see> values specifying whether the rights are allowed or denied.</param>
  36220.             <param name="eventRights">A bitwise combination of <see cref="T:System.Security.AccessControl.SemaphoreRights"></see> values specifying the rights allowed or denied.</param>
  36221.             <param name="identity">The user or group the rule applies to. Must be of type <see cref="T:System.Security.Principal.SecurityIdentifier"></see> or a type such as <see cref="T:System.Security.Principal.NTAccount"></see> that can be converted to type <see cref="T:System.Security.Principal.SecurityIdentifier"></see>.</param>
  36222.             <exception cref="T:System.ArgumentNullException">identity is null. -or-eventRights is zero.</exception>
  36223.             <exception cref="T:System.ArgumentOutOfRangeException">eventRights specifies an invalid value.-or-type specifies an invalid value.</exception>
  36224.             <exception cref="T:System.ArgumentException">identity is neither of type <see cref="T:System.Security.Principal.SecurityIdentifier"></see> nor of a type such as <see cref="T:System.Security.Principal.NTAccount"></see> that can be converted to type <see cref="T:System.Security.Principal.SecurityIdentifier"></see>.</exception>
  36225.         </member>
  36226.         <member name="M:System.Security.AccessControl.SemaphoreAccessRule.#ctor(System.String,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AccessControlType)">
  36227.             <summary>Initializes a new instance of the <see cref="T:System.Security.AccessControl.SemaphoreAccessRule"></see> class, specifying the name of the user or group the rule applies to, the access rights, and whether the specified access rights are allowed or denied.</summary>
  36228.             <param name="type">One of the <see cref="T:System.Security.AccessControl.AccessControlType"></see> values specifying whether the rights are allowed or denied.</param>
  36229.             <param name="eventRights">A bitwise combination of <see cref="T:System.Security.AccessControl.SemaphoreRights"></see> values specifying the rights allowed or denied.</param>
  36230.             <param name="identity">The name of the user or group the rule applies to.</param>
  36231.             <exception cref="T:System.ArgumentException">identity is null.-or-identity is a zero-length string.-or-identity is longer than 512 characters.</exception>
  36232.             <exception cref="T:System.ArgumentOutOfRangeException">eventRights specifies an invalid value.-or-type specifies an invalid value.</exception>
  36233.             <exception cref="T:System.ArgumentNullException">eventRights is zero.</exception>
  36234.         </member>
  36235.         <member name="P:System.Security.AccessControl.SemaphoreAccessRule.SemaphoreRights">
  36236.             <summary>Gets the rights allowed or denied by the access rule.</summary>
  36237.             <returns>A bitwise combination of <see cref="T:System.Security.AccessControl.SemaphoreRights"></see> values indicating the rights allowed or denied by the access rule.</returns>
  36238.         </member>
  36239.         <member name="T:System.Security.AccessControl.SemaphoreAuditRule">
  36240.             <summary>Represents a set of access rights to be audited for a user or group. This class cannot be inherited.</summary>
  36241.         </member>
  36242.         <member name="M:System.Security.AccessControl.SemaphoreAuditRule.#ctor(System.Security.Principal.IdentityReference,System.Security.AccessControl.SemaphoreRights,System.Security.AccessControl.AuditFlags)">
  36243.             <summary>Initializes a new instance of the <see cref="T:System.Security.AccessControl.SemaphoreAuditRule"></see> class, specifying the user or group to audit, the rights to audit, and whether to audit success, failure, or both.</summary>
  36244.             <param name="flags">A bitwise combination of <see cref="T:System.Security.AccessControl.AuditFlags"></see> values specifying whether to audit success, failure, or both.</param>
  36245.             <param name="eventRights">A bitwise combination of <see cref="T:System.Security.AccessControl.SemaphoreRights"></see> values specifying the kinds of access to audit.</param>
  36246.             <param name="identity">The user or group the rule applies to. Must be of type <see cref="T:System.Security.Principal.SecurityIdentifier"></see> or a type such as <see cref="T:System.Security.Principal.NTAccount"></see> that can be converted to type <see cref="T:System.Security.Principal.SecurityIdentifier"></see>.</param>
  36247.             <exception cref="T:System.ArgumentOutOfRangeException">eventRights specifies an invalid value.-or-flags specifies an invalid value.</exception>
  36248.             <exception cref="T:System.ArgumentException">identity is neither of type <see cref="T:System.Security.Principal.SecurityIdentifier"></see> nor of a type such as <see cref="T:System.Security.Principal.NTAccount"></see> that can be converted to type <see cref="T:System.Security.Principal.SecurityIdentifier"></see>.</exception>
  36249.             <exception cref="T:System.ArgumentNullException">identity is null. -or-eventRights is zero.</exception>
  36250.         </member>
  36251.         <member name="P:System.Security.AccessControl.SemaphoreAuditRule.SemaphoreRights">
  36252.             <summary>Gets the access rights affected by the audit rule.</summary>
  36253.             <returns>A bitwise combination of <see cref="T:System.Security.AccessControl.SemaphoreRights"></see> values that indicates the rights affected by the audit rule.</returns>
  36254.         </member>
  36255.         <member name="T:System.Security.AccessControl.SemaphoreRights">
  36256.             <summary>Specifies the access control rights that can be applied to named system semaphore objects.</summary>
  36257.         </member>
  36258.         <member name="F:System.Security.AccessControl.SemaphoreRights.ChangePermissions">
  36259.             <summary>The right to change the security and audit rules associated with a named semaphore.</summary>
  36260.         </member>
  36261.         <member name="F:System.Security.AccessControl.SemaphoreRights.Delete">
  36262.             <summary>The right to delete a named semaphore.</summary>
  36263.         </member>
  36264.         <member name="F:System.Security.AccessControl.SemaphoreRights.FullControl">
  36265.             <summary>The right to exert full control over a named semaphore, and to modify its access rules and audit rules.</summary>
  36266.         </member>
  36267.         <member name="F:System.Security.AccessControl.SemaphoreRights.Modify">
  36268.             <summary>The right to release a named semaphore.</summary>
  36269.         </member>
  36270.         <member name="F:System.Security.AccessControl.SemaphoreRights.ReadPermissions">
  36271.             <summary>The right to open and copy the access rules and audit rules for a named semaphore.</summary>
  36272.         </member>
  36273.         <member name="F:System.Security.AccessControl.SemaphoreRights.Synchronize">
  36274.             <summary>The right to wait on a named semaphore.</summary>
  36275.         </member>
  36276.         <member name="F:System.Security.AccessControl.SemaphoreRights.TakeOwnership">
  36277.             <summary>The right to change the owner of a named semaphore.</summary>
  36278.         </member>
  36279.         <member name="T:System.Security.AccessControl.SemaphoreSecurity">
  36280.             <summary>Represents the Windows access control security for a named semaphore. This class cannot be inherited.</summary>
  36281.         </member>
  36282.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.#ctor">
  36283.             <summary>Initializes a new instance of the <see cref="T:System.Security.AccessControl.SemaphoreSecurity"></see> class with default values.</summary>
  36284.         </member>
  36285.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.#ctor(System.String,System.Security.AccessControl.AccessControlSections)">
  36286.             <summary>Initializes a new instance of the <see cref="T:System.Security.AccessControl.SemaphoreSecurity"></see> class with the specified sections of the access control security rules from the system semaphore with the specified name.</summary>
  36287.             <param name="name">The name of the system semaphore whose access control security rules are to be retrieved.</param>
  36288.             <param name="includeSections">A combination of <see cref="T:System.Security.AccessControl.AccessControlSections"></see> flags specifying the sections to retrieve.</param>
  36289.         </member>
  36290.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.AccessRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AccessControlType)">
  36291.             <summary>Creates a new access control rule for the specified user, with the specified access rights, access control, and flags.</summary>
  36292.             <returns>A <see cref="T:System.Security.AccessControl.SemaphoreAccessRule"></see> object representing the specified rights for the specified user.</returns>
  36293.             <param name="type">One of the <see cref="T:System.Security.AccessControl.AccessControlType"></see> values specifying whether the rights are allowed or denied.</param>
  36294.             <param name="propagationFlags">Meaningless for named semaphores, because they have no hierarchy.</param>
  36295.             <param name="inheritanceFlags">Meaningless for named semaphores, because they have no hierarchy.</param>
  36296.             <param name="identityReference">An <see cref="T:System.Security.Principal.IdentityReference"></see> that identifies the user or group the rule applies to.</param>
  36297.             <param name="isInherited">Meaningless for named semaphores, because they have no hierarchy.</param>
  36298.             <param name="accessMask">A bitwise combination of <see cref="T:System.Security.AccessControl.SemaphoreRights"></see> values specifying the access rights to allow or deny, cast to an integer.</param>
  36299.             <exception cref="T:System.ArgumentException">identityReference is neither of type <see cref="T:System.Security.Principal.SecurityIdentifier"></see>, nor of a type such as <see cref="T:System.Security.Principal.NTAccount"></see> that can be converted to type <see cref="T:System.Security.Principal.SecurityIdentifier"></see>.</exception>
  36300.             <exception cref="T:System.ArgumentOutOfRangeException">accessMask, inheritanceFlags, propagationFlags, or type specifies an invalid value.</exception>
  36301.             <exception cref="T:System.ArgumentNullException">identityReference is null. -or-accessMask is zero.</exception>
  36302.         </member>
  36303.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.AddAccessRule(System.Security.AccessControl.SemaphoreAccessRule)">
  36304.             <summary>Searches for a matching rule with which the new rule can be merged. If none are found, adds the new rule.</summary>
  36305.             <param name="rule">The access control rule to add.</param>
  36306.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36307.         </member>
  36308.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.AddAuditRule(System.Security.AccessControl.SemaphoreAuditRule)">
  36309.             <summary>Searches for an audit rule with which the new rule can be merged. If none are found, adds the new rule.</summary>
  36310.             <param name="rule">The audit rule to add. The user specified by this rule determines the search.</param>
  36311.         </member>
  36312.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.AuditRuleFactory(System.Security.Principal.IdentityReference,System.Int32,System.Boolean,System.Security.AccessControl.InheritanceFlags,System.Security.AccessControl.PropagationFlags,System.Security.AccessControl.AuditFlags)">
  36313.             <summary>Creates a new audit rule, specifying the user the rule applies to, the access rights to audit, and the outcome that triggers the audit rule.</summary>
  36314.             <returns>A <see cref="T:System.Security.AccessControl.SemaphoreAuditRule"></see> object representing the specified audit rule for the specified user. The return type of the method is the base class, <see cref="T:System.Security.AccessControl.AuditRule"></see>, but the return value can be cast safely to the derived class.</returns>
  36315.             <param name="propagationFlags">Meaningless for named wait handles, because they have no hierarchy.</param>
  36316.             <param name="inheritanceFlags">Meaningless for named wait handles, because they have no hierarchy.</param>
  36317.             <param name="identityReference">An <see cref="T:System.Security.Principal.IdentityReference"></see> that identifies the user or group the rule applies to.</param>
  36318.             <param name="isInherited">Meaningless for named wait handles, because they have no hierarchy.</param>
  36319.             <param name="flags">A bitwise combination of <see cref="T:System.Security.AccessControl.AuditFlags"></see> values that specify whether to audit successful access, failed access, or both.</param>
  36320.             <param name="accessMask">A bitwise combination of <see cref="T:System.Security.AccessControl.SemaphoreRights"></see> values specifying the access rights to audit, cast to an integer.</param>
  36321.             <exception cref="T:System.ArgumentException">identityReference is neither of type <see cref="T:System.Security.Principal.SecurityIdentifier"></see>, nor of a type such as <see cref="T:System.Security.Principal.NTAccount"></see> that can be converted to type <see cref="T:System.Security.Principal.SecurityIdentifier"></see>.</exception>
  36322.             <exception cref="T:System.ArgumentOutOfRangeException">accessMask, inheritanceFlags, propagationFlags, or flags specifies an invalid value.</exception>
  36323.             <exception cref="T:System.ArgumentNullException">identityReference is null. -or-accessMask is zero.</exception>
  36324.         </member>
  36325.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRule(System.Security.AccessControl.SemaphoreAccessRule)">
  36326.             <summary>Searches for an access control rule with the same user and <see cref="T:System.Security.AccessControl.AccessControlType"></see> (allow or deny) as the specified rule, and with compatible inheritance and propagation flags; if such a rule is found, the rights contained in the specified access rule are removed from it.</summary>
  36327.             <returns>true if a compatible rule is found; otherwise false.</returns>
  36328.             <param name="rule">A <see cref="T:System.Security.AccessControl.SemaphoreAccessRule"></see> that specifies the user and <see cref="T:System.Security.AccessControl.AccessControlType"></see> to search for, and a set of inheritance and propagation flags that a matching rule, if found, must be compatible with. Specifies the rights to remove from the compatible rule, if found.</param>
  36329.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36330.         </member>
  36331.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleAll(System.Security.AccessControl.SemaphoreAccessRule)">
  36332.             <summary>Searches for all access control rules with the same user and <see cref="T:System.Security.AccessControl.AccessControlType"></see> (allow or deny) as the specified rule and, if found, removes them.</summary>
  36333.             <param name="rule">A <see cref="T:System.Security.AccessControl.SemaphoreAccessRule"></see> that specifies the user and <see cref="T:System.Security.AccessControl.AccessControlType"></see> to search for. Any rights specified by this rule are ignored.</param>
  36334.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36335.         </member>
  36336.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.RemoveAccessRuleSpecific(System.Security.AccessControl.SemaphoreAccessRule)">
  36337.             <summary>Searches for an access control rule that exactly matches the specified rule and, if found, removes it.</summary>
  36338.             <param name="rule">The <see cref="T:System.Security.AccessControl.SemaphoreAccessRule"></see> to remove.</param>
  36339.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36340.         </member>
  36341.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRule(System.Security.AccessControl.SemaphoreAuditRule)">
  36342.             <summary>Searches for an audit control rule with the same user as the specified rule, and with compatible inheritance and propagation flags; if a compatible rule is found, the rights contained in the specified rule are removed from it.</summary>
  36343.             <returns>true if a compatible rule is found; otherwise, false.</returns>
  36344.             <param name="rule">A <see cref="T:System.Security.AccessControl.SemaphoreAuditRule"></see> that specifies the user to search for, and a set of inheritance and propagation flags that a matching rule, if found, must be compatible with. Specifies the rights to remove from the compatible rule, if found.</param>
  36345.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36346.         </member>
  36347.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleAll(System.Security.AccessControl.SemaphoreAuditRule)">
  36348.             <summary>Searches for all audit rules with the same user as the specified rule and, if found, removes them.</summary>
  36349.             <param name="rule">A <see cref="T:System.Security.AccessControl.SemaphoreAuditRule"></see> that specifies the user to search for. Any rights specified by this rule are ignored.</param>
  36350.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36351.         </member>
  36352.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.RemoveAuditRuleSpecific(System.Security.AccessControl.SemaphoreAuditRule)">
  36353.             <summary>Searches for an audit rule that exactly matches the specified rule and, if found, removes it.</summary>
  36354.             <param name="rule">The <see cref="T:System.Security.AccessControl.SemaphoreAuditRule"></see> to remove.</param>
  36355.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36356.         </member>
  36357.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.ResetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)">
  36358.             <summary>Removes all access control rules with the same user as the specified rule, regardless of <see cref="T:System.Security.AccessControl.AccessControlType"></see>, and then adds the specified rule.</summary>
  36359.             <param name="rule">The <see cref="T:System.Security.AccessControl.SemaphoreAccessRule"></see> to add. The user specified by this rule determines the rules to remove before this rule is added.</param>
  36360.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36361.         </member>
  36362.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.SetAccessRule(System.Security.AccessControl.SemaphoreAccessRule)">
  36363.             <summary>Removes all access control rules with the same user and <see cref="T:System.Security.AccessControl.AccessControlType"></see> (allow or deny) as the specified rule, and then adds the specified rule.</summary>
  36364.             <param name="rule">The <see cref="T:System.Security.AccessControl.SemaphoreAccessRule"></see> to add. The user and <see cref="T:System.Security.AccessControl.AccessControlType"></see> of this rule determine the rules to remove before this rule is added.</param>
  36365.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36366.         </member>
  36367.         <member name="M:System.Security.AccessControl.SemaphoreSecurity.SetAuditRule(System.Security.AccessControl.SemaphoreAuditRule)">
  36368.             <summary>Removes all audit rules with the same user as the specified rule, regardless of the <see cref="T:System.Security.AccessControl.AuditFlags"></see> value, and then adds the specified rule.</summary>
  36369.             <param name="rule">The <see cref="T:System.Security.AccessControl.SemaphoreAuditRule"></see> to add. The user specified by this rule determines the rules to remove before this rule is added.</param>
  36370.             <exception cref="T:System.ArgumentNullException">rule is null.</exception>
  36371.         </member>
  36372.         <member name="P:System.Security.AccessControl.SemaphoreSecurity.AccessRightType">
  36373.             <summary>Gets the enumeration that the <see cref="T:System.Security.AccessControl.SemaphoreSecurity"></see> class uses to represent access rights.</summary>
  36374.             <returns>A <see cref="T:System.Type"></see> object representing the <see cref="T:System.Security.AccessControl.SemaphoreRights"></see> enumeration.</returns>
  36375.         </member>
  36376.         <member name="P:System.Security.AccessControl.SemaphoreSecurity.AccessRuleType">
  36377.             <summary>Gets the type that the <see cref="T:System.Security.AccessControl.SemaphoreSecurity"></see> class uses to represent access rules.</summary>
  36378.             <returns>A <see cref="T:System.Type"></see> object representing the <see cref="T:System.Security.AccessControl.SemaphoreAccessRule"></see> class.</returns>
  36379.         </member>
  36380.         <member name="P:System.Security.AccessControl.SemaphoreSecurity.AuditRuleType">
  36381.             <summary>Gets the type that the <see cref="T:System.Security.AccessControl.SemaphoreSecurity"></see> class uses to represent audit rules.</summary>
  36382.             <returns>A <see cref="T:System.Type"></see> object representing the <see cref="T:System.Security.AccessControl.SemaphoreAuditRule"></see> class.</returns>
  36383.         </member>
  36384.         <member name="N:System.Security.Authentication">
  36385.             <summary>The Authentication namespace provides a set of enumerations that describe the security of a connection. These enumerations include <see cref="T:System.Security.Authentication.CipherAlgorithmType"></see>, <see cref="T:System.Security.Authentication.ExchangeAlgorithmType"></see>, <see cref="T:System.Security.Authentication.HashAlgorithmType"></see>, and <see cref="T:System.Security.Authentication.SslProtocolType"></see>.</summary>
  36386.         </member>
  36387.         <member name="T:System.Security.Authentication.AuthenticationException">
  36388.             <summary>The exception that is thrown when authentication fails for an authentication stream.</summary>
  36389.         </member>
  36390.         <member name="M:System.Security.Authentication.AuthenticationException.#ctor">
  36391.             <summary>Initializes a new instance of the <see cref="T:System.Security.Authentication.AuthenticationException"></see> class with no message.</summary>
  36392.         </member>
  36393.         <member name="M:System.Security.Authentication.AuthenticationException.#ctor(System.String)">
  36394.             <summary>Initializes a new instance of the <see cref="T:System.Security.Authentication.AuthenticationException"></see> class with the specified message.</summary>
  36395.             <param name="message">A <see cref="T:System.String"></see> that describes the authentication failure.</param>
  36396.         </member>
  36397.         <member name="M:System.Security.Authentication.AuthenticationException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  36398.             <summary>Initializes a new instance of the <see cref="T:System.Security.Authentication.AuthenticationException"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  36399.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance that contains the information required to deserialize the new <see cref="T:System.Security.Authentication.AuthenticationException"></see> instance. </param>
  36400.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instance. </param>
  36401.         </member>
  36402.         <member name="M:System.Security.Authentication.AuthenticationException.#ctor(System.String,System.Exception)">
  36403.             <summary>Initializes a new instance of the <see cref="T:System.Security.Authentication.AuthenticationException"></see> class with the specified message and inner exception.</summary>
  36404.             <param name="message">A <see cref="T:System.String"></see> that describes the authentication failure.</param>
  36405.             <param name="innerException">The <see cref="T:System.Exception"></see> that is the cause of the current exception.</param>
  36406.         </member>
  36407.         <member name="T:System.Security.Authentication.CipherAlgorithmType">
  36408.             <summary>Defines the possible cipher algorithms for the <see cref="T:System.Net.Security.SslStream"></see> class.</summary>
  36409.         </member>
  36410.         <member name="F:System.Security.Authentication.CipherAlgorithmType.Aes">
  36411.             <summary>The Advanced Encryption Standard (AES) algorithm.</summary>
  36412.         </member>
  36413.         <member name="F:System.Security.Authentication.CipherAlgorithmType.Aes128">
  36414.             <summary>The Advanced Encryption Standard (AES) algorithm with a 128 bit key.</summary>
  36415.         </member>
  36416.         <member name="F:System.Security.Authentication.CipherAlgorithmType.Aes192">
  36417.             <summary>The Advanced Encryption Standard (AES) algorithm with a 192 bit key.</summary>
  36418.         </member>
  36419.         <member name="F:System.Security.Authentication.CipherAlgorithmType.Aes256">
  36420.             <summary>The Advanced Encryption Standard (AES) algorithm with a 256 bit key.</summary>
  36421.         </member>
  36422.         <member name="F:System.Security.Authentication.CipherAlgorithmType.Des">
  36423.             <summary>The Data Encryption Standard (DES) algorithm.</summary>
  36424.         </member>
  36425.         <member name="F:System.Security.Authentication.CipherAlgorithmType.None">
  36426.             <summary>No encryption algorithm is used.</summary>
  36427.         </member>
  36428.         <member name="F:System.Security.Authentication.CipherAlgorithmType.Rc2">
  36429.             <summary>Rivest's Code 2 (RC2) algorithm.</summary>
  36430.         </member>
  36431.         <member name="F:System.Security.Authentication.CipherAlgorithmType.Rc4">
  36432.             <summary>Rivest's Code 4 (RC4) algorithm.</summary>
  36433.         </member>
  36434.         <member name="F:System.Security.Authentication.CipherAlgorithmType.TripleDes">
  36435.             <summary>The Triple Data Encryption Standard (3DES) algorithm.</summary>
  36436.         </member>
  36437.         <member name="T:System.Security.Authentication.ExchangeAlgorithmType">
  36438.             <summary>Specifies the algorithm used to create keys shared by the client and server.</summary>
  36439.         </member>
  36440.         <member name="F:System.Security.Authentication.ExchangeAlgorithmType.DiffieHellman">
  36441.             <summary>The Diffie Hellman ephemeral key exchange algorithm.</summary>
  36442.         </member>
  36443.         <member name="F:System.Security.Authentication.ExchangeAlgorithmType.None">
  36444.             <summary>No key exchange algorithm is used.</summary>
  36445.         </member>
  36446.         <member name="F:System.Security.Authentication.ExchangeAlgorithmType.RsaKeyX">
  36447.             <summary>The RSA public-key exchange algorithm.</summary>
  36448.         </member>
  36449.         <member name="F:System.Security.Authentication.ExchangeAlgorithmType.RsaSign">
  36450.             <summary>The RSA public-key signature algorithm.</summary>
  36451.         </member>
  36452.         <member name="T:System.Security.Authentication.HashAlgorithmType">
  36453.             <summary>Specifies the algorithm used for generating message authentication codes (MACs).</summary>
  36454.         </member>
  36455.         <member name="F:System.Security.Authentication.HashAlgorithmType.Md5">
  36456.             <summary>The Message Digest 5 (MD5) hashing algorithm.</summary>
  36457.         </member>
  36458.         <member name="F:System.Security.Authentication.HashAlgorithmType.None">
  36459.             <summary>No hashing algorithm is used.</summary>
  36460.         </member>
  36461.         <member name="F:System.Security.Authentication.HashAlgorithmType.Sha1">
  36462.             <summary>The Secure Hashing Algorithm (SHA1).</summary>
  36463.         </member>
  36464.         <member name="T:System.Security.Authentication.InvalidCredentialException">
  36465.             <summary>The exception that is thrown when authentication fails for an authentication stream and cannot be retried.</summary>
  36466.         </member>
  36467.         <member name="M:System.Security.Authentication.InvalidCredentialException.#ctor">
  36468.             <summary>Initializes a new instance of the <see cref="T:System.Security.Authentication.InvalidCredentialException"></see> class with no message. </summary>
  36469.         </member>
  36470.         <member name="M:System.Security.Authentication.InvalidCredentialException.#ctor(System.String)">
  36471.             <summary>Initializes a new instance of the <see cref="T:System.Security.Authentication.InvalidCredentialException"></see> class with the specified message.</summary>
  36472.             <param name="message">A <see cref="T:System.String"></see> that describes the authentication failure.</param>
  36473.         </member>
  36474.         <member name="M:System.Security.Authentication.InvalidCredentialException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  36475.             <summary>Initializes a new instance of the <see cref="T:System.Security.Authentication.InvalidCredentialException"></see> class from the specified instances of the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> and <see cref="T:System.Runtime.Serialization.StreamingContext"></see> classes.</summary>
  36476.             <param name="serializationInfo">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> instance that contains the information required to deserialize the new <see cref="T:System.Security.Authentication.InvalidCredentialException"></see> instance. </param>
  36477.             <param name="streamingContext">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> instance. </param>
  36478.         </member>
  36479.         <member name="M:System.Security.Authentication.InvalidCredentialException.#ctor(System.String,System.Exception)">
  36480.             <summary>Initializes a new instance of the <see cref="T:System.Security.Authentication.InvalidCredentialException"></see> class with the specified message and inner exception.</summary>
  36481.             <param name="message">A <see cref="T:System.String"></see> that describes the authentication failure.</param>
  36482.             <param name="innerException">The <see cref="T:System.Exception"></see> that is the cause of the current exception.</param>
  36483.         </member>
  36484.         <member name="T:System.Security.Authentication.SslProtocols">
  36485.             <summary>Defines the possible versions of <see cref="T:System.Security.Authentication.SslProtocols"></see>.</summary>
  36486.         </member>
  36487.         <member name="F:System.Security.Authentication.SslProtocols.Default">
  36488.             <summary>Specifies that either Secure Sockets Layer (SSL) 3.0 or Transport Layer Security (TLS) 1.0 are acceptable for secure communications</summary>
  36489.         </member>
  36490.         <member name="F:System.Security.Authentication.SslProtocols.None">
  36491.             <summary>No SSL protocol is specified.</summary>
  36492.         </member>
  36493.         <member name="F:System.Security.Authentication.SslProtocols.Ssl2">
  36494.             <summary>Specifies the SSL 2.0 protocol. SSL 2.0 has been superseded by the TLS protocol and is provided for backward compatibility only.</summary>
  36495.         </member>
  36496.         <member name="F:System.Security.Authentication.SslProtocols.Ssl3">
  36497.             <summary>Specifies the SSL 3.0 protocol. SSL 3.0 has been superseded by the TLS protocol and is provided for backward compatibility only.</summary>
  36498.         </member>
  36499.         <member name="F:System.Security.Authentication.SslProtocols.Tls">
  36500.             <summary>Specifies the TLS 1.0 security protocol. The TLS protocol is defined in IETF RFC 2246.</summary>
  36501.         </member>
  36502.         <member name="N:System.Security.Cryptography">
  36503.             <summary>The <see cref="N:System.Security.Cryptography"></see> namespace provides cryptographic services, including secure encoding and decoding of data, as well as many other operations, such as hashing, random number generation, and message authentication. For more information, see [<topic://cpconcryptographicservices>].</summary>
  36504.         </member>
  36505.         <member name="T:System.Security.Cryptography.AsnEncodedData">
  36506.             <summary>Represents Abstract Syntax Notation One (ASN.1)-encoded data.</summary>
  36507.         </member>
  36508.         <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor">
  36509.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> class.</summary>
  36510.         </member>
  36511.         <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor(System.Security.Cryptography.AsnEncodedData)">
  36512.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> class using an instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> class.</summary>
  36513.             <param name="asnEncodedData">An instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> class.</param>
  36514.         </member>
  36515.         <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor(System.Byte[])">
  36516.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> class using a byte array.</summary>
  36517.             <param name="rawData">A byte array that contains Abstract Syntax Notation One (ASN.1)-encoded data.</param>
  36518.         </member>
  36519.         <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor(System.Security.Cryptography.Oid,System.Byte[])">
  36520.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> class using an <see cref="T:System.Security.Cryptography.Oid"></see> object and a byte array.</summary>
  36521.             <param name="oid">An <see cref="T:System.Security.Cryptography.Oid"></see> object.</param>
  36522.             <param name="rawData">A byte array that contains Abstract Syntax Notation One (ASN.1)-encoded data.</param>
  36523.         </member>
  36524.         <member name="M:System.Security.Cryptography.AsnEncodedData.#ctor(System.String,System.Byte[])">
  36525.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> class using a byte array.</summary>
  36526.             <param name="oid">A string that represents <see cref="T:System.Security.Cryptography.Oid"></see> information.</param>
  36527.             <param name="rawData">A byte array that contains Abstract Syntax Notation One (ASN.1)-encoded data.</param>
  36528.         </member>
  36529.         <member name="M:System.Security.Cryptography.AsnEncodedData.CopyFrom(System.Security.Cryptography.AsnEncodedData)">
  36530.             <summary>Copies information from an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object.</summary>
  36531.             <param name="asnEncodedData">The <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object to base the new object on.</param>
  36532.         </member>
  36533.         <member name="M:System.Security.Cryptography.AsnEncodedData.Format(System.Boolean)">
  36534.             <summary>Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string.</summary>
  36535.             <returns>A formatted string that represents the Abstract Syntax Notation One (ASN.1)-encoded data.</returns>
  36536.             <param name="multiLine">true if the return string should contain carriage returns; otherwise, false.</param>
  36537.         </member>
  36538.         <member name="P:System.Security.Cryptography.AsnEncodedData.Oid">
  36539.             <summary>Gets or sets the <see cref="T:System.Security.Cryptography.Oid"></see> value for an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object.</summary>
  36540.             <returns>An <see cref="T:System.Security.Cryptography.Oid"></see> object.</returns>
  36541.         </member>
  36542.         <member name="P:System.Security.Cryptography.AsnEncodedData.RawData">
  36543.             <summary>Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array.</summary>
  36544.             <returns>A byte array that represents the Abstract Syntax Notation One (ASN.1)-encoded data.</returns>
  36545.         </member>
  36546.         <member name="T:System.Security.Cryptography.AsnEncodedDataCollection">
  36547.             <summary>Represents a collection of <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> objects. This class cannot be inherited.</summary>
  36548.         </member>
  36549.         <member name="M:System.Security.Cryptography.AsnEncodedDataCollection.#ctor">
  36550.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> class.</summary>
  36551.         </member>
  36552.         <member name="M:System.Security.Cryptography.AsnEncodedDataCollection.#ctor(System.Security.Cryptography.AsnEncodedData)">
  36553.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> class and adds an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object to the collection.</summary>
  36554.             <param name="asnEncodedData">The <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object to add to the collection.</param>
  36555.         </member>
  36556.         <member name="M:System.Security.Cryptography.AsnEncodedDataCollection.Add(System.Security.Cryptography.AsnEncodedData)">
  36557.             <summary>Adds an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object to the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</summary>
  36558.             <returns>The index of the added <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object.</returns>
  36559.             <param name="asnEncodedData">The <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object to add to the collection.</param>
  36560.         </member>
  36561.         <member name="M:System.Security.Cryptography.AsnEncodedDataCollection.CopyTo(System.Security.Cryptography.AsnEncodedData[],System.Int32)">
  36562.             <summary>Copies the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object into an array.</summary>
  36563.             <param name="array">The array that the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object is to be copied into.</param>
  36564.             <param name="index">The location where the copy operation starts.</param>
  36565.         </member>
  36566.         <member name="M:System.Security.Cryptography.AsnEncodedDataCollection.GetEnumerator">
  36567.             <summary>Returns an <see cref="T:System.Security.Cryptography.AsnEncodedDataEnumerator"></see> object that can be used to navigate the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</summary>
  36568.             <returns>An <see cref="T:System.Security.Cryptography.AsnEncodedDataEnumerator"></see> object.</returns>
  36569.         </member>
  36570.         <member name="M:System.Security.Cryptography.AsnEncodedDataCollection.Remove(System.Security.Cryptography.AsnEncodedData)">
  36571.             <summary>Removes an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object from the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</summary>
  36572.             <param name="asnEncodedData">The <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object to remove.</param>
  36573.         </member>
  36574.         <member name="M:System.Security.Cryptography.AsnEncodedDataCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  36575.             <summary>Copies the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object into an array.</summary>
  36576.             <param name="array">The array that the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object is to be copied into.</param>
  36577.             <param name="index">The location where the copy operation starts.</param>
  36578.         </member>
  36579.         <member name="M:System.Security.Cryptography.AsnEncodedDataCollection.System.Collections.IEnumerable.GetEnumerator">
  36580.             <summary>Returns an <see cref="T:System.Security.Cryptography.AsnEncodedDataEnumerator"></see> object that can be used to navigate the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</summary>
  36581.             <returns>An <see cref="T:System.Security.Cryptography.AsnEncodedDataEnumerator"></see> object that can be used to navigate the collection.</returns>
  36582.         </member>
  36583.         <member name="P:System.Security.Cryptography.AsnEncodedDataCollection.Count">
  36584.             <summary>Gets the number of <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> objects in a collection.</summary>
  36585.             <returns>The number of <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> objects.</returns>
  36586.         </member>
  36587.         <member name="P:System.Security.Cryptography.AsnEncodedDataCollection.IsSynchronized">
  36588.             <summary>Gets a value that indicates whether access to the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object is thread safe.</summary>
  36589.             <returns>false in all cases.</returns>
  36590.         </member>
  36591.         <member name="P:System.Security.Cryptography.AsnEncodedDataCollection.Item(System.Int32)">
  36592.             <summary>Gets an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object from the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</summary>
  36593.             <returns>An <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object.</returns>
  36594.             <param name="index">The location in the collection.</param>
  36595.         </member>
  36596.         <member name="P:System.Security.Cryptography.AsnEncodedDataCollection.SyncRoot">
  36597.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</summary>
  36598.             <returns>An object used to synchronize access to the <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</returns>
  36599.         </member>
  36600.         <member name="T:System.Security.Cryptography.AsnEncodedDataEnumerator">
  36601.             <summary>Provides the ability to navigate through an <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object. This class cannot be inherited.</summary>
  36602.         </member>
  36603.         <member name="M:System.Security.Cryptography.AsnEncodedDataEnumerator.MoveNext">
  36604.             <summary>Advances to the next <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object in an <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</summary>
  36605.             <returns>true, if the enumerator was successfully advanced to the next element; false, if the enumerator has passed the end of the collection.</returns>
  36606.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  36607.         </member>
  36608.         <member name="M:System.Security.Cryptography.AsnEncodedDataEnumerator.Reset">
  36609.             <summary>Sets an enumerator to its initial position.</summary>
  36610.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  36611.         </member>
  36612.         <member name="P:System.Security.Cryptography.AsnEncodedDataEnumerator.Current">
  36613.             <summary>Gets the current <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object in an <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</summary>
  36614.             <returns>The current <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object in the collection.</returns>
  36615.         </member>
  36616.         <member name="P:System.Security.Cryptography.AsnEncodedDataEnumerator.System.Collections.IEnumerator.Current">
  36617.             <summary>Gets the current <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object in an <see cref="T:System.Security.Cryptography.AsnEncodedDataCollection"></see> object.</summary>
  36618.             <returns>The current <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object.</returns>
  36619.         </member>
  36620.         <member name="T:System.Security.Cryptography.Oid">
  36621.             <summary>Represents a cryptographic object identifier. This class cannot be inherited.</summary>
  36622.         </member>
  36623.         <member name="M:System.Security.Cryptography.Oid.#ctor">
  36624.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Oid"></see> class.</summary>
  36625.         </member>
  36626.         <member name="M:System.Security.Cryptography.Oid.#ctor(System.Security.Cryptography.Oid)">
  36627.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Oid"></see> class using the specified <see cref="T:System.Security.Cryptography.Oid"></see> object.</summary>
  36628.             <param name="oid">The object identifier information to use to create the new object identifier.</param>
  36629.         </member>
  36630.         <member name="M:System.Security.Cryptography.Oid.#ctor(System.String)">
  36631.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Oid"></see> class using a string value of an <see cref="T:System.Security.Cryptography.Oid"></see> object.</summary>
  36632.             <param name="oid">An object identifier.</param>
  36633.         </member>
  36634.         <member name="M:System.Security.Cryptography.Oid.#ctor(System.String,System.String)">
  36635.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.Oid"></see> class using the specified value and friendly name.</summary>
  36636.             <param name="friendlyName">The friendly name of the identifier.</param>
  36637.             <param name="value">The dotted number of the identifier.</param>
  36638.         </member>
  36639.         <member name="P:System.Security.Cryptography.Oid.FriendlyName">
  36640.             <summary>Gets or sets the friendly name of the identifier.</summary>
  36641.             <returns>The friendly name of the identifier.</returns>
  36642.         </member>
  36643.         <member name="P:System.Security.Cryptography.Oid.Value">
  36644.             <summary>Gets or sets the dotted number of the identifier.</summary>
  36645.             <returns>The dotted number of the identifier.</returns>
  36646.         </member>
  36647.         <member name="T:System.Security.Cryptography.OidCollection">
  36648.             <summary>Represents a collection of <see cref="T:System.Security.Cryptography.Oid"></see> objects. This class cannot be inherited.</summary>
  36649.         </member>
  36650.         <member name="M:System.Security.Cryptography.OidCollection.#ctor">
  36651.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.OidCollection"></see> class.</summary>
  36652.         </member>
  36653.         <member name="M:System.Security.Cryptography.OidCollection.Add(System.Security.Cryptography.Oid)">
  36654.             <summary>Adds an <see cref="T:System.Security.Cryptography.Oid"></see> object to the <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</summary>
  36655.             <returns>The index of the added <see cref="T:System.Security.Cryptography.Oid"></see> object.</returns>
  36656.             <param name="oid">The <see cref="T:System.Security.Cryptography.Oid"></see> object to add to the collection.</param>
  36657.         </member>
  36658.         <member name="M:System.Security.Cryptography.OidCollection.CopyTo(System.Security.Cryptography.Oid[],System.Int32)">
  36659.             <summary>Copies the <see cref="T:System.Security.Cryptography.OidCollection"></see> object into an array.</summary>
  36660.             <param name="array">The array to copy the <see cref="T:System.Security.Cryptography.OidCollection"></see> object into.</param>
  36661.             <param name="index">The location where the copy operation starts.</param>
  36662.         </member>
  36663.         <member name="M:System.Security.Cryptography.OidCollection.GetEnumerator">
  36664.             <summary>Returns an <see cref="T:System.Security.Cryptography.OidEnumerator"></see> object that can be used to navigate the <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</summary>
  36665.             <returns>An <see cref="T:System.Security.Cryptography.OidEnumerator"></see> object.</returns>
  36666.         </member>
  36667.         <member name="M:System.Security.Cryptography.OidCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  36668.             <summary>Copies the <see cref="T:System.Security.Cryptography.OidCollection"></see> object into an array.</summary>
  36669.             <param name="array">The array to copy the <see cref="T:System.Security.Cryptography.OidCollection"></see> object into.</param>
  36670.             <param name="index">The location where the copy operation starts.</param>
  36671.         </member>
  36672.         <member name="M:System.Security.Cryptography.OidCollection.System.Collections.IEnumerable.GetEnumerator">
  36673.             <summary>Returns an <see cref="T:System.Security.Cryptography.OidEnumerator"></see> object that can be used to navigate the <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</summary>
  36674.             <returns>An <see cref="T:System.Security.Cryptography.OidEnumerator"></see> object that can be used to navigate the collection.</returns>
  36675.         </member>
  36676.         <member name="P:System.Security.Cryptography.OidCollection.Count">
  36677.             <summary>Gets the number of <see cref="T:System.Security.Cryptography.Oid"></see> objects in a collection. </summary>
  36678.             <returns>The number of <see cref="T:System.Security.Cryptography.Oid"></see> objects in a collection.</returns>
  36679.         </member>
  36680.         <member name="P:System.Security.Cryptography.OidCollection.IsSynchronized">
  36681.             <summary>Gets a value that indicates whether access to the <see cref="T:System.Security.Cryptography.OidCollection"></see> object is thread safe.</summary>
  36682.             <returns>false in all cases.</returns>
  36683.         </member>
  36684.         <member name="P:System.Security.Cryptography.OidCollection.Item(System.Int32)">
  36685.             <summary>Gets an <see cref="T:System.Security.Cryptography.Oid"></see> object from the <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</summary>
  36686.             <returns>An <see cref="T:System.Security.Cryptography.Oid"></see> object.</returns>
  36687.             <param name="index">The location of the <see cref="T:System.Security.Cryptography.Oid"></see> object in the collection.</param>
  36688.         </member>
  36689.         <member name="P:System.Security.Cryptography.OidCollection.Item(System.String)">
  36690.             <summary>Gets the first <see cref="T:System.Security.Cryptography.Oid"></see> object that contains a value of the <see cref="P:System.Security.Cryptography.Oid.Value"></see> property or a value of the <see cref="P:System.Security.Cryptography.Oid.FriendlyName"></see> property that matches the specified string value from the <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</summary>
  36691.             <returns>An <see cref="T:System.Security.Cryptography.Oid"></see> object.</returns>
  36692.             <param name="oid">A string that represents a <see cref="P:System.Security.Cryptography.Oid.Value"></see> property or a <see cref="P:System.Security.Cryptography.Oid.FriendlyName"></see> property.</param>
  36693.         </member>
  36694.         <member name="P:System.Security.Cryptography.OidCollection.SyncRoot">
  36695.             <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</summary>
  36696.             <returns>An object that can be used to synchronize access to the <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</returns>
  36697.         </member>
  36698.         <member name="T:System.Security.Cryptography.OidEnumerator">
  36699.             <summary>Provides the ability to navigate through an <see cref="T:System.Security.Cryptography.OidCollection"></see> object. This class cannot be inherited.</summary>
  36700.         </member>
  36701.         <member name="M:System.Security.Cryptography.OidEnumerator.MoveNext">
  36702.             <summary>Advances to the next <see cref="T:System.Security.Cryptography.Oid"></see> object in an <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</summary>
  36703.             <returns>true, if the enumerator was successfully advanced to the next element; false, if the enumerator has passed the end of the collection.</returns>
  36704.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  36705.         </member>
  36706.         <member name="M:System.Security.Cryptography.OidEnumerator.Reset">
  36707.             <summary>Sets an enumerator to its initial position.</summary>
  36708.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  36709.         </member>
  36710.         <member name="P:System.Security.Cryptography.OidEnumerator.Current">
  36711.             <summary>Gets the current <see cref="T:System.Security.Cryptography.Oid"></see> object in an <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</summary>
  36712.             <returns>The current <see cref="T:System.Security.Cryptography.Oid"></see> object in the collection.</returns>
  36713.         </member>
  36714.         <member name="P:System.Security.Cryptography.OidEnumerator.System.Collections.IEnumerator.Current">
  36715.             <summary>Gets the current <see cref="T:System.Security.Cryptography.Oid"></see> object in an <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</summary>
  36716.             <returns>The current <see cref="T:System.Security.Cryptography.Oid"></see> object.</returns>
  36717.         </member>
  36718.         <member name="N:System.Security.Cryptography.X509Certificates">
  36719.             <summary>The <see cref="N:System.Security.Cryptography.X509Certificates"></see> namespace contains the common language runtime implementation of the Authenticode X.509 v.3 certificate. This certificate is signed with a private key that uniquely and positively identifies the holder of the certificate.</summary>
  36720.         </member>
  36721.         <member name="T:System.Security.Cryptography.X509Certificates.OpenFlags">
  36722.             <summary>Specifies the way to open the X.509 certificate store.</summary>
  36723.         </member>
  36724.         <member name="F:System.Security.Cryptography.X509Certificates.OpenFlags.IncludeArchived">
  36725.             <summary>Open the X.509 certificate store and include archived certificates.</summary>
  36726.         </member>
  36727.         <member name="F:System.Security.Cryptography.X509Certificates.OpenFlags.MaxAllowed">
  36728.             <summary>Open the X.509 certificate store for the highest access allowed.</summary>
  36729.         </member>
  36730.         <member name="F:System.Security.Cryptography.X509Certificates.OpenFlags.OpenExistingOnly">
  36731.             <summary>Opens only existing stores; if no store exists, the <see cref="M:System.Security.Cryptography.X509Certificates.X509Store.Open(System.Security.Cryptography.X509Certificates.OpenFlags)"></see> method will not create a new store.</summary>
  36732.         </member>
  36733.         <member name="F:System.Security.Cryptography.X509Certificates.OpenFlags.ReadOnly">
  36734.             <summary>Open the X.509 certificate store for reading only.</summary>
  36735.         </member>
  36736.         <member name="F:System.Security.Cryptography.X509Certificates.OpenFlags.ReadWrite">
  36737.             <summary>Open the X.509 certificate store for both reading and writing.</summary>
  36738.         </member>
  36739.         <member name="T:System.Security.Cryptography.X509Certificates.PublicKey">
  36740.             <summary>Represents a certificate's public key information. This class cannot be inherited.</summary>
  36741.         </member>
  36742.         <member name="M:System.Security.Cryptography.X509Certificates.PublicKey.#ctor(System.Security.Cryptography.Oid,System.Security.Cryptography.AsnEncodedData,System.Security.Cryptography.AsnEncodedData)">
  36743.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.PublicKey"></see> class using an object identifier (OID) object of the public key, an ASN.1-encoded representation of the public key parameters, and an ASN.1-encoded representation of the public key value. </summary>
  36744.             <param name="oid">An object identifier (OID) object that represents the public key.</param>
  36745.             <param name="keyValue">An ASN.1-encoded representation of the public key value.</param>
  36746.             <param name="parameters">An ASN.1-encoded representation of the public key parameters.</param>
  36747.         </member>
  36748.         <member name="P:System.Security.Cryptography.X509Certificates.PublicKey.EncodedKeyValue">
  36749.             <summary>Gets the ASN.1-encoded representation of the public key value.</summary>
  36750.             <returns>The ASN.1-encoded representation of the public key value.</returns>
  36751.         </member>
  36752.         <member name="P:System.Security.Cryptography.X509Certificates.PublicKey.EncodedParameters">
  36753.             <summary>Gets the ASN.1-encoded representation of the public key parameters.</summary>
  36754.             <returns>The ASN.1-encoded representation of the public key parameters.</returns>
  36755.         </member>
  36756.         <member name="P:System.Security.Cryptography.X509Certificates.PublicKey.Key">
  36757.             <summary>Gets an <see cref="T:System.Security.Cryptography.RSACryptoServiceProvider"></see> or <see cref="T:System.Security.Cryptography.DSACryptoServiceProvider"></see> object representing the public key.</summary>
  36758.             <returns>An <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm"></see> object representing the public key.</returns>
  36759.         </member>
  36760.         <member name="P:System.Security.Cryptography.X509Certificates.PublicKey.Oid">
  36761.             <summary>Gets an object identifier (OID) object of the public key.</summary>
  36762.             <returns>An object identifier (OID) object of the public key.</returns>
  36763.         </member>
  36764.         <member name="T:System.Security.Cryptography.X509Certificates.StoreLocation">
  36765.             <summary>Specifies the location of the X.509 certificate store.</summary>
  36766.         </member>
  36767.         <member name="F:System.Security.Cryptography.X509Certificates.StoreLocation.CurrentUser">
  36768.             <summary>The X.509 certificate store used by the current user.</summary>
  36769.         </member>
  36770.         <member name="F:System.Security.Cryptography.X509Certificates.StoreLocation.LocalMachine">
  36771.             <summary>The X.509 certificate store assigned to the local machine.</summary>
  36772.         </member>
  36773.         <member name="T:System.Security.Cryptography.X509Certificates.StoreName">
  36774.             <summary>Specifies the name of the X.509 certificate store to open.</summary>
  36775.         </member>
  36776.         <member name="F:System.Security.Cryptography.X509Certificates.StoreName.AddressBook">
  36777.             <summary>The X.509 certificate store for other users.</summary>
  36778.         </member>
  36779.         <member name="F:System.Security.Cryptography.X509Certificates.StoreName.AuthRoot">
  36780.             <summary>The X.509 certificate store for third-party certificate authorities (CAs).</summary>
  36781.         </member>
  36782.         <member name="F:System.Security.Cryptography.X509Certificates.StoreName.CertificateAuthority">
  36783.             <summary>The X.509 certificate store for intermediate certificate authorities (CAs).</summary>
  36784.         </member>
  36785.         <member name="F:System.Security.Cryptography.X509Certificates.StoreName.Disallowed">
  36786.             <summary>The X.509 certificate store for revoked certificates.</summary>
  36787.         </member>
  36788.         <member name="F:System.Security.Cryptography.X509Certificates.StoreName.My">
  36789.             <summary>The X.509 certificate store for personal certificates.</summary>
  36790.         </member>
  36791.         <member name="F:System.Security.Cryptography.X509Certificates.StoreName.Root">
  36792.             <summary>The X.509 certificate store for trusted root certificate authorities (CAs).</summary>
  36793.         </member>
  36794.         <member name="F:System.Security.Cryptography.X509Certificates.StoreName.TrustedPeople">
  36795.             <summary>The X.509 certificate store for directly trusted people and resources.</summary>
  36796.         </member>
  36797.         <member name="F:System.Security.Cryptography.X509Certificates.StoreName.TrustedPublisher">
  36798.             <summary>The X.509 certificate store for directly trusted publishers.</summary>
  36799.         </member>
  36800.         <member name="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName">
  36801.             <summary>Represents the distinguished name of an X509 certificate. This class cannot be inherited.</summary>
  36802.         </member>
  36803.         <member name="M:System.Security.Cryptography.X509Certificates.X500DistinguishedName.#ctor(System.Security.Cryptography.AsnEncodedData)">
  36804.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> class using the specified <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object.</summary>
  36805.             <param name="encodedDistinguishedName">An <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object that represents the distinguished name.</param>
  36806.         </member>
  36807.         <member name="M:System.Security.Cryptography.X509Certificates.X500DistinguishedName.#ctor(System.Byte[])">
  36808.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> class using information from the specified byte array.</summary>
  36809.             <param name="encodedDistinguishedName">A byte array that contains distinguished name information.</param>
  36810.         </member>
  36811.         <member name="M:System.Security.Cryptography.X509Certificates.X500DistinguishedName.#ctor(System.String)">
  36812.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> class using information from the specified string.</summary>
  36813.             <param name="distinguishedName">A string that represents the distinguished name.</param>
  36814.         </member>
  36815.         <member name="M:System.Security.Cryptography.X509Certificates.X500DistinguishedName.#ctor(System.Security.Cryptography.X509Certificates.X500DistinguishedName)">
  36816.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> class using the specified <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> object.</summary>
  36817.             <param name="distinguishedName">An <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> object.</param>
  36818.         </member>
  36819.         <member name="M:System.Security.Cryptography.X509Certificates.X500DistinguishedName.#ctor(System.String,System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags)">
  36820.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> class using the specified string and <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags"></see> flag.</summary>
  36821.             <param name="flag">An <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> object that specifies the characteristics of the distinguished name.</param>
  36822.             <param name="distinguishedName">A string that represents the distinguished name.</param>
  36823.         </member>
  36824.         <member name="M:System.Security.Cryptography.X509Certificates.X500DistinguishedName.Decode(System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags)">
  36825.             <summary>Decodes a distinguished name using the characteristics specified by the flag parameter.</summary>
  36826.             <returns>The decoded distinguished name.</returns>
  36827.             <param name="flag">A flag that specifies the characteristics of the <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> object.</param>
  36828.         </member>
  36829.         <member name="M:System.Security.Cryptography.X509Certificates.X500DistinguishedName.Format(System.Boolean)">
  36830.             <summary>Returns a formatted version of an X500 distinguished name for printing or for output to a text window or to a console.</summary>
  36831.             <returns>A formatted string that represents the X500 distinguished name.</returns>
  36832.             <param name="multiLine">true if the return string should contain carriage returns; otherwise, false.</param>
  36833.         </member>
  36834.         <member name="P:System.Security.Cryptography.X509Certificates.X500DistinguishedName.Name">
  36835.             <summary>Gets the comma-delimited distinguished name from an X500 certificate.</summary>
  36836.             <returns>The comma-delimited distinguished name of the X509 certificate.</returns>
  36837.         </member>
  36838.         <member name="T:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags">
  36839.             <summary>Specifies characteristics of the X.500 distinguished name.</summary>
  36840.         </member>
  36841.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.DoNotUsePlusSign">
  36842.             <summary>The distinguished name does not use the plus sign.</summary>
  36843.         </member>
  36844.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.DoNotUseQuotes">
  36845.             <summary>The distinguished name does not use quotation marks.</summary>
  36846.         </member>
  36847.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.ForceUTF8Encoding">
  36848.             <summary>The distinguished name uses UTF8 encoding.</summary>
  36849.         </member>
  36850.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.None">
  36851.             <summary>The distinguished name has no special characteristics.</summary>
  36852.         </member>
  36853.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.Reversed">
  36854.             <summary>The distinguished name is reversed.</summary>
  36855.         </member>
  36856.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.UseCommas">
  36857.             <summary>The distinguished name uses commas.</summary>
  36858.         </member>
  36859.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.UseNewLines">
  36860.             <summary>The distinguished name uses the new line character.</summary>
  36861.         </member>
  36862.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.UseSemicolons">
  36863.             <summary>The distinguished name uses semicolons.</summary>
  36864.         </member>
  36865.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.UseT61Encoding">
  36866.             <summary>The distinguished name uses T61 encoding.</summary>
  36867.         </member>
  36868.         <member name="F:System.Security.Cryptography.X509Certificates.X500DistinguishedNameFlags.UseUTF8Encoding">
  36869.             <summary>The distinguished name uses UTF8 encoding.</summary>
  36870.         </member>
  36871.         <member name="T:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension">
  36872.             <summary>Defines the constraints set on a certificate. This class cannot be inherited.</summary>
  36873.         </member>
  36874.         <member name="M:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension.#ctor">
  36875.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension"></see> class.</summary>
  36876.         </member>
  36877.         <member name="M:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension.#ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)">
  36878.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension"></see> class using an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object and a value that identifies whether the extension is critical. </summary>
  36879.             <param name="encodedBasicConstraints">The encoded data to use to create the extension.</param>
  36880.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  36881.         </member>
  36882.         <member name="M:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension.#ctor(System.Boolean,System.Boolean,System.Int32,System.Boolean)">
  36883.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension"></see> class. Parameters specify a value that indicates whether a certificate is a certificate authority (CA) certificate, a value that indicates whether the certificate has a restriction on the number of path levels it allows, the number of levels allowed in a certificate's path, and a value that indicates whether the extension is critical.  </summary>
  36884.             <param name="hasPathLengthConstraint">true if the certificate has a restriction on the number of path levels it allows; otherwise, false.</param>
  36885.             <param name="pathLengthConstraint">The number of levels allowed in a certificate's path.</param>
  36886.             <param name="certificateAuthority">true if the certificate is a certificate authority (CA) certificate; otherwise, false.</param>
  36887.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  36888.         </member>
  36889.         <member name="M:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension.CopyFrom(System.Security.Cryptography.AsnEncodedData)">
  36890.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension"></see> class using an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object.</summary>
  36891.             <param name="asnEncodedData">The encoded data to use to create the extension.</param>
  36892.         </member>
  36893.         <member name="P:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension.CertificateAuthority">
  36894.             <summary>Gets a value indicating whether a certificate is a certificate authority (CA) certificate.</summary>
  36895.             <returns>true if the certificate is a certificate authority (CA) certificate, otherwise, false.</returns>
  36896.         </member>
  36897.         <member name="P:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension.HasPathLengthConstraint">
  36898.             <summary>Gets a value indicating whether a certificate has a restriction on the number of path levels it allows.</summary>
  36899.             <returns>true if the certificate has a restriction on the number of path levels it allows, otherwise, false.</returns>
  36900.             <exception cref="T:System.Security.Cryptography.CryptographicException">The extension cannot be decoded. </exception>
  36901.         </member>
  36902.         <member name="P:System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension.PathLengthConstraint">
  36903.             <summary>Gets the number of levels allowed in a certificate's path.</summary>
  36904.             <returns>An integer indicating the number of levels allowed in a certificate's path.</returns>
  36905.             <exception cref="T:System.Security.Cryptography.CryptographicException">The extension cannot be decoded. </exception>
  36906.         </member>
  36907.         <member name="T:System.Security.Cryptography.X509Certificates.X509Certificate2">
  36908.             <summary>Represents an X.509 certificate. This class cannot be inherited.</summary>
  36909.         </member>
  36910.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor">
  36911.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class.</summary>
  36912.         </member>
  36913.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[])">
  36914.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using information from a byte array.</summary>
  36915.             <param name="rawData">A byte array containing data from an X.509 certificate. </param>
  36916.         </member>
  36917.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.IntPtr)">
  36918.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using an unmanaged handle.</summary>
  36919.             <param name="handle">A pointer to a certificate context in unmanaged code. The C structure is called PCCERT_CONTEXT.</param>
  36920.         </member>
  36921.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String)">
  36922.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using a certificate file name.</summary>
  36923.             <param name="fileName">The name of a certificate file. </param>
  36924.         </member>
  36925.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate)">
  36926.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> object.</summary>
  36927.             <param name="certificate">An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> object.</param>
  36928.         </member>
  36929.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString)">
  36930.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using a byte array and a password.</summary>
  36931.             <param name="rawData">A byte array that contains data from an X.509 certificate. </param>
  36932.             <param name="password">The password required to access the X.509 certificate data. </param>
  36933.         </member>
  36934.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String)">
  36935.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using a byte array and a password.</summary>
  36936.             <param name="rawData">A byte array containing data from an X.509 certificate. </param>
  36937.             <param name="password">The password required to access the X.509 certificate data. </param>
  36938.         </member>
  36939.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString)">
  36940.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using a certificate file name and a password.</summary>
  36941.             <param name="fileName">The name of a certificate file. </param>
  36942.             <param name="password">The password required to access the X.509 certificate data. </param>
  36943.         </member>
  36944.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String)">
  36945.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using a certificate file name and a password used to access the certificate.</summary>
  36946.             <param name="fileName">The name of a certificate file. </param>
  36947.             <param name="password">The password required to access the X.509 certificate data. </param>
  36948.         </member>
  36949.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  36950.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using a byte array, a password, and a key storage flag.</summary>
  36951.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values that controls where and how to import the private key. </param>
  36952.             <param name="rawData">A byte array that contains data from an X.509 certificate. </param>
  36953.             <param name="password">The password required to access the X.509 certificate data. </param>
  36954.         </member>
  36955.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  36956.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using a byte array, a password, and a key storage flag.</summary>
  36957.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values. </param>
  36958.             <param name="rawData">A byte array containing data from an X.509 certificate. </param>
  36959.             <param name="password">The password required to access the X.509 certificate data. </param>
  36960.         </member>
  36961.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  36962.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using a certificate file name, a password, and a key storage flag.</summary>
  36963.             <param name="fileName">The name of a certificate file. </param>
  36964.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values that controls where and how to import the private key.. </param>
  36965.             <param name="password">The password required to access the X.509 certificate data. </param>
  36966.         </member>
  36967.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.#ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  36968.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class using a certificate file name, a password used to access the certificate, and a key storage flag.</summary>
  36969.             <param name="fileName">The name of a certificate file. </param>
  36970.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values. </param>
  36971.             <param name="password">The password required to access the X.509 certificate data. </param>
  36972.         </member>
  36973.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.Byte[])">
  36974.             <summary>Indicates the type of certificate contained in a byte array.</summary>
  36975.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType"></see> object.</returns>
  36976.             <param name="rawData">A byte array containing data from an X.509 certificate. </param>
  36977.             <exception cref="T:System.ArgumentException">rawData has a zero length or is null. </exception>
  36978.         </member>
  36979.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetCertContentType(System.String)">
  36980.             <summary>Indicates the type of certificate contained in a file.</summary>
  36981.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType"></see> object.</returns>
  36982.             <param name="fileName">The name of a certificate file. </param>
  36983.             <exception cref="T:System.ArgumentException">fileName is null. </exception>
  36984.         </member>
  36985.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.GetNameInfo(System.Security.Cryptography.X509Certificates.X509NameType,System.Boolean)">
  36986.             <summary>Gets the subject and issuer names from a certificate.</summary>
  36987.             <returns>The name of the certificate.</returns>
  36988.             <param name="forIssuer">true to include the issuer name; otherwise, false. </param>
  36989.             <param name="nameType">The <see cref="T:System.Security.Cryptography.X509Certificates.X509NameType"></see> value for the subject. </param>
  36990.         </member>
  36991.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.Byte[])">
  36992.             <summary>Populates an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object with data from a byte array.</summary>
  36993.             <param name="rawData">A byte array containing data from an X.509 certificate. </param>
  36994.         </member>
  36995.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.String)">
  36996.             <summary>Populates an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object with information from a certificate file.</summary>
  36997.             <param name="fileName">The name of a certificate. </param>
  36998.         </member>
  36999.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.Byte[],System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  37000.             <summary>Populates an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object using data from a byte array, a password, and a key storage flag.</summary>
  37001.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values that controls where and how to import the private key. </param>
  37002.             <param name="rawData">A byte array that contains data from an X.509 certificate. </param>
  37003.             <param name="password">The password required to access the X.509 certificate data. </param>
  37004.         </member>
  37005.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  37006.             <summary>Populates an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object using data from a byte array, a password, and flags for determining how to import the private key.</summary>
  37007.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values used to control where and how to import the private key. </param>
  37008.             <param name="rawData">A byte array containing data from an X.509 certificate. </param>
  37009.             <param name="password">The password required to access the X.509 certificate data. </param>
  37010.         </member>
  37011.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.String,System.Security.SecureString,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  37012.             <summary>Populates an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object with information from a certificate file, a password, and a key storage flag.</summary>
  37013.             <param name="fileName">The name of a certificate file. </param>
  37014.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values that controls where and how to import the private key. </param>
  37015.             <param name="password">The password required to access the X.509 certificate data. </param>
  37016.         </member>
  37017.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.Import(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  37018.             <summary>Populates an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object with information from a certificate file, a password, and a <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> value.</summary>
  37019.             <param name="fileName">The name of a certificate file. </param>
  37020.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values used to control where and how to import the private key. </param>
  37021.             <param name="password">The password required to access the X.509 certificate data. </param>
  37022.         </member>
  37023.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.Reset">
  37024.             <summary>Resets the state of an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object.</summary>
  37025.         </member>
  37026.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.ToString">
  37027.             <summary>Displays an X.509 certificate in text format.</summary>
  37028.             <returns>The certificate information.</returns>
  37029.         </member>
  37030.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.ToString(System.Boolean)">
  37031.             <summary>Displays an X.509 certificate in text format.</summary>
  37032.             <returns>The certificate information.</returns>
  37033.             <param name="verbose">true to display the public key, private key, extensions, and so forth; false to display information that is similar to the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> class, including thumbprint, serial number, subject and issuer names, and so on. </param>
  37034.         </member>
  37035.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2.Verify">
  37036.             <summary>Performs a X.509 chain validation using basic validation policy.</summary>
  37037.             <returns>true if the validation succeeds; false if the validation fails.</returns>
  37038.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable. </exception>
  37039.         </member>
  37040.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.Archived">
  37041.             <summary>Gets or sets a value indicating that an X.509 certificate is archived.</summary>
  37042.             <returns>true if the certificate is archived, false if the certificate is not archived.</returns>
  37043.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable. </exception>
  37044.         </member>
  37045.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.Extensions">
  37046.             <summary>Gets a collection of <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> objects.</summary>
  37047.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</returns>
  37048.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable. </exception>
  37049.         </member>
  37050.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.FriendlyName">
  37051.             <summary>Gets or sets the associated alias for a certificate.</summary>
  37052.             <returns>The certificate's friendly name.</returns>
  37053.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable. </exception>
  37054.         </member>
  37055.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.HasPrivateKey">
  37056.             <summary>Gets a value that indicates whether an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object contains a private key. </summary>
  37057.             <returns>true if the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object contains a private key; otherwise, false. </returns>
  37058.         </member>
  37059.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.IssuerName">
  37060.             <summary>Gets the distinguished name of the certificate issuer.</summary>
  37061.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> object that contains the name of the certificate issuer.</returns>
  37062.         </member>
  37063.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.NotAfter">
  37064.             <summary>Gets the date in local time after which a certificate is no longer valid.</summary>
  37065.             <returns>A <see cref="T:System.DateTime"></see> object that represents the expiration date for the certificate .</returns>
  37066.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable. </exception>
  37067.         </member>
  37068.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.NotBefore">
  37069.             <summary>Gets the date in local time on which a certificate becomes valid.</summary>
  37070.             <returns>A <see cref="T:System.DateTime"></see> object that represents the effective date of the certificate.</returns>
  37071.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable. </exception>
  37072.         </member>
  37073.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.PrivateKey">
  37074.             <summary>Gets or sets the <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm"></see> object that represents the private key associated with a certificate.</summary>
  37075.             <returns>An <see cref="T:System.Security.Cryptography.AsymmetricAlgorithm"></see> object, which is either an RSA or DSA cryptographic service provider.</returns>
  37076.             <exception cref="T:System.Security.Cryptography.CryptographicException">The key value is not an RSA or DSA key, or the key is unreadable. </exception>
  37077.         </member>
  37078.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.PublicKey">
  37079.             <summary>Gets a <see cref="P:System.Security.Cryptography.X509Certificates.X509Certificate2.PublicKey"></see> object associated with a certificate.</summary>
  37080.             <returns>A <see cref="P:System.Security.Cryptography.X509Certificates.X509Certificate2.PublicKey"></see> object.</returns>
  37081.             <exception cref="T:System.Security.Cryptography.CryptographicException">The key value is not an RSA or DSA key, or the key is unreadable. </exception>
  37082.         </member>
  37083.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.RawData">
  37084.             <summary>Gets the raw data of a certificate.</summary>
  37085.             <returns>The raw data of the certificate as a byte array.</returns>
  37086.         </member>
  37087.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.SerialNumber">
  37088.             <summary>Gets the serial number of a certificate.</summary>
  37089.             <returns>The serial number of the certificate.</returns>
  37090.         </member>
  37091.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.SignatureAlgorithm">
  37092.             <summary>Gets the algorithm used to create the signature of a certificate.</summary>
  37093.             <returns>Returns the object identifier (<see cref="T:System.Security.Cryptography.Oid"></see>) of the signature algorithm.</returns>
  37094.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable. </exception>
  37095.         </member>
  37096.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.SubjectName">
  37097.             <summary>Gets the subject distinguished name from a certificate.</summary>
  37098.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X500DistinguishedName"></see> object that represents the name of the certificate subject.</returns>
  37099.         </member>
  37100.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.Thumbprint">
  37101.             <summary>Gets the thumbprint of a certificate.</summary>
  37102.             <returns>The thumbprint of the certificate.</returns>
  37103.         </member>
  37104.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2.Version">
  37105.             <summary>Gets the X.509 format version of a certificate.</summary>
  37106.             <returns>The certificate format.</returns>
  37107.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable. </exception>
  37108.         </member>
  37109.         <member name="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection">
  37110.             <summary>Represents a collection of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> objects. This class cannot be inherited.</summary>
  37111.         </member>
  37112.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.#ctor">
  37113.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> class without any <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> information.</summary>
  37114.         </member>
  37115.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)">
  37116.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> class using an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object.</summary>
  37117.             <param name="certificate">An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object to start the collection from.</param>
  37118.         </member>
  37119.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2[])">
  37120.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> class using an array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> objects.</summary>
  37121.             <param name="certificates">An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> objects. </param>
  37122.         </member>
  37123.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)">
  37124.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> class using the specified certificate collection.</summary>
  37125.             <param name="certificates">An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object. </param>
  37126.         </member>
  37127.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Add(System.Security.Cryptography.X509Certificates.X509Certificate2)">
  37128.             <summary>Adds an object to the end of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see>.</summary>
  37129.             <returns>The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> index at which the certificate has been added.</returns>
  37130.             <param name="certificate">An X.509 certificate represented as an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object. </param>
  37131.             <exception cref="T:System.ArgumentNullException">certificate is null. </exception>
  37132.         </member>
  37133.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])">
  37134.             <summary>Adds multiple <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> objects in an array to the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37135.             <param name="certificates">An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> objects. </param>
  37136.             <exception cref="T:System.ArgumentNullException">certificates is null. </exception>
  37137.         </member>
  37138.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)">
  37139.             <summary>Adds multiple <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> objects in an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object to another <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37140.             <param name="certificates">An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object. </param>
  37141.             <exception cref="T:System.ArgumentNullException">certificates is null. </exception>
  37142.         </member>
  37143.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Contains(System.Security.Cryptography.X509Certificates.X509Certificate2)">
  37144.             <summary>Determines whether the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object contains a specific certificate.</summary>
  37145.             <returns>true if the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> contains the specified certificate; otherwise, false.</returns>
  37146.             <param name="certificate">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object to locate in the collection. </param>
  37147.             <exception cref="T:System.ArgumentNullException">certificate is null. </exception>
  37148.         </member>
  37149.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Export(System.Security.Cryptography.X509Certificates.X509ContentType)">
  37150.             <summary>Exports X.509 certificate information into a byte array.</summary>
  37151.             <returns>X.509 certificate information in a byte array.</returns>
  37152.             <param name="contentType">A supported <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType"></see> object. </param>
  37153.         </member>
  37154.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Export(System.Security.Cryptography.X509Certificates.X509ContentType,System.String)">
  37155.             <summary>Exports X.509 certificate information into a byte array using a password.</summary>
  37156.             <returns>X.509 certificate information in a byte array.</returns>
  37157.             <param name="contentType">A supported <see cref="T:System.Security.Cryptography.X509Certificates.X509ContentType"></see> object. </param>
  37158.             <param name="password">A string used to protect the byte array. </param>
  37159.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable, the content is invalid or, in the case of a certificate requiring a password, the private key could not be exported because the password provided was incorrect. </exception>
  37160.         </member>
  37161.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)">
  37162.             <summary>Searches an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object using the search criteria specified by the <see cref="T:System.Security.Cryptography.X509Certificates.X509FindType"></see> enumeration and the findValue object.</summary>
  37163.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</returns>
  37164.             <param name="findType">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509FindType"></see>  values. </param>
  37165.             <param name="findValue">The search criteria as an object. </param>
  37166.             <param name="validOnly">true to allow only valid certificates to be returned from the search; otherwise, false. </param>
  37167.             <exception cref="T:System.Security.Cryptography.CryptographicException">findType is invalid. </exception>
  37168.         </member>
  37169.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.GetEnumerator">
  37170.             <summary>Returns an enumerator that can iterate through a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37171.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator"></see> object that can iterate through the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</returns>
  37172.         </member>
  37173.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Import(System.Byte[])">
  37174.             <summary>Imports a certificate in the form of a byte array into a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37175.             <param name="rawData">A byte array containing data from an X.509 certificate. </param>
  37176.         </member>
  37177.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Import(System.String)">
  37178.             <summary>Imports a certificate file into a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37179.             <param name="fileName">The name of the file containing the certificate information. </param>
  37180.         </member>
  37181.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  37182.             <summary>Imports a certificate, in the form of a byte array that requires a password to access the certificate, into a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37183.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values that controls how and where the private key is imported. </param>
  37184.             <param name="rawData">A byte array containing data from an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object. </param>
  37185.             <param name="password">The password required to access the certificate information. </param>
  37186.         </member>
  37187.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Import(System.String,System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)">
  37188.             <summary>Imports a certificate file that requires a password into a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37189.             <param name="fileName">The name of the file containing the certificate information. </param>
  37190.             <param name="keyStorageFlags">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyStorageFlags"></see> values that controls how and where the private key is imported. </param>
  37191.             <param name="password">The password required to access the certificate information. </param>
  37192.         </member>
  37193.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Insert(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate2)">
  37194.             <summary>Inserts an object into the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object at the specified index.</summary>
  37195.             <param name="certificate">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object to insert. </param>
  37196.             <param name="index">The zero-based index at which to insert certificate. </param>
  37197.             <exception cref="T:System.NotSupportedException">The collection is read-only.-or- The collection has a fixed size. </exception>
  37198.             <exception cref="T:System.ArgumentNullException">certificate is null. </exception>
  37199.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or- index is greater than the <see cref="P:System.Collections.CollectionBase.Count"></see> property. </exception>
  37200.         </member>
  37201.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Remove(System.Security.Cryptography.X509Certificates.X509Certificate2)">
  37202.             <summary>Removes the first occurrence of a certificate from the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37203.             <param name="certificate">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object to be removed from the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object. </param>
  37204.             <exception cref="T:System.ArgumentNullException">certificate is null. </exception>
  37205.         </member>
  37206.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[])">
  37207.             <summary>Removes multiple <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> objects in an array from an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37208.             <param name="certificates">An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> objects. </param>
  37209.             <exception cref="T:System.ArgumentNullException">certificates is null. </exception>
  37210.         </member>
  37211.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)">
  37212.             <summary>Removes multiple <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> objects in an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object from another <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37213.             <param name="certificates">An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object. </param>
  37214.             <exception cref="T:System.ArgumentNullException">certificates is null. </exception>
  37215.         </member>
  37216.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Item(System.Int32)">
  37217.             <summary>Gets or sets the element at the specified index.</summary>
  37218.             <returns>The element at the specified index.</returns>
  37219.             <param name="index">The zero-based index of the element to get or set. </param>
  37220.             <exception cref="T:System.ArgumentOutOfRangeException">index is less than zero.-or- index is equal to or greater than the <see cref="P:System.Collections.CollectionBase.Count"></see> property. </exception>
  37221.             <exception cref="T:System.ArgumentNullException">index is null. </exception>
  37222.         </member>
  37223.         <member name="T:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator">
  37224.             <summary>Supports a simple iteration over a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object. This class cannot be inherited.</summary>
  37225.         </member>
  37226.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator.MoveNext">
  37227.             <summary>Advances the enumerator to the next element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37228.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  37229.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  37230.         </member>
  37231.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator.Reset">
  37232.             <summary>Sets the enumerator to its initial position, which is before the first element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37233.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  37234.         </member>
  37235.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator.System.Collections.IEnumerator.MoveNext">
  37236.             <summary>Advances the enumerator to the next element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37237.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  37238.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  37239.         </member>
  37240.         <member name="M:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator.System.Collections.IEnumerator.Reset">
  37241.             <summary>Sets the enumerator to its initial position, which is before the first element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37242.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  37243.         </member>
  37244.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator.Current">
  37245.             <summary>Gets the current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37246.             <returns>The current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</returns>
  37247.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  37248.         </member>
  37249.         <member name="P:System.Security.Cryptography.X509Certificates.X509Certificate2Enumerator.System.Collections.IEnumerator.Current">
  37250.             <summary>Gets the current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</summary>
  37251.             <returns>The current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</returns>
  37252.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  37253.         </member>
  37254.         <member name="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection">
  37255.             <summary>Defines a collection that stores <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> objects.</summary>
  37256.         </member>
  37257.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.#ctor">
  37258.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> class.</summary>
  37259.         </member>
  37260.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate[])">
  37261.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> class from an array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> objects.</summary>
  37262.             <param name="value">The array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> objects with which to initialize the new object. </param>
  37263.         </member>
  37264.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.#ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection)">
  37265.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> class from another <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37266.             <param name="value">The <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> with which to initialize the new object. </param>
  37267.         </member>
  37268.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.Add(System.Security.Cryptography.X509Certificates.X509Certificate)">
  37269.             <summary>Adds an <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> with the specified value to the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37270.             <returns>The index into the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> at which the new <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> was inserted.</returns>
  37271.             <param name="value">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> to add to the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>. </param>
  37272.         </member>
  37273.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.AddRange(System.Security.Cryptography.X509Certificates.X509Certificate[])">
  37274.             <summary>Copies the elements of an array of type <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> to the end of the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37275.             <param name="value">The array of type <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> containing the objects to add to the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>. </param>
  37276.             <exception cref="T:System.ArgumentNullException">The value parameter is null. </exception>
  37277.         </member>
  37278.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection)">
  37279.             <summary>Copies the elements of the specified <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> to the end of the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37280.             <param name="value">The <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> containing the objects to add to the collection. </param>
  37281.             <exception cref="T:System.ArgumentNullException">The value parameter is null. </exception>
  37282.         </member>
  37283.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.Contains(System.Security.Cryptography.X509Certificates.X509Certificate)">
  37284.             <summary>Gets a value indicating whether the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> contains the specified <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see>.</summary>
  37285.             <returns>true if the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> is contained in this collection; otherwise, false.</returns>
  37286.             <param name="value">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> to locate. </param>
  37287.         </member>
  37288.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.CopyTo(System.Security.Cryptography.X509Certificates.X509Certificate[],System.Int32)">
  37289.             <summary>Copies the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> values in the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> to a one-dimensional <see cref="T:System.Array"></see> instance at the specified index.</summary>
  37290.             <param name="array">The one-dimensional <see cref="T:System.Array"></see> that is the destination of the values copied from <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>. </param>
  37291.             <param name="index">The index into array to begin copying. </param>
  37292.             <exception cref="T:System.ArgumentNullException">The array parameter is null. </exception>
  37293.             <exception cref="T:System.ArgumentException">The array parameter is multidimensional.-or- The number of elements in the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> is greater than the available space between arrayIndex and the end of array. </exception>
  37294.             <exception cref="T:System.ArgumentOutOfRangeException">The arrayIndex parameter is less than the array parameter's lower bound. </exception>
  37295.         </member>
  37296.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.GetEnumerator">
  37297.             <summary>Returns an enumerator that can iterate through the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37298.             <returns>An enumerator of the subelements of <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> you can use to iterate through the collection.</returns>
  37299.         </member>
  37300.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.GetHashCode">
  37301.             <summary>Builds a hash value based on all values contained in the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37302.             <returns>A hash value based on all values contained in the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</returns>
  37303.         </member>
  37304.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.IndexOf(System.Security.Cryptography.X509Certificates.X509Certificate)">
  37305.             <summary>Returns the index of the specified <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> in the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37306.             <returns>The index of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> specified by the value parameter in the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>, if found; otherwise, -1.</returns>
  37307.             <param name="value">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> to locate. </param>
  37308.         </member>
  37309.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.Insert(System.Int32,System.Security.Cryptography.X509Certificates.X509Certificate)">
  37310.             <summary>Inserts a <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> into the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> at the specified index.</summary>
  37311.             <param name="value">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> to insert. </param>
  37312.             <param name="index">The zero-based index where value should be inserted. </param>
  37313.         </member>
  37314.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.Remove(System.Security.Cryptography.X509Certificates.X509Certificate)">
  37315.             <summary>Removes a specific <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> from the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37316.             <param name="value">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> to remove from the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>. </param>
  37317.             <exception cref="T:System.ArgumentException">The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> specified by the value parameter is not found in the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>. </exception>
  37318.         </member>
  37319.         <member name="P:System.Security.Cryptography.X509Certificates.X509CertificateCollection.Item(System.Int32)">
  37320.             <summary>Gets or sets the entry at the specified index of the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37321.             <returns>The <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> at the specified index of the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</returns>
  37322.             <param name="index">The zero-based index of the entry to locate in the current <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>. </param>
  37323.             <exception cref="T:System.ArgumentOutOfRangeException">The index parameter is outside the valid range of indexes for the collection. </exception>
  37324.         </member>
  37325.         <member name="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator">
  37326.             <summary>Enumerates the <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> objects in an <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37327.         </member>
  37328.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator.#ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection)">
  37329.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator"></see> class for the specified <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37330.             <param name="mappings">The <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> to enumerate. </param>
  37331.         </member>
  37332.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator.MoveNext">
  37333.             <summary>Advances the enumerator to the next element of the collection.</summary>
  37334.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  37335.             <exception cref="T:System.InvalidOperationException">The collection is modified after the enumerator is instantiated. </exception>
  37336.         </member>
  37337.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator.Reset">
  37338.             <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
  37339.             <exception cref="T:System.InvalidOperationException">The collection is modified after the enumerator is instantiated. </exception>
  37340.         </member>
  37341.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator.System.Collections.IEnumerator.MoveNext">
  37342.             <summary>Advances the enumerator to the next element of the collection.</summary>
  37343.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  37344.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was instantiated. </exception>
  37345.         </member>
  37346.         <member name="M:System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator.System.Collections.IEnumerator.Reset">
  37347.             <summary>Sets the enumerator to its initial position, which is before the first element in the collection.</summary>
  37348.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was instantiated. </exception>
  37349.         </member>
  37350.         <member name="P:System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator.Current">
  37351.             <summary>Gets the current <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> in the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</summary>
  37352.             <returns>The current <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> in the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see>.</returns>
  37353.         </member>
  37354.         <member name="P:System.Security.Cryptography.X509Certificates.X509CertificateCollection.X509CertificateEnumerator.System.Collections.IEnumerator.Current">
  37355.             <summary>Gets the current <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> object in the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> object.</summary>
  37356.             <returns>The current <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate"></see> object in the <see cref="T:System.Security.Cryptography.X509Certificates.X509CertificateCollection"></see> object.</returns>
  37357.         </member>
  37358.         <member name="T:System.Security.Cryptography.X509Certificates.X509Chain">
  37359.             <summary>Represents a chain-building engine for <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> certificates.</summary>
  37360.         </member>
  37361.         <member name="M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor">
  37362.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Chain"></see> class.</summary>
  37363.         </member>
  37364.         <member name="M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.Boolean)">
  37365.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Chain"></see> class specifying a value that indicates whether the machine context should be used.</summary>
  37366.             <param name="useMachineContext">true to use the machine context; false to use the current user context. </param>
  37367.         </member>
  37368.         <member name="M:System.Security.Cryptography.X509Certificates.X509Chain.#ctor(System.IntPtr)">
  37369.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Chain"></see> class using an <see cref="T:System.IntPtr"></see> handle to an X.509 chain.</summary>
  37370.             <param name="chainContext">An <see cref="T:System.IntPtr"></see> handle to an X.509 chain.</param>
  37371.             <exception cref="T:System.Security.Cryptography.CryptographicException">The chainContext parameter points to an invalid context.</exception>
  37372.             <exception cref="T:System.ArgumentNullException">The chainContext parameter is null.</exception>
  37373.         </member>
  37374.         <member name="M:System.Security.Cryptography.X509Certificates.X509Chain.Build(System.Security.Cryptography.X509Certificates.X509Certificate2)">
  37375.             <summary>Builds an X.509 chain using the policy specified in <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainPolicy"></see>.</summary>
  37376.             <returns>true if the X.509 certificate is valid; otherwise, false.</returns>
  37377.             <param name="certificate">An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object.</param>
  37378.             <exception cref="T:System.Security.Cryptography.CryptographicException">The certificate is unreadable. </exception>
  37379.             <exception cref="T:System.ArgumentException">The certificate is not a valid certificate or is null. </exception>
  37380.         </member>
  37381.         <member name="M:System.Security.Cryptography.X509Certificates.X509Chain.Create">
  37382.             <summary>Creates an <see cref="T:System.Security.Cryptography.X509Certificates.X509Chain"></see> object after querying for the mapping defined in the CryptoConfig file, and maps the chain to that mapping.</summary>
  37383.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Chain"></see> object.</returns>
  37384.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  37385.         </member>
  37386.         <member name="M:System.Security.Cryptography.X509Certificates.X509Chain.Reset">
  37387.             <summary>Clears the current <see cref="T:System.Security.Cryptography.X509Certificates.X509Chain"></see> object.</summary>
  37388.         </member>
  37389.         <member name="P:System.Security.Cryptography.X509Certificates.X509Chain.ChainContext">
  37390.             <summary>Gets a handle to an X.509 chain.</summary>
  37391.             <returns>An <see cref="T:System.IntPtr"></see> handle to an X.509 chain.</returns>
  37392.         </member>
  37393.         <member name="P:System.Security.Cryptography.X509Certificates.X509Chain.ChainElements">
  37394.             <summary>Gets a collection of <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElement"></see> objects.</summary>
  37395.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see> object.</returns>
  37396.         </member>
  37397.         <member name="P:System.Security.Cryptography.X509Certificates.X509Chain.ChainPolicy">
  37398.             <summary>Gets or sets the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainPolicy"></see> to use when building an X.509 certificate chain.</summary>
  37399.             <returns>The <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainPolicy"></see> object associated with this X.509 chain.</returns>
  37400.         </member>
  37401.         <member name="P:System.Security.Cryptography.X509Certificates.X509Chain.ChainStatus">
  37402.             <summary>Gets the status of each element in an <see cref="T:System.Security.Cryptography.X509Certificates.X509Chain"></see> object.</summary>
  37403.             <returns>An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainStatus"></see> objects.</returns>
  37404.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  37405.         </member>
  37406.         <member name="T:System.Security.Cryptography.X509Certificates.X509ChainElement">
  37407.             <summary>Represents an element of an X.509 chain.</summary>
  37408.         </member>
  37409.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainElement.Certificate">
  37410.             <summary>Gets the X.509 certificate at a particular chain element.</summary>
  37411.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object.</returns>
  37412.         </member>
  37413.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainElement.ChainElementStatus">
  37414.             <summary>Gets the error status of the current X.509 certificate in a chain.</summary>
  37415.             <returns>An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainStatus"></see> objects.</returns>
  37416.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  37417.         </member>
  37418.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainElement.Information">
  37419.             <summary>Gets additional error information from an unmanaged certificate chain structure.</summary>
  37420.             <returns>A string representing the pwszExtendedErrorInfo member of the unmanaged CERT_CHAIN_ELEMENT structure in the Crypto API.</returns>
  37421.         </member>
  37422.         <member name="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection">
  37423.             <summary>Represents a collection of <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElement"></see> objects. This class cannot be inherited.</summary>
  37424.         </member>
  37425.         <member name="M:System.Security.Cryptography.X509Certificates.X509ChainElementCollection.CopyTo(System.Security.Cryptography.X509Certificates.X509ChainElement[],System.Int32)">
  37426.             <summary>Copies an <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see> object into an array, starting at the specified index.</summary>
  37427.             <param name="array">An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElement"></see> objects. </param>
  37428.             <param name="index">An integer representing the index value. </param>
  37429.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  37430.             <exception cref="T:System.ArgumentException">index plus the current count is greater than the length of the array. </exception>
  37431.             <exception cref="T:System.ArgumentOutOfRangeException">The specified index is less than zero, or greater than or equal to the length of the array. </exception>
  37432.         </member>
  37433.         <member name="M:System.Security.Cryptography.X509Certificates.X509ChainElementCollection.GetEnumerator">
  37434.             <summary>Gets an <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator"></see> object that can be used to navigate through a collection of chain elements.</summary>
  37435.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator"></see> object.</returns>
  37436.         </member>
  37437.         <member name="M:System.Security.Cryptography.X509Certificates.X509ChainElementCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  37438.             <summary>Copies an <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see> object into an array, starting at the specified index.</summary>
  37439.             <param name="array">An array to copy the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see> object to.</param>
  37440.             <param name="index">The index of array at which to start copying.</param>
  37441.             <exception cref="T:System.ArgumentNullException">array is null. </exception>
  37442.             <exception cref="T:System.ArgumentException">index plus the current count is greater than the length of the array. </exception>
  37443.             <exception cref="T:System.ArgumentOutOfRangeException">The specified index is less than zero, or greater than or equal to the length of the array. </exception>
  37444.         </member>
  37445.         <member name="M:System.Security.Cryptography.X509Certificates.X509ChainElementCollection.System.Collections.IEnumerable.GetEnumerator">
  37446.             <summary>Gets an <see cref="T:System.Collections.IEnumerator"></see> object that can be used to navigate a collection of chain elements.</summary>
  37447.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> object.</returns>
  37448.         </member>
  37449.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainElementCollection.Count">
  37450.             <summary>Gets the number of elements in the collection.</summary>
  37451.             <returns>An integer representing the number of elements in the collection.</returns>
  37452.         </member>
  37453.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainElementCollection.IsSynchronized">
  37454.             <summary>Gets a value indicating whether the collection of chain elements is synchronized.</summary>
  37455.             <returns>Always returns false.</returns>
  37456.         </member>
  37457.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainElementCollection.Item(System.Int32)">
  37458.             <summary>Gets the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElement"></see> object at the specified index.</summary>
  37459.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElement"></see> object.</returns>
  37460.             <param name="index">An integer value. </param>
  37461.             <exception cref="T:System.InvalidOperationException">index is less than zero. </exception>
  37462.             <exception cref="T:System.ArgumentOutOfRangeException">index is greater than or equal to the length of the collection. </exception>
  37463.         </member>
  37464.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainElementCollection.SyncRoot">
  37465.             <summary>Gets an object that can be used to synchronize access to an <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see> object.</summary>
  37466.             <returns>A pointer reference to the current object.</returns>
  37467.         </member>
  37468.         <member name="T:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator">
  37469.             <summary>Supports a simple iteration over an <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see>. This class cannot be inherited.</summary>
  37470.         </member>
  37471.         <member name="M:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator.MoveNext">
  37472.             <summary>Advances the enumerator to the next element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see>.</summary>
  37473.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  37474.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  37475.         </member>
  37476.         <member name="M:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator.Reset">
  37477.             <summary>Sets the enumerator to its initial position, which is before the first element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see>.</summary>
  37478.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  37479.         </member>
  37480.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator.Current">
  37481.             <summary>Gets the current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see>.</summary>
  37482.             <returns>The current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see>.</returns>
  37483.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  37484.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  37485.         </member>
  37486.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator.System.Collections.IEnumerator.Current">
  37487.             <summary>Gets the current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see>.</summary>
  37488.             <returns>The current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainElementCollection"></see>.</returns>
  37489.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  37490.         </member>
  37491.         <member name="T:System.Security.Cryptography.X509Certificates.X509ChainPolicy">
  37492.             <summary>Represents the chain policy to be applied when building an X509 certificate chain. This class cannot be inherited.</summary>
  37493.         </member>
  37494.         <member name="M:System.Security.Cryptography.X509Certificates.X509ChainPolicy.#ctor">
  37495.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainPolicy"></see> class. </summary>
  37496.         </member>
  37497.         <member name="M:System.Security.Cryptography.X509Certificates.X509ChainPolicy.Reset">
  37498.             <summary>Resets the <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainPolicy"></see> members to their default values.</summary>
  37499.         </member>
  37500.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainPolicy.ApplicationPolicy">
  37501.             <summary>Gets a collection of object identifiers (OIDs) specifying which application policies or enhanced key usages (EKUs) the certificate supports.</summary>
  37502.             <returns>An <see cref="T:System.Security.Cryptography.OidCollection"></see>  object.</returns>
  37503.         </member>
  37504.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainPolicy.CertificatePolicy">
  37505.             <summary>Gets a collection of object identifiers (OIDs) specifying which certificate policies the certificate supports.</summary>
  37506.             <returns>An <see cref="T:System.Security.Cryptography.OidCollection"></see> object.</returns>
  37507.         </member>
  37508.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainPolicy.ExtraStore">
  37509.             <summary>Represents an additional collection of certificates that can be searched by the chaining engine when validating a certificate chain.</summary>
  37510.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</returns>
  37511.         </member>
  37512.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainPolicy.RevocationFlag">
  37513.             <summary>Gets or sets values for X509 revocation flags.</summary>
  37514.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509RevocationFlag"></see> object.</returns>
  37515.             <exception cref="T:System.ArgumentException">The <see cref="T:System.Security.Cryptography.X509Certificates.X509RevocationFlag"></see> value supplied is not a valid flag. </exception>
  37516.         </member>
  37517.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainPolicy.RevocationMode">
  37518.             <summary>Gets or sets values for X509 certificate revocation mode.</summary>
  37519.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509RevocationMode"></see> object.</returns>
  37520.             <exception cref="T:System.ArgumentException">The <see cref="T:System.Security.Cryptography.X509Certificates.X509RevocationMode"></see> value supplied is not a valid flag. </exception>
  37521.         </member>
  37522.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainPolicy.UrlRetrievalTimeout">
  37523.             <summary>Gets the time span that elapsed during online revocation verification or downloading the certificate revocation list (CRL).</summary>
  37524.             <returns>A <see cref="T:System.TimeSpan"></see> object.</returns>
  37525.         </member>
  37526.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainPolicy.VerificationFlags">
  37527.             <summary>Gets verification flags for the certificate.</summary>
  37528.             <returns>A value from the <see cref="T:System.Security.Cryptography.X509Certificates.X509VerificationFlags"></see> enumeration.</returns>
  37529.             <exception cref="T:System.ArgumentException">The <see cref="T:System.Security.Cryptography.X509Certificates.X509VerificationFlags"></see> value supplied is not a valid flag. <see cref="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.NoFlag"></see> is the default value. </exception>
  37530.         </member>
  37531.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainPolicy.VerificationTime">
  37532.             <summary>The time that the certificate was verified expressed in local time.</summary>
  37533.             <returns>A <see cref="T:System.DateTime"></see> object.</returns>
  37534.         </member>
  37535.         <member name="T:System.Security.Cryptography.X509Certificates.X509ChainStatus">
  37536.             <summary>Provides a simple structure for storing X509 chain status and error information.</summary>
  37537.         </member>
  37538.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainStatus.Status">
  37539.             <summary>Specifies the status of the X509 chain.</summary>
  37540.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags"></see> value.</returns>
  37541.         </member>
  37542.         <member name="P:System.Security.Cryptography.X509Certificates.X509ChainStatus.StatusInformation">
  37543.             <summary>Specifies a description of the <see cref="P:System.Security.Cryptography.X509Certificates.X509Chain.ChainStatus"></see> value.</summary>
  37544.             <returns>A localizable string.</returns>
  37545.         </member>
  37546.         <member name="T:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags">
  37547.             <summary>Defines the status of an X509 chain.</summary>
  37548.         </member>
  37549.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.CtlNotSignatureValid">
  37550.             <summary>Specifies that the certificate trust list (CTL) contains an invalid signature.</summary>
  37551.         </member>
  37552.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.CtlNotTimeValid">
  37553.             <summary>Specifies that the certificate trust list (CTL) is not valid because of an invalid time value, such as one that indicates that the CTL has expired.</summary>
  37554.         </member>
  37555.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.CtlNotValidForUsage">
  37556.             <summary>Specifies that the certificate trust list (CTL) is not valid for this use.</summary>
  37557.         </member>
  37558.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.Cyclic">
  37559.             <summary>Specifies that the X509 chain could not be built.</summary>
  37560.         </member>
  37561.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.HasExcludedNameConstraint">
  37562.             <summary>Specifies that the X509 chain is invalid because a certificate has excluded a name constraint.</summary>
  37563.         </member>
  37564.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.HasNotDefinedNameConstraint">
  37565.             <summary>Specifies that the certificate has an undefined name constant.</summary>
  37566.         </member>
  37567.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.HasNotPermittedNameConstraint">
  37568.             <summary>Specifies that the certificate has an impermissible name constraint.</summary>
  37569.         </member>
  37570.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.HasNotSupportedNameConstraint">
  37571.             <summary>Specifies that the certificate does not have a supported name constant or has a name constant that is unsupported.</summary>
  37572.         </member>
  37573.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.InvalidBasicConstraints">
  37574.             <summary>Specifies that the X509 chain is invalid due to invalid basic constraints.</summary>
  37575.         </member>
  37576.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.InvalidExtension">
  37577.             <summary>Specifies that the X509 chain is invalid due to an invalid extension.</summary>
  37578.         </member>
  37579.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.InvalidNameConstraints">
  37580.             <summary>Specifies that the X509 chain is invalid due to invalid name constraints.</summary>
  37581.         </member>
  37582.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.InvalidPolicyConstraints">
  37583.             <summary>Specifies that the X509 chain is invalid due to invalid policy constraints.</summary>
  37584.         </member>
  37585.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.NoError">
  37586.             <summary>Specifies that the X509 chain has no errors.</summary>
  37587.         </member>
  37588.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.NoIssuanceChainPolicy">
  37589.             <summary>Specifies that there is no certificate policy extension in the certificate. This error would occur if a group policy has specified that all certificates must have a certificate policy.</summary>
  37590.         </member>
  37591.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.NotSignatureValid">
  37592.             <summary>Specifies that the X509 chain is invalid due to an invalid certificate signature.</summary>
  37593.         </member>
  37594.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.NotTimeNested">
  37595.             <summary>Specifies that the CA (certificate authority) certificate and the issued certificate have validity periods that are not nested. For example, the CA cert can be valid from January 1 to December 1 and the issued certificate from January 2 to December 2, which would mean the validity periods are not nested.</summary>
  37596.         </member>
  37597.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.NotTimeValid">
  37598.             <summary>Specifies that the X509 chain is not valid due to an invalid time value, such as a value that indicates an expired certificate.</summary>
  37599.         </member>
  37600.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.NotValidForUsage">
  37601.             <summary>Specifies that the key usage is not valid.</summary>
  37602.         </member>
  37603.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.OfflineRevocation">
  37604.             <summary>Specifies that the online certificate revocation list (CRL) the X509 chain relies on is currently offline.</summary>
  37605.         </member>
  37606.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.PartialChain">
  37607.             <summary>Specifies that the X509 chain could not be built up to the root certificate.</summary>
  37608.         </member>
  37609.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.RevocationStatusUnknown">
  37610.             <summary>Specifies that it is not possible to determine whether the certificate has been revoked. This can be due to the certificate revocation list (CRL) being offline or unavailable.</summary>
  37611.         </member>
  37612.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.Revoked">
  37613.             <summary>Specifies that the X509 chain is invalid due to a revoked certificate.</summary>
  37614.         </member>
  37615.         <member name="F:System.Security.Cryptography.X509Certificates.X509ChainStatusFlags.UntrustedRoot">
  37616.             <summary>Specifies that the X509 chain is invalid due to an untrusted root certificate.</summary>
  37617.         </member>
  37618.         <member name="T:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension">
  37619.             <summary>Defines the collection of object identifiers (OIDs) that indicates the applications that use the key. This class cannot be inherited.</summary>
  37620.         </member>
  37621.         <member name="M:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension.#ctor">
  37622.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension"></see> class.</summary>
  37623.         </member>
  37624.         <member name="M:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension.#ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)">
  37625.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension"></see> class using an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object and a value that identifies whether the extension is critical.</summary>
  37626.             <param name="encodedEnhancedKeyUsages">The encoded data to use to create the extension.</param>
  37627.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  37628.         </member>
  37629.         <member name="M:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension.#ctor(System.Security.Cryptography.OidCollection,System.Boolean)">
  37630.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension"></see> class using the specified <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"></see> value and a value that identifies whether the extension is critical. </summary>
  37631.             <param name="enhancedKeyUsages">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"></see> values that describes how to use the key.</param>
  37632.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  37633.         </member>
  37634.         <member name="M:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension.CopyFrom(System.Security.Cryptography.AsnEncodedData)">
  37635.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension"></see> class using an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object.</summary>
  37636.             <param name="asnEncodedData">The encoded data to use to create the extension.</param>
  37637.         </member>
  37638.         <member name="P:System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension.EnhancedKeyUsages">
  37639.             <summary>Gets the collection of object identifiers (OIDs) that indicate the applications that use the key.</summary>
  37640.             <returns>An <see cref="T:System.Security.Cryptography.OidCollection"></see> object indicating the applications that use the key.</returns>
  37641.             <exception cref="T:System.Security.Cryptography.CryptographicException">The extension cannot be decoded. </exception>
  37642.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  37643.         </member>
  37644.         <member name="T:System.Security.Cryptography.X509Certificates.X509Extension">
  37645.             <summary>Represents an X509 extension.</summary>
  37646.         </member>
  37647.         <member name="M:System.Security.Cryptography.X509Certificates.X509Extension.#ctor">
  37648.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> class.</summary>
  37649.         </member>
  37650.         <member name="M:System.Security.Cryptography.X509Certificates.X509Extension.#ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)">
  37651.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> class.</summary>
  37652.             <param name="critical">true if the extension is critical; otherwise false.</param>
  37653.             <param name="encodedExtension">The encoded data to be used to create the extension.</param>
  37654.         </member>
  37655.         <member name="M:System.Security.Cryptography.X509Certificates.X509Extension.#ctor(System.Security.Cryptography.Oid,System.Byte[],System.Boolean)">
  37656.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> class.</summary>
  37657.             <param name="oid">The object identifier used to identify the extension.</param>
  37658.             <param name="rawData">The non-encoded data used to create the extension.</param>
  37659.             <param name="critical">true if the extension is critical; otherwise false.</param>
  37660.         </member>
  37661.         <member name="M:System.Security.Cryptography.X509Certificates.X509Extension.#ctor(System.String,System.Byte[],System.Boolean)">
  37662.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> class.</summary>
  37663.             <param name="oid">A string representing the object identifier.</param>
  37664.             <param name="rawData">The non-encoded data used to create the extension.</param>
  37665.             <param name="critical">true if the extension is critical; otherwise false.</param>
  37666.         </member>
  37667.         <member name="M:System.Security.Cryptography.X509Certificates.X509Extension.CopyFrom(System.Security.Cryptography.AsnEncodedData)">
  37668.             <summary>Copies the extension properties of the specified <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object.</summary>
  37669.             <param name="asnEncodedData">The <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> to be copied.</param>
  37670.             <exception cref="T:System.ArgumentNullException">asnEncodedData is null. </exception>
  37671.         </member>
  37672.         <member name="P:System.Security.Cryptography.X509Certificates.X509Extension.Critical">
  37673.             <summary>Gets a Boolean value indicating whether the extension is critical.</summary>
  37674.             <returns>true if the extension is critical; otherwise, false.</returns>
  37675.         </member>
  37676.         <member name="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection">
  37677.             <summary>Represents a collection of <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> objects. This class cannot be inherited.</summary>
  37678.         </member>
  37679.         <member name="M:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.#ctor">
  37680.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> class. </summary>
  37681.         </member>
  37682.         <member name="M:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.Add(System.Security.Cryptography.X509Certificates.X509Extension)">
  37683.             <summary>Adds an <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> object to an <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</summary>
  37684.             <returns>The index at which the extension parameter was added.</returns>
  37685.             <param name="extension">An <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see>  object to add to the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object. </param>
  37686.             <exception cref="T:System.ArgumentNullException">The value of the extension parameter is null.</exception>
  37687.         </member>
  37688.         <member name="M:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.CopyTo(System.Security.Cryptography.X509Certificates.X509Extension[],System.Int32)">
  37689.             <summary>Copies a collection into an array starting at the specified index.</summary>
  37690.             <param name="array">An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> objects. </param>
  37691.             <param name="index">The location in the array at which copying starts. </param>
  37692.             <exception cref="T:System.ArgumentNullException">index is null. </exception>
  37693.             <exception cref="T:System.ArgumentOutOfRangeException">index specifies a value that is not in the range of the array. </exception>
  37694.             <exception cref="T:System.ArgumentException">index is a zero-length string or contains an invalid value. </exception>
  37695.         </member>
  37696.         <member name="M:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.GetEnumerator">
  37697.             <summary>Returns an enumerator that can iterate through an <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</summary>
  37698.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator"></see> object to use to iterate through the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</returns>
  37699.         </member>
  37700.         <member name="M:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.System.Collections.ICollection.CopyTo(System.Array,System.Int32)">
  37701.             <summary>Copies the collection into an array starting at the specified index.</summary>
  37702.             <param name="array">An array of <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> objects. </param>
  37703.             <param name="index">The location in the array at which copying starts. </param>
  37704.             <exception cref="T:System.ArgumentNullException">index is null. </exception>
  37705.             <exception cref="T:System.ArgumentOutOfRangeException">index specifies a value that is not in the range of the array. </exception>
  37706.             <exception cref="T:System.ArgumentException">index is a zero-length string or contains an invalid value. </exception>
  37707.         </member>
  37708.         <member name="M:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.System.Collections.IEnumerable.GetEnumerator">
  37709.             <summary>Returns an enumerator that can iterate through an <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</summary>
  37710.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> object to use to iterate through the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</returns>
  37711.         </member>
  37712.         <member name="P:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.Count">
  37713.             <summary>Gets the number of <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> objects in a <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</summary>
  37714.             <returns>An integer representing the number of <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> objects in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</returns>
  37715.         </member>
  37716.         <member name="P:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.IsSynchronized">
  37717.             <summary>Gets a value indicating whether the collection is guaranteed to be thread safe.</summary>
  37718.             <returns>true if the collection is thread safe; otherwise, false.</returns>
  37719.         </member>
  37720.         <member name="P:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.Item(System.Int32)">
  37721.             <summary>Gets the <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> object at the specified index.</summary>
  37722.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> object.</returns>
  37723.             <param name="index">The location of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> object to retrieve. </param>
  37724.             <exception cref="T:System.InvalidOperationException">index is less than zero. </exception>
  37725.             <exception cref="T:System.ArgumentOutOfRangeException">index is equal to or greater than the length of the array. </exception>
  37726.         </member>
  37727.         <member name="P:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.Item(System.String)">
  37728.             <summary>Gets the first <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> object whose value or friendly name is specified by an object identifier (OID).</summary>
  37729.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Extension"></see> object.</returns>
  37730.             <param name="oid">The object identifier (OID) of the extension to retrieve. </param>
  37731.         </member>
  37732.         <member name="P:System.Security.Cryptography.X509Certificates.X509ExtensionCollection.SyncRoot">
  37733.             <summary>Gets an object that you can use to synchronize access to the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</summary>
  37734.             <returns>An object that you can use to synchronize access to the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see> object.</returns>
  37735.         </member>
  37736.         <member name="T:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator">
  37737.             <summary>Supports a simple iteration over a <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see>. This class cannot be inherited.</summary>
  37738.         </member>
  37739.         <member name="M:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator.MoveNext">
  37740.             <summary>Advances the enumerator to the next element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see>.</summary>
  37741.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  37742.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  37743.         </member>
  37744.         <member name="M:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator.Reset">
  37745.             <summary>Sets the enumerator to its initial position, which is before the first element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see>.</summary>
  37746.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created. </exception>
  37747.         </member>
  37748.         <member name="P:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator.Current">
  37749.             <summary>Gets the current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see>.</summary>
  37750.             <returns>The current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see>.</returns>
  37751.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  37752.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  37753.         </member>
  37754.         <member name="P:System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator.System.Collections.IEnumerator.Current">
  37755.             <summary>Gets an object from a collection.</summary>
  37756.             <returns>The current element in the <see cref="T:System.Security.Cryptography.X509Certificates.X509ExtensionCollection"></see>.</returns>
  37757.             <exception cref="T:System.InvalidOperationException">The enumerator is positioned before the first element of the collection or after the last element. </exception>
  37758.         </member>
  37759.         <member name="T:System.Security.Cryptography.X509Certificates.X509FindType">
  37760.             <summary>Specifies the type of value searched for by the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method.</summary>
  37761.         </member>
  37762.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByApplicationPolicy">
  37763.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be a string representing either the application policy friendly name or the object identifier (<see cref="T:System.Security.Cryptography.Oid"></see>) of the certificate. For example, "Encrypting File System" or "1.3.6.1.4.1.311.10.3.4" can be used. Note that for an application that is going to be localized, the OID value must be used since the friendly name is localized.</summary>
  37764.         </member>
  37765.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByCertificatePolicy">
  37766.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be a string representing either the friendly name or the object identifier (<see cref="T:System.Security.Cryptography.Oid"></see>) of the certificate policy. The best practice is to use the OID, such as "1.3.6.1.4.1.311.10.3.4". Note that for an application that is going to be localized, the OID must be used since the friendly name is localized.</summary>
  37767.         </member>
  37768.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByExtension">
  37769.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be a string describing the extension to find. The object identifier (OID) is most commonly used to direct the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method to search for all certificates that have an extension matching that OID value.</summary>
  37770.         </member>
  37771.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByIssuerDistinguishedName">
  37772.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method must be a string representing the issuer distinguished name of the certificate. This is a more specific search than if you use the <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByIssuerName"></see> enumeration value. Using the <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByIssuerDistinguishedName"></see> value, the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method performs a case-insensitive string compare for the entire distinguished name. Searching by issuer name is a less precise search.</summary>
  37773.         </member>
  37774.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByIssuerName">
  37775.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method must be a string representing the issuer name of the certificate. This is a less specific search than if you use the <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByIssuerDistinguishedName"></see> enumeration value. Using the <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByIssuerName"></see> value, the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method performs a case-insensitive string compare using the supplied value. For example, if you pass "MyCA" to the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method, it will find all certificates with the issuer name containing that string, regardless of other issuer values.</summary>
  37776.         </member>
  37777.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByKeyUsage">
  37778.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be either a string representing the key usage or an integer representing a bit mask containing all the requested key usages. For the string value, only one key usage at a time can be specified, but the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method can be used in a cascading sequence to get the intersection of the requested usages. For example, the findValue parameter can be set to "KeyEncipherment" or an integer (0x30 indicates "KeyEncipherment" and "DataEncipherment"). Values of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"></see> enumeration can also be used.</summary>
  37779.         </member>
  37780.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindBySerialNumber">
  37781.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be a string representing the serial number of the certificate as it is displayed by the UI. The serial number must be in reverse order since it is an integer.</summary>
  37782.         </member>
  37783.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName">
  37784.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method must be a string representing the subject distinguished name of the certificate. This is a more specific search than if you use the <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectName"></see> enumeration value. Using the <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName"></see> value, the Find method performs a case-insensitive string compare for the entire distinguished name. Searching by subject name is a less precise search.</summary>
  37785.         </member>
  37786.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectKeyIdentifier">
  37787.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be a string representing the subject key identifier in hexadecimal, such as "F3E815D45E83B8477B9284113C64EF208E897112," as displayed in the UI.</summary>
  37788.         </member>
  37789.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectName">
  37790.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method must be a string representing the subject name of the certificate. This is a less specific search than if you use the <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectDistinguishedName"></see> enumeration value. Using the <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindBySubjectName"></see> value, the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method performs a case-insensitive string compare using the supplied value. For example, if you pass "MyCert" to the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method, it will find all certificates with the subject name containing that string, regardless of other subject values. Searching by distinguished name is a more precise search.</summary>
  37791.         </member>
  37792.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTemplateName">
  37793.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be a string representing the template name of the certificate, such as "ClientAuth." A template name is an X509 version 3 extension that specifies the uses of the certificate.</summary>
  37794.         </member>
  37795.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByThumbprint">
  37796.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> method must be a string representing the thumbprint of the certificate.</summary>
  37797.         </member>
  37798.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeExpired">
  37799.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be a <see cref="T:System.DateTime"></see> value in local time, such as <see cref="P:System.DateTime.Now"></see>. Note that the union of certificates returned using <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeValid"></see>, <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeNotYetValid"></see> and <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeExpired"></see> should represent all certificates in the queried collection.</summary>
  37800.         </member>
  37801.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeNotYetValid">
  37802.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be a <see cref="T:System.DateTime"></see> value in local time, such as <see cref="P:System.DateTime.Now"></see>. Note that the union of certificates returned using <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeValid"></see>, <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeNotYetValid"></see> and <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeExpired"></see> should represent all certificates in the queried collection.</summary>
  37803.         </member>
  37804.         <member name="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeValid">
  37805.             <summary>The findValue parameter for the <see cref="M:System.Security.Cryptography.X509Certificates.X509Certificate2Collection.Find(System.Security.Cryptography.X509Certificates.X509FindType,System.Object,System.Boolean)"></see> must be a <see cref="T:System.DateTime"></see> value in local time, such as <see cref="P:System.DateTime.Now"></see>. Note that the union of certificates returned using <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeValid"></see>, <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeNotYetValid"></see> and <see cref="F:System.Security.Cryptography.X509Certificates.X509FindType.FindByTimeExpired"></see> should represent all certificates in the queried collection.</summary>
  37806.         </member>
  37807.         <member name="T:System.Security.Cryptography.X509Certificates.X509IncludeOption">
  37808.             <summary>Specifies how much of the X.509 certificate chain should be included in the X.509 data.</summary>
  37809.         </member>
  37810.         <member name="F:System.Security.Cryptography.X509Certificates.X509IncludeOption.EndCertOnly">
  37811.             <summary>Only the end certificate is included in the X.509 chain information.</summary>
  37812.         </member>
  37813.         <member name="F:System.Security.Cryptography.X509Certificates.X509IncludeOption.ExcludeRoot">
  37814.             <summary>The entire X.509 chain is included except for the root certificate.</summary>
  37815.         </member>
  37816.         <member name="F:System.Security.Cryptography.X509Certificates.X509IncludeOption.None">
  37817.             <summary>No X.509 chain information is included.</summary>
  37818.         </member>
  37819.         <member name="F:System.Security.Cryptography.X509Certificates.X509IncludeOption.WholeChain">
  37820.             <summary>The entire X.509 chain is included.</summary>
  37821.         </member>
  37822.         <member name="T:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension">
  37823.             <summary>Defines the usage of a key contained within an X.509 certificate.  This class cannot be inherited.</summary>
  37824.         </member>
  37825.         <member name="M:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension.#ctor">
  37826.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension"></see> class.</summary>
  37827.         </member>
  37828.         <member name="M:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension.#ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)">
  37829.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension"></see> class using an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object and a value that identifies whether the extension is critical. </summary>
  37830.             <param name="encodedKeyUsage">The encoded data to use to create the extension.</param>
  37831.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  37832.         </member>
  37833.         <member name="M:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension.#ctor(System.Security.Cryptography.X509Certificates.X509KeyUsageFlags,System.Boolean)">
  37834.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension"></see> class using the specified <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"></see> value and a value that identifies whether the extension is critical. </summary>
  37835.             <param name="keyUsages">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags"></see> values that describes how to use the key.</param>
  37836.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  37837.         </member>
  37838.         <member name="M:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension.CopyFrom(System.Security.Cryptography.AsnEncodedData)">
  37839.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension"></see> class using an <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object. </summary>
  37840.             <param name="asnEncodedData">The encoded data to use to create the extension.</param>
  37841.         </member>
  37842.         <member name="P:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension.KeyUsages">
  37843.             <summary>Gets the key usage flag associated with the certificate.</summary>
  37844.             <returns>One of the <see cref="P:System.Security.Cryptography.X509Certificates.X509KeyUsageExtension.KeyUsages"></see> values.</returns>
  37845.             <exception cref="T:System.Security.Cryptography.CryptographicException">The extension cannot be decoded. </exception>
  37846.         </member>
  37847.         <member name="T:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags">
  37848.             <summary>Defines how the certificate key can be used. If this value is not defined, the key can be used for any purpose.</summary>
  37849.         </member>
  37850.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.CrlSign">
  37851.             <summary>The key can be used to sign a certificate revocation list (CRL).</summary>
  37852.         </member>
  37853.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.DataEncipherment">
  37854.             <summary>The key can be used for data encryption.</summary>
  37855.         </member>
  37856.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.DecipherOnly">
  37857.             <summary>The key can be used for decryption only.</summary>
  37858.         </member>
  37859.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.DigitalSignature">
  37860.             <summary>The key can be used as a digital signature.</summary>
  37861.         </member>
  37862.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.EncipherOnly">
  37863.             <summary>The key can be used for encryption only.</summary>
  37864.         </member>
  37865.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.KeyAgreement">
  37866.             <summary>The key can be used to determine key agreement, such as a key created using the Diffie-Hellman key agreement algorithm.</summary>
  37867.         </member>
  37868.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.KeyCertSign">
  37869.             <summary>The key can be used to sign certificates.</summary>
  37870.         </member>
  37871.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.KeyEncipherment">
  37872.             <summary>The key can be used for key encryption.</summary>
  37873.         </member>
  37874.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.None">
  37875.             <summary>No key usage parameters.</summary>
  37876.         </member>
  37877.         <member name="F:System.Security.Cryptography.X509Certificates.X509KeyUsageFlags.NonRepudiation">
  37878.             <summary>The key can be used for authentication.</summary>
  37879.         </member>
  37880.         <member name="T:System.Security.Cryptography.X509Certificates.X509NameType">
  37881.             <summary>Specifies the type of name the X509 certificate contains.</summary>
  37882.         </member>
  37883.         <member name="F:System.Security.Cryptography.X509Certificates.X509NameType.DnsFromAlternativeName">
  37884.             <summary>The DNS name associated with the alternative name of either the subject or the issuer of an X.509 certificate.  This value is equivalent to the <see cref="F:System.Security.Cryptography.X509Certificates.X509NameType.DnsName"></see> value.</summary>
  37885.         </member>
  37886.         <member name="F:System.Security.Cryptography.X509Certificates.X509NameType.DnsName">
  37887.             <summary>The DNS name associated with the alternative name of either the subject or issuer of an X509 certificate.</summary>
  37888.         </member>
  37889.         <member name="F:System.Security.Cryptography.X509Certificates.X509NameType.EmailName">
  37890.             <summary>The email address of the subject or issuer associated of an X509 certificate.</summary>
  37891.         </member>
  37892.         <member name="F:System.Security.Cryptography.X509Certificates.X509NameType.SimpleName">
  37893.             <summary>The simple name of a subject or issuer of an X509 certificate.</summary>
  37894.         </member>
  37895.         <member name="F:System.Security.Cryptography.X509Certificates.X509NameType.UpnName">
  37896.             <summary>The UPN name of the subject or issuer of an X509 certificate.</summary>
  37897.         </member>
  37898.         <member name="F:System.Security.Cryptography.X509Certificates.X509NameType.UrlName">
  37899.             <summary>The URL address associated with the alternative name of either the subject or issuer of an X509 certificate.</summary>
  37900.         </member>
  37901.         <member name="T:System.Security.Cryptography.X509Certificates.X509RevocationFlag">
  37902.             <summary>Specifies which X509 certificates in the chain should be checked for revocation.</summary>
  37903.         </member>
  37904.         <member name="F:System.Security.Cryptography.X509Certificates.X509RevocationFlag.EndCertificateOnly">
  37905.             <summary>Only the end certificate is checked for revocation.</summary>
  37906.         </member>
  37907.         <member name="F:System.Security.Cryptography.X509Certificates.X509RevocationFlag.EntireChain">
  37908.             <summary>The entire chain of certificates is checked for revocation.</summary>
  37909.         </member>
  37910.         <member name="F:System.Security.Cryptography.X509Certificates.X509RevocationFlag.ExcludeRoot">
  37911.             <summary>The entire chain, except the root certificate, is checked for revocation.</summary>
  37912.         </member>
  37913.         <member name="T:System.Security.Cryptography.X509Certificates.X509RevocationMode">
  37914.             <summary>Specifies the mode used to check for X509 certificate revocation.</summary>
  37915.         </member>
  37916.         <member name="F:System.Security.Cryptography.X509Certificates.X509RevocationMode.NoCheck">
  37917.             <summary>No revocation check is performed on the certificate.</summary>
  37918.         </member>
  37919.         <member name="F:System.Security.Cryptography.X509Certificates.X509RevocationMode.Offline">
  37920.             <summary>A revocation check is made using a cached certificate revocation list (CRL).</summary>
  37921.         </member>
  37922.         <member name="F:System.Security.Cryptography.X509Certificates.X509RevocationMode.Online">
  37923.             <summary>A revocation check is made using an online certificate revocation list (CRL).</summary>
  37924.         </member>
  37925.         <member name="T:System.Security.Cryptography.X509Certificates.X509Store">
  37926.             <summary>Represents an X.509 store, which is a physical store where certificates are persisted and managed. This class cannot be inherited.</summary>
  37927.         </member>
  37928.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.#ctor">
  37929.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Store"></see> class using the personal certificates of the current user store.</summary>
  37930.         </member>
  37931.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.IntPtr)">
  37932.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Store"></see> class using an Intptr handle to an HCERTSTORE store.</summary>
  37933.             <param name="storeHandle">An <see cref="T:System.IntPtr"></see> handle to an HCERTSTORE store.</param>
  37934.             <exception cref="T:System.Security.Cryptography.CryptographicException">The storeHandle parameter points to an invalid context.</exception>
  37935.             <exception cref="T:System.ArgumentNullException">The storeHandle parameter is null.</exception>
  37936.         </member>
  37937.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.Security.Cryptography.X509Certificates.StoreLocation)">
  37938.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Store"></see> class using the specified <see cref="T:System.Security.Cryptography.X509Certificates.StoreLocation"></see> value.</summary>
  37939.             <param name="storeLocation">One of the <see cref="T:System.Security.Cryptography.X509Certificates.StoreLocation"></see> values. </param>
  37940.         </member>
  37941.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.Security.Cryptography.X509Certificates.StoreName)">
  37942.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Store"></see> class using the specified <see cref="T:System.Security.Cryptography.X509Certificates.StoreName"></see> value.</summary>
  37943.             <param name="storeName">One of the <see cref="T:System.Security.Cryptography.X509Certificates.StoreName"></see> values. </param>
  37944.         </member>
  37945.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.String)">
  37946.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Store"></see> class using the specified store name.</summary>
  37947.             <param name="storeName">A string value representing the store name. See <see cref="T:System.Security.Cryptography.X509Certificates.StoreName"></see>  for more information. </param>
  37948.         </member>
  37949.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.Security.Cryptography.X509Certificates.StoreName,System.Security.Cryptography.X509Certificates.StoreLocation)">
  37950.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Store"></see> class using the specified <see cref="T:System.Security.Cryptography.X509Certificates.StoreName"></see> and <see cref="T:System.Security.Cryptography.X509Certificates.StoreLocation"></see> values.</summary>
  37951.             <param name="storeLocation">One of the <see cref="T:System.Security.Cryptography.X509Certificates.StoreLocation"></see> values. </param>
  37952.             <param name="storeName">One of the <see cref="T:System.Security.Cryptography.X509Certificates.StoreName"></see> values. </param>
  37953.             <exception cref="T:System.ArgumentException">storeLocation is not a valid location or storeName is not a valid name. </exception>
  37954.         </member>
  37955.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.#ctor(System.String,System.Security.Cryptography.X509Certificates.StoreLocation)">
  37956.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509Store"></see> class using a string representing a value from the <see cref="T:System.Security.Cryptography.X509Certificates.StoreName"></see> enumeration and a value from the <see cref="T:System.Security.Cryptography.X509Certificates.StoreLocation"></see> enumeration.</summary>
  37957.             <param name="storeLocation">One of the <see cref="T:System.Security.Cryptography.X509Certificates.StoreLocation"></see> values. </param>
  37958.             <param name="storeName">A string representing a value from the <see cref="T:System.Security.Cryptography.X509Certificates.StoreName"></see> enumeration. </param>
  37959.         </member>
  37960.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.Add(System.Security.Cryptography.X509Certificates.X509Certificate2)">
  37961.             <summary>Adds a certificate to an X.509 certificate store.</summary>
  37962.             <param name="certificate">An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2"></see> object. </param>
  37963.             <exception cref="T:System.ArgumentNullException">certificate is null. </exception>
  37964.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  37965.         </member>
  37966.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.AddRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)">
  37967.             <summary>Adds a collection of certificates to an X.509 certificate store.</summary>
  37968.             <param name="certificates">An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object. </param>
  37969.             <exception cref="T:System.ArgumentNullException">certificates is null. </exception>
  37970.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  37971.         </member>
  37972.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.Close">
  37973.             <summary>Closes an X.509 certificate store.</summary>
  37974.         </member>
  37975.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.Open(System.Security.Cryptography.X509Certificates.OpenFlags)">
  37976.             <summary>Opens an X.509 certificate store or creates a new store, depending on <see cref="T:System.Security.Cryptography.X509Certificates.OpenFlags"></see> flag settings.</summary>
  37977.             <param name="flags">One the <see cref="T:System.Security.Cryptography.X509Certificates.OpenFlags"></see> values. </param>
  37978.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  37979.             <exception cref="T:System.Security.Cryptography.CryptographicException">The store is unreadable. </exception>
  37980.         </member>
  37981.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.Remove(System.Security.Cryptography.X509Certificates.X509Certificate2)">
  37982.             <summary>Removes a certificate from an X.509 certificate store.</summary>
  37983.             <param name="certificate">The certificate to remove.</param>
  37984.             <exception cref="T:System.ArgumentNullException">certificate is null. </exception>
  37985.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  37986.         </member>
  37987.         <member name="M:System.Security.Cryptography.X509Certificates.X509Store.RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2Collection)">
  37988.             <summary>Removes a range of certificates from an X.509 certificate store.</summary>
  37989.             <param name="certificates">A range of certificates to remove.</param>
  37990.             <exception cref="T:System.ArgumentNullException">certificates is null. </exception>
  37991.             <exception cref="T:System.Security.SecurityException">The caller does not have the required permission. </exception>
  37992.         </member>
  37993.         <member name="P:System.Security.Cryptography.X509Certificates.X509Store.Certificates">
  37994.             <summary>Returns a collection of certificates located in an X.509 certificate store.</summary>
  37995.             <returns>An <see cref="T:System.Security.Cryptography.X509Certificates.X509Certificate2Collection"></see> object.</returns>
  37996.         </member>
  37997.         <member name="P:System.Security.Cryptography.X509Certificates.X509Store.Location">
  37998.             <summary>Gets the location of the X.509 certificate store.</summary>
  37999.             <returns>One of the <see cref="T:System.Security.Cryptography.X509Certificates.StoreLocation"></see> values.</returns>
  38000.         </member>
  38001.         <member name="P:System.Security.Cryptography.X509Certificates.X509Store.Name">
  38002.             <summary>Gets the name of the X.509 certificate store.</summary>
  38003.             <returns>One of the <see cref="T:System.Security.Cryptography.X509Certificates.StoreName"></see> values.</returns>
  38004.         </member>
  38005.         <member name="P:System.Security.Cryptography.X509Certificates.X509Store.StoreHandle">
  38006.             <summary>Gets an <see cref="T:System.IntPtr"></see> handle to an HCERTSTORE store.  </summary>
  38007.             <returns>An <see cref="T:System.IntPtr"></see> handle to an HCERTSTORE store.</returns>
  38008.         </member>
  38009.         <member name="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension">
  38010.             <summary>Defines a string that identifies a certificate's subject key identifier (SKI). This class cannot be inherited.</summary>
  38011.         </member>
  38012.         <member name="M:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.#ctor">
  38013.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension"></see> class.</summary>
  38014.         </member>
  38015.         <member name="M:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.#ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)">
  38016.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension"></see> class using encoded data and a value that identifies whether the extension is critical.</summary>
  38017.             <param name="encodedSubjectKeyIdentifier">The <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object to use to create the extension.</param>
  38018.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  38019.         </member>
  38020.         <member name="M:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.#ctor(System.Byte[],System.Boolean)">
  38021.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension"></see> class using a byte array and a value that identifies whether the extension is critical.</summary>
  38022.             <param name="subjectKeyIdentifier">A byte array that represents data to use to create the extension.</param>
  38023.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  38024.         </member>
  38025.         <member name="M:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.#ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Boolean)">
  38026.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension"></see> class using a public key and a value indicating whether the extension is critical.</summary>
  38027.             <param name="key">A <see cref="T:System.Security.Cryptography.X509Certificates.PublicKey"></see>  object to create a subject key identifier (SKI) from. </param>
  38028.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  38029.         </member>
  38030.         <member name="M:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.#ctor(System.String,System.Boolean)">
  38031.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension"></see> class using a string and a value that identifies whether the extension is critical.</summary>
  38032.             <param name="subjectKeyIdentifier">A string, encoded in hexadecimal format, that represents the subject key identifier (SKI) for a certificate.</param>
  38033.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  38034.         </member>
  38035.         <member name="M:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.#ctor(System.Security.Cryptography.X509Certificates.PublicKey,System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm,System.Boolean)">
  38036.             <summary>Initializes a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension"></see> class using a public key, a hash algorithm identifier, and a value indicating whether the extension is critical. </summary>
  38037.             <param name="algorithm">One of the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm"></see> values that identifies which hash algorithm to use.</param>
  38038.             <param name="key">A <see cref="T:System.Security.Cryptography.X509Certificates.PublicKey"></see> object to create a subject key identifier (SKI) from.</param>
  38039.             <param name="critical">true if the extension is critical; otherwise, false.</param>
  38040.         </member>
  38041.         <member name="M:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.CopyFrom(System.Security.Cryptography.AsnEncodedData)">
  38042.             <summary>Creates a new instance of the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension"></see> class by copying information from encoded data.</summary>
  38043.             <param name="asnEncodedData">The <see cref="T:System.Security.Cryptography.AsnEncodedData"></see> object to use to create the extension.</param>
  38044.         </member>
  38045.         <member name="P:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension.SubjectKeyIdentifier">
  38046.             <summary>Gets a string that represents the subject key identifier (SKI) for a certificate.</summary>
  38047.             <returns>A string, encoded in hexadecimal format, that represents the subject key identifier (SKI).</returns>
  38048.             <exception cref="T:System.Security.Cryptography.CryptographicException">The extension cannot be decoded. </exception>
  38049.         </member>
  38050.         <member name="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm">
  38051.             <summary>Defines the type of hash algorithm to use with the <see cref="T:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension"></see> class.</summary>
  38052.         </member>
  38053.         <member name="F:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm.CapiSha1">
  38054.             <summary>The subject key identifier (SKI) is composed of a 160-bit SHA-1 hash of the encoded public key (including the tag, length, and number of unused bits).</summary>
  38055.         </member>
  38056.         <member name="F:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm.Sha1">
  38057.             <summary>The SKI is composed of the 160-bit SHA-1 hash of the value of the public key (excluding the tag, length, and number of unused bits).</summary>
  38058.         </member>
  38059.         <member name="F:System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierHashAlgorithm.ShortSha1">
  38060.             <summary>The SKI is composed of a four-bit type field with the value 0100, followed by the least significant 60 bits of the SHA-1 hash of the value of the public key (excluding the tag, length, and number of unused bit string bits)</summary>
  38061.         </member>
  38062.         <member name="T:System.Security.Cryptography.X509Certificates.X509VerificationFlags">
  38063.             <summary>Specifies conditions under which verification of certificates in the X509 chain should be conducted.</summary>
  38064.         </member>
  38065.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.AllFlags">
  38066.             <summary>All flags pertaining to verification are included.</summary>
  38067.         </member>
  38068.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.AllowUnknownCertificateAuthority">
  38069.             <summary>Ignore that the chain cannot be verified due to an unknown certificate authority (CA).</summary>
  38070.         </member>
  38071.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreCertificateAuthorityRevocationUnknown">
  38072.             <summary>Ignore that the certificate authority revocation is unknown when determining certificate verification.</summary>
  38073.         </member>
  38074.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreCtlNotTimeValid">
  38075.             <summary>Ignore that the certificate trust list (CTL) is not valid, for reasons such as the CTL has expired, when determining certificate verification.</summary>
  38076.         </member>
  38077.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreCtlSignerRevocationUnknown">
  38078.             <summary>Ignore that the certificate trust list (CTL) signer revocation is unknown when determining certificate verification.</summary>
  38079.         </member>
  38080.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreEndRevocationUnknown">
  38081.             <summary>Ignore that the end certificate (the user certificate) revocation is unknown when determining certificate verification.</summary>
  38082.         </member>
  38083.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreInvalidBasicConstraints">
  38084.             <summary>Ignore that the basic constraints are not valid when determining certificate verification.</summary>
  38085.         </member>
  38086.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreInvalidName">
  38087.             <summary>Ignore that the certificate has an invalid name when determining certificate verification.</summary>
  38088.         </member>
  38089.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreInvalidPolicy">
  38090.             <summary>Ignore that the certificate has invalid policy when determining certificate verification.</summary>
  38091.         </member>
  38092.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreNotTimeNested">
  38093.             <summary>Ignore that the CA (certificate authority) certificate and the issued certificate have validity periods that are not nested when verifying the certificate. For example, the CA cert can be valid from January 1 to December 1 and the issued certificate from January 2 to December 2, which would mean the validity periods are not nested.</summary>
  38094.         </member>
  38095.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreNotTimeValid">
  38096.             <summary>Ignore certificates in the chain that are not valid either because they have expired or they are not yet in effect when determining certificate validity.</summary>
  38097.         </member>
  38098.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreRootRevocationUnknown">
  38099.             <summary>Ignore that the root revocation is unknown when determining certificate verification.</summary>
  38100.         </member>
  38101.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.IgnoreWrongUsage">
  38102.             <summary>Ignore that the certificate was not issued for the current use when determining certificate verification.</summary>
  38103.         </member>
  38104.         <member name="F:System.Security.Cryptography.X509Certificates.X509VerificationFlags.NoFlag">
  38105.             <summary>No flags pertaining to verification are included.</summary>
  38106.         </member>
  38107.         <member name="T:System.Security.Permissions.ResourcePermissionBase">
  38108.             <summary>Allows control of code access security permissions.</summary>
  38109.         </member>
  38110.         <member name="M:System.Security.Permissions.ResourcePermissionBase.#ctor">
  38111.             <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.ResourcePermissionBase"></see> class.</summary>
  38112.         </member>
  38113.         <member name="M:System.Security.Permissions.ResourcePermissionBase.#ctor(System.Security.Permissions.PermissionState)">
  38114.             <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.ResourcePermissionBase"></see> class with the specified level of access to resources at creation.</summary>
  38115.             <param name="state">One of the <see cref="T:System.Security.Permissions.PermissionState"></see> values. </param>
  38116.             <exception cref="T:System.ArgumentException">The state parameter is not a valid value of <see cref="T:System.Security.Permissions.PermissionState"></see>. </exception>
  38117.         </member>
  38118.         <member name="F:System.Security.Permissions.ResourcePermissionBase.Any">
  38119.             <summary>Specifies the character to be used to represent the any wildcard character.</summary>
  38120.         </member>
  38121.         <member name="F:System.Security.Permissions.ResourcePermissionBase.Local">
  38122.             <summary>Specifies the character to be used to represent a local reference.</summary>
  38123.         </member>
  38124.         <member name="M:System.Security.Permissions.ResourcePermissionBase.AddPermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)">
  38125.             <summary>Adds a permission entry to the permission.</summary>
  38126.             <param name="entry">The <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> to add. </param>
  38127.             <exception cref="T:System.InvalidOperationException">The number of elements in the <see cref="P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccessPath"></see> property is not equal to the number of elements in the <see cref="P:System.Security.Permissions.ResourcePermissionBase.TagNames"></see> property.-or- The <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> is already included in the permission. </exception>
  38128.             <exception cref="T:System.ArgumentNullException">The specified <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> is null. </exception>
  38129.         </member>
  38130.         <member name="M:System.Security.Permissions.ResourcePermissionBase.Clear">
  38131.             <summary>Clears the permission of the added permission entries.</summary>
  38132.         </member>
  38133.         <member name="M:System.Security.Permissions.ResourcePermissionBase.Copy">
  38134.             <summary>Creates and returns an identical copy of the current permission object.</summary>
  38135.             <returns>A copy of the current permission object.</returns>
  38136.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  38137.         </member>
  38138.         <member name="M:System.Security.Permissions.ResourcePermissionBase.FromXml(System.Security.SecurityElement)">
  38139.             <summary>Reconstructs a security object with a specified state from an XML encoding.</summary>
  38140.             <param name="securityElement">The XML encoding to use to reconstruct the security object. </param>
  38141.             <exception cref="T:System.ArgumentException">The securityElement parameter is not a valid permission element.-or- The version number of the securityElement parameter is not supported.</exception>
  38142.         </member>
  38143.         <member name="M:System.Security.Permissions.ResourcePermissionBase.GetPermissionEntries">
  38144.             <summary>Returns an array of the <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> objects added to this permission.</summary>
  38145.             <returns>An array of <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> objects that were added to this permission.</returns>
  38146.         </member>
  38147.         <member name="M:System.Security.Permissions.ResourcePermissionBase.Intersect(System.Security.IPermission)">
  38148.             <summary>Creates and returns a permission object that is the intersection of the current permission object and a target permission object.</summary>
  38149.             <returns>A new permission object that represents the intersection of the current object and the specified target. This object is null if the intersection is empty.</returns>
  38150.             <param name="target">A permission object of the same type as the current permission object. </param>
  38151.             <exception cref="T:System.ArgumentException">The target permission object is not of the same type as the current permission object. </exception>
  38152.         </member>
  38153.         <member name="M:System.Security.Permissions.ResourcePermissionBase.IsSubsetOf(System.Security.IPermission)">
  38154.             <summary>Determines whether the current permission object is a subset of the specified permission.</summary>
  38155.             <returns>true if the current permission object is a subset of the specified permission object; otherwise, false.</returns>
  38156.             <param name="target">A permission object that is to be tested for the subset relationship. </param>
  38157.         </member>
  38158.         <member name="M:System.Security.Permissions.ResourcePermissionBase.IsUnrestricted">
  38159.             <summary>Gets a value indicating whether the permission is unrestricted.</summary>
  38160.             <returns>true if permission is unrestricted; otherwise, false.</returns>
  38161.         </member>
  38162.         <member name="M:System.Security.Permissions.ResourcePermissionBase.RemovePermissionAccess(System.Security.Permissions.ResourcePermissionBaseEntry)">
  38163.             <summary>Removes a permission entry from the permission.</summary>
  38164.             <param name="entry">The <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> to remove. </param>
  38165.             <exception cref="T:System.ArgumentNullException">The specified <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> is null. </exception>
  38166.             <exception cref="T:System.InvalidOperationException">The number of elements in the <see cref="P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccessPath"></see> property is not equal to the number of elements in the <see cref="P:System.Security.Permissions.ResourcePermissionBase.TagNames"></see> property.-or- The <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> is not in the permission. </exception>
  38167.         </member>
  38168.         <member name="M:System.Security.Permissions.ResourcePermissionBase.ToXml">
  38169.             <summary>Creates and returns an XML encoding of the security object and its current state.</summary>
  38170.             <returns>An XML encoding of the security object, including any state information.</returns>
  38171.         </member>
  38172.         <member name="M:System.Security.Permissions.ResourcePermissionBase.Union(System.Security.IPermission)">
  38173.             <summary>Creates a permission object that combines the current permission object and the target permission object.</summary>
  38174.             <returns>A new permission object that represents the union of the current permission object and the specified permission object.</returns>
  38175.             <param name="target">A permission object to combine with the current permission object. It must be of the same type as the current permission object. </param>
  38176.             <exception cref="T:System.ArgumentException">The target permission object is not of the same type as the current permission object. </exception>
  38177.         </member>
  38178.         <member name="P:System.Security.Permissions.ResourcePermissionBase.PermissionAccessType">
  38179.             <summary>Gets or sets an enumeration value that describes the types of access that you are giving the resource.</summary>
  38180.             <returns>An enumeration value that is derived from <see cref="T:System.Type"></see> and describes the types of access that you are giving the resource.</returns>
  38181.             <exception cref="T:System.ArgumentException">The property value is not an enumeration value. </exception>
  38182.             <exception cref="T:System.ArgumentNullException">The property value is null. </exception>
  38183.         </member>
  38184.         <member name="P:System.Security.Permissions.ResourcePermissionBase.TagNames">
  38185.             <summary>Gets or sets an array of strings that identify the resource you are protecting.</summary>
  38186.             <returns>An array of strings that identify the resource you are trying to protect.</returns>
  38187.             <exception cref="T:System.ArgumentException">The length of the array is 0. </exception>
  38188.             <exception cref="T:System.ArgumentNullException">The property value is null. </exception>
  38189.         </member>
  38190.         <member name="T:System.Security.Permissions.ResourcePermissionBaseEntry">
  38191.             <summary>Defines the smallest unit of a code access security permission set.</summary>
  38192.         </member>
  38193.         <member name="M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor">
  38194.             <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> class.</summary>
  38195.         </member>
  38196.         <member name="M:System.Security.Permissions.ResourcePermissionBaseEntry.#ctor(System.Int32,System.String[])">
  38197.             <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.ResourcePermissionBaseEntry"></see> class with the specified permission access and permission access path.</summary>
  38198.             <param name="permissionAccess">The integer representation of the permission access level enumeration value. The <see cref="P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccess"></see> property is set to this value. </param>
  38199.             <param name="permissionAccessPath">The array of strings that identify the resource you are protecting. The <see cref="P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccessPath"></see> property is set to this value. </param>
  38200.             <exception cref="T:System.ArgumentNullException">The specified permissionAccessPath is null. </exception>
  38201.         </member>
  38202.         <member name="P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccess">
  38203.             <summary>Gets an integer representation of the access level enumeration value.</summary>
  38204.             <returns>The access level enumeration value.</returns>
  38205.         </member>
  38206.         <member name="P:System.Security.Permissions.ResourcePermissionBaseEntry.PermissionAccessPath">
  38207.             <summary>Gets an array of strings that identify the resource you are protecting.</summary>
  38208.             <returns>An array of strings that identify the resource you are protecting.</returns>
  38209.         </member>
  38210.         <member name="T:System.Security.Permissions.StorePermission">
  38211.             <summary>Controls access to stores containing X.509 certificates. This class cannot be inherited.</summary>
  38212.         </member>
  38213.         <member name="M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.PermissionState)">
  38214.             <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.StorePermission"></see> class with either fully restricted or unrestricted permission state.</summary>
  38215.             <param name="state">One of the <see cref="T:System.Security.Permissions.PermissionState"></see> values. </param>
  38216.             <exception cref="T:System.ArgumentException">state is not a valid <see cref="T:System.Security.Permissions.PermissionState"></see> value. </exception>
  38217.         </member>
  38218.         <member name="M:System.Security.Permissions.StorePermission.#ctor(System.Security.Permissions.StorePermissionFlags)">
  38219.             <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.StorePermission"></see> class with the specified access.</summary>
  38220.             <param name="flag">A bitwise combination of the <see cref="T:System.Security.Permissions.StorePermissionFlags"></see> values. </param>
  38221.             <exception cref="T:System.ArgumentException">flag is not a valid combination of <see cref="T:System.Security.Permissions.StorePermissionFlags"></see> values. </exception>
  38222.         </member>
  38223.         <member name="M:System.Security.Permissions.StorePermission.Copy">
  38224.             <summary>Creates and returns an identical copy of the current permission.</summary>
  38225.             <returns>A copy of the current permission.</returns>
  38226.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  38227.         </member>
  38228.         <member name="M:System.Security.Permissions.StorePermission.FromXml(System.Security.SecurityElement)">
  38229.             <summary>Reconstructs a permission with a specified state from an XML encoding.</summary>
  38230.             <param name="securityElement">A <see cref="T:System.Security.SecurityElement"></see> that contains the XML encoding to use to reconstruct the permission. </param>
  38231.             <exception cref="T:System.ArgumentException">securityElement is not a valid permission element.-or- The version number in securityElement is not valid. </exception>
  38232.             <exception cref="T:System.ArgumentNullException">securityElement is null. </exception>
  38233.         </member>
  38234.         <member name="M:System.Security.Permissions.StorePermission.Intersect(System.Security.IPermission)">
  38235.             <summary>Creates and returns a permission that is the intersection of the current permission and the specified permission.</summary>
  38236.             <returns>A new permission that represents the intersection of the current permission and the specified permission. This new permission is null if the intersection is empty.</returns>
  38237.             <param name="target">A permission to intersect with the current permission. It must be of the same type as the current permission. </param>
  38238.             <exception cref="T:System.ArgumentException">target s not null and is not of the same type as the current permission. </exception>
  38239.         </member>
  38240.         <member name="M:System.Security.Permissions.StorePermission.IsSubsetOf(System.Security.IPermission)">
  38241.             <summary>Determines whether the current permission is a subset of the specified permission.</summary>
  38242.             <returns>true if the current permission is a subset of the specified permission; otherwise, false.</returns>
  38243.             <param name="target">A permission to test for the subset relationship. This permission must be of the same type as the current permission. </param>
  38244.             <exception cref="T:System.ArgumentException">target is not null and is not of the same type as the current permission. </exception>
  38245.         </member>
  38246.         <member name="M:System.Security.Permissions.StorePermission.IsUnrestricted">
  38247.             <summary>Returns a value indicating whether the current permission is unrestricted.</summary>
  38248.             <returns>true if the current permission is unrestricted; otherwise, false.</returns>
  38249.         </member>
  38250.         <member name="M:System.Security.Permissions.StorePermission.ToXml">
  38251.             <summary>Creates an XML encoding of the permission and its current state.</summary>
  38252.             <returns>A <see cref="T:System.Security.SecurityElement"></see> that contains an XML encoding of the permission, including any state information.</returns>
  38253.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  38254.         </member>
  38255.         <member name="M:System.Security.Permissions.StorePermission.Union(System.Security.IPermission)">
  38256.             <summary>Creates a permission that is the union of the current permission and the specified permission.</summary>
  38257.             <returns>A new permission that represents the union of the current permission and the specified permission.</returns>
  38258.             <param name="target">A permission to combine with the current permission. It must be of the same type as the current permission. </param>
  38259.             <exception cref="T:System.ArgumentException">target is not null and is not of the same type as the current permission. </exception>
  38260.         </member>
  38261.         <member name="P:System.Security.Permissions.StorePermission.Flags">
  38262.             <summary>Gets or sets the type of <see cref="T:System.Security.Cryptography.X509Certificates.X509Store"></see> access allowed by the current permission.</summary>
  38263.             <returns>A bitwise combination of the <see cref="T:System.Security.Permissions.StorePermissionFlags"></see> values.</returns>
  38264.             <exception cref="T:System.ArgumentException">An attempt is made to set this property to an invalid value. See <see cref="T:System.Security.Permissions.StorePermissionFlags"></see> for the valid values. </exception>
  38265.         </member>
  38266.         <member name="T:System.Security.Permissions.StorePermissionAttribute">
  38267.             <summary>Allows security actions for <see cref="T:System.Security.Permissions.StorePermission"></see> to be applied to code using declarative security. This class cannot be inherited.</summary>
  38268.         </member>
  38269.         <member name="M:System.Security.Permissions.StorePermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  38270.             <summary>Initializes a new instance of the <see cref="T:System.Security.Permissions.StorePermissionAttribute"></see> class with the specified security action.</summary>
  38271.             <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction"></see> values. </param>
  38272.         </member>
  38273.         <member name="M:System.Security.Permissions.StorePermissionAttribute.CreatePermission">
  38274.             <summary>Creates and returns a new <see cref="T:System.Security.Permissions.StorePermission"></see>.</summary>
  38275.             <returns>A <see cref="T:System.Security.Permissions.StorePermission"></see> that corresponds to the attribute.</returns>
  38276.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  38277.         </member>
  38278.         <member name="P:System.Security.Permissions.StorePermissionAttribute.AddToStore">
  38279.             <summary>Gets or sets a value indicating whether the code is permitted to add to a store.</summary>
  38280.             <returns>true if the ability to add to a store is allowed; otherwise, false.</returns>
  38281.         </member>
  38282.         <member name="P:System.Security.Permissions.StorePermissionAttribute.CreateStore">
  38283.             <summary>Gets or sets a value indicating whether the code is permitted to create a store.</summary>
  38284.             <returns>true if the ability to create a store is allowed; otherwise, false.</returns>
  38285.         </member>
  38286.         <member name="P:System.Security.Permissions.StorePermissionAttribute.DeleteStore">
  38287.             <summary>Gets or sets a value indicating whether the code is permitted to delete a store.</summary>
  38288.             <returns>true if the ability to delete a store is allowed; otherwise, false.</returns>
  38289.         </member>
  38290.         <member name="P:System.Security.Permissions.StorePermissionAttribute.EnumerateCertificates">
  38291.             <summary>Gets or sets a value indicating whether the code is permitted to enumerate the certificates in a store.</summary>
  38292.             <returns>true if the ability to enumerate certificates is allowed; otherwise, false.</returns>
  38293.         </member>
  38294.         <member name="P:System.Security.Permissions.StorePermissionAttribute.EnumerateStores">
  38295.             <summary>Gets or sets a value indicating whether the code is permitted to enumerate stores.</summary>
  38296.             <returns>true if the ability to enumerate stores is allowed; otherwise, false.</returns>
  38297.         </member>
  38298.         <member name="P:System.Security.Permissions.StorePermissionAttribute.Flags">
  38299.             <summary>Gets or sets the store permissions.</summary>
  38300.             <returns>A bitwise combination of the <see cref="T:System.Security.Permissions.StorePermissionFlags"></see> values. The default is <see cref="F:System.Security.Permissions.StorePermissionFlags.NoFlags"></see>.</returns>
  38301.         </member>
  38302.         <member name="P:System.Security.Permissions.StorePermissionAttribute.OpenStore">
  38303.             <summary>Gets or sets a value indicating whether the code is permitted to open a store.</summary>
  38304.             <returns>true if the ability to open a store is allowed; otherwise, false.</returns>
  38305.         </member>
  38306.         <member name="P:System.Security.Permissions.StorePermissionAttribute.RemoveFromStore">
  38307.             <summary>Gets or sets a value indicating whether the code is permitted to remove a certificate from a store.</summary>
  38308.             <returns>true if the ability to remove a certificate from a store is allowed; otherwise, false.</returns>
  38309.         </member>
  38310.         <member name="T:System.Security.Permissions.StorePermissionFlags">
  38311.             <summary>Specifies the permitted access to X.509 certificate stores.</summary>
  38312.         </member>
  38313.         <member name="F:System.Security.Permissions.StorePermissionFlags.AddToStore">
  38314.             <summary>The ability to add a certificate to a store.</summary>
  38315.         </member>
  38316.         <member name="F:System.Security.Permissions.StorePermissionFlags.AllFlags">
  38317.             <summary>The ability to perform all certificate and store operations.</summary>
  38318.         </member>
  38319.         <member name="F:System.Security.Permissions.StorePermissionFlags.CreateStore">
  38320.             <summary>The ability to create a new store.</summary>
  38321.         </member>
  38322.         <member name="F:System.Security.Permissions.StorePermissionFlags.DeleteStore">
  38323.             <summary>The ability to delete a store.</summary>
  38324.         </member>
  38325.         <member name="F:System.Security.Permissions.StorePermissionFlags.EnumerateCertificates">
  38326.             <summary>The ability to enumerate the certificates in a store.</summary>
  38327.         </member>
  38328.         <member name="F:System.Security.Permissions.StorePermissionFlags.EnumerateStores">
  38329.             <summary>The ability to enumerate the stores on a computer.</summary>
  38330.         </member>
  38331.         <member name="F:System.Security.Permissions.StorePermissionFlags.NoFlags">
  38332.             <summary>Permission is not given to perform any certificate or store operations.</summary>
  38333.         </member>
  38334.         <member name="F:System.Security.Permissions.StorePermissionFlags.OpenStore">
  38335.             <summary>The ability to open a store.</summary>
  38336.         </member>
  38337.         <member name="F:System.Security.Permissions.StorePermissionFlags.RemoveFromStore">
  38338.             <summary>The ability to remove a certificate from a store.</summary>
  38339.         </member>
  38340.         <member name="N:System.Text.RegularExpressions">
  38341.             <summary>The <see cref="N:System.Text.RegularExpressions"></see> namespace contains classes that provide access to the.NET Framework regular expression engine. The namespace provides regular expression functionality that may be used from any platform or language that runs within the Microsoft.NET Framework.</summary>
  38342.         </member>
  38343.         <member name="T:System.Text.RegularExpressions.Capture">
  38344.             <summary>Represents the results from a single subexpression capture. Capture represents one substring for a single successful capture.</summary>
  38345.         </member>
  38346.         <member name="M:System.Text.RegularExpressions.Capture.ToString">
  38347.             <summary>Gets the captured substring from the input string.</summary>
  38348.             <returns>The actual substring that was captured by the match.</returns>
  38349.         </member>
  38350.         <member name="P:System.Text.RegularExpressions.Capture.Index">
  38351.             <summary>The position in the original string where the first character of the captured substring was found.</summary>
  38352.             <returns>The zero-based starting position in the original string where the captured substring was found.</returns>
  38353.         </member>
  38354.         <member name="P:System.Text.RegularExpressions.Capture.Length">
  38355.             <summary>The length of the captured substring.</summary>
  38356.             <returns>The length of the captured substring.</returns>
  38357.         </member>
  38358.         <member name="P:System.Text.RegularExpressions.Capture.Value">
  38359.             <summary>Gets the captured substring from the input string.</summary>
  38360.             <returns>The actual substring that was captured by the match.</returns>
  38361.         </member>
  38362.         <member name="T:System.Text.RegularExpressions.CaptureCollection">
  38363.             <summary>Represents a sequence of capture substrings. CaptureCollection returns the set of captures done by a single capturing group.</summary>
  38364.         </member>
  38365.         <member name="M:System.Text.RegularExpressions.CaptureCollection.CopyTo(System.Array,System.Int32)">
  38366.             <summary>Copies all the elements of the collection to the given array beginning at the given index.</summary>
  38367.             <param name="array">The array the collection is to be copied into. </param>
  38368.             <param name="arrayIndex">The position in the destination array where copying is to begin. </param>
  38369.         </member>
  38370.         <member name="M:System.Text.RegularExpressions.CaptureCollection.GetEnumerator">
  38371.             <summary>Provides an enumerator in the same order as Item[i].</summary>
  38372.             <returns>A <see cref="T:System.Collections.IEnumerator"></see> object that contains all Capture objects within the CaptureCollection.</returns>
  38373.         </member>
  38374.         <member name="P:System.Text.RegularExpressions.CaptureCollection.Count">
  38375.             <summary>Gets the number of substrings captured by the group.</summary>
  38376.             <returns>The number of items in the CaptureCollection.</returns>
  38377.         </member>
  38378.         <member name="P:System.Text.RegularExpressions.CaptureCollection.IsReadOnly">
  38379.             <summary>Gets a value that indicates whether the collection is read only.</summary>
  38380.             <returns>The value of this property is always true.</returns>
  38381.         </member>
  38382.         <member name="P:System.Text.RegularExpressions.CaptureCollection.IsSynchronized">
  38383.             <summary>Gets a value indicating whether access to the collection is synchronized (thread-safe).</summary>
  38384.             <returns>The value of this property is always false.</returns>
  38385.         </member>
  38386.         <member name="P:System.Text.RegularExpressions.CaptureCollection.Item(System.Int32)">
  38387.             <summary>Gets an individual member of the collection.</summary>
  38388.             <returns>The captured substring at position i in the collection.</returns>
  38389.             <param name="i">Index into the capture collection. </param>
  38390.             <exception cref="T:System.ArgumentOutOfRangeException">i is less than 0 or greater than <see cref="P:System.Text.RegularExpressions.CaptureCollection.Count"></see>. </exception>
  38391.         </member>
  38392.         <member name="P:System.Text.RegularExpressions.CaptureCollection.SyncRoot">
  38393.             <summary>Gets an object that can be used to synchronize access to the collection.</summary>
  38394.             <returns>An object that can be used to synchronize access to the collection.</returns>
  38395.         </member>
  38396.         <member name="T:System.Text.RegularExpressions.Group">
  38397.             <summary>Group represents the results from a single capturing group. A capturing group can capture zero, one, or more strings in a single match because of quantifiers, so Group supplies a collection of <see cref="T:System.Text.RegularExpressions.Capture"></see> objects.</summary>
  38398.         </member>
  38399.         <member name="M:System.Text.RegularExpressions.Group.Synchronized(System.Text.RegularExpressions.Group)">
  38400.             <summary>Returns a Group object equivalent to the one supplied that is safe to share between multiple threads.</summary>
  38401.             <returns>A regular expression Group object.</returns>
  38402.             <param name="inner">The input Group object. </param>
  38403.         </member>
  38404.         <member name="P:System.Text.RegularExpressions.Group.Captures">
  38405.             <summary>Gets a collection of all the captures matched by the capturing group, in innermost-leftmost-first order (or innermost-rightmost-first order if the regular expression is modified with the <see cref="F:System.Text.RegularExpressions.RegexOptions.RightToLeft"></see> option). The collection may have zero or more items.</summary>
  38406.             <returns>The collection of substrings matched by the group.</returns>
  38407.         </member>
  38408.         <member name="P:System.Text.RegularExpressions.Group.Success">
  38409.             <summary>Gets a value indicating whether the match is successful.</summary>
  38410.             <returns>true if the match is successful; otherwise, false.</returns>
  38411.         </member>
  38412.         <member name="T:System.Text.RegularExpressions.GroupCollection">
  38413.             <summary>Represents a collection of captured groups. GroupCollection returns the set of captured groups in a single match.</summary>
  38414.         </member>
  38415.         <member name="M:System.Text.RegularExpressions.GroupCollection.CopyTo(System.Array,System.Int32)">
  38416.             <summary>Copies all the elements of the collection to the given array beginning at the given index.</summary>
  38417.             <param name="array">The array the collection is to be copied into. </param>
  38418.             <param name="arrayIndex">The position in the destination array where the copying is to begin. </param>
  38419.         </member>
  38420.         <member name="M:System.Text.RegularExpressions.GroupCollection.GetEnumerator">
  38421.             <summary>Returns an enumerator that can iterate through the Collection.</summary>
  38422.             <returns>An IEnumerator object that contains all <see cref="T:System.Text.RegularExpressions.Group"></see> objects in the <see cref="T:System.Text.RegularExpressions.GroupCollection"></see>.</returns>
  38423.         </member>
  38424.         <member name="P:System.Text.RegularExpressions.GroupCollection.Count">
  38425.             <summary>Returns the number of groups in the collection.</summary>
  38426.             <returns>The number of groups in the collection.</returns>
  38427.         </member>
  38428.         <member name="P:System.Text.RegularExpressions.GroupCollection.IsReadOnly">
  38429.             <summary>Gets a value indicating whether the collection is read-only.</summary>
  38430.             <returns>true if GroupCollection is read-only; otherwise false.</returns>
  38431.         </member>
  38432.         <member name="P:System.Text.RegularExpressions.GroupCollection.IsSynchronized">
  38433.             <summary>Gets a value indicating whether access to the GroupCollection is synchronized (thread-safe).</summary>
  38434.             <returns>true if access is synchronized; otherwise false.</returns>
  38435.         </member>
  38436.         <member name="P:System.Text.RegularExpressions.GroupCollection.Item(System.Int32)">
  38437.             <summary>Enables access to a member of the collection by integer index.</summary>
  38438.             <returns>The member of the collection specified by groupnum.</returns>
  38439.             <param name="groupnum">Key of the collection member to be retrieved. </param>
  38440.         </member>
  38441.         <member name="P:System.Text.RegularExpressions.GroupCollection.Item(System.String)">
  38442.             <summary>Enables access to a member of the collection by string index.</summary>
  38443.             <returns>The member of the collection specified by groupname.</returns>
  38444.             <param name="groupname">Key of the collection member to be retrieved. </param>
  38445.         </member>
  38446.         <member name="P:System.Text.RegularExpressions.GroupCollection.SyncRoot">
  38447.             <summary>Gets an object that can be used to synchronize access to the GroupCollection.</summary>
  38448.             <returns>A copy of the <see cref="T:System.Text.RegularExpressions.Match"></see> object to synchronize.</returns>
  38449.         </member>
  38450.         <member name="T:System.Text.RegularExpressions.Match">
  38451.             <summary>Represents the results from a single regular expression match.</summary>
  38452.         </member>
  38453.         <member name="M:System.Text.RegularExpressions.Match.NextMatch">
  38454.             <summary>Returns a new Match with the results for the next match, starting at the position at which the last match ended (at the character beyond the last matched character).</summary>
  38455.             <returns>The next regular expression Match object.</returns>
  38456.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  38457.         </member>
  38458.         <member name="M:System.Text.RegularExpressions.Match.Result(System.String)">
  38459.             <summary>Returns the expansion of the passed replacement pattern. For example, if the replacement pattern is $1$2, Result returns the concatenation of Groups[1].Value and Groups[2].Value (Groups(1).Value and Groups(2).Value in Visual Basic).</summary>
  38460.             <returns>The expanded version of replacement.</returns>
  38461.             <param name="replacement">The replacement pattern to be used by the function. </param>
  38462.         </member>
  38463.         <member name="M:System.Text.RegularExpressions.Match.Synchronized(System.Text.RegularExpressions.Match)">
  38464.             <summary>Returns a Match instance equivalent to the one supplied that is suitable to share between multiple threads.</summary>
  38465.             <returns>A Match instance equivalent to the one supplied that is suitable to share between multiple threads.</returns>
  38466.             <param name="inner">A Match instance equivalent to the one expected. </param>
  38467.         </member>
  38468.         <member name="P:System.Text.RegularExpressions.Match.Empty">
  38469.             <summary>Gets the empty group. All failed matches return this empty match.</summary>
  38470.             <returns>An empty <see cref="T:System.Text.RegularExpressions.Match"></see>.</returns>
  38471.         </member>
  38472.         <member name="P:System.Text.RegularExpressions.Match.Groups">
  38473.             <summary>Gets a collection of groups matched by the regular expression.</summary>
  38474.             <returns>The character groups matched by the pattern.</returns>
  38475.         </member>
  38476.         <member name="T:System.Text.RegularExpressions.MatchCollection">
  38477.             <summary>Represents the set of successful matches found by iteratively applying a regular expression pattern to the input string.</summary>
  38478.         </member>
  38479.         <member name="M:System.Text.RegularExpressions.MatchCollection.CopyTo(System.Array,System.Int32)">
  38480.             <summary>Copies all the elements of the collection to the given array starting at the given index.</summary>
  38481.             <param name="array">The array the collection is to be copied into. </param>
  38482.             <param name="arrayIndex">The position in the array where copying is to begin. </param>
  38483.         </member>
  38484.         <member name="M:System.Text.RegularExpressions.MatchCollection.GetEnumerator">
  38485.             <summary>Provides an enumerator in the same order as Item[i].</summary>
  38486.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> object that contains all Match objects within the MatchCollection.</returns>
  38487.         </member>
  38488.         <member name="P:System.Text.RegularExpressions.MatchCollection.Count">
  38489.             <summary>Gets the number of captures.</summary>
  38490.             <returns>The number of captures.</returns>
  38491.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  38492.         </member>
  38493.         <member name="P:System.Text.RegularExpressions.MatchCollection.IsReadOnly">
  38494.             <summary>Gets a value that indicates whether the collection is read only.</summary>
  38495.             <returns>This value of this property is always true.</returns>
  38496.         </member>
  38497.         <member name="P:System.Text.RegularExpressions.MatchCollection.IsSynchronized">
  38498.             <summary>Gets a value indicating whether access to the collection is synchronized (thread-safe).</summary>
  38499.             <returns>The value of this property is always false.</returns>
  38500.         </member>
  38501.         <member name="P:System.Text.RegularExpressions.MatchCollection.Item(System.Int32)">
  38502.             <summary>Gets an individual member of the collection.</summary>
  38503.             <returns>The captured substring at position i in the collection.</returns>
  38504.             <param name="i">Index into the Match collection. </param>
  38505.             <exception cref="T:System.ArgumentOutOfRangeException">i is less than 0 or greater than <see cref="P:System.Text.RegularExpressions.MatchCollection.Count"></see>. </exception>
  38506.         </member>
  38507.         <member name="P:System.Text.RegularExpressions.MatchCollection.SyncRoot">
  38508.             <summary>Gets an object that can be used to synchronize access to the collection.</summary>
  38509.             <returns>An object that can be used to synchronize access to the collection. This property always returns the object itself.</returns>
  38510.         </member>
  38511.         <member name="T:System.Text.RegularExpressions.MatchEvaluator">
  38512.             <summary>Represents the method that is called each time a regular expression match is found during a <see cref="Overload:System.Text.RegularExpressions.Regex.Replace"></see> method operation.</summary>
  38513.             <returns>A string returned by the method that is represented by the <see cref="T:System.Text.RegularExpressions.MatchEvaluator"></see> delegate.</returns>
  38514.         </member>
  38515.         <member name="T:System.Text.RegularExpressions.Regex">
  38516.             <summary>Represents an immutable regular expression.</summary>
  38517.         </member>
  38518.         <member name="M:System.Text.RegularExpressions.Regex.#ctor">
  38519.             <summary>Initializes a new instance of the <see cref="T:System.Text.RegularExpressions.Regex"></see> class.</summary>
  38520.         </member>
  38521.         <member name="M:System.Text.RegularExpressions.Regex.#ctor(System.String)">
  38522.             <summary>Initializes and compiles a new instance of the <see cref="T:System.Text.RegularExpressions.Regex"></see> class for the specified regular expression.</summary>
  38523.             <param name="pattern">The regular expression pattern to match. </param>
  38524.             <exception cref="T:System.ArgumentException">Regular expression parsing error.</exception>
  38525.         </member>
  38526.         <member name="M:System.Text.RegularExpressions.Regex.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  38527.             <summary>Initializes a new instance of the <see cref="T:System.Text.RegularExpressions.Regex"></see> class using serialized data.</summary>
  38528.             <param name="context">The destination for this serialization. (This parameter is not used; specify null.)</param>
  38529.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that contains a serialized pattern and <see cref="T:System.Text.RegularExpressions.RegexOptions"></see>  information.</param>
  38530.             <exception cref="T:System.ArgumentNullException">The pattern that info contains is null.</exception>
  38531.             <exception cref="T:System.ArgumentException">Regular expression parsing error. </exception>
  38532.             <exception cref="T:System.ArgumentOutOfRangeException">info contains an invalid <see cref="T:System.Text.RegularExpressions.RegexOptions"></see>  flag.</exception>
  38533.         </member>
  38534.         <member name="M:System.Text.RegularExpressions.Regex.#ctor(System.String,System.Text.RegularExpressions.RegexOptions)">
  38535.             <summary>Initializes and compiles a new instance of the <see cref="T:System.Text.RegularExpressions.Regex"></see> class for the specified regular expression, with options that modify the pattern.</summary>
  38536.             <param name="pattern">The regular expression pattern to match. </param>
  38537.             <param name="options">A bitwise OR combination of <see cref="T:System.Text.RegularExpressions.RegexOptions"></see> enumeration values. </param>
  38538.             <exception cref="T:System.ArgumentOutOfRangeException">options contains an invalid flag.</exception>
  38539.             <exception cref="T:System.ArgumentNullException">pattern is null.</exception>
  38540.             <exception cref="T:System.ArgumentException">Regular expression parsing error. </exception>
  38541.         </member>
  38542.         <member name="F:System.Text.RegularExpressions.Regex.capnames">
  38543.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38544.         </member>
  38545.         <member name="F:System.Text.RegularExpressions.Regex.caps">
  38546.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38547.         </member>
  38548.         <member name="F:System.Text.RegularExpressions.Regex.capsize">
  38549.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38550.         </member>
  38551.         <member name="F:System.Text.RegularExpressions.Regex.capslist">
  38552.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38553.         </member>
  38554.         <member name="F:System.Text.RegularExpressions.Regex.factory">
  38555.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38556.         </member>
  38557.         <member name="F:System.Text.RegularExpressions.Regex.pattern">
  38558.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38559.         </member>
  38560.         <member name="F:System.Text.RegularExpressions.Regex.roptions">
  38561.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38562.         </member>
  38563.         <member name="M:System.Text.RegularExpressions.Regex.CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[],System.Reflection.AssemblyName)">
  38564.             <summary>Compiles one or more specified Regex objects to a named file.</summary>
  38565.             <param name="regexinfos">An array of <see cref="T:System.Text.RegularExpressions.RegexCompilationInfo"></see> objects describing the regular expressions to compile. </param>
  38566.             <param name="assemblyname">The file name of the assembly. </param>
  38567.             <exception cref="T:System.ArgumentNullException">assemblyname or regexinfos is null. </exception>
  38568.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38569.         </member>
  38570.         <member name="M:System.Text.RegularExpressions.Regex.CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[],System.Reflection.AssemblyName,System.Reflection.Emit.CustomAttributeBuilder[])">
  38571.             <summary>Compiles one or more specified Regex objects to a named file with specified attributes.</summary>
  38572.             <param name="regexinfos">An array of <see cref="T:System.Text.RegularExpressions.RegexCompilationInfo"></see> objects describing the regular expressions to compile. </param>
  38573.             <param name="assemblyname">The file name of the assembly. </param>
  38574.             <param name="attributes">An array of <see cref="T:System.Reflection.Emit.CustomAttributeBuilder"></see> objects describing the attributes of the assembly. </param>
  38575.             <exception cref="T:System.ArgumentNullException">assemblyname or regexinfos is null. </exception>
  38576.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38577.         </member>
  38578.         <member name="M:System.Text.RegularExpressions.Regex.CompileToAssembly(System.Text.RegularExpressions.RegexCompilationInfo[],System.Reflection.AssemblyName,System.Reflection.Emit.CustomAttributeBuilder[],System.String)">
  38579.             <summary>Compiles one or more specified Regex objects and a specified resource file to a named assembly with specified attributes.</summary>
  38580.             <param name="regexinfos">An array of <see cref="T:System.Text.RegularExpressions.RegexCompilationInfo"></see> objects describing the regular expressions to compile. </param>
  38581.             <param name="assemblyname">The file name of the assembly. </param>
  38582.             <param name="resourceFile">The name of the Win32 resource file to include in the assembly. </param>
  38583.             <param name="attributes">An array of <see cref="T:System.Reflection.Emit.CustomAttributeBuilder"></see> objects describing the attributes of the assembly. </param>
  38584.             <exception cref="T:System.ArgumentNullException">assemblyname or regexinfos is null. </exception>
  38585.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38586.         </member>
  38587.         <member name="M:System.Text.RegularExpressions.Regex.Escape(System.String)">
  38588.             <summary>Escapes a minimal set of metacharacters (\, *, +, ?, |, {, [, (,), ^, $,., #, and white space) by replacing them with their escape codes.</summary>
  38589.             <returns>A string of characters with any metacharacters converted to their escaped form.</returns>
  38590.             <param name="str">The input string containing the text to convert. </param>
  38591.         </member>
  38592.         <member name="M:System.Text.RegularExpressions.Regex.GetGroupNames">
  38593.             <summary>Returns an array of capturing group names for the regular expression.</summary>
  38594.             <returns>A string array of group names.</returns>
  38595.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  38596.         </member>
  38597.         <member name="M:System.Text.RegularExpressions.Regex.GetGroupNumbers">
  38598.             <summary>Returns an array of capturing group numbers that correspond to group names in an array.</summary>
  38599.             <returns>An integer array of group numbers.</returns>
  38600.         </member>
  38601.         <member name="M:System.Text.RegularExpressions.Regex.GroupNameFromNumber(System.Int32)">
  38602.             <summary>Gets the group name that corresponds to the specified group number.</summary>
  38603.             <returns>The string containing the group name associated with the specified group number.</returns>
  38604.             <param name="i">The group number to convert to the corresponding group name. </param>
  38605.         </member>
  38606.         <member name="M:System.Text.RegularExpressions.Regex.GroupNumberFromName(System.String)">
  38607.             <summary>Returns the group number that corresponds to the specified group name.</summary>
  38608.             <returns>The group number that corresponds to the specified group name.</returns>
  38609.             <param name="name">The group name to convert to the corresponding group number. </param>
  38610.         </member>
  38611.         <member name="M:System.Text.RegularExpressions.Regex.InitializeReferences">
  38612.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38613.             <exception cref="T:System.NotSupportedException">References have already been initialized. </exception>
  38614.         </member>
  38615.         <member name="M:System.Text.RegularExpressions.Regex.IsMatch(System.String)">
  38616.             <summary>Indicates whether the regular expression specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor finds a match in the input string.</summary>
  38617.             <returns>true if the regular expression finds a match; otherwise, false.</returns>
  38618.             <param name="input">The string to search for a match. </param>
  38619.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38620.         </member>
  38621.         <member name="M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.Int32)">
  38622.             <summary>Indicates whether the regular expression specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor finds a match in the input string beginning at the specified starting position in the string.</summary>
  38623.             <returns>true if the regular expression finds a match; otherwise, false.</returns>
  38624.             <param name="startat">The character position at which to start the search. </param>
  38625.             <param name="input">The string to search for a match. </param>
  38626.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38627.         </member>
  38628.         <member name="M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String)">
  38629.             <summary>Indicates whether the regular expression finds a match in the input string using the regular expression specified in the pattern parameter.</summary>
  38630.             <returns>true if the regular expression finds a match; otherwise, false.</returns>
  38631.             <param name="pattern">The regular expression pattern to match. </param>
  38632.             <param name="input">The string to search for a match. </param>
  38633.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38634.         </member>
  38635.         <member name="M:System.Text.RegularExpressions.Regex.IsMatch(System.String,System.String,System.Text.RegularExpressions.RegexOptions)">
  38636.             <summary>Indicates whether the regular expression finds a match in the input string, using the regular expression specified in the pattern parameter and the matching options supplied in the options parameter.</summary>
  38637.             <returns>true if the regular expression finds a match; otherwise, false.</returns>
  38638.             <param name="pattern">The regular expression pattern to match. </param>
  38639.             <param name="options">A bitwise OR combination of RegexOption enumeration values. </param>
  38640.             <param name="input">The string to search for a match. </param>
  38641.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38642.         </member>
  38643.         <member name="M:System.Text.RegularExpressions.Regex.Match(System.String)">
  38644.             <summary>Searches the specified input string for an occurrence of the regular expression specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor.</summary>
  38645.             <returns>A regular expression <see cref="T:System.Text.RegularExpressions.Match"></see> object.</returns>
  38646.             <param name="input">The string to search for a match. </param>
  38647.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38648.         </member>
  38649.         <member name="M:System.Text.RegularExpressions.Regex.Match(System.String,System.Int32)">
  38650.             <summary>Searches the input string for an occurrence of a regular expression with a specified input string starting position.</summary>
  38651.             <returns>A Regular Expression <see cref="T:System.Text.RegularExpressions.Match"></see> object.</returns>
  38652.             <param name="startat">The character position at which to start the search. </param>
  38653.             <param name="input">The string to search for a match. </param>
  38654.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38655.         </member>
  38656.         <member name="M:System.Text.RegularExpressions.Regex.Match(System.String,System.String)">
  38657.             <summary>Searches the specified input string for an occurrence of the regular expression supplied in the pattern parameter.</summary>
  38658.             <returns>A regular expression <see cref="T:System.Text.RegularExpressions.Match"></see> object.</returns>
  38659.             <param name="pattern">The regular expression pattern to match. </param>
  38660.             <param name="input">The string to search for a match. </param>
  38661.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38662.         </member>
  38663.         <member name="M:System.Text.RegularExpressions.Regex.Match(System.String,System.Int32,System.Int32)">
  38664.             <summary>Searches the input string for an occurrence of a regular expression with a specified input string starting position and input string length.</summary>
  38665.             <returns>A regular expression <see cref="T:System.Text.RegularExpressions.Match"></see> object.</returns>
  38666.             <param name="beginning">The character position in the input string at which to begin the search. </param>
  38667.             <param name="input">The string to be tested for a match. </param>
  38668.             <param name="length">The number of characters in the substring to include in the search. </param>
  38669.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38670.         </member>
  38671.         <member name="M:System.Text.RegularExpressions.Regex.Match(System.String,System.String,System.Text.RegularExpressions.RegexOptions)">
  38672.             <summary>Searches the input string for an occurrence of the regular expression supplied in a pattern parameter with matching options supplied in an options parameter.</summary>
  38673.             <returns>A regular expression <see cref="T:System.Text.RegularExpressions.Match"></see> object.</returns>
  38674.             <param name="pattern">The regular expression pattern to match. </param>
  38675.             <param name="options">A bitwise OR combination of RegexOption enumeration values. </param>
  38676.             <param name="input">The string to be tested for a match. </param>
  38677.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38678.         </member>
  38679.         <member name="M:System.Text.RegularExpressions.Regex.Matches(System.String)">
  38680.             <summary>Searches the specified input string for all occurrences of a regular expression.</summary>
  38681.             <returns>A <see cref="T:System.Text.RegularExpressions.MatchCollection"></see> of the <see cref="T:System.Text.RegularExpressions.Match"></see> objects found by the search.</returns>
  38682.             <param name="input">The string to search for a match. </param>
  38683.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38684.         </member>
  38685.         <member name="M:System.Text.RegularExpressions.Regex.Matches(System.String,System.Int32)">
  38686.             <summary>Searches the specified input string for all occurrences of a regular expression, beginning at the specified starting position in the string.</summary>
  38687.             <returns>A <see cref="T:System.Text.RegularExpressions.MatchCollection"></see> of the <see cref="T:System.Text.RegularExpressions.Match"></see> objects found by the search.</returns>
  38688.             <param name="startat">The character position in the input string at which to start the search. </param>
  38689.             <param name="input">The string to search for a match. </param>
  38690.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38691.         </member>
  38692.         <member name="M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String)">
  38693.             <summary>Searches the specified input string for all occurrences of the regular expression specified in the pattern parameter.</summary>
  38694.             <returns>The <see cref="T:System.Text.RegularExpressions.MatchCollection"></see> of <see cref="T:System.Text.RegularExpressions.Match"></see> objects found by the search.</returns>
  38695.             <param name="pattern">The regular expression pattern to match. </param>
  38696.             <param name="input">The string to search for a match. </param>
  38697.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38698.         </member>
  38699.         <member name="M:System.Text.RegularExpressions.Regex.Matches(System.String,System.String,System.Text.RegularExpressions.RegexOptions)">
  38700.             <summary>Searches the specified input string for all occurrences of the regular expression supplied in a pattern parameter with matching options supplied in an options parameter.</summary>
  38701.             <returns>The <see cref="T:System.Text.RegularExpressions.MatchCollection"></see> of <see cref="T:System.Text.RegularExpressions.Match"></see> objects found by the search.</returns>
  38702.             <param name="pattern">The regular expression pattern to match. </param>
  38703.             <param name="options">A bitwise OR combination of RegexOption enumeration values. </param>
  38704.             <param name="input">The string to search for a match. </param>
  38705.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38706.         </member>
  38707.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.Text.RegularExpressions.MatchEvaluator)">
  38708.             <summary>Replaces all occurrences of a character pattern defined by the regular expression specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor. A <see cref="T:System.Text.RegularExpressions.MatchEvaluator"></see> delegate is called at each match to evaluate the replacement.</summary>
  38709.             <returns>The modified character string.</returns>
  38710.             <param name="evaluator">The MatchEvaluator which evaluates replacement at each step. </param>
  38711.             <param name="input">The string to modify. </param>
  38712.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38713.         </member>
  38714.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String)">
  38715.             <summary>Replaces all occurrences of a specified regular expression pattern with a replacement string, starting at the first character in the input string.</summary>
  38716.             <returns>The modified character string.</returns>
  38717.             <param name="input">The string to modify. </param>
  38718.             <param name="replacement">The replacement string. </param>
  38719.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38720.         </member>
  38721.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.Text.RegularExpressions.MatchEvaluator,System.Int32)">
  38722.             <summary>Replaces up to a specified number of occurrences of a pattern defined by the regular expression specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor with a replacement string, starting at the first character in the input string. A <see cref="T:System.Text.RegularExpressions.MatchEvaluator"></see> delegate is called at each match to evaluate the replacement.</summary>
  38723.             <returns>The modified character string.</returns>
  38724.             <param name="evaluator">The MatchEvaluator which evaluates replacement at each step. </param>
  38725.             <param name="count">The maximum number of times the replacement will occur. </param>
  38726.             <param name="input">The string to be modified. </param>
  38727.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38728.         </member>
  38729.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Int32)">
  38730.             <summary>Replaces up to a specified number of occurrences of a pattern defined by the regular expression specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor with a specified replacement string, starting at the first character in the input string.</summary>
  38731.             <returns>The modified character string.</returns>
  38732.             <param name="count">The maximum number of times the replacement can occur. </param>
  38733.             <param name="input">String to modify. </param>
  38734.             <param name="replacement">The replacement string. </param>
  38735.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38736.         </member>
  38737.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator)">
  38738.             <summary>Replaces all occurrences of a character pattern defined by a regular expression with a replacement character string starting at the first character. A <see cref="T:System.Text.RegularExpressions.MatchEvaluator"></see> delegate is called at each match to evaluate the replacement.</summary>
  38739.             <returns>The modified character string.</returns>
  38740.             <param name="evaluator">The MatchEvaluator which evaluates replacement at each step. </param>
  38741.             <param name="pattern">The regular expression pattern to match. </param>
  38742.             <param name="input">The string to modify. </param>
  38743.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38744.         </member>
  38745.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String)">
  38746.             <summary>Replaces all occurrences of matches defined by the regular expression with a replacement string, starting at the first character in the input string.</summary>
  38747.             <returns>The modified character string.</returns>
  38748.             <param name="pattern">The regular expression pattern to match. </param>
  38749.             <param name="input">The string to modify. </param>
  38750.             <param name="replacement">The replacement string. </param>
  38751.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38752.         </member>
  38753.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.Text.RegularExpressions.MatchEvaluator,System.Int32,System.Int32)">
  38754.             <summary>Replaces up to a specified number of occurrences of a pattern specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor with a replacement string, starting at a specified character position in the input string. A <see cref="T:System.Text.RegularExpressions.MatchEvaluator"></see> delegate is called at each match to evaluate the replacement.</summary>
  38755.             <returns>The modified character string.</returns>
  38756.             <param name="evaluator">The MatchEvaluator which evaluates replacement at each step. </param>
  38757.             <param name="startat">The character position in the input string where the search will begin. </param>
  38758.             <param name="count">The maximum number of times the replacement will occur. </param>
  38759.             <param name="input">The string to be modified. </param>
  38760.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38761.         </member>
  38762.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Int32,System.Int32)">
  38763.             <summary>Replaces up to a specified number of occurrences of a pattern in the input string defined by the regular expression specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor with a specified replacement string, starting at a specified character position in the input string.</summary>
  38764.             <returns>The modified character string.</returns>
  38765.             <param name="count">Maximum number of times the replacement can occur. </param>
  38766.             <param name="startat">The character position in the input string where the search will begin. </param>
  38767.             <param name="input">The string to modify. </param>
  38768.             <param name="replacement">The replacement string. </param>
  38769.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38770.         </member>
  38771.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.Text.RegularExpressions.MatchEvaluator,System.Text.RegularExpressions.RegexOptions)">
  38772.             <summary>Replaces all occurrences of a character pattern defined by a specified regular expression with a replacement character string starting at the first character. Options can be specified to modify matching behavior and a <see cref="T:System.Text.RegularExpressions.MatchEvaluator"></see> delegate is called at each match to evaluate the replacement.</summary>
  38773.             <returns>The modified character string.</returns>
  38774.             <param name="evaluator">The MatchEvaluator which evaluates replacement at each step. </param>
  38775.             <param name="pattern">The regular expression pattern to match. </param>
  38776.             <param name="options">A bitwise OR combination of RegexOption enumeration values. </param>
  38777.             <param name="input">The string to modify. </param>
  38778.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38779.         </member>
  38780.         <member name="M:System.Text.RegularExpressions.Regex.Replace(System.String,System.String,System.String,System.Text.RegularExpressions.RegexOptions)">
  38781.             <summary>Replaces all occurrences of a pattern defined by a specified regular expression with a specified replacement character string, starting at the first character in the input string. Options can be specified to modify matching behavior.</summary>
  38782.             <returns>The modified string.</returns>
  38783.             <param name="pattern">The regular expression pattern to match. </param>
  38784.             <param name="options">A bitwise OR combination of RegexOption enumeration values. </param>
  38785.             <param name="input">The string to modify. </param>
  38786.             <param name="replacement">The replacement string. </param>
  38787.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38788.         </member>
  38789.         <member name="M:System.Text.RegularExpressions.Regex.Split(System.String)">
  38790.             <summary>Splits the specified input string at the positions defined by a regular expression pattern specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor..</summary>
  38791.             <returns>An array of strings.</returns>
  38792.             <param name="input">The string to split. </param>
  38793.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38794.         </member>
  38795.         <member name="M:System.Text.RegularExpressions.Regex.Split(System.String,System.Int32)">
  38796.             <summary>Splits the specified input string a specified maximum number of times at the positions defined by a regular expression specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor.</summary>
  38797.             <returns>An array of strings.</returns>
  38798.             <param name="count">The maximum number of array elements to return. </param>
  38799.             <param name="input">The string to be split. </param>
  38800.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38801.         </member>
  38802.         <member name="M:System.Text.RegularExpressions.Regex.Split(System.String,System.String)">
  38803.             <summary>Splits the input string at the positions defined by a regular expression pattern.</summary>
  38804.             <returns>An array of strings.</returns>
  38805.             <param name="pattern">The regular expression to match. </param>
  38806.             <param name="input">The string to split. </param>
  38807.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38808.         </member>
  38809.         <member name="M:System.Text.RegularExpressions.Regex.Split(System.String,System.Int32,System.Int32)">
  38810.             <summary>Splits the specified input string a specified maximum number of times at the positions defined by a regular expression specified in the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor, starting at a specified character position in the input string </summary>
  38811.             <returns>An array of strings.</returns>
  38812.             <param name="count">The maximum number of array elements to return. </param>
  38813.             <param name="startat">The character position in the input string where the search will begin. </param>
  38814.             <param name="input">The string to be split. </param>
  38815.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38816.         </member>
  38817.         <member name="M:System.Text.RegularExpressions.Regex.Split(System.String,System.String,System.Text.RegularExpressions.RegexOptions)">
  38818.             <summary>Splits the input string at the positions defined by a specified regular expression pattern. Options can be specified to modify matching behavior.</summary>
  38819.             <returns>An array of strings.</returns>
  38820.             <param name="pattern">The regular expression defining to match. </param>
  38821.             <param name="options">A bitwise OR combination of RegexOption enumeration values. </param>
  38822.             <param name="input">The string to split. </param>
  38823.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" /></PermissionSet>
  38824.         </member>
  38825.         <member name="M:System.Text.RegularExpressions.Regex.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  38826.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object with the data necessary to deserialize the current <see cref="T:System.Text.RegularExpressions.Regex"></see> object.</summary>
  38827.             <param name="context">The place to store and retrieve serialized data. Reserved for future use.</param>
  38828.             <param name="si">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object to populate with serialization information.</param>
  38829.         </member>
  38830.         <member name="M:System.Text.RegularExpressions.Regex.ToString">
  38831.             <summary>Returns the regular expression pattern that was passed into the Regex constructor.</summary>
  38832.             <returns>The pattern parameter that was passed into the Regex constructor.</returns>
  38833.         </member>
  38834.         <member name="M:System.Text.RegularExpressions.Regex.Unescape(System.String)">
  38835.             <summary>Unescapes any escaped characters in the input string.</summary>
  38836.             <returns>A string of characters with any escaped characters converted to their unescaped form.</returns>
  38837.             <param name="str">The input string containing the text to convert. </param>
  38838.         </member>
  38839.         <member name="M:System.Text.RegularExpressions.Regex.UseOptionC">
  38840.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method.</summary>
  38841.             <returns>true if the <see cref="P:System.Text.RegularExpressions.Regex.Options"></see> property contains the <see cref="F:System.Text.RegularExpressions.RegexOptions.Compiled"></see> option; otherwise, false.</returns>
  38842.         </member>
  38843.         <member name="M:System.Text.RegularExpressions.Regex.UseOptionR">
  38844.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method.</summary>
  38845.             <returns>true if the <see cref="P:System.Text.RegularExpressions.Regex.Options"></see> property contains the <see cref="F:System.Text.RegularExpressions.RegexOptions.RightToLeft"></see> option; otherwise, false.</returns>
  38846.         </member>
  38847.         <member name="P:System.Text.RegularExpressions.Regex.CacheSize">
  38848.             <summary>Gets or sets the maximum number of entries in the current <see cref="T:System.Text.RegularExpressions.Regex"></see> object's cache of compiled regular expressions.</summary>
  38849.             <returns>The maximum number of entries in cache of the current <see cref="T:System.Text.RegularExpressions.Regex"></see> object.</returns>
  38850.             <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than zero.</exception>
  38851.         </member>
  38852.         <member name="P:System.Text.RegularExpressions.Regex.Options">
  38853.             <summary>Returns the options passed into the <see cref="T:System.Text.RegularExpressions.Regex"></see> constructor.</summary>
  38854.             <returns>The options parameter that was passed into the Regex constructor.</returns>
  38855.         </member>
  38856.         <member name="P:System.Text.RegularExpressions.Regex.RightToLeft">
  38857.             <summary>Gets a value indicating whether the regular expression searches from right to left.</summary>
  38858.             <returns>true if the regular expression searches from right to left; otherwise false.</returns>
  38859.         </member>
  38860.         <member name="T:System.Text.RegularExpressions.RegexCompilationInfo">
  38861.             <summary>Provides information that the compiler uses to compile a regular expression to a stand-alone assembly.</summary>
  38862.         </member>
  38863.         <member name="M:System.Text.RegularExpressions.RegexCompilationInfo.#ctor(System.String,System.Text.RegularExpressions.RegexOptions,System.String,System.String,System.Boolean)">
  38864.             <summary>Creates a <see cref="T:System.Text.RegularExpressions.RegexCompilationInfo"></see> object containing the information the compiler needs to create the assembly.</summary>
  38865.             <param name="ispublic">true to make the compiled regular expression publicly visible; otherwise, false. </param>
  38866.             <param name="pattern">The regular expression to compile. </param>
  38867.             <param name="name">The name of the type to use for the compiled regular expression. </param>
  38868.             <param name="options">The compiler options to use when compiling the regular expression. </param>
  38869.             <param name="fullnamespace">The namespace to add to the new type to. </param>
  38870.         </member>
  38871.         <member name="P:System.Text.RegularExpressions.RegexCompilationInfo.IsPublic">
  38872.             <summary>Gets or sets a value indicating whether the compiled regular expression has public visibility.</summary>
  38873.             <returns>true if the regular expression has public visibility; otherwise, false.</returns>
  38874.         </member>
  38875.         <member name="P:System.Text.RegularExpressions.RegexCompilationInfo.Name">
  38876.             <summary>Gets or sets the name of the type to use for the compiled regular expression.</summary>
  38877.             <returns>The name of the new type.</returns>
  38878.         </member>
  38879.         <member name="P:System.Text.RegularExpressions.RegexCompilationInfo.Namespace">
  38880.             <summary>Gets or sets the namespace to add the new type to.</summary>
  38881.             <returns>The namespace of the new type.</returns>
  38882.         </member>
  38883.         <member name="P:System.Text.RegularExpressions.RegexCompilationInfo.Options">
  38884.             <summary>Gets or sets the compiler options to use when compiling the regular expression.</summary>
  38885.             <returns>A bitwise combination of <see cref="T:System.Text.RegularExpressions.RegexOptions"></see> values.</returns>
  38886.         </member>
  38887.         <member name="P:System.Text.RegularExpressions.RegexCompilationInfo.Pattern">
  38888.             <summary>Gets or sets the regular expression to compile.</summary>
  38889.             <returns>The regular expression to compile.</returns>
  38890.         </member>
  38891.         <member name="T:System.Text.RegularExpressions.RegexOptions">
  38892.             <summary>Provides enumerated values to use to set regular expression options.</summary>
  38893.         </member>
  38894.         <member name="F:System.Text.RegularExpressions.RegexOptions.Compiled">
  38895.             <summary>Specifies that the regular expression is compiled to an assembly. This yields faster execution but increases startup time.</summary>
  38896.         </member>
  38897.         <member name="F:System.Text.RegularExpressions.RegexOptions.CultureInvariant">
  38898.             <summary>Specifies that cultural differences in language is ignored. See [<topic://cpconPerformingCulture-InsensitiveOperationsInRegularExpressionsNamespace>] for more information.</summary>
  38899.         </member>
  38900.         <member name="F:System.Text.RegularExpressions.RegexOptions.ECMAScript">
  38901.             <summary>Enables ECMAScript-compliant behavior for the expression. This value can be used only in conjunction with the <see cref="F:System.Text.RegularExpressions.RegexOptions.IgnoreCase"></see>, <see cref="F:System.Text.RegularExpressions.RegexOptions.Multiline"></see>, and <see cref="F:System.Text.RegularExpressions.RegexOptions.Compiled"></see> values. The use of this value with any other values results in an exception.</summary>
  38902.         </member>
  38903.         <member name="F:System.Text.RegularExpressions.RegexOptions.ExplicitCapture">
  38904.             <summary>Specifies that the only valid captures are explicitly named or numbered groups of the form (?<name>ΓǪ). This allows unnamed parentheses to act as noncapturing groups without the syntactic clumsiness of the expression (?:ΓǪ).</summary>
  38905.         </member>
  38906.         <member name="F:System.Text.RegularExpressions.RegexOptions.IgnoreCase">
  38907.             <summary>Specifies case-insensitive matching.</summary>
  38908.         </member>
  38909.         <member name="F:System.Text.RegularExpressions.RegexOptions.IgnorePatternWhitespace">
  38910.             <summary>Eliminates unescaped white space from the pattern and enables comments marked with #. However, the <see cref="F:System.Text.RegularExpressions.RegexOptions.IgnorePatternWhitespace"></see> value does not affect or eliminate white space in character classes. </summary>
  38911.         </member>
  38912.         <member name="F:System.Text.RegularExpressions.RegexOptions.Multiline">
  38913.             <summary>Multiline mode. Changes the meaning of ^ and $ so they match at the beginning and end, respectively, of any line, and not just the beginning and end of the entire string.</summary>
  38914.         </member>
  38915.         <member name="F:System.Text.RegularExpressions.RegexOptions.None">
  38916.             <summary>Specifies that no options are set.</summary>
  38917.         </member>
  38918.         <member name="F:System.Text.RegularExpressions.RegexOptions.RightToLeft">
  38919.             <summary>Specifies that the search will be from right to left instead of from left to right.</summary>
  38920.         </member>
  38921.         <member name="F:System.Text.RegularExpressions.RegexOptions.Singleline">
  38922.             <summary>Specifies single-line mode. Changes the meaning of the dot (.) so it matches every character (instead of every character except \n).</summary>
  38923.         </member>
  38924.         <member name="T:System.Text.RegularExpressions.RegexRunner">
  38925.             <summary>The <see cref="T:System.Text.RegularExpressions.RegexRunner"></see> class is the base class for compiled regular expressions.</summary>
  38926.         </member>
  38927.         <member name="M:System.Text.RegularExpressions.RegexRunner.#ctor">
  38928.             <summary>Initializes a new instance of the <see cref="T:System.Text.RegularExpressions.RegexRunner"></see> class. </summary>
  38929.         </member>
  38930.         <member name="F:System.Text.RegularExpressions.RegexRunner.runcrawl">
  38931.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38932.         </member>
  38933.         <member name="F:System.Text.RegularExpressions.RegexRunner.runcrawlpos">
  38934.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38935.         </member>
  38936.         <member name="F:System.Text.RegularExpressions.RegexRunner.runmatch">
  38937.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38938.         </member>
  38939.         <member name="F:System.Text.RegularExpressions.RegexRunner.runregex">
  38940.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38941.         </member>
  38942.         <member name="F:System.Text.RegularExpressions.RegexRunner.runstack">
  38943.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38944.         </member>
  38945.         <member name="F:System.Text.RegularExpressions.RegexRunner.runstackpos">
  38946.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38947.         </member>
  38948.         <member name="F:System.Text.RegularExpressions.RegexRunner.runtext">
  38949.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38950.         </member>
  38951.         <member name="F:System.Text.RegularExpressions.RegexRunner.runtextbeg">
  38952.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38953.         </member>
  38954.         <member name="F:System.Text.RegularExpressions.RegexRunner.runtextend">
  38955.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38956.         </member>
  38957.         <member name="F:System.Text.RegularExpressions.RegexRunner.runtextpos">
  38958.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38959.         </member>
  38960.         <member name="F:System.Text.RegularExpressions.RegexRunner.runtextstart">
  38961.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38962.         </member>
  38963.         <member name="F:System.Text.RegularExpressions.RegexRunner.runtrack">
  38964.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38965.         </member>
  38966.         <member name="F:System.Text.RegularExpressions.RegexRunner.runtrackcount">
  38967.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38968.         </member>
  38969.         <member name="F:System.Text.RegularExpressions.RegexRunner.runtrackpos">
  38970.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38971.         </member>
  38972.         <member name="M:System.Text.RegularExpressions.RegexRunner.Capture(System.Int32,System.Int32,System.Int32)">
  38973.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38974.         </member>
  38975.         <member name="M:System.Text.RegularExpressions.RegexRunner.CharInClass(System.Char,System.String)">
  38976.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. Determines whether a character is in a character class.</summary>
  38977.             <returns>true if the ch parameter is in the character class specified by the charClass parameter.</returns>
  38978.             <param name="ch">A character to test.</param>
  38979.             <param name="charClass">The internal name of a character class.</param>
  38980.         </member>
  38981.         <member name="M:System.Text.RegularExpressions.RegexRunner.CharInSet(System.Char,System.String,System.String)">
  38982.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38983.         </member>
  38984.         <member name="M:System.Text.RegularExpressions.RegexRunner.Crawl(System.Int32)">
  38985.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38986.         </member>
  38987.         <member name="M:System.Text.RegularExpressions.RegexRunner.Crawlpos">
  38988.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38989.         </member>
  38990.         <member name="M:System.Text.RegularExpressions.RegexRunner.DoubleCrawl">
  38991.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38992.         </member>
  38993.         <member name="M:System.Text.RegularExpressions.RegexRunner.DoubleStack">
  38994.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38995.         </member>
  38996.         <member name="M:System.Text.RegularExpressions.RegexRunner.DoubleTrack">
  38997.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  38998.         </member>
  38999.         <member name="M:System.Text.RegularExpressions.RegexRunner.EnsureStorage">
  39000.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39001.         </member>
  39002.         <member name="M:System.Text.RegularExpressions.RegexRunner.FindFirstChar">
  39003.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39004.         </member>
  39005.         <member name="M:System.Text.RegularExpressions.RegexRunner.Go">
  39006.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39007.         </member>
  39008.         <member name="M:System.Text.RegularExpressions.RegexRunner.InitTrackCount">
  39009.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39010.         </member>
  39011.         <member name="M:System.Text.RegularExpressions.RegexRunner.IsBoundary(System.Int32,System.Int32,System.Int32)">
  39012.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39013.         </member>
  39014.         <member name="M:System.Text.RegularExpressions.RegexRunner.IsECMABoundary(System.Int32,System.Int32,System.Int32)">
  39015.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39016.         </member>
  39017.         <member name="M:System.Text.RegularExpressions.RegexRunner.IsMatched(System.Int32)">
  39018.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39019.         </member>
  39020.         <member name="M:System.Text.RegularExpressions.RegexRunner.MatchIndex(System.Int32)">
  39021.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39022.         </member>
  39023.         <member name="M:System.Text.RegularExpressions.RegexRunner.MatchLength(System.Int32)">
  39024.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39025.         </member>
  39026.         <member name="M:System.Text.RegularExpressions.RegexRunner.Popcrawl">
  39027.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39028.         </member>
  39029.         <member name="M:System.Text.RegularExpressions.RegexRunner.Scan(System.Text.RegularExpressions.Regex,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean)">
  39030.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39031.         </member>
  39032.         <member name="M:System.Text.RegularExpressions.RegexRunner.TransferCapture(System.Int32,System.Int32,System.Int32,System.Int32)">
  39033.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method. </summary>
  39034.         </member>
  39035.         <member name="M:System.Text.RegularExpressions.RegexRunner.Uncapture">
  39036.             <summary>Used by a <see cref="T:System.Text.RegularExpressions.Regex"></see> object generated by the <see cref="Overload:System.Text.RegularExpressions.Regex.CompileToAssembly"></see> method.</summary>
  39037.         </member>
  39038.         <member name="T:System.Text.RegularExpressions.RegexRunnerFactory">
  39039.             <summary>Creates a <see cref="T:System.Text.RegularExpressions.RegexRunner"></see> class for a compiled regular expression.</summary>
  39040.         </member>
  39041.         <member name="M:System.Text.RegularExpressions.RegexRunnerFactory.#ctor">
  39042.             <summary>Initializes a new instance of the <see cref="T:System.Text.RegularExpressions.RegexRunnerFactory"></see> class. </summary>
  39043.         </member>
  39044.         <member name="M:System.Text.RegularExpressions.RegexRunnerFactory.CreateInstance">
  39045.             <summary>When overridden in a derived class, creates a <see cref="T:System.Text.RegularExpressions.RegexRunner"></see> object for a specific compiled regular expression.</summary>
  39046.             <returns>A <see cref="T:System.Text.RegularExpressions.RegexRunner"></see> object designed to execute a specific compiled regular expression. </returns>
  39047.         </member>
  39048.         <member name="T:System.Threading.Semaphore">
  39049.             <summary>Limits the number of threads that can access a resource or pool of resources concurrently. </summary>
  39050.             <filterpriority>1</filterpriority>
  39051.         </member>
  39052.         <member name="M:System.Threading.Semaphore.#ctor(System.Int32,System.Int32)">
  39053.             <summary>Initializes a new instance of the <see cref="T:System.Threading.Semaphore"></see> class, specifying the maximum number of concurrent entries and optionally reserving some entries.</summary>
  39054.             <param name="initialCount">The initial number of requests for the semaphore that can be granted concurrently.</param>
  39055.             <param name="maximumCount">The maximum number of requests for the semaphore that can be granted concurrently.</param>
  39056.             <exception cref="T:System.ArgumentOutOfRangeException">maximumCount is less than 1.-or-initialCount is less than 0.</exception>
  39057.             <exception cref="T:System.ArgumentException">initialCount is greater than maximumCount.</exception>
  39058.         </member>
  39059.         <member name="M:System.Threading.Semaphore.#ctor(System.Int32,System.Int32,System.String)">
  39060.             <summary>Initializes a new instance of the <see cref="T:System.Threading.Semaphore"></see> class, specifying the maximum number of concurrent entries, optionally reserving some entries for the calling thread, and optionally specifying the name of a system semaphore object.</summary>
  39061.             <param name="initialCount">The initial number of requests for the semaphore that can be granted concurrently. </param>
  39062.             <param name="name">The name of a named system semaphore object.</param>
  39063.             <param name="maximumCount">The maximum number of requests for the semaphore that can be granted concurrently.</param>
  39064.             <exception cref="T:System.ArgumentOutOfRangeException">maximumCount is less than 1.-or-initialCount is less than 0.</exception>
  39065.             <exception cref="T:System.UnauthorizedAccessException">The named semaphore exists and has access control security, and the user does not have <see cref="F:System.Security.AccessControl.SemaphoreRights.FullControl"></see>.</exception>
  39066.             <exception cref="T:System.ArgumentException">initialCount is greater than maximumCount.-or-name is longer than 260 characters.</exception>
  39067.             <exception cref="T:System.IO.IOException">A Win32 error occurred.</exception>
  39068.             <exception cref="T:System.Threading.WaitHandleCannotBeOpenedException">The named semaphore cannot be created, perhaps because a wait handle of a different type has the same name.</exception>
  39069.         </member>
  39070.         <member name="M:System.Threading.Semaphore.#ctor(System.Int32,System.Int32,System.String,System.Boolean@)">
  39071.             <summary>Initializes a new instance of the <see cref="T:System.Threading.Semaphore"></see> class, specifying the maximum number of concurrent entries, optionally reserving some entries for the calling thread, optionally specifying the name of a system semaphore object, and specifying a variable that receives a value indicating whether a new system semaphore was created.</summary>
  39072.             <param name="createdNew">When this method returns, contains true if a new system semaphore was created; otherwise, false. This parameter is passed uninitialized.</param>
  39073.             <param name="initialCount">The initial number of requests for the semaphore that can be satisfied concurrently. </param>
  39074.             <param name="name">The name of a named system semaphore object.</param>
  39075.             <param name="maximumCount">The maximum number of requests for the semaphore that can be satisfied concurrently.</param>
  39076.             <exception cref="T:System.ArgumentOutOfRangeException">maximumCount is less than 1.-or-initialCount is less than 0.</exception>
  39077.             <exception cref="T:System.UnauthorizedAccessException">The named semaphore exists and has access control security, and the user does not have <see cref="F:System.Security.AccessControl.SemaphoreRights.FullControl"></see>.</exception>
  39078.             <exception cref="T:System.IO.IOException">A Win32 error occurred.</exception>
  39079.             <exception cref="T:System.ArgumentException">initialCount is greater than maximumCount. -or-name is longer than 260 characters.</exception>
  39080.             <exception cref="T:System.Threading.WaitHandleCannotBeOpenedException">The named semaphore cannot be created, perhaps because a wait handle of a different type has the same name.</exception>
  39081.         </member>
  39082.         <member name="M:System.Threading.Semaphore.#ctor(System.Int32,System.Int32,System.String,System.Boolean@,System.Security.AccessControl.SemaphoreSecurity)">
  39083.             <summary>Initializes a new instance of the <see cref="T:System.Threading.Semaphore"></see> class, specifying the maximum number of concurrent entries, optionally reserving some entries for the calling thread, optionally specifying the name of a system semaphore object, specifying a variable that receives a value indicating whether a new system semaphore was created, and specifying security access control for the system semaphore.</summary>
  39084.             <param name="createdNew">When this method returns, contains true if a new system semaphore was created; otherwise, false. This parameter is passed uninitialized.</param>
  39085.             <param name="initialCount">The initial number of requests for the semaphore that can be satisfied concurrently. </param>
  39086.             <param name="name">The name of a named system semaphore object.</param>
  39087.             <param name="maximumCount">The maximum number of requests for the semaphore that can be satisfied concurrently.</param>
  39088.             <param name="semaphoreSecurity">A <see cref="T:System.Security.AccessControl.SemaphoreSecurity"></see>  object that represents the access control security to be applied to the named system semaphore.</param>
  39089.             <exception cref="T:System.ArgumentOutOfRangeException">maximumCount is less than 1.-or-initialCount is less than 0.</exception>
  39090.             <exception cref="T:System.UnauthorizedAccessException">The named semaphore exists and has access control security, and the user does not have <see cref="F:System.Security.AccessControl.SemaphoreRights.FullControl"></see>.</exception>
  39091.             <exception cref="T:System.ArgumentException">initialCount is greater than maximumCount.-or-name is longer than 260 characters.</exception>
  39092.             <exception cref="T:System.IO.IOException">A Win32 error occurred.</exception>
  39093.             <exception cref="T:System.Threading.WaitHandleCannotBeOpenedException">The named semaphore cannot be created, perhaps because a wait handle of a different type has the same name.</exception>
  39094.         </member>
  39095.         <member name="M:System.Threading.Semaphore.GetAccessControl">
  39096.             <summary>Gets the access control security for a named system semaphore.</summary>
  39097.             <returns>A <see cref="T:System.Security.AccessControl.SemaphoreSecurity"></see> object that represents the access control security for the named system semaphore.</returns>
  39098.             <exception cref="T:System.UnauthorizedAccessException">The current <see cref="T:System.Threading.Semaphore"></see> object represents a named system semaphore, and the user does not have <see cref="F:System.Security.AccessControl.SemaphoreRights.ReadPermissions"></see> rights.-or-The current <see cref="T:System.Threading.Semaphore"></see> object represents a named system semaphore and was not opened with <see cref="F:System.Security.AccessControl.SemaphoreRights.ReadPermissions"></see> rights.</exception>
  39099.             <filterpriority>1</filterpriority>
  39100.         </member>
  39101.         <member name="M:System.Threading.Semaphore.OpenExisting(System.String)">
  39102.             <summary>Opens an existing named semaphore.</summary>
  39103.             <returns>A <see cref="T:System.Threading.Semaphore"></see> object that represents a named system semaphore.</returns>
  39104.             <param name="name">The name of a named system semaphore.</param>
  39105.             <exception cref="T:System.ArgumentException">name is an empty string.-or-name is longer than 260 characters.</exception>
  39106.             <exception cref="T:System.IO.IOException">A Win32 error occurred.</exception>
  39107.             <exception cref="T:System.Threading.WaitHandleCannotBeOpenedException">The named semaphore does not exist.</exception>
  39108.             <exception cref="T:System.ArgumentNullException">name is null.</exception>
  39109.             <exception cref="T:System.UnauthorizedAccessException">The named semaphore exists, but the user does not have the security access required to use it.</exception>
  39110.             <filterpriority>1</filterpriority>
  39111.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  39112.         </member>
  39113.         <member name="M:System.Threading.Semaphore.OpenExisting(System.String,System.Security.AccessControl.SemaphoreRights)">
  39114.             <summary>Opens an existing named semaphore, specifying the desired security access rights.</summary>
  39115.             <returns>A <see cref="T:System.Threading.Semaphore"></see> object that represents the named system semaphore.</returns>
  39116.             <param name="rights">A bitwise combination of the <see cref="T:System.Security.AccessControl.SemaphoreRights"></see>  values that represent the desired security access rights.</param>
  39117.             <param name="name">The name of a system semaphore.</param>
  39118.             <exception cref="T:System.UnauthorizedAccessException">The named semaphore exists, but the user does not have the desired security access rights.</exception>
  39119.             <exception cref="T:System.ArgumentException">name is an empty string.-or-name is longer than 260 characters.</exception>
  39120.             <exception cref="T:System.IO.IOException">A Win32 error occurred.</exception>
  39121.             <exception cref="T:System.Threading.WaitHandleCannotBeOpenedException">The named semaphore does not exist.</exception>
  39122.             <exception cref="T:System.ArgumentNullException">name is null.</exception>
  39123.             <filterpriority>1</filterpriority>
  39124.         </member>
  39125.         <member name="M:System.Threading.Semaphore.Release">
  39126.             <summary>Exits the semaphore and returns the previous count.</summary>
  39127.             <returns>The count on the semaphore before the <see cref="Overload:System.Threading.Semaphore.Release"></see> method was called. </returns>
  39128.             <exception cref="T:System.UnauthorizedAccessException">The current semaphore represents a named system semaphore, but the user does not have <see cref="F:System.Security.AccessControl.SemaphoreRights.Modify"></see>.-or-The current semaphore represents a named system semaphore, but it was not opened with <see cref="F:System.Security.AccessControl.SemaphoreRights.Modify"></see>.</exception>
  39129.             <exception cref="T:System.IO.IOException">A Win32 error occurred with a named semaphore.</exception>
  39130.             <exception cref="T:System.Threading.SemaphoreFullException">The semaphore count is already at the maximum value.</exception>
  39131.             <filterpriority>1</filterpriority>
  39132.         </member>
  39133.         <member name="M:System.Threading.Semaphore.Release(System.Int32)">
  39134.             <summary>Exits the semaphore a specified number of times and returns the previous count.</summary>
  39135.             <returns>The count on the semaphore before the <see cref="Overload:System.Threading.Semaphore.Release"></see> method was called. </returns>
  39136.             <param name="releaseCount">The number of times to exit the semaphore.</param>
  39137.             <exception cref="T:System.ArgumentOutOfRangeException">releaseCount is less than 1.</exception>
  39138.             <exception cref="T:System.UnauthorizedAccessException">The current semaphore represents a named system semaphore, but the user does not have <see cref="F:System.Security.AccessControl.SemaphoreRights.Modify"></see> rights.-or-The current semaphore represents a named system semaphore, but it was not opened with <see cref="F:System.Security.AccessControl.SemaphoreRights.Modify"></see> rights.</exception>
  39139.             <exception cref="T:System.IO.IOException">A Win32 error occurred with a named semaphore.</exception>
  39140.             <exception cref="T:System.Threading.SemaphoreFullException">The semaphore count is already at the maximum value.</exception>
  39141.             <filterpriority>1</filterpriority>
  39142.         </member>
  39143.         <member name="M:System.Threading.Semaphore.SetAccessControl(System.Security.AccessControl.SemaphoreSecurity)">
  39144.             <summary>Sets the access control security for a named system semaphore.</summary>
  39145.             <param name="semaphoreSecurity">A <see cref="T:System.Security.AccessControl.SemaphoreSecurity"></see>  object that represents the access control security to be applied to the named system semaphore.</param>
  39146.             <exception cref="T:System.NotSupportedException">The current <see cref="T:System.Threading.Semaphore"></see> object does not represent a named system semaphore.</exception>
  39147.             <exception cref="T:System.ArgumentNullException">semaphoreSecurity is null.</exception>
  39148.             <exception cref="T:System.UnauthorizedAccessException">The user does not have <see cref="F:System.Security.AccessControl.SemaphoreRights.ChangePermissions"></see> rights.-or-The semaphore was not opened with <see cref="F:System.Security.AccessControl.SemaphoreRights.ChangePermissions"></see> rights.</exception>
  39149.             <filterpriority>1</filterpriority>
  39150.         </member>
  39151.         <member name="T:System.Threading.SemaphoreFullException">
  39152.             <summary>The exception that is thrown when the <see cref="Overload:System.Threading.Semaphore.Release"></see> method is called on a semaphore whose count is already at the maximum. </summary>
  39153.             <filterpriority>2</filterpriority>
  39154.         </member>
  39155.         <member name="M:System.Threading.SemaphoreFullException.#ctor">
  39156.             <summary>Initializes a new instance of the <see cref="T:System.Threading.SemaphoreFullException"></see> class with default values.</summary>
  39157.         </member>
  39158.         <member name="M:System.Threading.SemaphoreFullException.#ctor(System.String)">
  39159.             <summary>Initializes a new instance of the <see cref="T:System.Threading.SemaphoreFullException"></see> class with a specified error message.</summary>
  39160.             <param name="message">The error message that explains the reason for the exception.</param>
  39161.         </member>
  39162.         <member name="M:System.Threading.SemaphoreFullException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  39163.             <summary>Initializes a new instance of the <see cref="T:System.Threading.SemaphoreFullException"></see> class with serialized data.</summary>
  39164.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> object that contains contextual information about the source or destination.</param>
  39165.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> object that holds the serialized object data about the exception being thrown. </param>
  39166.         </member>
  39167.         <member name="M:System.Threading.SemaphoreFullException.#ctor(System.String,System.Exception)">
  39168.             <summary>Initializes a new instance of the <see cref="T:System.Threading.SemaphoreFullException"></see> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
  39169.             <param name="message">The error message that explains the reason for the exception.</param>
  39170.             <param name="innerException">The exception that is the cause of the current exception. If the innerException parameter is not null, the current exception is raised in a catch block that handles the inner exception.</param>
  39171.         </member>
  39172.         <member name="T:System.Threading.ThreadExceptionEventArgs">
  39173.             <summary>Provides data for the <see cref="E:System.Windows.Forms.Application.ThreadException"></see> event.</summary>
  39174.             <filterpriority>2</filterpriority>
  39175.         </member>
  39176.         <member name="M:System.Threading.ThreadExceptionEventArgs.#ctor(System.Exception)">
  39177.             <summary>Initializes a new instance of the <see cref="T:System.Threading.ThreadExceptionEventArgs"></see> class.</summary>
  39178.             <param name="t">The <see cref="T:System.Exception"></see> that occurred. </param>
  39179.         </member>
  39180.         <member name="P:System.Threading.ThreadExceptionEventArgs.Exception">
  39181.             <summary>Gets the <see cref="T:System.Exception"></see> that occurred.</summary>
  39182.             <returns>The <see cref="T:System.Exception"></see> that occurred.</returns>
  39183.             <filterpriority>1</filterpriority>
  39184.         </member>
  39185.         <member name="T:System.Threading.ThreadExceptionEventHandler">
  39186.             <summary>Represents the method that will handle the <see cref="E:System.Windows.Forms.Application.ThreadException"></see> event of an <see cref="T:System.Windows.Forms.Application"></see>.</summary>
  39187.             <filterpriority>2</filterpriority>
  39188.         </member>
  39189.         <member name="N:System.Timers">
  39190.             <summary>The <see cref="N:System.Timers"></see> namespace provides the <see cref="T:System.Timers.Timer"></see> component, which allows you to raise an event on a specified interval.</summary>
  39191.         </member>
  39192.         <member name="T:System.Timers.ElapsedEventArgs">
  39193.             <summary>Provides data for the <see cref="E:System.Timers.Timer.Elapsed"></see> event.</summary>
  39194.         </member>
  39195.         <member name="P:System.Timers.ElapsedEventArgs.SignalTime">
  39196.             <summary>Gets the time the <see cref="E:System.Timers.Timer.Elapsed"></see> event was raised.</summary>
  39197.             <returns>The time the <see cref="E:System.Timers.Timer.Elapsed"></see> event was raised.</returns>
  39198.         </member>
  39199.         <member name="T:System.Timers.ElapsedEventHandler">
  39200.             <summary>Represents the method that will handle the <see cref="E:System.Timers.Timer.Elapsed"></see> event of a <see cref="T:System.Timers.Timer"></see>.</summary>
  39201.         </member>
  39202.         <member name="T:System.Timers.Timer">
  39203.             <summary>Generates recurring events in an application.</summary>
  39204.         </member>
  39205.         <member name="M:System.Timers.Timer.#ctor">
  39206.             <summary>Initializes a new instance of the <see cref="T:System.Timers.Timer"></see> class, and sets all the properties to their initial values.</summary>
  39207.         </member>
  39208.         <member name="M:System.Timers.Timer.#ctor(System.Double)">
  39209.             <summary>Initializes a new instance of the <see cref="T:System.Timers.Timer"></see> class, and sets the <see cref="P:System.Timers.Timer.Interval"></see> property to the specified time period.</summary>
  39210.             <param name="interval">The time, in milliseconds, between events. </param>
  39211.             <exception cref="T:System.ArgumentException">The value of the interval parameter is less than zero. </exception>
  39212.         </member>
  39213.         <member name="E:System.Timers.Timer.Elapsed">
  39214.             <summary>Occurs when the interval elapses.</summary>
  39215.         </member>
  39216.         <member name="M:System.Timers.Timer.BeginInit">
  39217.             <summary>Begins the run-time initialization of a <see cref="T:System.Timers.Timer"></see> that is used on a form or by another component.</summary>
  39218.         </member>
  39219.         <member name="M:System.Timers.Timer.Close">
  39220.             <summary>Releases the resources used by the <see cref="T:System.Timers.Timer"></see>.</summary>
  39221.         </member>
  39222.         <member name="M:System.Timers.Timer.Dispose(System.Boolean)">
  39223.             <summary>Releases all resources used by the current <see cref="T:System.Timers.Timer"></see>.</summary>
  39224.             <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
  39225.         </member>
  39226.         <member name="M:System.Timers.Timer.EndInit">
  39227.             <summary>Ends the run-time initialization of a <see cref="T:System.Timers.Timer"></see> that is used on a form or by another component.</summary>
  39228.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  39229.         </member>
  39230.         <member name="M:System.Timers.Timer.Start">
  39231.             <summary>Starts raising the <see cref="E:System.Timers.Timer.Elapsed"></see> event by setting <see cref="P:System.Timers.Timer.Enabled"></see> to true.</summary>
  39232.             <exception cref="T:System.ArgumentOutOfRangeException">The <see cref="T:System.Timers.Timer"></see> is created with an interval equal to or greater than <see cref="F:System.Int32.MaxValue"></see> + 1, or set to an interval less than zero.</exception>
  39233.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  39234.         </member>
  39235.         <member name="M:System.Timers.Timer.Stop">
  39236.             <summary>Stops raising the <see cref="E:System.Timers.Timer.Elapsed"></see> event by setting <see cref="P:System.Timers.Timer.Enabled"></see> to false.</summary>
  39237.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  39238.         </member>
  39239.         <member name="P:System.Timers.Timer.AutoReset">
  39240.             <summary>Gets or sets a value indicating whether the <see cref="T:System.Timers.Timer"></see> should raise the <see cref="E:System.Timers.Timer.Elapsed"></see> event each time the specified interval elapses or only after the first time it elapses.</summary>
  39241.             <returns>true if the <see cref="T:System.Timers.Timer"></see> should raise the <see cref="E:System.Timers.Timer.Elapsed"></see> event each time the interval elapses; false if it should raise the <see cref="E:System.Timers.Timer.Elapsed"></see> event only once, after the first time the interval elapses. The default is true.</returns>
  39242.         </member>
  39243.         <member name="P:System.Timers.Timer.Enabled">
  39244.             <summary>Gets or sets a value indicating whether the <see cref="T:System.Timers.Timer"></see> should raise the <see cref="E:System.Timers.Timer.Elapsed"></see> event.</summary>
  39245.             <returns>true if the <see cref="T:System.Timers.Timer"></see> should raise the <see cref="E:System.Timers.Timer.Elapsed"></see> event; otherwise, false. The default is false.</returns>
  39246.         </member>
  39247.         <member name="P:System.Timers.Timer.Interval">
  39248.             <summary>Gets or sets the interval at which to raise the <see cref="E:System.Timers.Timer.Elapsed"></see> event.</summary>
  39249.             <returns>The time, in milliseconds, between raisings of the <see cref="E:System.Timers.Timer.Elapsed"></see> event. The default is 100 milliseconds.</returns>
  39250.             <exception cref="T:System.ArgumentException">The interval is less than or equal to zero. </exception>
  39251.         </member>
  39252.         <member name="P:System.Timers.Timer.Site">
  39253.             <summary>Gets or sets the site that binds the <see cref="T:System.Timers.Timer"></see> to its container in design mode.</summary>
  39254.             <returns>An <see cref="T:System.ComponentModel.ISite"></see> interface representing the site that binds the <see cref="T:System.Timers.Timer"></see> object to its container.</returns>
  39255.         </member>
  39256.         <member name="P:System.Timers.Timer.SynchronizingObject">
  39257.             <summary>Gets or sets the object used to marshal event-handler calls that are issued when an interval has elapsed.</summary>
  39258.             <returns>The <see cref="T:System.ComponentModel.ISynchronizeInvoke"></see> representing the object used to marshal the event-handler calls that are issued when an interval has elapsed. The default is null.</returns>
  39259.         </member>
  39260.         <member name="T:System.Timers.TimersDescriptionAttribute">
  39261.             <summary>Sets the description that visual designers can display when referencing an event, extender, or property.</summary>
  39262.         </member>
  39263.         <member name="M:System.Timers.TimersDescriptionAttribute.#ctor(System.String)">
  39264.             <summary>Initializes a new instance of the <see cref="T:System.Timers.TimersDescriptionAttribute"></see> class.</summary>
  39265.             <param name="description">The description to use. </param>
  39266.         </member>
  39267.         <member name="P:System.Timers.TimersDescriptionAttribute.Description">
  39268.             <summary>Gets the description that visual designers can display when referencing an event, extender, or property.</summary>
  39269.             <returns>The description for the event, extender, or property.</returns>
  39270.         </member>
  39271.         <member name="T:System.Web.AspNetHostingPermission">
  39272.             <summary>Controls access permissions in ASP.NET hosted environments. This class cannot be inherited.</summary>
  39273.         </member>
  39274.         <member name="M:System.Web.AspNetHostingPermission.#ctor(System.Web.AspNetHostingPermissionLevel)">
  39275.             <summary>Initializes a new instance of the <see cref="T:System.Web.AspNetHostingPermission"></see> class with the specified permission level.</summary>
  39276.             <param name="level">An <see cref="T:System.Web.AspNetHostingPermissionLevel"></see> enumeration value. </param>
  39277.         </member>
  39278.         <member name="M:System.Web.AspNetHostingPermission.#ctor(System.Security.Permissions.PermissionState)">
  39279.             <summary>Initializes a new instance of the <see cref="T:System.Web.AspNetHostingPermission"></see> class with the specified <see cref="T:System.Security.Permissions.PermissionState"></see> enumeration value.</summary>
  39280.             <param name="state">A <see cref="T:System.Security.Permissions.PermissionState"></see> enumeration value. </param>
  39281.         </member>
  39282.         <member name="M:System.Web.AspNetHostingPermission.Copy">
  39283.             <summary>When implemented by a derived class, creates and returns an identical copy of the current permission object.</summary>
  39284.             <returns>A copy of the current permission object.</returns>
  39285.         </member>
  39286.         <member name="M:System.Web.AspNetHostingPermission.FromXml(System.Security.SecurityElement)">
  39287.             <summary>Reconstructs a permission object with a specified state from an XML encoding.</summary>
  39288.             <param name="securityElement">The <see cref="T:System.Security.SecurityElement"></see> containing the XML encoding to use to reconstruct the permission object. </param>
  39289.             <exception cref="T:System.ArgumentException">The <see cref="P:System.Security.SecurityElement.Tag"></see> property of securityElement is not equal to "IPermission". - or- The class <see cref="M:System.Security.SecurityElement.Attribute(System.String)"></see> of securityElement is null or an empty string (""). </exception>
  39290.             <exception cref="T:System.ArgumentNullException">securityElement is null. </exception>
  39291.         </member>
  39292.         <member name="M:System.Web.AspNetHostingPermission.Intersect(System.Security.IPermission)">
  39293.             <summary>When implemented by a derived class, creates and returns a permission that is the intersection of the current permission and the specified permission.</summary>
  39294.             <returns>An <see cref="T:System.Security.IPermission"></see> that represents the intersection of the current permission and the specified permission; otherwise, null if the intersection is empty.</returns>
  39295.             <param name="target">A permission to combine with the current permission. It must be of the same type as the current permission. </param>
  39296.             <exception cref="T:System.ArgumentException">target is not an <see cref="T:System.Web.AspNetHostingPermission"></see>. </exception>
  39297.         </member>
  39298.         <member name="M:System.Web.AspNetHostingPermission.IsSubsetOf(System.Security.IPermission)">
  39299.             <summary>Returns a value indicating whether the current permission is a subset of the specified permission.</summary>
  39300.             <returns>true if the current <see cref="T:System.Security.IPermission"></see> is a subset of the specified <see cref="T:System.Security.IPermission"></see>; otherwise, false.</returns>
  39301.             <param name="target">The <see cref="T:System.Security.IPermission"></see> to combine with the current permission. It must be of the same type as the current <see cref="T:System.Security.IPermission"></see>. </param>
  39302.             <exception cref="T:System.ArgumentException">target is not an <see cref="T:System.Web.AspNetHostingPermission"></see>. </exception>
  39303.         </member>
  39304.         <member name="M:System.Web.AspNetHostingPermission.IsUnrestricted">
  39305.             <summary>Returns a value indicating whether unrestricted access to the resource that is protected by the current permission is allowed.</summary>
  39306.             <returns>true if unrestricted use of the resource protected by the permission is allowed; otherwise, false.</returns>
  39307.         </member>
  39308.         <member name="M:System.Web.AspNetHostingPermission.ToXml">
  39309.             <summary>Creates an XML encoding of the permission object and its current state.</summary>
  39310.             <returns>A <see cref="T:System.Security.SecurityElement"></see> containing the XML encoding of the permission object, including any state information.</returns>
  39311.         </member>
  39312.         <member name="M:System.Web.AspNetHostingPermission.Union(System.Security.IPermission)">
  39313.             <summary>Creates a permission that is the union of the current permission and the specified permission.</summary>
  39314.             <returns>An <see cref="T:System.Security.IPermission"></see> that represents the union of the current permission and the specified permission.</returns>
  39315.             <param name="target">A permission to combine with the current permission. It must be of the same type as the current permission. </param>
  39316.             <exception cref="T:System.ArgumentException">target is not an <see cref="T:System.Web.AspNetHostingPermission"></see>. </exception>
  39317.         </member>
  39318.         <member name="P:System.Web.AspNetHostingPermission.Level">
  39319.             <summary>Gets or sets the current hosting permission level for an ASP.NET application.</summary>
  39320.             <returns>One of the <see cref="T:System.Web.AspNetHostingPermissionLevel"></see> enumeration values.</returns>
  39321.         </member>
  39322.         <member name="T:System.Web.AspNetHostingPermissionAttribute">
  39323.             <summary>Allows security actions for <see cref="T:System.Web.AspNetHostingPermission"></see> to be applied to code using declarative security. This class cannot be inherited.</summary>
  39324.         </member>
  39325.         <member name="M:System.Web.AspNetHostingPermissionAttribute.#ctor(System.Security.Permissions.SecurityAction)">
  39326.             <summary>Initializes a new instance of the <see cref="T:System.Web.AspNetHostingPermissionAttribute"></see> class.</summary>
  39327.             <param name="action">One of the <see cref="T:System.Security.Permissions.SecurityAction"></see> enumeration values. </param>
  39328.         </member>
  39329.         <member name="M:System.Web.AspNetHostingPermissionAttribute.CreatePermission">
  39330.             <summary>Creates a new <see cref="T:System.Web.AspNetHostingPermission"></see> with the permission level previously set by the <see cref="P:System.Web.AspNetHostingPermissionAttribute.Level"></see> property.</summary>
  39331.             <returns>An <see cref="T:System.Security.IPermission"></see> that is the new <see cref="T:System.Web.AspNetHostingPermission"></see>.</returns>
  39332.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  39333.         </member>
  39334.         <member name="P:System.Web.AspNetHostingPermissionAttribute.Level">
  39335.             <summary>Gets or sets the current hosting permission level.</summary>
  39336.             <returns>One of the <see cref="T:System.Web.AspNetHostingPermissionLevel"></see> enumeration values.</returns>
  39337.         </member>
  39338.         <member name="T:System.Web.AspNetHostingPermissionLevel">
  39339.             <summary>Specifies the trust level that is granted to an ASP.NET Web application.</summary>
  39340.         </member>
  39341.         <member name="F:System.Web.AspNetHostingPermissionLevel.High">
  39342.             <summary>Indicates that features protected with a demand for any level less than or equal to the High trust level will succeed. This level is intended for highly trusted managed-code applications that need to use most of the managed permissions that support semi-trusted access. It does not grant some of the highest permissions (for example, the ability to call into native code), but it does provide a way to run trusted applications with least privilege or to provide some level of constraints for highly trusted applications. This level is granted by configuring at least the <see cref="F:System.Web.AspNetHostingPermissionLevel.High"></see> trust level in the trust section in a configuration file.</summary>
  39343.         </member>
  39344.         <member name="F:System.Web.AspNetHostingPermissionLevel.Low">
  39345.             <summary>Indicates that features protected with a demand for any level less than or equal to the <see cref="F:System.Web.AspNetHostingPermissionLevel.Low"></see> level will succeed. This level is intended to allow read-only access to limited resources in a constrained environment. This level is granted by specifying the <see cref="F:System.Web.AspNetHostingPermissionLevel.Low"></see> trust level in the trust section in a configuration file.</summary>
  39346.         </member>
  39347.         <member name="F:System.Web.AspNetHostingPermissionLevel.Medium">
  39348.             <summary>Indicates that features protected with a demand for any level less than or equal to the <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium"></see> level will succeed. This level is granted by configuring at least the <see cref="F:System.Web.AspNetHostingPermissionLevel.Medium"></see> trust level in the trust section in a configuration file.</summary>
  39349.         </member>
  39350.         <member name="F:System.Web.AspNetHostingPermissionLevel.Minimal">
  39351.             <summary>Indicates that features protected with a demand for the <see cref="F:System.Web.AspNetHostingPermissionLevel.Minimal"></see> level will succeed. This level allows code to execute but not to interact with resources present on the system. This level is granted by configuring at least the <see cref="F:System.Web.AspNetHostingPermissionLevel.Minimal"></see> trust level using the trust section in a configuration file.</summary>
  39352.         </member>
  39353.         <member name="F:System.Web.AspNetHostingPermissionLevel.None">
  39354.             <summary>Indicates that no permission is granted. All demands for <see cref="T:System.Web.AspNetHostingPermission"></see> will fail.</summary>
  39355.         </member>
  39356.         <member name="F:System.Web.AspNetHostingPermissionLevel.Unrestricted">
  39357.             <summary>Indicates that all demands for permission to use all features of an application will be granted. This is equivalent to granting Full trust level in the trust section in a configuration file.</summary>
  39358.         </member>
  39359.     </members>
  39360. </doc>