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_Management_xml_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-05-23  |  318KB  |  2,808 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3.     <assembly>
  4.         <name>System.Management</name>
  5.     </assembly>
  6.     <members>
  7.         <member name="N:System.Management">
  8.             <summary>Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure. Applications and services can query for interesting management information (such as how much free space is left on the disk, what is the current CPU utilization, which database a certain application is connected to, and much more), using classes derived from <see cref="T:System.Management.ManagementObjectSearcher"></see> and <see cref="T:System.Management.ManagementQuery"></see>, or subscribe to a variety of management events using the <see cref="T:System.Management.ManagementEventWatcher"></see> class. The accessible data can be from both managed and unmanaged components in the distributed environment.</summary>
  9.         </member>
  10.         <member name="T:System.Management.AuthenticationLevel">
  11.             <summary>Describes the authentication level to be used to connect to WMI. This is used for the COM connection to WMI.          </summary>
  12.         </member>
  13.         <member name="F:System.Management.AuthenticationLevel.Call">
  14.             <summary>Call-level COM authentication.</summary>
  15.         </member>
  16.         <member name="F:System.Management.AuthenticationLevel.Connect">
  17.             <summary>Connect-level COM authentication.</summary>
  18.         </member>
  19.         <member name="F:System.Management.AuthenticationLevel.Default">
  20.             <summary>The default COM authentication level. WMI uses the default Windows Authentication setting.</summary>
  21.         </member>
  22.         <member name="F:System.Management.AuthenticationLevel.None">
  23.             <summary>No COM authentication.</summary>
  24.         </member>
  25.         <member name="F:System.Management.AuthenticationLevel.Packet">
  26.             <summary>Packet-level COM authentication.</summary>
  27.         </member>
  28.         <member name="F:System.Management.AuthenticationLevel.PacketIntegrity">
  29.             <summary>Packet Integrity-level COM authentication.</summary>
  30.         </member>
  31.         <member name="F:System.Management.AuthenticationLevel.PacketPrivacy">
  32.             <summary>Packet Privacy-level COM authentication.</summary>
  33.         </member>
  34.         <member name="F:System.Management.AuthenticationLevel.Unchanged">
  35.             <summary>Authentication level should remain as it was before.</summary>
  36.         </member>
  37.         <member name="T:System.Management.CimType">
  38.             <summary>Describes the possible CIM types for properties, qualifiers, or method parameters.          </summary>
  39.         </member>
  40.         <member name="F:System.Management.CimType.Boolean">
  41.             <summary>A Boolean. This value maps to the <see cref="T:System.Boolean"></see> type.</summary>
  42.         </member>
  43.         <member name="F:System.Management.CimType.Char16">
  44.             <summary>A 16-bit character. This value maps to the <see cref="T:System.Char"></see> type.</summary>
  45.         </member>
  46.         <member name="F:System.Management.CimType.DateTime">
  47.             <summary>A date or time value, represented in a string in DMTF date/time format: yyyymmddHHMMSS.mmmmmmsUUU, where yyyymmdd is the date in year/month/day; HHMMSS is the time in hours/minutes/seconds; mmmmmm is the number of microseconds in 6 digits; and sUUU is a sign (+ or -) and a 3-digit UTC offset. This value maps to the <see cref="T:System.DateTime"></see> type.</summary>
  48.         </member>
  49.         <member name="F:System.Management.CimType.None">
  50.             <summary>A null value.</summary>
  51.         </member>
  52.         <member name="F:System.Management.CimType.Object">
  53.             <summary>An embedded object. Note that embedded objects differ from references in that the embedded object does not have a path and its lifetime is identical to the lifetime of the containing object. This value maps to the <see cref="T:System.Object"></see> type.</summary>
  54.         </member>
  55.         <member name="F:System.Management.CimType.Real32">
  56.             <summary>A floating-point 32-bit number. This value maps to the <see cref="T:System.Single"></see> type.</summary>
  57.         </member>
  58.         <member name="F:System.Management.CimType.Real64">
  59.             <summary>A floating point 64-bit number. This value maps to the <see cref="T:System.Double"></see> type.</summary>
  60.         </member>
  61.         <member name="F:System.Management.CimType.Reference">
  62.             <summary>A reference to another object. This is represented by a string containing the path to the referenced object. This value maps to the <see cref="T:System.Int16"></see> type.</summary>
  63.         </member>
  64.         <member name="F:System.Management.CimType.SInt16">
  65.             <summary>A signed 16-bit integer. This value maps to the <see cref="T:System.Int16"></see> type.</summary>
  66.         </member>
  67.         <member name="F:System.Management.CimType.SInt32">
  68.             <summary>A signed 32-bit integer. This value maps to the <see cref="T:System.Int32"></see> type.</summary>
  69.         </member>
  70.         <member name="F:System.Management.CimType.SInt64">
  71.             <summary>A signed 64-bit integer. This value maps to the <see cref="T:System.Int64"></see> type.</summary>
  72.         </member>
  73.         <member name="F:System.Management.CimType.SInt8">
  74.             <summary>A signed 8-bit integer. This value maps to the <see cref="T:System.SByte"></see> type.</summary>
  75.         </member>
  76.         <member name="F:System.Management.CimType.String">
  77.             <summary>A string. This value maps to the <see cref="T:System.String"></see> type.</summary>
  78.         </member>
  79.         <member name="F:System.Management.CimType.UInt16">
  80.             <summary>An unsigned 16-bit integer. This value maps to the <see cref="T:System.UInt16"></see> type.</summary>
  81.         </member>
  82.         <member name="F:System.Management.CimType.UInt32">
  83.             <summary>An unsigned 32-bit integer. This value maps to the <see cref="T:System.UInt32"></see> type.</summary>
  84.         </member>
  85.         <member name="F:System.Management.CimType.UInt64">
  86.             <summary>An unsigned 64-bit integer. This value maps to the <see cref="T:System.UInt64"></see> type.</summary>
  87.         </member>
  88.         <member name="F:System.Management.CimType.UInt8">
  89.             <summary>An unsigned 8-bit integer. This value maps to the <see cref="T:System.Byte"></see> type.</summary>
  90.         </member>
  91.         <member name="T:System.Management.CodeLanguage">
  92.             <summary>Defines the languages supported by the code generator.          </summary>
  93.         </member>
  94.         <member name="F:System.Management.CodeLanguage.CSharp">
  95.             <summary>A value for generating C# code.             </summary>
  96.         </member>
  97.         <member name="F:System.Management.CodeLanguage.JScript">
  98.             <summary>A value for generating JScript code.</summary>
  99.         </member>
  100.         <member name="F:System.Management.CodeLanguage.Mcpp">
  101.             <summary>A value for generating managed C++ code.             </summary>
  102.         </member>
  103.         <member name="F:System.Management.CodeLanguage.VB">
  104.             <summary>A value for generating Visual Basic code.</summary>
  105.         </member>
  106.         <member name="F:System.Management.CodeLanguage.VJSharp">
  107.             <summary>A value for generating Visual J# code.</summary>
  108.         </member>
  109.         <member name="T:System.Management.ComparisonSettings">
  110.             <summary>Describes the object comparison modes that can be used with <see cref="M:System.Management.ManagementBaseObject.CompareTo(System.Management.ManagementBaseObject,System.Management.ComparisonSettings)"></see>. Note that these values may be combined.          </summary>
  111.         </member>
  112.         <member name="F:System.Management.ComparisonSettings.IgnoreCase">
  113.             <summary>A mode that compares string values in a case-insensitive manner. This applies to strings and to qualifier values. Property and qualifier names are always compared in a case-insensitive manner whether this flag is specified or not. Value: 16.</summary>
  114.         </member>
  115.         <member name="F:System.Management.ComparisonSettings.IgnoreClass">
  116.             <summary>A mode that assumes that the objects being compared are instances of                    the same class. Consequently, this value causes comparison of instance-related information only. Use this flag to optimize performance. If the objects are not of the same class, the results are undefined. Value: 8.</summary>
  117.         </member>
  118.         <member name="F:System.Management.ComparisonSettings.IgnoreDefaultValues">
  119.             <summary>A mode that ignores the default values of properties. This value is only meaningful when comparing classes. Value: 4.</summary>
  120.         </member>
  121.         <member name="F:System.Management.ComparisonSettings.IgnoreFlavor">
  122.             <summary>A mode that ignores qualifier flavors. This flag still takes qualifier values into account, but ignores flavor distinctions such as propagation rules and override restrictions. Value: 32.</summary>
  123.         </member>
  124.         <member name="F:System.Management.ComparisonSettings.IgnoreObjectSource">
  125.             <summary>A mode that ignores the source of the objects, namely the server and the namespace they came from, in comparison to other objects. Value: 2.</summary>
  126.         </member>
  127.         <member name="F:System.Management.ComparisonSettings.IgnoreQualifiers">
  128.             <summary>A mode that compares the objects, ignoring qualifiers. Value: 1.</summary>
  129.         </member>
  130.         <member name="F:System.Management.ComparisonSettings.IncludeAll">
  131.             <summary>A mode that compares all elements of the compared objects. Value: 0. </summary>
  132.         </member>
  133.         <member name="T:System.Management.CompletedEventArgs">
  134.             <summary>Holds event data for the <see cref="E:System.Management.ManagementOperationObserver.Completed"></see> event.          </summary>
  135.         </member>
  136.         <member name="P:System.Management.CompletedEventArgs.Status">
  137.             <summary>Gets the completion status of the operation.          </summary>
  138.             <returns>Returns a <see cref="T:System.Management.ManagementStatus"></see> enumeration value.</returns>
  139.         </member>
  140.         <member name="P:System.Management.CompletedEventArgs.StatusObject">
  141.             <summary>Gets additional status information within a WMI object. This may be null.          </summary>
  142.             <returns>Returns a <see cref="T:System.Management.ManagementBaseObject"></see> that contains status information about the completion of an operation.</returns>
  143.         </member>
  144.         <member name="T:System.Management.CompletedEventHandler">
  145.             <summary>Represents the method that will handle the <see cref="E:System.Management.ManagementOperationObserver.Completed"></see> event.     </summary>
  146.         </member>
  147.         <member name="T:System.Management.ConnectionOptions">
  148.             <summary>Specifies all settings required to make a WMI connection.          </summary>
  149.         </member>
  150.         <member name="M:System.Management.ConnectionOptions.#ctor">
  151.             <summary>Initializes a new instance of the <see cref="T:System.Management.ConnectionOptions"></see> class for the connection operation, using default values. This is the default constructor.          </summary>
  152.         </member>
  153.         <member name="M:System.Management.ConnectionOptions.#ctor(System.String,System.String,System.String,System.String,System.Management.ImpersonationLevel,System.Management.AuthenticationLevel,System.Boolean,System.Management.ManagementNamedValueCollection,System.TimeSpan)">
  154.             <summary>Initializes a new instance of the <see cref="T:System.Management.ConnectionOptions"></see> class to be used for a WMI connection, using the specified values.          </summary>
  155.             <param name="enablePrivileges">true to enable special user privileges; otherwise, false. This parameter should only be used when performing an operation that requires special Windows NT user privileges.</param>
  156.             <param name="context">A provider-specific, named value pairs object to be passed through to the provider. </param>
  157.             <param name="timeout">Reserved for future use. </param>
  158.             <param name="authentication">The COM authentication level to be used for the connection.  </param>
  159.             <param name="authority">The authority to be used to authenticate the specified user. </param>
  160.             <param name="username">The user name to be used for the connection. If null, the credentials of the currently logged-on user are used.</param>
  161.             <param name="password">The password for the given user name. If the user name is also null, the credentials used will be those of the currently logged-on user.</param>
  162.             <param name="impersonation">The COM impersonation level to be used for the connection. </param>
  163.             <param name="locale">The locale to be used for the connection.</param>
  164.         </member>
  165.         <member name="M:System.Management.ConnectionOptions.Clone">
  166.             <summary>Returns a copy of the object.          </summary>
  167.             <returns>The cloned object.</returns>
  168.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  169.         </member>
  170.         <member name="P:System.Management.ConnectionOptions.Authentication">
  171.             <summary>Gets or sets the COM authentication level to be used for operations in this connection.          </summary>
  172.             <returns>Returns an <see cref="T:System.Management.AuthenticationLevel"></see> enumeration value indicating the COM authentication level used for a connection to the local or a remote computer. </returns>
  173.         </member>
  174.         <member name="P:System.Management.ConnectionOptions.Authority">
  175.             <summary>Gets or sets the authority to be used to authenticate the specified user.          </summary>
  176.             <returns>Returns a <see cref="T:System.String"></see> that defines the authority used to authenticate the specified user.</returns>
  177.         </member>
  178.         <member name="P:System.Management.ConnectionOptions.EnablePrivileges">
  179.             <summary>Gets or sets a value indicating whether user privileges need to be enabled for the connection operation. This property should only be used when the operation performed requires a certain user privilege to be enabled (for example, a machine restart).          </summary>
  180.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether user privileges need to be enabled for the connection operation.</returns>
  181.         </member>
  182.         <member name="P:System.Management.ConnectionOptions.Impersonation">
  183.             <summary>Gets or sets the COM impersonation level to be used for operations in this connection.          </summary>
  184.             <returns>Returns an <see cref="T:System.Management.ImpersonationLevel"></see> enumeration value indicating the impersonation level used to connect to WMI.</returns>
  185.         </member>
  186.         <member name="P:System.Management.ConnectionOptions.Locale">
  187.             <summary>Gets or sets the locale to be used for the connection operation.          </summary>
  188.             <returns>Returns a <see cref="T:System.String"></see> value used for the locale in a connection to WMI.</returns>
  189.         </member>
  190.         <member name="P:System.Management.ConnectionOptions.Password">
  191.             <summary>Sets the password for the specified user.          </summary>
  192.             <returns>Returns a <see cref="T:System.String"></see> value used for the password in a connection to WMI.</returns>
  193.         </member>
  194.         <member name="P:System.Management.ConnectionOptions.Username">
  195.             <summary>Gets or sets the user name to be used for the connection operation.          </summary>
  196.             <returns>Returns a <see cref="T:System.String"></see> value used as the user name in a connection to WMI.</returns>
  197.         </member>
  198.         <member name="T:System.Management.DeleteOptions">
  199.             <summary>Specifies options for deleting a management object.          </summary>
  200.         </member>
  201.         <member name="M:System.Management.DeleteOptions.#ctor">
  202.             <summary>Initializes a new instance of the <see cref="T:System.Management.DeleteOptions"></see> class for the delete operation, using default values. This is the default constructor.          </summary>
  203.         </member>
  204.         <member name="M:System.Management.DeleteOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)">
  205.             <summary>Initializes a new instance of the <see cref="T:System.Management.DeleteOptions"></see> class for a delete operation, using the specified values.          </summary>
  206.             <param name="context">A provider-specific, named-value pairs object to be passed through to the provider. </param>
  207.             <param name="timeout">The length of time to let the operation perform before it times out. The default value is <see cref="F:System.TimeSpan.MaxValue"></see>. Setting this parameter will invoke the operation semisynchronously.</param>
  208.         </member>
  209.         <member name="M:System.Management.DeleteOptions.Clone">
  210.             <summary>Returns a copy of the object.          </summary>
  211.             <returns>A cloned object.</returns>
  212.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  213.         </member>
  214.         <member name="T:System.Management.EnumerationOptions">
  215.             <summary>Provides a base class for query and enumeration-related options objects.          </summary>
  216.         </member>
  217.         <member name="M:System.Management.EnumerationOptions.#ctor">
  218.             <summary>Initializes a new instance of the <see cref="T:System.Management.EnumerationOptions"></see> class with default values (see the individual property descriptions for what the default values are). This is the default constructor.           </summary>
  219.         </member>
  220.         <member name="M:System.Management.EnumerationOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
  221.             <summary>Initializes a new instance of the <see cref="T:System.Management.EnumerationOptions"></see> class to be used for queries or enumerations, allowing the user to specify values for the different options.          </summary>
  222.             <param name="enumerateDeep">true to use recursive enumeration in subclasses; otherwise, false.</param>
  223.             <param name="returnImmediatley">true to show that the operation should return immediately (semi-sync) or block until all results are available; otherwise, false.</param>
  224.             <param name="ensureLocatable">true to ensure all returned objects have valid paths; otherwise, false.</param>
  225.             <param name="rewindable">true to show that the result set is rewindable (allows multiple traversal); otherwise, false.</param>
  226.             <param name="context">The options context object containing provider-specific information that can be passed through to the provider.</param>
  227.             <param name="timeout">The time-out value for enumerating through the results.</param>
  228.             <param name="directRead">true to retrieve objects of only the specified class or from derived classes as well; otherwise, false.</param>
  229.             <param name="useAmendedQualifiers">true to show that the returned objects should contain amended (locale-aware) qualifiers; otherwise, false.</param>
  230.             <param name="blockSize">The number of items to retrieve at one time from WMI.</param>
  231.             <param name="prototypeOnly">true to return a prototype of the result set instead of the actual results; otherwise, false.</param>
  232.         </member>
  233.         <member name="M:System.Management.EnumerationOptions.Clone">
  234.             <summary>Returns a copy of the object.          </summary>
  235.             <returns>The cloned object.</returns>
  236.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  237.         </member>
  238.         <member name="P:System.Management.EnumerationOptions.BlockSize">
  239.             <summary>Gets or sets the block size for block operations. When enumerating through a collection, WMI will return results in groups of the specified size.          </summary>
  240.             <returns>Returns an <see cref="T:System.Int32"></see> value used for the block size in block operations.</returns>
  241.         </member>
  242.         <member name="P:System.Management.EnumerationOptions.DirectRead">
  243.             <summary>Gets or sets a value indicating whether direct access to the WMI provider is requested for the specified class, without any regard to its super class or derived classes.          </summary>
  244.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether direct access to the WMI provider is requested for the specified class.</returns>
  245.         </member>
  246.         <member name="P:System.Management.EnumerationOptions.EnsureLocatable">
  247.             <summary>Gets or sets a value indicating whether to the objects returned should have locatable information in them. This ensures that the system properties, such as __PATH, __RELPATH, and __SERVER, are non-NULL. This flag can only be used in queries, and is ignored in enumerations.          </summary>
  248.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the objects returned should have locatable information in them.</returns>
  249.         </member>
  250.         <member name="P:System.Management.EnumerationOptions.EnumerateDeep">
  251.             <summary>Gets or sets a value indicating whether recursive enumeration is requested into all classes derived from the specified superclass. If false, only immediate derived class members are returned.          </summary>
  252.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether recursive enumeration is requested into all classes derived from the specified superclass.</returns>
  253.         </member>
  254.         <member name="P:System.Management.EnumerationOptions.PrototypeOnly">
  255.             <summary>Gets or sets a value indicating whether the query should return a prototype of the result set instead of the actual results. This flag is used for prototyping.          </summary>
  256.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the query should return a prototype of the result set instead of the actual results.</returns>
  257.         </member>
  258.         <member name="P:System.Management.EnumerationOptions.ReturnImmediately">
  259.             <summary>Gets or sets a value indicating whether the invoked operation should be performed in a synchronous or semisynchronous fashion. If this property is set to true, the enumeration is invoked and the call returns immediately. The actual retrieval of the results will occur when the resulting collection is walked.          </summary>
  260.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the invoked operation should be performed in a synchronous or semisynchronous fashion.</returns>
  261.         </member>
  262.         <member name="P:System.Management.EnumerationOptions.Rewindable">
  263.             <summary>Gets or sets a value indicating whether the collection is assumed to be rewindable. If true, the objects in the collection will be kept available for multiple enumerations. If false, the collection can only be enumerated one time.          </summary>
  264.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the collection is assumed to be rewindable.</returns>
  265.         </member>
  266.         <member name="P:System.Management.EnumerationOptions.UseAmendedQualifiers">
  267.             <summary>Gets or sets a value indicating whether the objects returned from WMI should contain amended information. Typically, amended information is localizable information attached to the WMI object, such as object and property descriptions.  </summary>
  268.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the objects returned from WMI should contain amended information.</returns>
  269.         </member>
  270.         <member name="T:System.Management.EventArrivedEventArgs">
  271.             <summary>Holds event data for the <see cref="E:System.Management.ManagementEventWatcher.EventArrived"></see> event.          </summary>
  272.         </member>
  273.         <member name="P:System.Management.EventArrivedEventArgs.NewEvent">
  274.             <summary>Gets the WMI event that was delivered.      </summary>
  275.             <returns>Returns a <see cref="T:System.Management.ManagementBaseObject"></see> that contains the delivered WMI event.</returns>
  276.         </member>
  277.         <member name="T:System.Management.EventArrivedEventHandler">
  278.             <summary>Represents the method that will handle the <see cref="E:System.Management.ManagementEventWatcher.EventArrived"></see> event.          </summary>
  279.         </member>
  280.         <member name="T:System.Management.EventQuery">
  281.             <summary>Represents a WMI event query.          </summary>
  282.         </member>
  283.         <member name="M:System.Management.EventQuery.#ctor">
  284.             <summary>Initializes a new instance of the <see cref="T:System.Management.EventQuery"></see> class. This is the default constructor.          </summary>
  285.         </member>
  286.         <member name="M:System.Management.EventQuery.#ctor(System.String)">
  287.             <summary>Initializes a new instance of the <see cref="T:System.Management.EventQuery"></see> class for the specified query.          </summary>
  288.             <param name="query">A textual representation of the event query.</param>
  289.         </member>
  290.         <member name="M:System.Management.EventQuery.#ctor(System.String,System.String)">
  291.             <summary>Initializes a new instance of the <see cref="T:System.Management.EventQuery"></see> class for the specified language and query.           </summary>
  292.             <param name="query">The string representation of the query.</param>
  293.             <param name="language">The language in which the query string is specified. </param>
  294.         </member>
  295.         <member name="M:System.Management.EventQuery.Clone">
  296.             <summary>Returns a copy of the object.          </summary>
  297.             <returns>The cloned object.             </returns>
  298.         </member>
  299.         <member name="T:System.Management.EventWatcherOptions">
  300.             <summary>Specifies options for management event watching.          </summary>
  301.         </member>
  302.         <member name="M:System.Management.EventWatcherOptions.#ctor">
  303.             <summary>Initializes a new instance of the <see cref="T:System.Management.EventWatcherOptions"></see> class for event watching, using default values. This is the default constructor.          </summary>
  304.         </member>
  305.         <member name="M:System.Management.EventWatcherOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Int32)">
  306.             <summary>Initializes a new instance of the <see cref="T:System.Management.EventWatcherOptions"></see> class with the given values.          </summary>
  307.             <param name="context">The options context object containing provider-specific information to be passed through to the provider. </param>
  308.             <param name="timeout">The time-out to wait for the next events.</param>
  309.             <param name="blockSize">The number of events to wait for in each block.  </param>
  310.         </member>
  311.         <member name="M:System.Management.EventWatcherOptions.Clone">
  312.             <summary>Returns a copy of the object.          </summary>
  313.             <returns>The cloned object.             </returns>
  314.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  315.         </member>
  316.         <member name="P:System.Management.EventWatcherOptions.BlockSize">
  317.             <summary>Gets or sets the block size for block operations. When waiting for events, this value specifies how many events to wait for before returning.      </summary>
  318.             <returns>Returns an <see cref="T:System.Int32"></see> value indicating the block size for a block of operations.</returns>
  319.         </member>
  320.         <member name="T:System.Management.ImpersonationLevel">
  321.             <summary>Describes the impersonation level to be used to connect to WMI.          </summary>
  322.         </member>
  323.         <member name="F:System.Management.ImpersonationLevel.Anonymous">
  324.             <summary>Anonymous COM impersonation level that hides the identity of the caller. Calls to WMI may fail with this impersonation level.</summary>
  325.         </member>
  326.         <member name="F:System.Management.ImpersonationLevel.Default">
  327.             <summary>Default impersonation.</summary>
  328.         </member>
  329.         <member name="F:System.Management.ImpersonationLevel.Delegate">
  330.             <summary>Delegate-level COM impersonation level that allows objects to permit other objects to use the credentials of the caller. This level, which will work with WMI calls but may constitute an unnecessary security risk, is supported only under Windows 2000.</summary>
  331.         </member>
  332.         <member name="F:System.Management.ImpersonationLevel.Identify">
  333.             <summary>Identify-level COM impersonation level that allows objects to query the credentials of the caller. Calls to WMI may fail with this impersonation level.</summary>
  334.         </member>
  335.         <member name="F:System.Management.ImpersonationLevel.Impersonate">
  336.             <summary>Impersonate-level COM impersonation level that allows objects to use the credentials of the caller. This is the recommended impersonation level for WMI calls.</summary>
  337.         </member>
  338.         <member name="T:System.Management.InvokeMethodOptions">
  339.             <summary>Specifies options for invoking a management method.          </summary>
  340.         </member>
  341.         <member name="M:System.Management.InvokeMethodOptions.#ctor">
  342.             <summary>Initializes a new instance of the <see cref="T:System.Management.InvokeMethodOptions"></see> class for the <see cref="M:System.Management.ManagementObject.InvokeMethod(System.String,System.Object[])"></see> operation, using default values. This is the default constructor.          </summary>
  343.         </member>
  344.         <member name="M:System.Management.InvokeMethodOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan)">
  345.             <summary>Initializes a new instance of the <see cref="T:System.Management.InvokeMethodOptions"></see> class for an invoke operation using the specified values.          </summary>
  346.             <param name="context">A provider-specific, named-value pairs object to be passed through to the provider.</param>
  347.             <param name="timeout">The length of time to let the operation perform before it times out. The default value is <see cref="F:System.TimeSpan.MaxValue"></see>. Setting this parameter will invoke the operation semisynchronously.</param>
  348.         </member>
  349.         <member name="M:System.Management.InvokeMethodOptions.Clone">
  350.             <summary>Returns a copy of the object.          </summary>
  351.             <returns>The cloned object.</returns>
  352.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  353.         </member>
  354.         <member name="T:System.Management.ManagementBaseObject">
  355.             <summary>Contains the basic elements of a management object. It serves as a base class to more specific management object classes.          </summary>
  356.         </member>
  357.         <member name="M:System.Management.ManagementBaseObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  358.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementBaseObject"></see> class that is serializable.          </summary>
  359.             <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see> ) for this serialization.</param>
  360.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
  361.         </member>
  362.         <member name="M:System.Management.ManagementBaseObject.Clone">
  363.             <summary>Returns a copy of the object.          </summary>
  364.             <returns>The new cloned object.</returns>
  365.             <PermissionSet><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" /></PermissionSet>
  366.         </member>
  367.         <member name="M:System.Management.ManagementBaseObject.CompareTo(System.Management.ManagementBaseObject,System.Management.ComparisonSettings)">
  368.             <summary>Compares this object to another, based on specified options.          </summary>
  369.             <returns>true if the objects compared are equal according to the given options; otherwise, false.</returns>
  370.             <param name="otherObject">The object to which to compare this object. </param>
  371.             <param name="settings">Options on how to compare the objects. </param>
  372.             <PermissionSet><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" /></PermissionSet>
  373.         </member>
  374.         <member name="M:System.Management.ManagementBaseObject.Equals(System.Object)">
  375.             <summary>Compares two management objects.          </summary>
  376.             <returns>true if this is an instance of <see cref="T:System.Management.ManagementBaseObject"></see> and represents the same object as this instance; otherwise, false.             </returns>
  377.             <param name="obj">An object to compare with this instance.</param>
  378.             <PermissionSet><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" /></PermissionSet>
  379.         </member>
  380.         <member name="M:System.Management.ManagementBaseObject.GetHashCode">
  381.             <summary>Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.          </summary>
  382.             <returns>A hash code for the current object.</returns>
  383.             <PermissionSet><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" /></PermissionSet>
  384.         </member>
  385.         <member name="M:System.Management.ManagementBaseObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  386.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data necessary to deserialize the field represented by this instance.          </summary>
  387.             <param name="context">The location where serialized data will be stored and retrieved.</param>
  388.             <param name="info">The object to be populated with serialization information.</param>
  389.         </member>
  390.         <member name="M:System.Management.ManagementBaseObject.GetPropertyQualifierValue(System.String,System.String)">
  391.             <summary>Returns the value of the specified property qualifier.          </summary>
  392.             <returns>The value of the specified qualifier.</returns>
  393.             <param name="qualifierName">The name of the property qualifier of interest. </param>
  394.             <param name="propertyName">The name of the property to which the qualifier belongs. </param>
  395.             <PermissionSet><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" /></PermissionSet>
  396.         </member>
  397.         <member name="M:System.Management.ManagementBaseObject.GetPropertyValue(System.String)">
  398.             <summary>Gets an equivalent accessor to a property's value.          </summary>
  399.             <returns>The value of the specified property.</returns>
  400.             <param name="propertyName">The name of the property of interest. </param>
  401.             <PermissionSet><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" /></PermissionSet>
  402.         </member>
  403.         <member name="M:System.Management.ManagementBaseObject.GetQualifierValue(System.String)">
  404.             <summary>Gets the value of the specified qualifier.          </summary>
  405.             <returns>The value of the specified qualifier.</returns>
  406.             <param name="qualifierName">The name of the qualifier of interest. </param>
  407.             <PermissionSet><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" /></PermissionSet>
  408.         </member>
  409.         <member name="M:System.Management.ManagementBaseObject.GetText(System.Management.TextFormat)">
  410.             <summary>Returns a textual representation of the object in the specified format.          </summary>
  411.             <returns>The textual representation of the object in the specified format.</returns>
  412.             <param name="format">The requested textual format. </param>
  413.             <PermissionSet><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" /></PermissionSet>
  414.         </member>
  415.         <member name="M:System.Management.ManagementBaseObject.op_Explicit(System.Management.ManagementBaseObject)~System.IntPtr">
  416.             <summary>Provides the internal WMI object represented by a <see cref="T:System.Management.ManagementObject"></see>.  </summary>
  417.             <returns>An <see cref="T:System.IntPtr"></see> representing the internal WMI object.  </returns>
  418.             <param name="managementObject">The <see cref="T:System.Management.ManagementBaseObject"></see> that references the requested WMI object.</param>
  419.             <PermissionSet><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" /></PermissionSet>
  420.         </member>
  421.         <member name="M:System.Management.ManagementBaseObject.SetPropertyQualifierValue(System.String,System.String,System.Object)">
  422.             <summary>Sets the value of the specified property qualifier.          </summary>
  423.             <param name="qualifierName">The name of the property qualifier of interest.</param>
  424.             <param name="propertyName">The name of the property to which the qualifier belongs.</param>
  425.             <param name="qualifierValue">The new value for the qualifier.</param>
  426.             <PermissionSet><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" /></PermissionSet>
  427.         </member>
  428.         <member name="M:System.Management.ManagementBaseObject.SetPropertyValue(System.String,System.Object)">
  429.             <summary>Sets the value of the named property.          </summary>
  430.             <param name="propertyValue">The new value for this property.</param>
  431.             <param name="propertyName">The name of the property to be changed.</param>
  432.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  433.         </member>
  434.         <member name="M:System.Management.ManagementBaseObject.SetQualifierValue(System.String,System.Object)">
  435.             <summary>Sets the value of the named qualifier.          </summary>
  436.             <param name="qualifierName">The name of the qualifier to set. This parameter cannot be null.</param>
  437.             <param name="qualifierValue">The value to set.</param>
  438.             <PermissionSet><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" /></PermissionSet>
  439.         </member>
  440.         <member name="M:System.Management.ManagementBaseObject.System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  441.             <summary>Implements the <see cref="T:System.Runtime.Serialization.ISerializable"></see> interface and returns the data needed to serialize the <see cref="T:System.Management.ManagementBaseObject"></see>.</summary>
  442.             <param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"></see> containing the source and destination of the serialized stream associated with the <see cref="T:System.Management.ManagementBaseObject"></see>.</param>
  443.             <param name="info">A <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> containing the information required to serialize the <see cref="T:System.Management.ManagementBaseObject"></see>.</param>
  444.             <exception cref="T:System.ArgumentNullException">info is null.</exception>
  445.         </member>
  446.         <member name="P:System.Management.ManagementBaseObject.ClassPath">
  447.             <summary>Gets the path to the management object's class.          </summary>
  448.             <returns>Returns a <see cref="T:System.Management.ManagementPath"></see> that contains the class path to the management object's class.</returns>
  449.             <PermissionSet><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" /></PermissionSet>
  450.         </member>
  451.         <member name="P:System.Management.ManagementBaseObject.Item(System.String)">
  452.             <summary>Gets access to property values through [] notation. This property is the indexer for the <see cref="T:System.Management.ManagementBaseObject"></see> class. You can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.</summary>
  453.             <returns>Returns an <see cref="T:System.Object"></see> value that contains the management object for a specific class property.</returns>
  454.             <param name="propertyName">The name of the property of interest. </param>
  455.             <PermissionSet><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" /></PermissionSet>
  456.         </member>
  457.         <member name="P:System.Management.ManagementBaseObject.Properties">
  458.             <summary>Gets a collection of <see cref="T:System.Management.PropertyData"></see> objects describing the properties of the management object.          </summary>
  459.             <returns>Returns a <see cref="T:System.Management.PropertyDataCollection"></see> that holds the properties for the management object.</returns>
  460.         </member>
  461.         <member name="P:System.Management.ManagementBaseObject.Qualifiers">
  462.             <summary>Gets the collection of <see cref="T:System.Management.QualifierData"></see> objects defined on the management object. Each element in the collection holds information such as the qualifier name, value, and flavor.       </summary>
  463.             <returns>Returns a <see cref="T:System.Management.QualifierDataCollection"></see> that holds the qualifiers for the management object.</returns>
  464.         </member>
  465.         <member name="P:System.Management.ManagementBaseObject.SystemProperties">
  466.             <summary>Gets  the collection of WMI system properties of the management object (for example, the class name, server, and namespace). WMI system property names begin with "__".        </summary>
  467.             <returns>Returns a <see cref="T:System.Management.PropertyDataCollection"></see> that contains the system properties for a management object.</returns>
  468.         </member>
  469.         <member name="T:System.Management.ManagementClass">
  470.             <summary>Represents a Common Information Model (CIM) management class. A management class is a WMI class such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. The members of this class enable you to access WMI data using a specific WMI class path. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</summary>
  471.         </member>
  472.         <member name="M:System.Management.ManagementClass.#ctor">
  473.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementClass"></see> class. This is the default constructor.</summary>
  474.         </member>
  475.         <member name="M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath)">
  476.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementClass"></see> class. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</summary>
  477.             <param name="path">A <see cref="T:System.Management.ManagementPath"></see> specifying the WMI class to which to bind. The parameter must specify a WMI class path. The class represents a CIM management class from WMI. CIM classes represent management information including hardware, software, processes, and so on. For more information about the CIM classes available in Windows, see "Win32 classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library. </param>
  478.         </member>
  479.         <member name="M:System.Management.ManagementClass.#ctor(System.String)">
  480.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementClass"></see> class initialized to the given path. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</summary>
  481.             <param name="path">The path to the WMI class. The class represents a CIM management class from WMI. CIM classes represent management information including hardware, software, processes, and so on. For more information about the CIM classes available in Windows, see "Win32 classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</param>
  482.         </member>
  483.         <member name="M:System.Management.ManagementClass.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)">
  484.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementClass"></see> class initialized to the given WMI class path using the specified options. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</summary>
  485.             <param name="options">An <see cref="T:System.Management.ObjectGetOptions"></see> representing the options to use when retrieving this class. </param>
  486.             <param name="path">A <see cref="T:System.Management.ManagementPath"></see> instance representing the WMI class path. The class represents a CIM management class from WMI. CIM classes represent management information including hardware, software, processes, and so on. For more information about the CIM classes available in Windows, see "Win32 classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</param>
  487.         </member>
  488.         <member name="M:System.Management.ManagementClass.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  489.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementClass"></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>
  490.             <param name="context">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.Management.ManagementClass"></see>.</param>
  491.             <param name="info">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.Management.ManagementClass"></see>.</param>
  492.         </member>
  493.         <member name="M:System.Management.ManagementClass.#ctor(System.String,System.Management.ObjectGetOptions)">
  494.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementClass"></see> class initialized to the given WMI class path using the specified options. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</summary>
  495.             <param name="options">An <see cref="T:System.Management.ObjectGetOptions"></see> representing the options to use when retrieving the WMI class. </param>
  496.             <param name="path">The path to the WMI class. The class represents a CIM management class from WMI. CIM classes represent management information including hardware, software, processes, and so on. For more information about the CIM classes available in Windows, see "Win32 classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library. </param>
  497.         </member>
  498.         <member name="M:System.Management.ManagementClass.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)">
  499.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementClass"></see> class for the specified WMI class in the specified scope and with the specified options. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</summary>
  500.             <param name="scope">A <see cref="T:System.Management.ManagementScope"></see> that specifies the scope (server and namespace) where the WMI class resides. </param>
  501.             <param name="options">An <see cref="T:System.Management.ObjectGetOptions"></see> that specifies the options to use when retrieving the WMI class. </param>
  502.             <param name="path">A <see cref="T:System.Management.ManagementPath"></see> that represents the path to the WMI class in the specified scope. The class represents a CIM management class from WMI. CIM classes represent management information including hardware, software, processes, and so on. For more information about the CIM classes available in Windows, see "Win32 classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.  </param>
  503.         </member>
  504.         <member name="M:System.Management.ManagementClass.#ctor(System.String,System.String,System.Management.ObjectGetOptions)">
  505.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementClass"></see> class for the specified WMI class, in the specified scope, and with the specified options. The class represents a Common Information Model (CIM) management class from WMI such as Win32_LogicalDisk, which can represent a disk drive, and Win32_Process, which represents a process such as Notepad.exe. For more information, see "Win32 Classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</summary>
  506.             <param name="scope">The scope in which the WMI class resides. </param>
  507.             <param name="options">An <see cref="T:System.Management.ObjectGetOptions"></see> that specifies the options to use when retrieving the WMI class. </param>
  508.             <param name="path">The path to the WMI class within the specified scope. The class represents a CIM management class from WMI. CIM classes represent management information including hardware, software, processes, and so on. For more information about the CIM classes available in Windows, see "Win32 classes" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library. </param>
  509.         </member>
  510.         <member name="M:System.Management.ManagementClass.Clone">
  511.             <summary>Returns a copy of the object.</summary>
  512.             <returns>The cloned object.</returns>
  513.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  514.         </member>
  515.         <member name="M:System.Management.ManagementClass.CreateInstance">
  516.             <summary>Initializes a new instance of the WMI class.</summary>
  517.             <returns>A <see cref="T:System.Management.ManagementObject"></see> that represents a new instance of the WMI class.</returns>
  518.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  519.         </member>
  520.         <member name="M:System.Management.ManagementClass.Derive(System.String)">
  521.             <summary>Derives a new class from this class.</summary>
  522.             <returns>A new <see cref="T:System.Management.ManagementClass"></see> that represents a new WMI class derived from the original class.</returns>
  523.             <param name="newClassName">The name of the new class to be derived. </param>
  524.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  525.         </member>
  526.         <member name="M:System.Management.ManagementClass.GetInstances">
  527.             <summary>Returns the collection of all instances of the class.</summary>
  528.             <returns>A collection of the <see cref="T:System.Management.ManagementObject"></see> objects representing the instances of the class.</returns>
  529.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  530.         </member>
  531.         <member name="M:System.Management.ManagementClass.GetInstances(System.Management.EnumerationOptions)">
  532.             <summary>Returns the collection of all instances of the class using the specified options.</summary>
  533.             <returns>A collection of the <see cref="T:System.Management.ManagementObject"></see> objects representing the instances of the class, according to the specified options.</returns>
  534.             <param name="options">The additional operation options. </param>
  535.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  536.         </member>
  537.         <member name="M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver)">
  538.             <summary>Returns the collection of all instances of the class, asynchronously.</summary>
  539.             <param name="watcher">The object to handle the asynchronous operation's progress. </param>
  540.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  541.         </member>
  542.         <member name="M:System.Management.ManagementClass.GetInstances(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)">
  543.             <summary>Returns the collection of all instances of the class, asynchronously, using the specified options.</summary>
  544.             <param name="watcher">The object to handle the asynchronous operation's progress. </param>
  545.             <param name="options">The specified additional options for getting the instances. </param>
  546.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  547.         </member>
  548.         <member name="M:System.Management.ManagementClass.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  549.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data necessary to deserialize the field represented by this instance.          </summary>
  550.             <param name="context">The location where serialized data will be stored and retrieved.</param>
  551.             <param name="info">The object to be populated with serialization information.</param>
  552.         </member>
  553.         <member name="M:System.Management.ManagementClass.GetRelatedClasses">
  554.             <summary>Retrieves classes related to the WMI class.</summary>
  555.             <returns>A collection of the <see cref="T:System.Management.ManagementClass"></see> or <see cref="T:System.Management.ManagementObject"></see> objects that represents WMI classes or instances related to the WMI class.</returns>
  556.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  557.         </member>
  558.         <member name="M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver)">
  559.             <summary>Retrieves classes related to the WMI class, asynchronously.</summary>
  560.             <param name="watcher">The object to handle the asynchronous operation's progress. </param>
  561.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  562.         </member>
  563.         <member name="M:System.Management.ManagementClass.GetRelatedClasses(System.String)">
  564.             <summary>Retrieves classes related to the WMI class.</summary>
  565.             <returns>A collection of classes related to this class.</returns>
  566.             <param name="relatedClass">The class from which resulting classes have to be derived. </param>
  567.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  568.         </member>
  569.         <member name="M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String)">
  570.             <summary>Retrieves classes related to the WMI class, asynchronously, given the related class name.</summary>
  571.             <param name="relatedClass">The name of the related class. </param>
  572.             <param name="watcher">The object to handle the asynchronous operation's progress. </param>
  573.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  574.         </member>
  575.         <member name="M:System.Management.ManagementClass.GetRelatedClasses(System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)">
  576.             <summary>Retrieves classes related to the WMI class based on the specified options.</summary>
  577.             <returns>A collection of classes related to this class.</returns>
  578.             <param name="relationshipClass">The relationship type which resulting classes must have with the source class. </param>
  579.             <param name="relatedQualifier">This qualifier must be present on the resulting classes. </param>
  580.             <param name="relatedRole">The resulting classes must have this role in the relationship. </param>
  581.             <param name="relatedClass">The class from which resulting classes have to be derived. </param>
  582.             <param name="relationshipQualifier">This qualifier must be present on the relationship. </param>
  583.             <param name="options">The options for retrieving the resulting classes. </param>
  584.             <param name="thisRole">The source class must have this role in the relationship. </param>
  585.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  586.         </member>
  587.         <member name="M:System.Management.ManagementClass.GetRelatedClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Management.EnumerationOptions)">
  588.             <summary>Retrieves classes related to the WMI class, asynchronously, using the specified options.</summary>
  589.             <param name="relationshipClass">The relationship type which resulting classes must have with the source class. </param>
  590.             <param name="relatedQualifier">This qualifier must be present on the resulting classes. </param>
  591.             <param name="relatedRole">The resulting classes must have this role in the relationship. </param>
  592.             <param name="relatedClass">The class from which resulting classes have to be derived. </param>
  593.             <param name="watcher">Handler for progress and results of the asynchronous operation. </param>
  594.             <param name="relationshipQualifier">This qualifier must be present on the relationship. </param>
  595.             <param name="options">The options for retrieving the resulting classes. </param>
  596.             <param name="thisRole">The source class must have this role in the relationship. </param>
  597.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  598.         </member>
  599.         <member name="M:System.Management.ManagementClass.GetRelationshipClasses">
  600.             <summary>Retrieves relationship classes that relate the class to others.</summary>
  601.             <returns>A collection of association classes that relate the class to any other class.</returns>
  602.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  603.         </member>
  604.         <member name="M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver)">
  605.             <summary>Retrieves relationship classes that relate the class to others, asynchronously.</summary>
  606.             <param name="watcher">The object to handle the asynchronous operation's progress. </param>
  607.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  608.         </member>
  609.         <member name="M:System.Management.ManagementClass.GetRelationshipClasses(System.String)">
  610.             <summary>Retrieves relationship classes that relate the class to others, where the endpoint class is the specified class.</summary>
  611.             <returns>A collection of association classes that relate the class to the specified class. For more information about relationship classes, see "ASSOCIATORS OF Statement" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</returns>
  612.             <param name="relationshipClass">The endpoint class for all relationship classes returned. </param>
  613.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  614.         </member>
  615.         <member name="M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String)">
  616.             <summary>Retrieves relationship classes that relate the class to the specified WMI class, asynchronously.</summary>
  617.             <param name="relationshipClass">The WMI class to which all returned relationships should point. </param>
  618.             <param name="watcher">The object to handle the asynchronous operation's progress. </param>
  619.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  620.         </member>
  621.         <member name="M:System.Management.ManagementClass.GetRelationshipClasses(System.String,System.String,System.String,System.Management.EnumerationOptions)">
  622.             <summary>Retrieves relationship classes that relate this class to others, according to specified options.</summary>
  623.             <returns>A collection of association classes that relate this class to others, according to the specified options. For more information about relationship classes, see "ASSOCIATORS OF Statement" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</returns>
  624.             <param name="relationshipClass">All resulting relationship classes must derive from this class. </param>
  625.             <param name="relationshipQualifier">Resulting relationship classes must have this qualifier. </param>
  626.             <param name="options">Specifies options for retrieving the results. </param>
  627.             <param name="thisRole">The source class must have this role in the resulting relationship classes. </param>
  628.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  629.         </member>
  630.         <member name="M:System.Management.ManagementClass.GetRelationshipClasses(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Management.EnumerationOptions)">
  631.             <summary>Retrieves relationship classes that relate the class according to the specified options, asynchronously.</summary>
  632.             <returns>A collection of association classes relating this class to others, according to the given options. For more information about relationship classes, see "ASSOCIATORS OF Statement" in the Windows Management Instrumentation documentation in the MSDN Library at http://msdn.microsoft.com/library.</returns>
  633.             <param name="relationshipClass">The class from which all resulting relationship classes must derive. </param>
  634.             <param name="watcher">The handler for progress and results of the asynchronous operation. </param>
  635.             <param name="relationshipQualifier">The qualifier which the resulting relationship classes must have. </param>
  636.             <param name="options">The options for retrieving the results. </param>
  637.             <param name="thisRole">The role which the source class must have in the resulting relationship classes. </param>
  638.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  639.         </member>
  640.         <member name="M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Boolean,System.Boolean)">
  641.             <summary>Generates a strongly-typed class for a given WMI class.</summary>
  642.             <returns>A <see cref="T:System.CodeDom.CodeTypeDeclaration"></see> representing the declaration for the strongly-typed class.</returns>
  643.             <param name="systemPropertyClass">true to have the generated class manage system properties; otherwise, false. </param>
  644.             <param name="includeSystemClassInClassDef">true to include the class for managing system properties; otherwise, false. </param>
  645.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  646.         </member>
  647.         <member name="M:System.Management.ManagementClass.GetStronglyTypedClassCode(System.Management.CodeLanguage,System.String,System.String)">
  648.             <summary>Generates a strongly-typed class for a given WMI class. This function generates code for Visual Basic, C#, JScript, J#, or C++ depending on the input parameters.</summary>
  649.             <returns>true, if the method succeeded; otherwise, false.</returns>
  650.             <param name="filePath">The path of the file where the code is to be written. </param>
  651.             <param name="lang">The language of the code to be generated. This code language comes from the <see cref="T:System.Management.CodeLanguage"></see> enumeration.</param>
  652.             <param name="classNamespace">The.NET namespace into which the class should be generated. If this is empty, the namespace will be generated from the WMI namespace. </param>
  653.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  654.         </member>
  655.         <member name="M:System.Management.ManagementClass.GetSubclasses">
  656.             <summary>Returns the collection of all subclasses for the class.</summary>
  657.             <returns>A collection of the <see cref="T:System.Management.ManagementObject"></see> objects that represent the subclasses of the WMI class.</returns>
  658.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  659.         </member>
  660.         <member name="M:System.Management.ManagementClass.GetSubclasses(System.Management.EnumerationOptions)">
  661.             <summary>Retrieves the subclasses of the class using the specified options.</summary>
  662.             <returns>A collection of the <see cref="T:System.Management.ManagementObject"></see> objects representing the subclasses of the WMI class, according to the specified options.</returns>
  663.             <param name="options">The specified additional options for retrieving subclasses of the class. </param>
  664.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  665.         </member>
  666.         <member name="M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver)">
  667.             <summary>Returns the collection of all classes derived from this class, asynchronously.</summary>
  668.             <param name="watcher">The object to handle the asynchronous operation's progress. </param>
  669.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  670.         </member>
  671.         <member name="M:System.Management.ManagementClass.GetSubclasses(System.Management.ManagementOperationObserver,System.Management.EnumerationOptions)">
  672.             <summary>Retrieves all classes derived from this class, asynchronously, using the specified options.</summary>
  673.             <param name="watcher">The object to handle the asynchronous operation's progress. </param>
  674.             <param name="options">The specified additional options to use in the derived class retrieval. </param>
  675.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  676.         </member>
  677.         <member name="P:System.Management.ManagementClass.Derivation">
  678.             <summary>Gets an array containing all WMI classes in the inheritance hierarchy from this class to the top of the hierarchy.</summary>
  679.             <returns>A string collection containing the names of all WMI classes in the inheritance hierarchy of this class.</returns>
  680.             <PermissionSet><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" /></PermissionSet>
  681.         </member>
  682.         <member name="P:System.Management.ManagementClass.Methods">
  683.             <summary>Gets or sets a collection of <see cref="T:System.Management.MethodData"></see> objects that represent the methods defined in the WMI class.</summary>
  684.             <returns>A <see cref="T:System.Management.MethodDataCollection"></see> representing the methods defined in the WMI class.</returns>
  685.             <PermissionSet><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" /></PermissionSet>
  686.         </member>
  687.         <member name="P:System.Management.ManagementClass.Path">
  688.             <summary>Gets or sets the path of the WMI class to which the <see cref="T:System.Management.ManagementClass"></see> object is bound.</summary>
  689.             <returns>The path of the object's class.</returns>
  690.             <PermissionSet><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" /></PermissionSet>
  691.         </member>
  692.         <member name="T:System.Management.ManagementDateTimeConverter">
  693.             <summary>Provides methods to convert DMTF datetime and time intervals to CLR-compliant <see cref="T:System.DateTime"></see> and <see cref="T:System.TimeSpan"></see> format and vice versa.                           </summary>
  694.         </member>
  695.         <member name="M:System.Management.ManagementDateTimeConverter.ToDateTime(System.String)">
  696.             <summary>Converts a given DMTF datetime to <see cref="T:System.DateTime"></see>. The returned <see cref="T:System.DateTime"></see> will be in the current time zone of the system.          </summary>
  697.             <returns>A <see cref="T:System.DateTime"></see> that represents the given DMTF datetime.</returns>
  698.             <param name="dmtfDate">A string representing the datetime in DMTF format.</param>
  699.         </member>
  700.         <member name="M:System.Management.ManagementDateTimeConverter.ToDmtfDateTime(System.DateTime)">
  701.             <summary>Converts a given <see cref="T:System.DateTime"></see> to DMTF datetime format.          </summary>
  702.             <returns>A string that represents the DMTF datetime for the given <see cref="T:System.DateTime"></see>.</returns>
  703.             <param name="date">A <see cref="T:System.DateTime"></see> representing the datetime to be converted to DMTF datetime.</param>
  704.         </member>
  705.         <member name="M:System.Management.ManagementDateTimeConverter.ToDmtfTimeInterval(System.TimeSpan)">
  706.             <summary>Converts a given <see cref="T:System.TimeSpan"></see> to DMTF time interval.          </summary>
  707.             <returns>A string that represents the DMTF time interval for the given <see cref="T:System.TimeSpan"></see>.</returns>
  708.             <param name="timespan">A <see cref="T:System.TimeSpan"></see> representing the datetime to be converted to DMTF time interval.             </param>
  709.         </member>
  710.         <member name="M:System.Management.ManagementDateTimeConverter.ToTimeSpan(System.String)">
  711.             <summary>Converts a given DMTF time interval to a <see cref="T:System.TimeSpan"></see>.          </summary>
  712.             <returns>A <see cref="T:System.TimeSpan"></see> that represents the given DMTF time interval.</returns>
  713.             <param name="dmtfTimespan">A string representation of the DMTF time interval.</param>
  714.         </member>
  715.         <member name="T:System.Management.ManagementEventArgs">
  716.             <summary>Represents the virtual base class to hold event data for WMI events.          </summary>
  717.         </member>
  718.         <member name="P:System.Management.ManagementEventArgs.Context">
  719.             <summary>Gets the operation context echoed back                   from the operation that triggered the event.          </summary>
  720.             <returns>Returns an <see cref="T:System.Object"></see> value for an operation context.</returns>
  721.         </member>
  722.         <member name="T:System.Management.ManagementEventWatcher">
  723.             <summary>Subscribes to temporary event notifications based on a specified event query.          </summary>
  724.         </member>
  725.         <member name="M:System.Management.ManagementEventWatcher.#ctor">
  726.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementEventWatcher"></see> class. For further initialization, set the properties on the object. This is the default constructor.          </summary>
  727.         </member>
  728.         <member name="M:System.Management.ManagementEventWatcher.#ctor(System.Management.EventQuery)">
  729.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementEventWatcher"></see> class when given a WMI event query.          </summary>
  730.             <param name="query">An <see cref="T:System.Management.EventQuery"></see> representing a WMI event query, which determines the events for which the watcher will listen.</param>
  731.         </member>
  732.         <member name="M:System.Management.ManagementEventWatcher.#ctor(System.String)">
  733.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementEventWatcher"></see> class when given a WMI event query in the form of a string.          </summary>
  734.             <param name="query"> A WMI event query, which defines the events for which the watcher will listen.</param>
  735.         </member>
  736.         <member name="M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery)">
  737.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementEventWatcher"></see>              class that listens for events conforming to the given WMI event query.          </summary>
  738.             <param name="scope">A <see cref="T:System.Management.ManagementScope"></see> representing the scope (namespace) in which the watcher will listen for events.</param>
  739.             <param name="query">An <see cref="T:System.Management.EventQuery"></see> representing a WMI event query, which determines the events for which the watcher will listen.  </param>
  740.         </member>
  741.         <member name="M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String)">
  742.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementEventWatcher"></see> class that listens for events conforming to the given WMI event query. For this variant, the query and the scope are specified as strings.          </summary>
  743.             <param name="scope">The management scope (namespace) in which the watcher will listen for events.</param>
  744.             <param name="query">The query that defines the events for which the watcher will listen. </param>
  745.         </member>
  746.         <member name="M:System.Management.ManagementEventWatcher.#ctor(System.Management.ManagementScope,System.Management.EventQuery,System.Management.EventWatcherOptions)">
  747.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementEventWatcher"></see> class that listens for events conforming to the given WMI event query, according to the specified options. For this variant, the query and the scope are specified objects. The options object can specify options such as time-out and context information.          </summary>
  748.             <param name="scope">A <see cref="T:System.Management.ManagementScope"></see> representing the scope (namespace) in which the watcher will listen for events.</param>
  749.             <param name="query">An <see cref="T:System.Management.EventQuery"></see> representing a WMI event query, which determines the events for which the watcher will listen. </param>
  750.             <param name="options">An <see cref="T:System.Management.EventWatcherOptions"></see> representing additional options used to watch for events. </param>
  751.         </member>
  752.         <member name="M:System.Management.ManagementEventWatcher.#ctor(System.String,System.String,System.Management.EventWatcherOptions)">
  753.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementEventWatcher"></see> class that listens for events conforming to the given WMI event query, according to the specified options. For this variant, the query and the scope are specified as strings. The options object can specify options such as a time-out and context information.          </summary>
  754.             <param name="scope">The management scope (namespace) in which the watcher will listen for events.</param>
  755.             <param name="query">The query that defines the events for which the watcher will listen.  </param>
  756.             <param name="options">An <see cref="T:System.Management.EventWatcherOptions"></see> representing additional options used to watch for events. </param>
  757.         </member>
  758.         <member name="E:System.Management.ManagementEventWatcher.EventArrived">
  759.             <summary>Occurs when a new event arrives.</summary>
  760.         </member>
  761.         <member name="E:System.Management.ManagementEventWatcher.Stopped">
  762.             <summary>Occurs when a subscription is canceled.</summary>
  763.         </member>
  764.         <member name="M:System.Management.ManagementEventWatcher.Finalize">
  765.             <summary>Ensures that outstanding calls are cleared. This is the destructor for the object. In C#, finalizers are expressed using destructor syntax. </summary>
  766.         </member>
  767.         <member name="M:System.Management.ManagementEventWatcher.Start">
  768.             <summary>Subscribes to events with the given query and delivers them, asynchronously, through the <see cref="E:System.Management.ManagementEventWatcher.EventArrived"></see> event.          </summary>
  769.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  770.         </member>
  771.         <member name="M:System.Management.ManagementEventWatcher.Stop">
  772.             <summary>Cancels the subscription whether it is synchronous or asynchronous.          </summary>
  773.             <PermissionSet><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" /></PermissionSet>
  774.         </member>
  775.         <member name="M:System.Management.ManagementEventWatcher.WaitForNextEvent">
  776.             <summary>Waits for the next event that matches the specified query to arrive, and then returns it.          </summary>
  777.             <returns>A <see cref="T:System.Management.ManagementBaseObject"></see> representing the newly arrived event.</returns>
  778.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  779.         </member>
  780.         <member name="P:System.Management.ManagementEventWatcher.Options">
  781.             <summary>Gets or sets the options used to watch for events. </summary>
  782.             <returns>Returns an <see cref="T:System.Management.EventWatcherOptions"></see> that contains the event options used to watch for events.</returns>
  783.             <PermissionSet><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" /></PermissionSet>
  784.         </member>
  785.         <member name="P:System.Management.ManagementEventWatcher.Query">
  786.             <summary>Gets or sets the criteria to apply to events.      </summary>
  787.             <returns>Returns an <see cref="T:System.Management.EventQuery"></see> that contains the query to apply to events.</returns>
  788.             <PermissionSet><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" /></PermissionSet>
  789.         </member>
  790.         <member name="P:System.Management.ManagementEventWatcher.Scope">
  791.             <summary>Gets or sets the scope in which to watch for events (namespace or scope).      </summary>
  792.             <returns>Returns a <see cref="T:System.Management.ManagementScope"></see> that contains the scope the in which to watch for events.</returns>
  793.             <PermissionSet><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" /></PermissionSet>
  794.         </member>
  795.         <member name="T:System.Management.ManagementException">
  796.             <summary>Represents management exceptions.          </summary>
  797.         </member>
  798.         <member name="M:System.Management.ManagementException.#ctor">
  799.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementException"></see> class.          </summary>
  800.         </member>
  801.         <member name="M:System.Management.ManagementException.#ctor(System.String)">
  802.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementException"></see>              class with a specified error message.          </summary>
  803.             <param name="message">The message that describes the error. </param>
  804.         </member>
  805.         <member name="M:System.Management.ManagementException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  806.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementException"></see> class that is serializable.          </summary>
  807.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> destination for this serialization.</param>
  808.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
  809.         </member>
  810.         <member name="M:System.Management.ManagementException.#ctor(System.String,System.Exception)">
  811.             <summary>Initializes an empty new instance of the <see cref="T:System.Management.ManagementException"></see> class. If the innerException              parameter is not a null reference (Nothing in Visual Basic .NET), the current exception is raised in a catch block that handles the inner exception.          </summary>
  812.             <param name="message">The message that describes the error. </param>
  813.             <param name="innerException">The exception that is the cause of the current exception.</param>
  814.         </member>
  815.         <member name="M:System.Management.ManagementException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  816.             <summary>Populates the <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data needed to serialize the <see cref="T:System.Management.ManagementException"></see>.          </summary>
  817.             <param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"></see> destination for this serialization.</param>
  818.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
  819.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="*AllFiles*" PathDiscovery="*AllFiles*" /><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="SerializationFormatter" /></PermissionSet>
  820.         </member>
  821.         <member name="P:System.Management.ManagementException.ErrorCode">
  822.             <summary>Gets the error code reported by WMI, which caused this exception.          </summary>
  823.             <returns>Returns a <see cref="T:System.Management.ManagementStatus"></see> enumeration value that contains the error code.</returns>
  824.         </member>
  825.         <member name="P:System.Management.ManagementException.ErrorInformation">
  826.             <summary>Gets the extended error object provided by WMI.          </summary>
  827.             <returns>Returns a <see cref="T:System.Management.ManagementBaseObject"></see> that contains extended error information.</returns>
  828.         </member>
  829.         <member name="T:System.Management.ManagementNamedValueCollection">
  830.             <summary>Represents a collection of named values suitable for use as context information to WMI operations. The names are case-insensitive.          </summary>
  831.         </member>
  832.         <member name="M:System.Management.ManagementNamedValueCollection.#ctor">
  833.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementNamedValueCollection"></see> class, which is empty. This is the default constructor.          </summary>
  834.         </member>
  835.         <member name="M:System.Management.ManagementNamedValueCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  836.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementNamedValueCollection"></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>
  837.             <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see> ) for this serialization.</param>
  838.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data.</param>
  839.         </member>
  840.         <member name="M:System.Management.ManagementNamedValueCollection.Add(System.String,System.Object)">
  841.             <summary>Adds a single-named value to the collection.          </summary>
  842.             <param name="name">The name of the new value.</param>
  843.             <param name="value">The value to be associated with the name.</param>
  844.         </member>
  845.         <member name="M:System.Management.ManagementNamedValueCollection.Clone">
  846.             <summary>Creates a clone of the collection. Individual values are cloned. If a value does not support cloning, then a <see cref="T:System.NotSupportedException"></see> is thrown.           </summary>
  847.             <returns>The new copy of the collection.             </returns>
  848.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  849.         </member>
  850.         <member name="M:System.Management.ManagementNamedValueCollection.Remove(System.String)">
  851.             <summary>Removes a single-named value from the collection. If the collection does not contain an element with the specified name, the collection remains unchanged and no exception is thrown.          </summary>
  852.             <param name="name">The name of the value to be removed. </param>
  853.         </member>
  854.         <member name="M:System.Management.ManagementNamedValueCollection.RemoveAll">
  855.             <summary>Removes all entries from the collection.          </summary>
  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.Management.ManagementNamedValueCollection.Item(System.String)">
  859.             <summary>Gets the value associated with the specified name from this collection. In C#, this property is the indexer for the <see cref="T:System.Management.ManagementNamedValueCollection"></see> class.  </summary>
  860.             <returns>Returns an <see cref="T:System.Object"></see> value that is associated with the specified name from this collection.</returns>
  861.             <param name="name">The name of the value to be returned. </param>
  862.         </member>
  863.         <member name="T:System.Management.ManagementObject">
  864.             <summary>Represents a WMI instance. </summary>
  865.         </member>
  866.         <member name="M:System.Management.ManagementObject.#ctor">
  867.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObject"></see> class. This is the default constructor.</summary>
  868.         </member>
  869.         <member name="M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath)">
  870.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObject"></see> class for the specified WMI object path. The path is provided as a <see cref="T:System.Management.ManagementPath"></see>.</summary>
  871.             <param name="path">A <see cref="T:System.Management.ManagementPath"></see> that contains a path to a WMI object. </param>
  872.         </member>
  873.         <member name="M:System.Management.ManagementObject.#ctor(System.String)">
  874.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObject"></see> class for the specified WMI object path. The path is provided as a string.</summary>
  875.             <param name="path">A WMI path. </param>
  876.         </member>
  877.         <member name="M:System.Management.ManagementObject.#ctor(System.Management.ManagementPath,System.Management.ObjectGetOptions)">
  878.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObject"></see> class bound to the specified WMI path, including the specified additional options.</summary>
  879.             <param name="options">An <see cref="T:System.Management.ObjectGetOptions"></see> containing additional options for binding to the WMI object. This parameter could be null if default options are to be used. </param>
  880.             <param name="path">A <see cref="T:System.Management.ManagementPath"></see> containing the WMI path. </param>
  881.         </member>
  882.         <member name="M:System.Management.ManagementObject.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  883.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObject"></see> class that is serializable.</summary>
  884.             <param name="context">The destination (see <see cref="T:System.Runtime.Serialization.StreamingContext"></see>) for this serialization. </param>
  885.             <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> to populate with data. </param>
  886.         </member>
  887.         <member name="M:System.Management.ManagementObject.#ctor(System.String,System.Management.ObjectGetOptions)">
  888.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObject"></see> class bound to the specified WMI path, including the specified additional options. In this variant, the path can be specified as a string.</summary>
  889.             <param name="options">An <see cref="T:System.Management.ObjectGetOptions"></see> representing options to get the specified WMI object. </param>
  890.             <param name="path">The WMI path to the object. </param>
  891.         </member>
  892.         <member name="M:System.Management.ManagementObject.#ctor(System.Management.ManagementScope,System.Management.ManagementPath,System.Management.ObjectGetOptions)">
  893.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObject"></see> class bound to the specified WMI path that includes the specified options.</summary>
  894.             <param name="scope">A <see cref="T:System.Management.ManagementScope"></see> representing the scope in which the WMI object resides. In this version, scopes can only be WMI namespaces. </param>
  895.             <param name="options">An <see cref="T:System.Management.ObjectGetOptions"></see> specifying additional options for getting the object. </param>
  896.             <param name="path">A <see cref="T:System.Management.ManagementPath"></see> representing the WMI path to the manageable object. </param>
  897.         </member>
  898.         <member name="M:System.Management.ManagementObject.#ctor(System.String,System.String,System.Management.ObjectGetOptions)">
  899.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObject"></see> class bound to the specified WMI path, and includes the specified options. The scope and the path are specified as strings.</summary>
  900.             <param name="scopeString">The scope for the WMI object. </param>
  901.             <param name="options">An <see cref="T:System.Management.ObjectGetOptions"></see> representing additional options for getting the WMI object. </param>
  902.             <param name="pathString">The WMI object path. </param>
  903.         </member>
  904.         <member name="M:System.Management.ManagementObject.Clone">
  905.             <summary>Creates a copy of the object.</summary>
  906.             <returns>The copied object.</returns>
  907.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  908.         </member>
  909.         <member name="M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath)">
  910.             <summary>Copies the object to a different location.</summary>
  911.             <returns>The new path of the copied object.</returns>
  912.             <param name="path">The <see cref="T:System.Management.ManagementPath"></see> to which the object should be copied. </param>
  913.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  914.         </member>
  915.         <member name="M:System.Management.ManagementObject.CopyTo(System.String)">
  916.             <summary>Copies the object to a different location.</summary>
  917.             <returns>The new path of the copied object.</returns>
  918.             <param name="path">The path to which the object should be copied. </param>
  919.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  920.         </member>
  921.         <member name="M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath)">
  922.             <summary>Copies the object to a different location, asynchronously.</summary>
  923.             <param name="watcher">The object that will receive the results of the operation. </param>
  924.             <param name="path">A <see cref="T:System.Management.ManagementPath"></see> specifying the path to which the object should be copied. </param>
  925.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  926.         </member>
  927.         <member name="M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String)">
  928.             <summary>Copies the object to a different location, asynchronously.</summary>
  929.             <param name="watcher">The object that will receive the results of the operation. </param>
  930.             <param name="path">The path to which the object should be copied. </param>
  931.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  932.         </member>
  933.         <member name="M:System.Management.ManagementObject.CopyTo(System.Management.ManagementPath,System.Management.PutOptions)">
  934.             <summary>Copies the object to a different location.</summary>
  935.             <returns>The new path of the copied object.</returns>
  936.             <param name="options">The options for how the object should be put. </param>
  937.             <param name="path">The <see cref="T:System.Management.ManagementPath"></see> to which the object should be copied. </param>
  938.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  939.         </member>
  940.         <member name="M:System.Management.ManagementObject.CopyTo(System.String,System.Management.PutOptions)">
  941.             <summary>Copies the object to a different location.</summary>
  942.             <returns>The new path of the copied object.</returns>
  943.             <param name="options">The options for how the object should be put. </param>
  944.             <param name="path">The path to which the object should be copied. </param>
  945.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  946.         </member>
  947.         <member name="M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.Management.ManagementPath,System.Management.PutOptions)">
  948.             <summary>Copies the object to a different location, asynchronously.</summary>
  949.             <param name="watcher">The object that will receive the results of the operation. </param>
  950.             <param name="options">The options for how the object should be put. </param>
  951.             <param name="path">The path to which the object should be copied. </param>
  952.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  953.         </member>
  954.         <member name="M:System.Management.ManagementObject.CopyTo(System.Management.ManagementOperationObserver,System.String,System.Management.PutOptions)">
  955.             <summary>Copies the object to a different location, asynchronously.</summary>
  956.             <param name="watcher">The object that will receive the results of the operation. </param>
  957.             <param name="options">The options for how the object should be put. </param>
  958.             <param name="path">The path to which the object should be copied. </param>
  959.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  960.         </member>
  961.         <member name="M:System.Management.ManagementObject.Delete">
  962.             <summary>Deletes the object.</summary>
  963.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  964.         </member>
  965.         <member name="M:System.Management.ManagementObject.Delete(System.Management.DeleteOptions)">
  966.             <summary>Deletes the object.</summary>
  967.             <param name="options">The options for how to delete the object. </param>
  968.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  969.         </member>
  970.         <member name="M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver)">
  971.             <summary>Deletes the object.</summary>
  972.             <param name="watcher">The object that will receive the results of the operation. </param>
  973.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  974.         </member>
  975.         <member name="M:System.Management.ManagementObject.Delete(System.Management.ManagementOperationObserver,System.Management.DeleteOptions)">
  976.             <summary>Deletes the object.</summary>
  977.             <param name="watcher">The object that will receive the results of the operation. </param>
  978.             <param name="options">The options for how to delete the object. </param>
  979.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  980.         </member>
  981.         <member name="M:System.Management.ManagementObject.Get">
  982.             <summary>Binds WMI class information to the management object.</summary>
  983.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  984.         </member>
  985.         <member name="M:System.Management.ManagementObject.Get(System.Management.ManagementOperationObserver)">
  986.             <summary>Binds to the management object asynchronously.</summary>
  987.             <param name="watcher">The object to receive the results of the operation as events. </param>
  988.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  989.         </member>
  990.         <member name="M:System.Management.ManagementObject.GetMethodParameters(System.String)">
  991.             <summary>Returns a <see cref="T:System.Management.ManagementBaseObject"></see> representing the list of input parameters for a method.</summary>
  992.             <returns>A <see cref="T:System.Management.ManagementBaseObject"></see> containing the input parameters to the method.</returns>
  993.             <param name="methodName">The name of the method. </param>
  994.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  995.         </member>
  996.         <member name="M:System.Management.ManagementObject.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
  997.             <summary>Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"></see> with the data necessary to deserialize the field represented by this instance.          </summary>
  998.             <param name="context">The location where serialized data will be stored and retrieved.</param>
  999.             <param name="info">The object to be populated with serialization information.</param>
  1000.         </member>
  1001.         <member name="M:System.Management.ManagementObject.GetRelated">
  1002.             <summary>Gets a collection of objects related to the object (associators).</summary>
  1003.             <returns>A <see cref="T:System.Management.ManagementObjectCollection"></see> containing the related objects.</returns>
  1004.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1005.         </member>
  1006.         <member name="M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver)">
  1007.             <summary>Gets a collection of objects related to the object (associators) asynchronously. This call returns immediately, and a delegate is called when the results are available.</summary>
  1008.             <param name="watcher">The object to use to return results. </param>
  1009.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1010.         </member>
  1011.         <member name="M:System.Management.ManagementObject.GetRelated(System.String)">
  1012.             <summary>Gets a collection of objects related to the object (associators).</summary>
  1013.             <returns>A <see cref="T:System.Management.ManagementObjectCollection"></see> containing the related objects.</returns>
  1014.             <param name="relatedClass">A class of related objects. </param>
  1015.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1016.         </member>
  1017.         <member name="M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String)">
  1018.             <summary>Gets a collection of objects related to the object (associators).</summary>
  1019.             <param name="relatedClass">The class of related objects. </param>
  1020.             <param name="watcher">The object to use to return results. </param>
  1021.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1022.         </member>
  1023.         <member name="M:System.Management.ManagementObject.GetRelated(System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)">
  1024.             <summary>Gets a collection of objects related to the object (associators).</summary>
  1025.             <returns>A <see cref="T:System.Management.ManagementObjectCollection"></see> containing the related objects.</returns>
  1026.             <param name="relationshipClass">The relationship class of interest. </param>
  1027.             <param name="relatedQualifier">The qualifier required to be present on the related class. </param>
  1028.             <param name="relatedRole">The role that the related class is playing in the relationship. </param>
  1029.             <param name="relatedClass">The class of the related objects. </param>
  1030.             <param name="relationshipQualifier">The qualifier required to be present on the relationship class. </param>
  1031.             <param name="options">Extended options for how to execute the query. </param>
  1032.             <param name="classDefinitionsOnly">When this method returns, it contains only class definitions for the instances that match the query. </param>
  1033.             <param name="thisRole">The role that this class is playing in the relationship. </param>
  1034.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1035.         </member>
  1036.         <member name="M:System.Management.ManagementObject.GetRelated(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)">
  1037.             <summary>Gets a collection of objects related to the object (associators).</summary>
  1038.             <param name="relationshipClass">The relationship class of interest. </param>
  1039.             <param name="relatedQualifier">The qualifier required to be present on the related class. </param>
  1040.             <param name="relatedRole">The role that the related class is playing in the relationship. </param>
  1041.             <param name="relatedClass">The class of the related objects. </param>
  1042.             <param name="watcher">The object to use to return results. </param>
  1043.             <param name="relationshipQualifier">The qualifier required to be present on the relationship class. </param>
  1044.             <param name="options">Extended options for how to execute the query. </param>
  1045.             <param name="classDefinitionsOnly">Return only class definitions for the instances that match the query. </param>
  1046.             <param name="thisRole">The role that this class is playing in the relationship. </param>
  1047.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1048.         </member>
  1049.         <member name="M:System.Management.ManagementObject.GetRelationships">
  1050.             <summary>Gets a collection of associations to the object.</summary>
  1051.             <returns>A <see cref="T:System.Management.ManagementObjectCollection"></see> containing the association objects.</returns>
  1052.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1053.         </member>
  1054.         <member name="M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver)">
  1055.             <summary>Gets a collection of associations to the object.</summary>
  1056.             <param name="watcher">The object to use to return results. </param>
  1057.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1058.         </member>
  1059.         <member name="M:System.Management.ManagementObject.GetRelationships(System.String)">
  1060.             <summary>Gets a collection of associations to the object.</summary>
  1061.             <returns>A <see cref="T:System.Management.ManagementObjectCollection"></see> containing the association objects.</returns>
  1062.             <param name="relationshipClass">The associations to include. </param>
  1063.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1064.         </member>
  1065.         <member name="M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String)">
  1066.             <summary>Gets a collection of associations to the object.</summary>
  1067.             <param name="relationshipClass">The associations to include. </param>
  1068.             <param name="watcher">The object to use to return results. </param>
  1069.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1070.         </member>
  1071.         <member name="M:System.Management.ManagementObject.GetRelationships(System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)">
  1072.             <summary>Gets a collection of associations to the object.</summary>
  1073.             <returns>A <see cref="T:System.Management.ManagementObjectCollection"></see> containing the association objects.</returns>
  1074.             <param name="relationshipClass">The type of relationship of interest. </param>
  1075.             <param name="relationshipQualifier">The qualifier to be present on the relationship. </param>
  1076.             <param name="options">The extended options for the query execution. </param>
  1077.             <param name="classDefinitionsOnly">When this method returns, it contains only the class definitions for the result set. </param>
  1078.             <param name="thisRole">The role of this object in the relationship. </param>
  1079.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1080.         </member>
  1081.         <member name="M:System.Management.ManagementObject.GetRelationships(System.Management.ManagementOperationObserver,System.String,System.String,System.String,System.Boolean,System.Management.EnumerationOptions)">
  1082.             <summary>Gets a collection of associations to the object.</summary>
  1083.             <param name="relationshipClass">The type of relationship of interest. </param>
  1084.             <param name="watcher">The object to use to return results. </param>
  1085.             <param name="relationshipQualifier">The qualifier to be present on the relationship. </param>
  1086.             <param name="options">The extended options for the query execution. </param>
  1087.             <param name="classDefinitionsOnly">When this method returns, it contains only the class definitions for the result set. </param>
  1088.             <param name="thisRole">The role of this object in the relationship. </param>
  1089.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1090.         </member>
  1091.         <member name="M:System.Management.ManagementObject.InvokeMethod(System.String,System.Object[])">
  1092.             <summary>Invokes a method on the object.</summary>
  1093.             <returns>The object value returned by the method.</returns>
  1094.             <param name="args">An array containing parameter values. </param>
  1095.             <param name="methodName">The name of the method to execute. </param>
  1096.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1097.         </member>
  1098.         <member name="M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Object[])">
  1099.             <summary>Invokes a method on the object, asynchronously.</summary>
  1100.             <param name="watcher">The object to receive the results of the operation. </param>
  1101.             <param name="args">An array containing parameter values. </param>
  1102.             <param name="methodName">The name of the method to execute. </param>
  1103.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1104.         </member>
  1105.         <member name="M:System.Management.ManagementObject.InvokeMethod(System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)">
  1106.             <summary>Invokes a method on the WMI object. The input and output parameters are represented as <see cref="T:System.Management.ManagementBaseObject"></see> objects.</summary>
  1107.             <returns>A <see cref="T:System.Management.ManagementBaseObject"></see> containing the output parameters and return value of the executed method.</returns>
  1108.             <param name="inParameters">A <see cref="T:System.Management.ManagementBaseObject"></see> holding the input parameters to the method. </param>
  1109.             <param name="methodName">The name of the method to execute. </param>
  1110.             <param name="options">An <see cref="T:System.Management.InvokeMethodOptions"></see> containing additional options for the execution of the method. </param>
  1111.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1112.         </member>
  1113.         <member name="M:System.Management.ManagementObject.InvokeMethod(System.Management.ManagementOperationObserver,System.String,System.Management.ManagementBaseObject,System.Management.InvokeMethodOptions)">
  1114.             <summary>Invokes a method on the object, asynchronously.</summary>
  1115.             <param name="inParameters">A <see cref="T:System.Management.ManagementBaseObject"></see> containing the input parameters for the method. </param>
  1116.             <param name="watcher">A <see cref="T:System.Management.ManagementOperationObserver"></see> used to handle the asynchronous execution's progress and results. </param>
  1117.             <param name="methodName">The name of the method to be executed. </param>
  1118.             <param name="options">An <see cref="T:System.Management.InvokeMethodOptions"></see> containing additional options used to execute the method. </param>
  1119.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1120.         </member>
  1121.         <member name="M:System.Management.ManagementObject.Put">
  1122.             <summary>Commits the changes to the object.</summary>
  1123.             <returns>A <see cref="T:System.Management.ManagementPath"></see> containing the path to the committed object.</returns>
  1124.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1125.         </member>
  1126.         <member name="M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver)">
  1127.             <summary>Commits the changes to the object, asynchronously.</summary>
  1128.             <param name="watcher">A <see cref="T:System.Management.ManagementOperationObserver"></see> used to handle the progress and results of the asynchronous operation. </param>
  1129.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1130.         </member>
  1131.         <member name="M:System.Management.ManagementObject.Put(System.Management.PutOptions)">
  1132.             <summary>Commits the changes to the object.</summary>
  1133.             <returns>A <see cref="T:System.Management.ManagementPath"></see> containing the path to the committed object.</returns>
  1134.             <param name="options">The options for how to commit the changes. </param>
  1135.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1136.         </member>
  1137.         <member name="M:System.Management.ManagementObject.Put(System.Management.ManagementOperationObserver,System.Management.PutOptions)">
  1138.             <summary>Commits the changes to the object asynchronously and using the specified options.</summary>
  1139.             <param name="watcher">A <see cref="T:System.Management.ManagementOperationObserver"></see> used to handle the progress and results of the asynchronous operation. </param>
  1140.             <param name="options">A <see cref="T:System.Management.PutOptions"></see> used to specify additional options for the commit operation. </param>
  1141.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1142.         </member>
  1143.         <member name="M:System.Management.ManagementObject.ToString">
  1144.             <summary>Returns the full path of the object. This is an override of the default object implementation.</summary>
  1145.             <returns>The full path of the object.</returns>
  1146.             <PermissionSet><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" /></PermissionSet>
  1147.         </member>
  1148.         <member name="P:System.Management.ManagementObject.ClassPath">
  1149.             <summary>Gets or sets the path to the object's class.</summary>
  1150.             <returns>A <see cref="T:System.Management.ManagementPath"></see> representing the path to the object's class.</returns>
  1151.             <PermissionSet><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" /></PermissionSet>
  1152.         </member>
  1153.         <member name="P:System.Management.ManagementObject.Options">
  1154.             <summary>Gets or sets additional information to use when retrieving the object.</summary>
  1155.             <returns>An <see cref="T:System.Management.ObjectGetOptions"></see> to use when retrieving the object.</returns>
  1156.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1157.         </member>
  1158.         <member name="P:System.Management.ManagementObject.Path">
  1159.             <summary>Gets or sets the object's WMI path.</summary>
  1160.             <returns>A <see cref="T:System.Management.ManagementPath"></see> representing the object's path.</returns>
  1161.             <PermissionSet><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" /></PermissionSet>
  1162.         </member>
  1163.         <member name="P:System.Management.ManagementObject.Scope">
  1164.             <summary>Gets or sets the scope in which this object resides.</summary>
  1165.             <returns>A <see cref="T:System.Management.ManagementScope"></see>.</returns>
  1166.             <PermissionSet><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" /></PermissionSet>
  1167.         </member>
  1168.         <member name="T:System.Management.ManagementObjectCollection">
  1169.             <summary>Represents different collections of management objects retrieved through WMI. The objects in this collection are of <see cref="T:System.Management.ManagementBaseObject"></see>-derived types, including <see cref="T:System.Management.ManagementObject"></see> and <see cref="T:System.Management.ManagementClass"></see>. The collection can be the result of a WMI query executed through a <see cref="T:System.Management.ManagementObjectSearcher"></see>, or an enumeration of management objects of a specified type retrieved through a <see cref="T:System.Management.ManagementClass"></see> representing that type. In addition, this can be a collection of management objects related in a specified way to a specific management object - in this case the collection would be retrieved through a method such as <see cref="M:System.Management.ManagementObject.GetRelated"></see>. The collection can be walked using the <see cref="T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator"></see> and objects in it can be inspected or manipulated for various management tasks.                 </summary>
  1170.         </member>
  1171.         <member name="M:System.Management.ManagementObjectCollection.CopyTo(System.Array,System.Int32)">
  1172.             <summary>Copies the collection to an array.          </summary>
  1173.             <param name="array">An array to copy to. </param>
  1174.             <param name="index">The index to start from. </param>
  1175.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1176.         </member>
  1177.         <member name="M:System.Management.ManagementObjectCollection.CopyTo(System.Management.ManagementBaseObject[],System.Int32)">
  1178.             <summary>Copies the items in the collection to a <see cref="T:System.Management.ManagementBaseObject"></see> array.          </summary>
  1179.             <param name="objectCollection">The target array.</param>
  1180.             <param name="index">The index to start from. </param>
  1181.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1182.         </member>
  1183.         <member name="M:System.Management.ManagementObjectCollection.Dispose">
  1184.             <summary>Releases resources associated with this object. After this method has been called, an attempt to use this object will result in an <see cref="T:System.ObjectDisposedException"></see> being thrown.                       </summary>
  1185.         </member>
  1186.         <member name="M:System.Management.ManagementObjectCollection.Finalize">
  1187.             <summary>Disposes of resources the object is holding. This is the destructor for the object. Finalizers are expressed using destructor syntax. </summary>
  1188.         </member>
  1189.         <member name="M:System.Management.ManagementObjectCollection.GetEnumerator">
  1190.             <summary>Returns the enumerator for the collection.          </summary>
  1191.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  1192.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1193.         </member>
  1194.         <member name="M:System.Management.ManagementObjectCollection.System.Collections.IEnumerable.GetEnumerator">
  1195.             <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> that iterates through the <see cref="T:System.Management.ManagementObjectCollection"></see>.</summary>
  1196.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Management.ManagementObjectCollection"></see>.</returns>
  1197.         </member>
  1198.         <member name="P:System.Management.ManagementObjectCollection.Count">
  1199.             <summary>Gets a value indicating the number of objects in the collection.          </summary>
  1200.             <returns>Returns an <see cref="T:System.Int32"></see> value indicating the number of objects in the collection.</returns>
  1201.             <PermissionSet><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" /></PermissionSet>
  1202.         </member>
  1203.         <member name="P:System.Management.ManagementObjectCollection.IsSynchronized">
  1204.             <summary>Gets a value indicating whether the object is synchronized.          </summary>
  1205.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the object is synchronized.</returns>
  1206.         </member>
  1207.         <member name="P:System.Management.ManagementObjectCollection.SyncRoot">
  1208.             <summary>Gets the object to be used for synchronization.          </summary>
  1209.             <returns>Returns an <see cref="T:System.Object"></see> value that represents the object to be used for synchronization.</returns>
  1210.         </member>
  1211.         <member name="T:System.Management.ManagementObjectCollection.ManagementObjectEnumerator">
  1212.             <summary>Represents the enumerator on the collection. </summary>
  1213.         </member>
  1214.         <member name="M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Dispose">
  1215.             <summary>Releases resources associated with this object. After this method has been called, an attempt to use this object will result in an <see cref="T:System.ObjectDisposedException"></see> exception being thrown.</summary>
  1216.         </member>
  1217.         <member name="M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Finalize">
  1218.             <summary>Disposes of resources the object is holding. This is the destructor for the object. Finalizers are expressed using destructor syntax.</summary>
  1219.         </member>
  1220.         <member name="M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext">
  1221.             <summary>Indicates whether the enumerator has moved to the next object in the enumeration.</summary>
  1222.             <returns>true, if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  1223.         </member>
  1224.         <member name="M:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Reset">
  1225.             <summary>Resets the enumerator to the beginning of the collection.</summary>
  1226.         </member>
  1227.         <member name="P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.Current">
  1228.             <summary>Gets the current <see cref="T:System.Management.ManagementBaseObject"></see> that this enumerator points to.</summary>
  1229.             <returns>The current object in the enumeration.</returns>
  1230.         </member>
  1231.         <member name="P:System.Management.ManagementObjectCollection.ManagementObjectEnumerator.System.Collections.IEnumerator.Current">
  1232.             <summary>Gets the current object in the collection.</summary>
  1233.             <returns>Returns the current element in the collection.</returns>
  1234.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  1235.         </member>
  1236.         <member name="T:System.Management.ManagementObjectSearcher">
  1237.             <summary>Retrieves a collection of management objects based on a specified query. This class is one of the more commonly used entry points to retrieving management information. For example, it can be used to enumerate all disk drives, network adapters, processes and many more management objects on a system, or to query for all network connections that are up, services that are paused, and so on.  When instantiated, an instance of this class takes as input a WMI query represented in an <see cref="T:System.Management.ObjectQuery"></see> or its derivatives, and optionally a <see cref="T:System.Management.ManagementScope"></see> representing the WMI namespace to execute the query in. It can also take additional advanced options in an <see cref="T:System.Management.EnumerationOptions"></see>. When the <see cref="M:System.Management.ManagementObjectSearcher.Get"></see> method on this object                   is invoked, the <see cref="T:System.Management.ManagementObjectSearcher"></see> executes the given query in the specified scope and returns a collection of management objects that match the query in a <see cref="T:System.Management.ManagementObjectCollection"></see>. </summary>
  1238.         </member>
  1239.         <member name="M:System.Management.ManagementObjectSearcher.#ctor">
  1240.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObjectSearcher"></see> class. After some properties on this object are set, the object can be used to invoke a query for management information. This is the default constructor.          </summary>
  1241.         </member>
  1242.         <member name="M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ObjectQuery)">
  1243.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObjectSearcher"></see> class used to invoke the specified query for management information.          </summary>
  1244.             <param name="query">An <see cref="T:System.Management.ObjectQuery"></see> representing the query to be invoked by the searcher.</param>
  1245.         </member>
  1246.         <member name="M:System.Management.ManagementObjectSearcher.#ctor(System.String)">
  1247.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObjectSearcher"></see> class used to invoke the specified query for management information.          </summary>
  1248.             <param name="queryString">The WMI query to be invoked by the object.</param>
  1249.         </member>
  1250.         <member name="M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery)">
  1251.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObjectSearcher"></see> class used to invoke the specified query in the specified scope.          </summary>
  1252.             <param name="scope">A <see cref="T:System.Management.ManagementScope"></see> representing the scope in which to invoke the query.</param>
  1253.             <param name="query">An <see cref="T:System.Management.ObjectQuery"></see> representing the query to be invoked. </param>
  1254.         </member>
  1255.         <member name="M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String)">
  1256.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObjectSearcher"></see> class used to invoke the specified query in the specified scope.          </summary>
  1257.             <param name="scope">The scope in which to query.</param>
  1258.             <param name="queryString">The query to be invoked.  </param>
  1259.         </member>
  1260.         <member name="M:System.Management.ManagementObjectSearcher.#ctor(System.Management.ManagementScope,System.Management.ObjectQuery,System.Management.EnumerationOptions)">
  1261.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObjectSearcher"></see> class to be used to invoke the specified query in the specified scope, with the specified options.          </summary>
  1262.             <param name="scope">A <see cref="T:System.Management.ManagementScope"></see> specifying the scope of the query.</param>
  1263.             <param name="query">An <see cref="T:System.Management.ObjectQuery"></see> specifying the query to be invoked. </param>
  1264.             <param name="options">An <see cref="T:System.Management.EnumerationOptions"></see> specifying additional options to be used for the query. </param>
  1265.         </member>
  1266.         <member name="M:System.Management.ManagementObjectSearcher.#ctor(System.String,System.String,System.Management.EnumerationOptions)">
  1267.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementObjectSearcher"></see> class used to invoke the specified query, in the specified scope, and with the specified options.          </summary>
  1268.             <param name="scope">The scope in which the query should be invoked.</param>
  1269.             <param name="queryString">The query to be invoked. </param>
  1270.             <param name="options">An <see cref="T:System.Management.EnumerationOptions"></see> specifying additional options for the query.  </param>
  1271.         </member>
  1272.         <member name="M:System.Management.ManagementObjectSearcher.Get">
  1273.             <summary>Invokes the specified WMI query and returns the resulting collection.          </summary>
  1274.             <returns>A <see cref="T:System.Management.ManagementObjectCollection"></see> containing the objects that match the specified query.</returns>
  1275.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1276.         </member>
  1277.         <member name="M:System.Management.ManagementObjectSearcher.Get(System.Management.ManagementOperationObserver)">
  1278.             <summary>Invokes the WMI query asynchronously, and binds to a watcher to deliver the results.          </summary>
  1279.             <param name="watcher">The watcher that raises events triggered by the operation. </param>
  1280.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1281.         </member>
  1282.         <member name="P:System.Management.ManagementObjectSearcher.Options">
  1283.             <summary>Gets or sets the options for how to search for objects.          </summary>
  1284.             <returns>Returns an <see cref="T:System.Management.EnumerationOptions"></see> that contains the options for searching for WMI objects.</returns>
  1285.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1286.         </member>
  1287.         <member name="P:System.Management.ManagementObjectSearcher.Query">
  1288.             <summary>Gets or sets the query to be invoked in the searcher (that is, the criteria to be applied to the search for management objects).          </summary>
  1289.             <returns>Returns an <see cref="T:System.Management.ObjectQuery"></see> that contains the query to be invoked in the searcher.</returns>
  1290.         </member>
  1291.         <member name="P:System.Management.ManagementObjectSearcher.Scope">
  1292.             <summary>Gets or sets the scope in which to look for objects (the scope represents a WMI namespace).          </summary>
  1293.             <returns>Returns a <see cref="T:System.Management.ManagementScope"></see> that contains the scope (namespace) in which to look for the WMI objects.</returns>
  1294.             <PermissionSet><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" /></PermissionSet>
  1295.         </member>
  1296.         <member name="T:System.Management.ManagementOperationObserver">
  1297.             <summary>Manages asynchronous operations and handles management information and events received asynchronously.          </summary>
  1298.         </member>
  1299.         <member name="M:System.Management.ManagementOperationObserver.#ctor">
  1300.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementOperationObserver"></see> class. This is the default constructor.          </summary>
  1301.         </member>
  1302.         <member name="E:System.Management.ManagementOperationObserver.Completed">
  1303.             <summary>Occurs when an operation has completed.</summary>
  1304.         </member>
  1305.         <member name="E:System.Management.ManagementOperationObserver.ObjectPut">
  1306.             <summary>Occurs when an object has been successfully committed.</summary>
  1307.         </member>
  1308.         <member name="E:System.Management.ManagementOperationObserver.ObjectReady">
  1309.             <summary>Occurs when a new object is available.</summary>
  1310.         </member>
  1311.         <member name="E:System.Management.ManagementOperationObserver.Progress">
  1312.             <summary>Occurs to indicate the progress of an ongoing operation.</summary>
  1313.         </member>
  1314.         <member name="M:System.Management.ManagementOperationObserver.Cancel">
  1315.             <summary>Cancels all outstanding operations.          </summary>
  1316.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /></PermissionSet>
  1317.         </member>
  1318.         <member name="T:System.Management.ManagementOptions">
  1319.             <summary>Provides an abstract base class for all options objects.</summary>
  1320.         </member>
  1321.         <member name="F:System.Management.ManagementOptions.InfiniteTimeout">
  1322.             <summary>Indicates that no timeout should occur.</summary>
  1323.         </member>
  1324.         <member name="M:System.Management.ManagementOptions.Clone">
  1325.             <summary>Returns a copy of the object.          </summary>
  1326.             <returns>The cloned object.</returns>
  1327.         </member>
  1328.         <member name="P:System.Management.ManagementOptions.Context">
  1329.             <summary>Gets or sets a WMI context object. This is a name-value pairs list to be passed through to a WMI provider that supports context information for customized operation.          </summary>
  1330.             <returns>Returns a <see cref="T:System.Management.ManagementNamedValueCollection"></see> that contains WMI context information. </returns>
  1331.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1332.         </member>
  1333.         <member name="P:System.Management.ManagementOptions.Timeout">
  1334.             <summary>Gets or sets the time-out to apply to the operation. Note that for operations that return collections, this time-out applies to the enumeration through the resulting collection, not the operation itself (the <see cref="P:System.Management.EnumerationOptions.ReturnImmediately"></see>                   property is used for the latter). This property is used to indicate that the operation should be performed semisynchronously.                       </summary>
  1335.             <returns>Returns a <see cref="T:System.TimeSpan"></see> that defines the time-out time to apply to the operation.</returns>
  1336.         </member>
  1337.         <member name="T:System.Management.ManagementPath">
  1338.             <summary>Provides a wrapper for parsing and building paths to WMI objects.          </summary>
  1339.         </member>
  1340.         <member name="M:System.Management.ManagementPath.#ctor">
  1341.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementPath"></see> class that is empty. This is the default constructor.          </summary>
  1342.         </member>
  1343.         <member name="M:System.Management.ManagementPath.#ctor(System.String)">
  1344.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementPath"></see> class for the given path.          </summary>
  1345.             <param name="path"> The object path. </param>
  1346.         </member>
  1347.         <member name="M:System.Management.ManagementPath.Clone">
  1348.             <summary>Returns a copy of the <see cref="T:System.Management.ManagementPath"></see>.          </summary>
  1349.             <returns>The cloned object.             </returns>
  1350.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1351.         </member>
  1352.         <member name="M:System.Management.ManagementPath.SetAsClass">
  1353.             <summary>Sets the path as a new class path. This means that the path must have a class name but not key values.          </summary>
  1354.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1355.         </member>
  1356.         <member name="M:System.Management.ManagementPath.SetAsSingleton">
  1357.             <summary>Sets the path as a new singleton object path. This means that it is a path to an instance but there are no key values.          </summary>
  1358.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1359.         </member>
  1360.         <member name="M:System.Management.ManagementPath.System.ICloneable.Clone">
  1361.             <summary>Creates a new object that is a copy of the current instance.  </summary>
  1362.             <returns>A new object that is a copy of this instance.</returns>
  1363.         </member>
  1364.         <member name="M:System.Management.ManagementPath.ToString">
  1365.             <summary>Returns the full object path as the string representation.          </summary>
  1366.             <returns>A string containing the full object path represented by this object. This value is equivalent to the value of the <see cref="P:System.Management.ManagementPath.Path"></see> property.             </returns>
  1367.             <PermissionSet><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" /></PermissionSet>
  1368.         </member>
  1369.         <member name="P:System.Management.ManagementPath.ClassName">
  1370.             <summary>Gets or sets the class portion of the path.                       </summary>
  1371.             <returns>Returns a <see cref="T:System.String"></see> value that holds the class portion of the path.</returns>
  1372.             <PermissionSet><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" /></PermissionSet>
  1373.         </member>
  1374.         <member name="P:System.Management.ManagementPath.DefaultPath">
  1375.             <summary>Gets or sets the default scope path used when no scope is specified. The default scope is \\.\root\cimv2, and can be changed by setting this property.          </summary>
  1376.             <returns>Returns a <see cref="T:System.Management.ManagementPath"></see> that contains the default scope (namespace) path used when no scope is specified.</returns>
  1377.         </member>
  1378.         <member name="P:System.Management.ManagementPath.IsClass">
  1379.             <summary>Gets or sets a value indicating whether this is a class path.          </summary>
  1380.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether this is a class path.</returns>
  1381.             <PermissionSet><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" /></PermissionSet>
  1382.         </member>
  1383.         <member name="P:System.Management.ManagementPath.IsInstance">
  1384.             <summary>Gets or sets a value indicating whether this is an instance path.          </summary>
  1385.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether this is an instance path.</returns>
  1386.             <PermissionSet><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" /></PermissionSet>
  1387.         </member>
  1388.         <member name="P:System.Management.ManagementPath.IsSingleton">
  1389.             <summary>Gets or sets a value indicating whether this is a singleton instance path.          </summary>
  1390.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether this is a singleton instance path.</returns>
  1391.             <PermissionSet><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" /></PermissionSet>
  1392.         </member>
  1393.         <member name="P:System.Management.ManagementPath.NamespacePath">
  1394.             <summary>Gets or sets the namespace part of the path. Note that this does not include the server name, which can be retrieved separately.          </summary>
  1395.             <returns>Returns a <see cref="T:System.String"></see> value containing the namespace part of the path.</returns>
  1396.             <PermissionSet><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" /></PermissionSet>
  1397.         </member>
  1398.         <member name="P:System.Management.ManagementPath.Path">
  1399.             <summary>Gets or sets the string representation of the full path in the object.          </summary>
  1400.             <returns>Returns a <see cref="T:System.String"></see> value containing the full path.</returns>
  1401.         </member>
  1402.         <member name="P:System.Management.ManagementPath.RelativePath">
  1403.             <summary>Gets or sets the relative path: class name and keys only.          </summary>
  1404.             <returns>Returns a <see cref="T:System.String"></see> value containing the relative path.</returns>
  1405.             <PermissionSet><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" /></PermissionSet>
  1406.         </member>
  1407.         <member name="P:System.Management.ManagementPath.Server">
  1408.             <summary>Gets or sets the server part of the path.          </summary>
  1409.             <returns>Returns a <see cref="T:System.String"></see> value containing the server name.</returns>
  1410.             <PermissionSet><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" /></PermissionSet>
  1411.         </member>
  1412.         <member name="T:System.Management.ManagementQuery">
  1413.             <summary>Provides an abstract base class for all management query objects.           </summary>
  1414.         </member>
  1415.         <member name="M:System.Management.ManagementQuery.Clone">
  1416.             <summary>Returns a copy of the object.          </summary>
  1417.             <returns>The cloned object.             </returns>
  1418.         </member>
  1419.         <member name="M:System.Management.ManagementQuery.ParseQuery(System.String)">
  1420.             <summary>Parses the query string and sets the property values accordingly. If the query is valid, the class name property and condition property of the query will be parsed.                       </summary>
  1421.             <param name="query">The query string to be parsed.</param>
  1422.         </member>
  1423.         <member name="P:System.Management.ManagementQuery.QueryLanguage">
  1424.             <summary>Gets or sets the query language used in the query string, defining the format of the query string.          </summary>
  1425.             <returns>Returns a <see cref="T:System.String"></see> value containing the format of the query string.</returns>
  1426.         </member>
  1427.         <member name="P:System.Management.ManagementQuery.QueryString">
  1428.             <summary>Gets or sets the query in text format.          </summary>
  1429.             <returns>Returns a <see cref="T:System.String"></see> value containing the query.</returns>
  1430.         </member>
  1431.         <member name="T:System.Management.ManagementScope">
  1432.             <summary>Represents a scope (namespace) for management operations.           </summary>
  1433.         </member>
  1434.         <member name="M:System.Management.ManagementScope.#ctor">
  1435.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementScope"></see> class, with default values. This is the default constructor.          </summary>
  1436.         </member>
  1437.         <member name="M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath)">
  1438.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementScope"></see> class representing the specified scope path.          </summary>
  1439.             <param name="path">A <see cref="T:System.Management.ManagementPath"></see> containing the path to a server and namespace for the <see cref="T:System.Management.ManagementScope"></see>.</param>
  1440.         </member>
  1441.         <member name="M:System.Management.ManagementScope.#ctor(System.String)">
  1442.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementScope"></see> class representing the specified scope path.          </summary>
  1443.             <param name="path">The server and namespace path for the <see cref="T:System.Management.ManagementScope"></see>.</param>
  1444.         </member>
  1445.         <member name="M:System.Management.ManagementScope.#ctor(System.Management.ManagementPath,System.Management.ConnectionOptions)">
  1446.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementScope"></see> class representing the specified scope path, with the specified options.          </summary>
  1447.             <param name="options">The <see cref="T:System.Management.ConnectionOptions"></see> containing options for the connection. </param>
  1448.             <param name="path">A <see cref="T:System.Management.ManagementPath"></see> containing the path to the server and namespace for the <see cref="T:System.Management.ManagementScope"></see>.</param>
  1449.         </member>
  1450.         <member name="M:System.Management.ManagementScope.#ctor(System.String,System.Management.ConnectionOptions)">
  1451.             <summary>Initializes a new instance of the <see cref="T:System.Management.ManagementScope"></see> class representing the specified scope path, with the specified options.          </summary>
  1452.             <param name="options">A <see cref="T:System.Management.ConnectionOptions"></see> containing options for the connection. </param>
  1453.             <param name="path">The server and namespace for the <see cref="T:System.Management.ManagementScope"></see>.</param>
  1454.         </member>
  1455.         <member name="M:System.Management.ManagementScope.Clone">
  1456.             <summary>Returns a copy of the object.          </summary>
  1457.             <returns>A new copy of the <see cref="T:System.Management.ManagementScope"></see>.</returns>
  1458.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1459.         </member>
  1460.         <member name="M:System.Management.ManagementScope.Connect">
  1461.             <summary>Connects this <see cref="T:System.Management.ManagementScope"></see> to the actual WMI scope.          </summary>
  1462.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  1463.         </member>
  1464.         <member name="M:System.Management.ManagementScope.System.ICloneable.Clone">
  1465.             <summary>Creates a new object that is a copy of the current instance.  </summary>
  1466.             <returns>A new object that is a copy of this instance.</returns>
  1467.         </member>
  1468.         <member name="P:System.Management.ManagementScope.IsConnected">
  1469.             <summary>Gets a value indicating whether the <see cref="T:System.Management.ManagementScope"></see> is currently bound to a WMI server and namespace.          </summary>
  1470.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the scope is currently bound to a WMI server and namespace.</returns>
  1471.         </member>
  1472.         <member name="P:System.Management.ManagementScope.Options">
  1473.             <summary>Gets or sets options for making the WMI connection.          </summary>
  1474.             <returns>Returns a <see cref="T:System.Management.ConnectionOptions"></see> that contains the options for making a WMI connection.</returns>
  1475.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1476.         </member>
  1477.         <member name="P:System.Management.ManagementScope.Path">
  1478.             <summary>Gets or sets the path for the <see cref="T:System.Management.ManagementScope"></see>.          </summary>
  1479.             <returns>Returns a <see cref="T:System.Management.ManagementPath"></see> containing the path to the scope (namespace).</returns>
  1480.             <PermissionSet><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" /></PermissionSet>
  1481.         </member>
  1482.         <member name="T:System.Management.ManagementStatus">
  1483.             <summary>Describes the enumeration of all WMI error codes that are currently defined. </summary>
  1484.         </member>
  1485.         <member name="F:System.Management.ManagementStatus.AccessDenied">
  1486.             <summary>The current user does not have permission to perform the action. </summary>
  1487.         </member>
  1488.         <member name="F:System.Management.ManagementStatus.AggregatingByObject">
  1489.             <summary>A GROUP BY clause references a property that is an embedded object without using dot notation. </summary>
  1490.         </member>
  1491.         <member name="F:System.Management.ManagementStatus.AlreadyExists">
  1492.             <summary>In a put operation, the wbemChangeFlagCreateOnly flag was specified, but the instance already exists.</summary>
  1493.         </member>
  1494.         <member name="F:System.Management.ManagementStatus.AmendedObject">
  1495.             <summary>An amended object was used in a put operation without the WBEM_FLAG_USE_AMENDED_QUALIFIERS flag being specified. </summary>
  1496.         </member>
  1497.         <member name="F:System.Management.ManagementStatus.BackupRestoreWinmgmtRunning">
  1498.             <summary>An request was made to back up or restore the repository while WinMgmt.exe was using it. </summary>
  1499.         </member>
  1500.         <member name="F:System.Management.ManagementStatus.BufferTooSmall">
  1501.             <summary>The supplied buffer was too small to hold all the objects in the enumerator or to read a string property. </summary>
  1502.         </member>
  1503.         <member name="F:System.Management.ManagementStatus.CallCanceled">
  1504.             <summary>An asynchronous process has been canceled internally or by the user. Note that because of the timing and nature of the asynchronous operation, the operation may not have been truly canceled. </summary>
  1505.         </member>
  1506.         <member name="F:System.Management.ManagementStatus.CannotBeAbstract">
  1507.             <summary>The class was made abstract when its superclass is not abstract. </summary>
  1508.         </member>
  1509.         <member name="F:System.Management.ManagementStatus.CannotBeKey">
  1510.             <summary>There was an illegal attempt to specify a key qualifier on a property that cannot be a key. The keys are specified in the class definition for an object and cannot be altered on a per-instance basis.</summary>
  1511.         </member>
  1512.         <member name="F:System.Management.ManagementStatus.CannotBeSingleton">
  1513.             <summary>An illegal attempt was made to make a class singleton, such as when the class is derived from a non-singleton class.</summary>
  1514.         </member>
  1515.         <member name="F:System.Management.ManagementStatus.CannotChangeIndexInheritance">
  1516.             <summary>An attempt was made to change an index when instances or derived classes are already using the index. </summary>
  1517.         </member>
  1518.         <member name="F:System.Management.ManagementStatus.CannotChangeKeyInheritance">
  1519.             <summary>An attempt was made to change a key when instances or derived classes are already using the key. </summary>
  1520.         </member>
  1521.         <member name="F:System.Management.ManagementStatus.CircularReference">
  1522.             <summary>An attempt has been made to create a reference that is circular (for example, deriving a class from itself). </summary>
  1523.         </member>
  1524.         <member name="F:System.Management.ManagementStatus.ClassHasChildren">
  1525.             <summary>An attempt was made to make a change that would invalidate a derived class.</summary>
  1526.         </member>
  1527.         <member name="F:System.Management.ManagementStatus.ClassHasInstances">
  1528.             <summary>An attempt has been made to delete or modify a class that has instances. </summary>
  1529.         </member>
  1530.         <member name="F:System.Management.ManagementStatus.ClientTooSlow">
  1531.             <summary>The client was not retrieving objects quickly enough from an enumeration. </summary>
  1532.         </member>
  1533.         <member name="F:System.Management.ManagementStatus.CriticalError">
  1534.             <summary>An internal, critical, and unexpected error occurred. Report this error to Microsoft Technical Support.</summary>
  1535.         </member>
  1536.         <member name="F:System.Management.ManagementStatus.Different">
  1537.             <summary>The compared items (such as objects and classes) are not identical.</summary>
  1538.         </member>
  1539.         <member name="F:System.Management.ManagementStatus.DuplicateObjects">
  1540.             <summary>More than one copy of the same object was detected in the result set of an enumeration. </summary>
  1541.         </member>
  1542.         <member name="F:System.Management.ManagementStatus.Failed">
  1543.             <summary>The call failed.</summary>
  1544.         </member>
  1545.         <member name="F:System.Management.ManagementStatus.False">
  1546.             <summary>This value is returned when no more objects are available, the number of objects returned is less than the number requested, or at the end of an enumeration. It is also returned when the method is called with a value of 0 for the parameter.</summary>
  1547.         </member>
  1548.         <member name="F:System.Management.ManagementStatus.IllegalNull">
  1549.             <summary>A value of null was specified for a property that may not be null, such as one that is marked by a Key, Indexed, or Not_Null qualifier.</summary>
  1550.         </member>
  1551.         <member name="F:System.Management.ManagementStatus.IllegalOperation">
  1552.             <summary>The user requested an illegal operation, such as spawning a class from an instance.</summary>
  1553.         </member>
  1554.         <member name="F:System.Management.ManagementStatus.IncompleteClass">
  1555.             <summary>The current object is not a valid class definition. Either it is incomplete, or it has not been registered with WMI using <see cref="M:System.Management.ManagementObject.Put"></see>().</summary>
  1556.         </member>
  1557.         <member name="F:System.Management.ManagementStatus.InitializationFailure">
  1558.             <summary>A component, such as a provider, failed to initialize for internal reasons. </summary>
  1559.         </member>
  1560.         <member name="F:System.Management.ManagementStatus.InvalidCimType">
  1561.             <summary>The CIM type specified is not valid. </summary>
  1562.         </member>
  1563.         <member name="F:System.Management.ManagementStatus.InvalidClass">
  1564.             <summary>The specified class is not valid. </summary>
  1565.         </member>
  1566.         <member name="F:System.Management.ManagementStatus.InvalidContext">
  1567.             <summary>The context object is not valid.</summary>
  1568.         </member>
  1569.         <member name="F:System.Management.ManagementStatus.InvalidDuplicateParameter">
  1570.             <summary>A duplicate parameter has been declared in a CIM method. </summary>
  1571.         </member>
  1572.         <member name="F:System.Management.ManagementStatus.InvalidFlavor">
  1573.             <summary>The specified flavor was invalid. </summary>
  1574.         </member>
  1575.         <member name="F:System.Management.ManagementStatus.InvalidMethod">
  1576.             <summary>The requested method is not available. </summary>
  1577.         </member>
  1578.         <member name="F:System.Management.ManagementStatus.InvalidMethodParameters">
  1579.             <summary>The parameters provided for the method are not valid. </summary>
  1580.         </member>
  1581.         <member name="F:System.Management.ManagementStatus.InvalidNamespace">
  1582.             <summary>The specified namespace could not be found. </summary>
  1583.         </member>
  1584.         <member name="F:System.Management.ManagementStatus.InvalidObject">
  1585.             <summary>The specified instance is not valid. </summary>
  1586.         </member>
  1587.         <member name="F:System.Management.ManagementStatus.InvalidObjectPath">
  1588.             <summary>The specified object path was invalid. </summary>
  1589.         </member>
  1590.         <member name="F:System.Management.ManagementStatus.InvalidOperation">
  1591.             <summary>The requested operation is not valid. This error usually applies to invalid attempts to delete classes or properties. </summary>
  1592.         </member>
  1593.         <member name="F:System.Management.ManagementStatus.InvalidOperator">
  1594.             <summary>The operator is not valid for this property type.</summary>
  1595.         </member>
  1596.         <member name="F:System.Management.ManagementStatus.InvalidParameter">
  1597.             <summary>One of the parameters to the call is not correct. </summary>
  1598.         </member>
  1599.         <member name="F:System.Management.ManagementStatus.InvalidParameterID">
  1600.             <summary>A method parameter has an invalid ID qualifier. </summary>
  1601.         </member>
  1602.         <member name="F:System.Management.ManagementStatus.InvalidProperty">
  1603.             <summary>The property type is not recognized. </summary>
  1604.         </member>
  1605.         <member name="F:System.Management.ManagementStatus.InvalidPropertyType">
  1606.             <summary>The CIM type specified for a property is not valid. </summary>
  1607.         </member>
  1608.         <member name="F:System.Management.ManagementStatus.InvalidProviderRegistration">
  1609.             <summary>A provider referenced in the schema has an incorrect or incomplete registration. </summary>
  1610.         </member>
  1611.         <member name="F:System.Management.ManagementStatus.InvalidQualifier">
  1612.             <summary>An attempt has been made to mismatch qualifiers, such as putting [key] on an object instead of a property. </summary>
  1613.         </member>
  1614.         <member name="F:System.Management.ManagementStatus.InvalidQualifierType">
  1615.             <summary>The value provided for a qualifier was not a legal qualifier type.</summary>
  1616.         </member>
  1617.         <member name="F:System.Management.ManagementStatus.InvalidQuery">
  1618.             <summary>The query was not syntactically valid. </summary>
  1619.         </member>
  1620.         <member name="F:System.Management.ManagementStatus.InvalidQueryType">
  1621.             <summary>The requested query language is not supported.</summary>
  1622.         </member>
  1623.         <member name="F:System.Management.ManagementStatus.InvalidStream">
  1624.             <summary>One or more network packets were corrupted during a remote session.</summary>
  1625.         </member>
  1626.         <member name="F:System.Management.ManagementStatus.InvalidSuperclass">
  1627.             <summary>The specified superclass is not valid. </summary>
  1628.         </member>
  1629.         <member name="F:System.Management.ManagementStatus.InvalidSyntax">
  1630.             <summary>Reserved for future use. </summary>
  1631.         </member>
  1632.         <member name="F:System.Management.ManagementStatus.LocalCredentials">
  1633.             <summary>The user specified a user name, password, or authority on a local connection. The user must use an empty user name and password and rely on default security. </summary>
  1634.         </member>
  1635.         <member name="F:System.Management.ManagementStatus.MarshalInvalidSignature">
  1636.             <summary>The packet is corrupted.</summary>
  1637.         </member>
  1638.         <member name="F:System.Management.ManagementStatus.MarshalVersionMismatch">
  1639.             <summary>The packet has an unsupported version. </summary>
  1640.         </member>
  1641.         <member name="F:System.Management.ManagementStatus.MethodDisabled">
  1642.             <summary>An attempt was made to execute a method marked with [disabled]. </summary>
  1643.         </member>
  1644.         <member name="F:System.Management.ManagementStatus.MethodNotImplemented">
  1645.             <summary>An attempt was made to execute a method not marked with [implemented] in any relevant class. </summary>
  1646.         </member>
  1647.         <member name="F:System.Management.ManagementStatus.MissingAggregationList">
  1648.             <summary>A GROUP BY clause was used. Aggregation on all properties is not supported. </summary>
  1649.         </member>
  1650.         <member name="F:System.Management.ManagementStatus.MissingGroupWithin">
  1651.             <summary>A GROUP BY clause was used without the corresponding GROUP WITHIN clause. </summary>
  1652.         </member>
  1653.         <member name="F:System.Management.ManagementStatus.MissingParameterID">
  1654.             <summary>A parameter was missing from the method call. </summary>
  1655.         </member>
  1656.         <member name="F:System.Management.ManagementStatus.NoError">
  1657.             <summary>The operation was successful. </summary>
  1658.         </member>
  1659.         <member name="F:System.Management.ManagementStatus.NoMoreData">
  1660.             <summary>No more data is available from the enumeration; the user should terminate the enumeration. </summary>
  1661.         </member>
  1662.         <member name="F:System.Management.ManagementStatus.NonconsecutiveParameterIDs">
  1663.             <summary>One or more of the method parameters have ID qualifiers that are out of sequence. </summary>
  1664.         </member>
  1665.         <member name="F:System.Management.ManagementStatus.NondecoratedObject">
  1666.             <summary>Reserved for future use. </summary>
  1667.         </member>
  1668.         <member name="F:System.Management.ManagementStatus.NotAvailable">
  1669.             <summary>The resource, typically a remote server, is not currently available. </summary>
  1670.         </member>
  1671.         <member name="F:System.Management.ManagementStatus.NotEventClass">
  1672.             <summary>The FROM clause of a filtering query references a class that is not an event class. </summary>
  1673.         </member>
  1674.         <member name="F:System.Management.ManagementStatus.NotFound">
  1675.             <summary>The object could not be found. </summary>
  1676.         </member>
  1677.         <member name="F:System.Management.ManagementStatus.NotSupported">
  1678.             <summary>The feature or operation is not supported. </summary>
  1679.         </member>
  1680.         <member name="F:System.Management.ManagementStatus.OperationCanceled">
  1681.             <summary>The operation was canceled.</summary>
  1682.         </member>
  1683.         <member name="F:System.Management.ManagementStatus.OutOfDiskSpace">
  1684.             <summary>There is not enough free disk space to continue the operation. </summary>
  1685.         </member>
  1686.         <member name="F:System.Management.ManagementStatus.OutOfMemory">
  1687.             <summary>There was not enough memory for the operation. </summary>
  1688.         </member>
  1689.         <member name="F:System.Management.ManagementStatus.OverrideNotAllowed">
  1690.             <summary>The add operation cannot be performed on the qualifier because the owning object does not permit overrides.</summary>
  1691.         </member>
  1692.         <member name="F:System.Management.ManagementStatus.ParameterIDOnRetval">
  1693.             <summary>The return value for a method has an ID qualifier. </summary>
  1694.         </member>
  1695.         <member name="F:System.Management.ManagementStatus.PartialResults">
  1696.             <summary>The user did not receive all of the requested objects because of inaccessible resources (other than security violations).</summary>
  1697.         </member>
  1698.         <member name="F:System.Management.ManagementStatus.Pending">
  1699.             <summary>A request is still in progress; however, the results are not yet available.</summary>
  1700.         </member>
  1701.         <member name="F:System.Management.ManagementStatus.PrivilegeNotHeld">
  1702.             <summary>The operation failed because the client did not have the necessary security privilege. </summary>
  1703.         </member>
  1704.         <member name="F:System.Management.ManagementStatus.PropagatedMethod">
  1705.             <summary>An attempt was made to reuse an existing method name from a superclass, and the signatures did not match. </summary>
  1706.         </member>
  1707.         <member name="F:System.Management.ManagementStatus.PropagatedProperty">
  1708.             <summary>The user attempted to delete a property that was not owned. The property was inherited from a parent class. </summary>
  1709.         </member>
  1710.         <member name="F:System.Management.ManagementStatus.PropagatedQualifier">
  1711.             <summary>The user attempted to delete a qualifier that was not owned. The qualifier was inherited from a parent class. </summary>
  1712.         </member>
  1713.         <member name="F:System.Management.ManagementStatus.PropertyNotAnObject">
  1714.             <summary>Dot notation was used on a property that is not an embedded object. </summary>
  1715.         </member>
  1716.         <member name="F:System.Management.ManagementStatus.ProviderFailure">
  1717.             <summary>The provider failed after initialization. </summary>
  1718.         </member>
  1719.         <member name="F:System.Management.ManagementStatus.ProviderLoadFailure">
  1720.             <summary>COM cannot locate a provider referenced in the schema. </summary>
  1721.         </member>
  1722.         <member name="F:System.Management.ManagementStatus.ProviderNotCapable">
  1723.             <summary>The provider cannot perform the requested operation, such as requesting a query that is too complex, retrieving an instance, creating or updating a class, deleting a class, or enumerating a class. </summary>
  1724.         </member>
  1725.         <member name="F:System.Management.ManagementStatus.ProviderNotFound">
  1726.             <summary>A provider referenced in the schema does not have a corresponding registration. </summary>
  1727.         </member>
  1728.         <member name="F:System.Management.ManagementStatus.QueryNotImplemented">
  1729.             <summary>Reserved for future use. </summary>
  1730.         </member>
  1731.         <member name="F:System.Management.ManagementStatus.QueueOverflow">
  1732.             <summary>The asynchronous delivery queue overflowed from the event consumer being too slow. </summary>
  1733.         </member>
  1734.         <member name="F:System.Management.ManagementStatus.ReadOnly">
  1735.             <summary>The property that you are attempting to modify is read-only.</summary>
  1736.         </member>
  1737.         <member name="F:System.Management.ManagementStatus.RefresherBusy">
  1738.             <summary>The refresher is busy with another operation. </summary>
  1739.         </member>
  1740.         <member name="F:System.Management.ManagementStatus.RegistrationTooBroad">
  1741.             <summary>The provider registration overlaps with the system event domain. </summary>
  1742.         </member>
  1743.         <member name="F:System.Management.ManagementStatus.RegistrationTooPrecise">
  1744.             <summary>A WITHIN clause was not used in this query. </summary>
  1745.         </member>
  1746.         <member name="F:System.Management.ManagementStatus.ResetToDefault">
  1747.             <summary>An overridden property was deleted. This value is returned to signal that the original, non-overridden value has been restored as a result of the deletion.</summary>
  1748.         </member>
  1749.         <member name="F:System.Management.ManagementStatus.ServerTooBusy">
  1750.             <summary>The delivery of an event has failed. The provider may choose to re-raise the event.</summary>
  1751.         </member>
  1752.         <member name="F:System.Management.ManagementStatus.ShuttingDown">
  1753.             <summary>The user has requested an operation while WMI is in the process of closing.</summary>
  1754.         </member>
  1755.         <member name="F:System.Management.ManagementStatus.SystemProperty">
  1756.             <summary>There was an attempt to get qualifiers on a system property. </summary>
  1757.         </member>
  1758.         <member name="F:System.Management.ManagementStatus.Timedout">
  1759.             <summary>A call timed out. This is not an error condition; therefore, some results may have been returned.</summary>
  1760.         </member>
  1761.         <member name="F:System.Management.ManagementStatus.TooManyProperties">
  1762.             <summary>An attempt was made to create more properties than the current version of the class supports. </summary>
  1763.         </member>
  1764.         <member name="F:System.Management.ManagementStatus.TooMuchData">
  1765.             <summary>Reserved for future use. </summary>
  1766.         </member>
  1767.         <member name="F:System.Management.ManagementStatus.TransportFailure">
  1768.             <summary> A networking error that prevents normal operation has occurred. </summary>
  1769.         </member>
  1770.         <member name="F:System.Management.ManagementStatus.TypeMismatch">
  1771.             <summary>A type mismatch occurred. </summary>
  1772.         </member>
  1773.         <member name="F:System.Management.ManagementStatus.Unexpected">
  1774.             <summary>The client made an unexpected and illegal sequence of calls. </summary>
  1775.         </member>
  1776.         <member name="F:System.Management.ManagementStatus.UninterpretableProviderQuery">
  1777.             <summary>An event provider registration query (__EventProviderRegistration) did not specify the classes for which events were provided. </summary>
  1778.         </member>
  1779.         <member name="F:System.Management.ManagementStatus.UnknownObjectType">
  1780.             <summary>An object with an incorrect type or version was encountered during marshaling. </summary>
  1781.         </member>
  1782.         <member name="F:System.Management.ManagementStatus.UnknownPacketType">
  1783.             <summary>A packet with an incorrect type or version was encountered during marshaling. </summary>
  1784.         </member>
  1785.         <member name="F:System.Management.ManagementStatus.UnparsableQuery">
  1786.             <summary>The filtering query is syntactically invalid. </summary>
  1787.         </member>
  1788.         <member name="F:System.Management.ManagementStatus.UnsupportedClassUpdate">
  1789.             <summary>The specified class is not supported. </summary>
  1790.         </member>
  1791.         <member name="F:System.Management.ManagementStatus.UnsupportedParameter">
  1792.             <summary>One or more parameter values, such as a query text, is too complex or unsupported. WMI is requested to retry the operation with simpler parameters. </summary>
  1793.         </member>
  1794.         <member name="F:System.Management.ManagementStatus.UnsupportedPutExtension">
  1795.             <summary>The provider does not support the requested put operation. </summary>
  1796.         </member>
  1797.         <member name="F:System.Management.ManagementStatus.UpdateOverrideNotAllowed">
  1798.             <summary>An attempt was made in a derived class to override a non-overrideable qualifier. </summary>
  1799.         </member>
  1800.         <member name="F:System.Management.ManagementStatus.UpdatePropagatedMethod">
  1801.             <summary>A method was redeclared with a conflicting signature in a derived class. </summary>
  1802.         </member>
  1803.         <member name="F:System.Management.ManagementStatus.UpdateTypeMismatch">
  1804.             <summary>A property was redefined with a conflicting type in a derived class. </summary>
  1805.         </member>
  1806.         <member name="F:System.Management.ManagementStatus.ValueOutOfRange">
  1807.             <summary>The request was made with an out-of-range value, or is incompatible with the type. </summary>
  1808.         </member>
  1809.         <member name="T:System.Management.MethodData">
  1810.             <summary>Contains information about a WMI method.          </summary>
  1811.         </member>
  1812.         <member name="P:System.Management.MethodData.InParameters">
  1813.             <summary>Gets the input parameters to the method. Each parameter is described as a property in the object. If a parameter is both in and out, it appears in both the <see cref="P:System.Management.MethodData.InParameters"></see> and <see cref="P:System.Management.MethodData.OutParameters"></see> properties.          </summary>
  1814.             <returns>Returns a <see cref="T:System.Management.ManagementBaseObject"></see> containing the input parameters to the method.</returns>
  1815.             <PermissionSet><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" /></PermissionSet>
  1816.         </member>
  1817.         <member name="P:System.Management.MethodData.Name">
  1818.             <summary>Gets the name of the method.          </summary>
  1819.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the method.</returns>
  1820.         </member>
  1821.         <member name="P:System.Management.MethodData.Origin">
  1822.             <summary>Gets the name of the management class in which the method was first introduced in the class inheritance hierarchy.          </summary>
  1823.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the class in which the method was first introduced in the class inheritance hierarchy.</returns>
  1824.             <PermissionSet><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" /></PermissionSet>
  1825.         </member>
  1826.         <member name="P:System.Management.MethodData.OutParameters">
  1827.             <summary>Gets the output parameters to the method. Each parameter is described as a property in the object. If a parameter is both in and out, it will appear in both the <see cref="P:System.Management.MethodData.InParameters"></see> and <see cref="P:System.Management.MethodData.OutParameters"></see> properties.          </summary>
  1828.             <returns>Returns a <see cref="T:System.Management.ManagementBaseObject"></see> containing the output parameters for the method.</returns>
  1829.             <PermissionSet><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" /></PermissionSet>
  1830.         </member>
  1831.         <member name="P:System.Management.MethodData.Qualifiers">
  1832.             <summary>Gets a collection of qualifiers defined in the method. Each element is of type <see cref="T:System.Management.QualifierData"></see> and contains information such as the qualifier name, value, and flavor.          </summary>
  1833.             <returns>Returns a <see cref="T:System.Management.QualifierDataCollection"></see> containing the qualifiers for the method.</returns>
  1834.         </member>
  1835.         <member name="T:System.Management.MethodDataCollection">
  1836.             <summary>Represents the set of methods available in the collection.          </summary>
  1837.         </member>
  1838.         <member name="M:System.Management.MethodDataCollection.Add(System.String)">
  1839.             <summary>Adds a <see cref="T:System.Management.MethodData"></see> to the <see cref="T:System.Management.MethodDataCollection"></see>. This overload will add a new method with no parameters to the collection.          </summary>
  1840.             <param name="methodName">The name of the method to add.</param>
  1841.             <PermissionSet><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" /></PermissionSet>
  1842.         </member>
  1843.         <member name="M:System.Management.MethodDataCollection.Add(System.String,System.Management.ManagementBaseObject,System.Management.ManagementBaseObject)">
  1844.             <summary>Adds a <see cref="T:System.Management.MethodData"></see> to the <see cref="T:System.Management.MethodDataCollection"></see>. This overload will add a new method with the specified parameter objects to the collection.          </summary>
  1845.             <param name="outParameters">The <see cref="T:System.Management.ManagementBaseObject"></see> holding the output parameters to the method. </param>
  1846.             <param name="inParameters">The <see cref="T:System.Management.ManagementBaseObject"></see> holding the input parameters to the method. </param>
  1847.             <param name="methodName">The name of the method to add.</param>
  1848.             <PermissionSet><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" /></PermissionSet>
  1849.         </member>
  1850.         <member name="M:System.Management.MethodDataCollection.CopyTo(System.Array,System.Int32)">
  1851.             <summary>Copies the <see cref="T:System.Management.MethodDataCollection"></see> into an array.          </summary>
  1852.             <param name="array">The array to which to copy the collection. </param>
  1853.             <param name="index">The index from which to start. </param>
  1854.             <PermissionSet><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" /></PermissionSet>
  1855.         </member>
  1856.         <member name="M:System.Management.MethodDataCollection.CopyTo(System.Management.MethodData[],System.Int32)">
  1857.             <summary>Copies the <see cref="T:System.Management.MethodDataCollection"></see> to a specialized <see cref="T:System.Management.MethodData"></see> array.          </summary>
  1858.             <param name="methodArray">The destination array to which to copy the <see cref="T:System.Management.MethodData"></see> objects.</param>
  1859.             <param name="index">The index in the destination array from which to start the copy.</param>
  1860.             <PermissionSet><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" /></PermissionSet>
  1861.         </member>
  1862.         <member name="M:System.Management.MethodDataCollection.GetEnumerator">
  1863.             <summary>Returns an enumerator for the <see cref="T:System.Management.MethodDataCollection"></see>.          </summary>
  1864.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> to enumerate through the collection.</returns>
  1865.             <PermissionSet><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" /></PermissionSet>
  1866.         </member>
  1867.         <member name="M:System.Management.MethodDataCollection.Remove(System.String)">
  1868.             <summary>Removes a <see cref="T:System.Management.MethodData"></see> from the <see cref="T:System.Management.MethodDataCollection"></see>.          </summary>
  1869.             <param name="methodName">The name of the method to remove from the collection.</param>
  1870.             <PermissionSet><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" /></PermissionSet>
  1871.         </member>
  1872.         <member name="M:System.Management.MethodDataCollection.System.Collections.IEnumerable.GetEnumerator">
  1873.             <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> that iterates through the <see cref="T:System.Management.MethodDataCollection"></see>.</summary>
  1874.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Management.MethodDataCollection"></see>.</returns>
  1875.         </member>
  1876.         <member name="P:System.Management.MethodDataCollection.Count">
  1877.             <summary>Gets the number of objects in the <see cref="T:System.Management.MethodDataCollection"></see> collection.         </summary>
  1878.             <returns>Returns an <see cref="T:System.Int32"></see> value representing the number of objects in the collection.</returns>
  1879.             <PermissionSet><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" /></PermissionSet>
  1880.         </member>
  1881.         <member name="P:System.Management.MethodDataCollection.IsSynchronized">
  1882.             <summary>Gets a value that indicates whether the object is synchronized.          </summary>
  1883.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the object is synchronized.</returns>
  1884.         </member>
  1885.         <member name="P:System.Management.MethodDataCollection.Item(System.String)">
  1886.             <summary>Gets the specified <see cref="T:System.Management.MethodData"></see> from the <see cref="T:System.Management.MethodDataCollection"></see>.          </summary>
  1887.             <returns>Returns a <see cref="T:System.Management.MethodData"></see> containing the method data for a specified method from the collection.</returns>
  1888.             <param name="methodName">The name of the method requested.</param>
  1889.             <PermissionSet><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" /></PermissionSet>
  1890.         </member>
  1891.         <member name="P:System.Management.MethodDataCollection.SyncRoot">
  1892.             <summary>Gets the object to be used for synchronization.          </summary>
  1893.             <returns>Returns an <see cref="T:System.Object"></see> value representing the object to be used for synchronization.</returns>
  1894.         </member>
  1895.         <member name="T:System.Management.MethodDataCollection.MethodDataEnumerator">
  1896.             <summary>Represents the enumerator for <see cref="T:System.Management.MethodData"></see> objects in the <see cref="T:System.Management.MethodDataCollection"></see>. </summary>
  1897.         </member>
  1898.         <member name="M:System.Management.MethodDataCollection.MethodDataEnumerator.MoveNext">
  1899.             <summary>Moves to the next element in the <see cref="T:System.Management.MethodDataCollection"></see> enumeration.</summary>
  1900.             <returns>true if the enumerator was successfully advanced to the next method; false if the enumerator has passed the end of the collection.</returns>
  1901.         </member>
  1902.         <member name="M:System.Management.MethodDataCollection.MethodDataEnumerator.Reset">
  1903.             <summary>Resets the enumerator to the beginning of the <see cref="T:System.Management.MethodDataCollection"></see> enumeration.</summary>
  1904.         </member>
  1905.         <member name="P:System.Management.MethodDataCollection.MethodDataEnumerator.Current">
  1906.             <summary>Returns the current <see cref="T:System.Management.MethodData"></see> in the <see cref="T:System.Management.MethodDataCollection"></see> enumeration.</summary>
  1907.             <returns>The current <see cref="T:System.Management.MethodData"></see> item in the collection.</returns>
  1908.         </member>
  1909.         <member name="P:System.Management.MethodDataCollection.MethodDataEnumerator.System.Collections.IEnumerator.Current">
  1910.             <summary>Gets the current object in the collection.</summary>
  1911.             <returns>Returns the current element in the collection.</returns>
  1912.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  1913.         </member>
  1914.         <member name="T:System.Management.ObjectGetOptions">
  1915.             <summary>Specifies options for getting a management object.          </summary>
  1916.         </member>
  1917.         <member name="M:System.Management.ObjectGetOptions.#ctor">
  1918.             <summary>Initializes a new instance of the <see cref="T:System.Management.ObjectGetOptions"></see> class for getting a WMI object, using default values. This is the default constructor.          </summary>
  1919.         </member>
  1920.         <member name="M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection)">
  1921.             <summary>Initializes a new instance of the <see cref="T:System.Management.ObjectGetOptions"></see> class for getting a WMI object, using the specified provider-specific context.          </summary>
  1922.             <param name="context">A provider-specific, named-value pairs context object to be passed through to the provider.</param>
  1923.         </member>
  1924.         <member name="M:System.Management.ObjectGetOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean)">
  1925.             <summary>Initializes a new instance of the <see cref="T:System.Management.ObjectGetOptions"></see> class for getting a WMI object, using the given options values.          </summary>
  1926.             <param name="context">A provider-specific, named-value pairs context object to be passed through to the provider.</param>
  1927.             <param name="timeout">The length of time to let the operation perform before it times out. The default is <see cref="F:System.TimeSpan.MaxValue"></see>.  </param>
  1928.             <param name="useAmendedQualifiers">true if the returned objects should contain amended (locale-aware) qualifiers; otherwise, false. </param>
  1929.         </member>
  1930.         <member name="M:System.Management.ObjectGetOptions.Clone">
  1931.             <summary>Returns a copy of the object.          </summary>
  1932.             <returns>The cloned object.</returns>
  1933.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  1934.         </member>
  1935.         <member name="P:System.Management.ObjectGetOptions.UseAmendedQualifiers">
  1936.             <summary>Gets or sets a value indicating whether the objects returned from WMI should contain amended information. Typically, amended information is localizable information attached to the WMI object, such as object and property descriptions.          </summary>
  1937.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the objects returned from WMI should contain amended information.</returns>
  1938.         </member>
  1939.         <member name="T:System.Management.ObjectPutEventArgs">
  1940.             <summary>Holds event data for the <see cref="E:System.Management.ManagementOperationObserver.ObjectPut"></see> event.          </summary>
  1941.         </member>
  1942.         <member name="P:System.Management.ObjectPutEventArgs.Path">
  1943.             <summary>Gets the identity of the object that has been put.          </summary>
  1944.             <returns>Returns a <see cref="T:System.Management.ManagementPath"></see> containing the path of the object that has been put.</returns>
  1945.         </member>
  1946.         <member name="T:System.Management.ObjectPutEventHandler">
  1947.             <summary>Represents the method that will handle the <see cref="E:System.Management.ManagementOperationObserver.ObjectPut"></see> event.  </summary>
  1948.         </member>
  1949.         <member name="T:System.Management.ObjectQuery">
  1950.             <summary>Represents a management query that returns instances or classes.          </summary>
  1951.         </member>
  1952.         <member name="M:System.Management.ObjectQuery.#ctor">
  1953.             <summary>Initializes a new instance of the <see cref="T:System.Management.ObjectQuery"></see> class with no initialized values. This is the default constructor.          </summary>
  1954.         </member>
  1955.         <member name="M:System.Management.ObjectQuery.#ctor(System.String)">
  1956.             <summary>Initializes a new instance of the <see cref="T:System.Management.ObjectQuery"></see> class for a specific query string.          </summary>
  1957.             <param name="query">The string representation of the query.</param>
  1958.         </member>
  1959.         <member name="M:System.Management.ObjectQuery.#ctor(System.String,System.String)">
  1960.             <summary>Initializes a new instance of the <see cref="T:System.Management.ObjectQuery"></see> class for a specific query string and language.          </summary>
  1961.             <param name="query">The string representation of the query. </param>
  1962.             <param name="language">The query language in which this query is specified.</param>
  1963.         </member>
  1964.         <member name="M:System.Management.ObjectQuery.Clone">
  1965.             <summary>Returns a copy of the object.          </summary>
  1966.             <returns>The cloned object.             </returns>
  1967.         </member>
  1968.         <member name="T:System.Management.ObjectReadyEventArgs">
  1969.             <summary>Holds event data for the <see cref="E:System.Management.ManagementOperationObserver.ObjectReady"></see> event.          </summary>
  1970.         </member>
  1971.         <member name="P:System.Management.ObjectReadyEventArgs.NewObject">
  1972.             <summary>Gets the newly-returned object.          </summary>
  1973.             <returns>Returns a <see cref="T:System.Management.ManagementBaseObject"></see> containing the newly-returned object.</returns>
  1974.         </member>
  1975.         <member name="T:System.Management.ObjectReadyEventHandler">
  1976.             <summary>Represents the method that will handle the <see cref="E:System.Management.ManagementOperationObserver.ObjectReady"></see> event.</summary>
  1977.         </member>
  1978.         <member name="T:System.Management.ProgressEventArgs">
  1979.             <summary>Holds event data for the <see cref="E:System.Management.ManagementOperationObserver.Progress"></see> event.          </summary>
  1980.         </member>
  1981.         <member name="P:System.Management.ProgressEventArgs.Current">
  1982.             <summary>Gets the current amount of work done by the operation. This is always less than or equal to <see cref="P:System.Management.ProgressEventArgs.UpperBound"></see>.          </summary>
  1983.             <returns>Returns an <see cref="T:System.Int32"></see> value representing the current amount of work already completed by the operation.</returns>
  1984.         </member>
  1985.         <member name="P:System.Management.ProgressEventArgs.Message">
  1986.             <summary>Gets or sets optional additional information regarding the operation's progress.          </summary>
  1987.             <returns>Returns a <see cref="T:System.String"></see> value containing information regarding the operation's progress.</returns>
  1988.         </member>
  1989.         <member name="P:System.Management.ProgressEventArgs.UpperBound">
  1990.             <summary>Gets the total amount of work required to be done by the operation.          </summary>
  1991.             <returns>Returns an <see cref="T:System.Int32"></see> value representing the total amount of work to be done by the operation.</returns>
  1992.         </member>
  1993.         <member name="T:System.Management.ProgressEventHandler">
  1994.             <summary>Represents the method that will handle the <see cref="E:System.Management.ManagementOperationObserver.Progress"></see> event.</summary>
  1995.         </member>
  1996.         <member name="T:System.Management.PropertyData">
  1997.             <summary>Represents information about a WMI property.          </summary>
  1998.         </member>
  1999.         <member name="P:System.Management.PropertyData.IsArray">
  2000.             <summary>Gets a value indicating whether the property is an array.          </summary>
  2001.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the property is an array.</returns>
  2002.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  2003.         </member>
  2004.         <member name="P:System.Management.PropertyData.IsLocal">
  2005.             <summary>Gets a value indicating whether the property has been defined in the current WMI class.          </summary>
  2006.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the property has been defined in the current WMI class.</returns>
  2007.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  2008.         </member>
  2009.         <member name="P:System.Management.PropertyData.Name">
  2010.             <summary>Gets the name of the property.          </summary>
  2011.             <returns>Returns a <see cref="T:System.String"></see> value containing the property name.</returns>
  2012.         </member>
  2013.         <member name="P:System.Management.PropertyData.Origin">
  2014.             <summary>Gets the name of the WMI class in the hierarchy in which the property was introduced.          </summary>
  2015.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the WMI class in the hierarchy in which the property was introduced.</returns>
  2016.             <PermissionSet><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" /></PermissionSet>
  2017.         </member>
  2018.         <member name="P:System.Management.PropertyData.Qualifiers">
  2019.             <summary>Gets the set of qualifiers defined on the property.          </summary>
  2020.             <returns>Returns a <see cref="T:System.Management.QualifierDataCollection"></see> containing the set of qualifiers defined on the property.</returns>
  2021.         </member>
  2022.         <member name="P:System.Management.PropertyData.Type">
  2023.             <summary>Gets the CIM type of the property.          </summary>
  2024.             <returns>Returns a <see cref="T:System.Management.CimType"></see> enumeration value representing the CIM type of the property.</returns>
  2025.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  2026.         </member>
  2027.         <member name="P:System.Management.PropertyData.Value">
  2028.             <summary>Gets or sets the current value of the property.          </summary>
  2029.             <returns>Returns an <see cref="T:System.Object"></see> value representing the value of the property.</returns>
  2030.             <PermissionSet><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" /></PermissionSet>
  2031.         </member>
  2032.         <member name="T:System.Management.PropertyDataCollection">
  2033.             <summary>Represents the set of properties of a WMI object.           </summary>
  2034.         </member>
  2035.         <member name="M:System.Management.PropertyDataCollection.Add(System.String,System.Object)">
  2036.             <summary>Adds a new <see cref="T:System.Management.PropertyData"></see> with the specified value. The value cannot be null and must be convertible to a Common Information Model (CIM) type.          </summary>
  2037.             <param name="propertyValue">The value of the property (cannot be null).</param>
  2038.             <param name="propertyName">The name of the new property.</param>
  2039.             <PermissionSet><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" /></PermissionSet>
  2040.         </member>
  2041.         <member name="M:System.Management.PropertyDataCollection.Add(System.String,System.Management.CimType,System.Boolean)">
  2042.             <summary>Adds a new <see cref="T:System.Management.PropertyData"></see> with no assigned value.          </summary>
  2043.             <param name="isArray">true to specify that the property is an array type; otherwise, false.</param>
  2044.             <param name="propertyType">The Common Information Model (CIM) type of the property.</param>
  2045.             <param name="propertyName">The name of the property.</param>
  2046.             <PermissionSet><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" /></PermissionSet>
  2047.         </member>
  2048.         <member name="M:System.Management.PropertyDataCollection.Add(System.String,System.Object,System.Management.CimType)">
  2049.             <summary>Adds a new <see cref="T:System.Management.PropertyData"></see> with the specified value and Common Information Model (CIM) type.          </summary>
  2050.             <param name="propertyValue">The value of the property (which can be null).</param>
  2051.             <param name="propertyType">The CIM type of the property.</param>
  2052.             <param name="propertyName">The name of the property.</param>
  2053.             <PermissionSet><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" /></PermissionSet>
  2054.         </member>
  2055.         <member name="M:System.Management.PropertyDataCollection.CopyTo(System.Array,System.Int32)">
  2056.             <summary>Copies the <see cref="T:System.Management.PropertyDataCollection"></see> into an array.          </summary>
  2057.             <param name="array">The array to which to copy the <see cref="T:System.Management.PropertyDataCollection"></see>. </param>
  2058.             <param name="index">The index from which to start copying. </param>
  2059.             <PermissionSet><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" /></PermissionSet>
  2060.         </member>
  2061.         <member name="M:System.Management.PropertyDataCollection.CopyTo(System.Management.PropertyData[],System.Int32)">
  2062.             <summary>Copies the <see cref="T:System.Management.PropertyDataCollection"></see> to a specialized <see cref="T:System.Management.PropertyData"></see> object array.          </summary>
  2063.             <param name="propertyArray">The destination array to contain the copied <see cref="T:System.Management.PropertyDataCollection"></see>.</param>
  2064.             <param name="index">The index in the destination array from which to start copying. </param>
  2065.             <PermissionSet><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" /></PermissionSet>
  2066.         </member>
  2067.         <member name="M:System.Management.PropertyDataCollection.GetEnumerator">
  2068.             <summary>Returns the enumerator for this <see cref="T:System.Management.PropertyDataCollection"></see>.          </summary>
  2069.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  2070.             <PermissionSet><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" /></PermissionSet>
  2071.         </member>
  2072.         <member name="M:System.Management.PropertyDataCollection.Remove(System.String)">
  2073.             <summary>Removes a <see cref="T:System.Management.PropertyData"></see> from the <see cref="T:System.Management.PropertyDataCollection"></see>.          </summary>
  2074.             <param name="propertyName">The name of the property to be removed.</param>
  2075.             <PermissionSet><IPermission class="System.Security.Permissions.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  2076.         </member>
  2077.         <member name="M:System.Management.PropertyDataCollection.System.Collections.IEnumerable.GetEnumerator">
  2078.             <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> that iterates through the <see cref="T:System.Management.PropertyDataCollection"></see>.</summary>
  2079.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Management.PropertyDataCollection"></see>.</returns>
  2080.         </member>
  2081.         <member name="P:System.Management.PropertyDataCollection.Count">
  2082.             <summary>Gets the number of objects in the <see cref="T:System.Management.PropertyDataCollection"></see>.          </summary>
  2083.             <returns>Returns an <see cref="T:System.Int32"></see> value representing the number of objects in the collection.</returns>
  2084.             <PermissionSet><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" /></PermissionSet>
  2085.         </member>
  2086.         <member name="P:System.Management.PropertyDataCollection.IsSynchronized">
  2087.             <summary>Gets a value indicating whether the object is synchronized.          </summary>
  2088.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the object is synchronized.</returns>
  2089.         </member>
  2090.         <member name="P:System.Management.PropertyDataCollection.Item(System.String)">
  2091.             <summary>Gets the specified property from the <see cref="T:System.Management.PropertyDataCollection"></see>, using [] syntax. This property is the indexer for the <see cref="T:System.Management.PropertyDataCollection"></see> class.</summary>
  2092.             <returns>Returns a <see cref="T:System.Management.PropertyData"></see> containing the data for a specified property in the collection.</returns>
  2093.             <param name="propertyName">The name of the property to retrieve.</param>
  2094.         </member>
  2095.         <member name="P:System.Management.PropertyDataCollection.SyncRoot">
  2096.             <summary>Gets the object to be used for synchronization.          </summary>
  2097.             <returns>Returns an <see cref="T:System.Object"></see> value containing the object to be used for synchronization.</returns>
  2098.         </member>
  2099.         <member name="T:System.Management.PropertyDataCollection.PropertyDataEnumerator">
  2100.             <summary>Represents the enumerator for <see cref="T:System.Management.PropertyData"></see> objects in the <see cref="T:System.Management.PropertyDataCollection"></see>. </summary>
  2101.         </member>
  2102.         <member name="M:System.Management.PropertyDataCollection.PropertyDataEnumerator.MoveNext">
  2103.             <summary>Moves to the next element in the <see cref="T:System.Management.PropertyDataCollection"></see> enumeration.</summary>
  2104.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  2105.         </member>
  2106.         <member name="M:System.Management.PropertyDataCollection.PropertyDataEnumerator.Reset">
  2107.             <summary>Resets the enumerator to the beginning of the <see cref="T:System.Management.PropertyDataCollection"></see> enumeration.</summary>
  2108.         </member>
  2109.         <member name="P:System.Management.PropertyDataCollection.PropertyDataEnumerator.Current">
  2110.             <summary>Gets the current <see cref="T:System.Management.PropertyData"></see> in the <see cref="T:System.Management.PropertyDataCollection"></see> enumeration.</summary>
  2111.             <returns>The current <see cref="T:System.Management.PropertyData"></see> element in the collection.</returns>
  2112.         </member>
  2113.         <member name="P:System.Management.PropertyDataCollection.PropertyDataEnumerator.System.Collections.IEnumerator.Current">
  2114.             <summary>Gets the current object in the collection.</summary>
  2115.             <returns>Returns the current element in the collection.</returns>
  2116.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  2117.         </member>
  2118.         <member name="T:System.Management.PutOptions">
  2119.             <summary>Specifies options for committing management object changes.          </summary>
  2120.         </member>
  2121.         <member name="M:System.Management.PutOptions.#ctor">
  2122.             <summary>Initializes a new instance of the <see cref="T:System.Management.PutOptions"></see> class for put operations, using default values. This is the default constructor.          </summary>
  2123.         </member>
  2124.         <member name="M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection)">
  2125.             <summary>Initializes a new instance of the <see cref="T:System.Management.PutOptions"></see> class for committing a WMI object, using the specified provider-specific context.          </summary>
  2126.             <param name="context">A provider-specific, named-value pairs context object to be passed through to the provider.</param>
  2127.         </member>
  2128.         <member name="M:System.Management.PutOptions.#ctor(System.Management.ManagementNamedValueCollection,System.TimeSpan,System.Boolean,System.Management.PutType)">
  2129.             <summary>Initializes a new instance of the <see cref="T:System.Management.PutOptions"></see> class for committing a WMI object, using the specified option values.          </summary>
  2130.             <param name="context">A provider-specific, named-value pairs object to be passed through to the provider. </param>
  2131.             <param name="timeout">The length of time to let the operation perform before it times out. The default is <see cref="F:System.TimeSpan.MaxValue"></see>. </param>
  2132.             <param name="putType">The type of commit to be performed (update or create). </param>
  2133.             <param name="useAmendedQualifiers">true if the returned objects should contain amended (locale-aware) qualifiers; otherwise, false. </param>
  2134.         </member>
  2135.         <member name="M:System.Management.PutOptions.Clone">
  2136.             <summary>Returns a copy of the object.          </summary>
  2137.             <returns>The cloned object.</returns>
  2138.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" /></PermissionSet>
  2139.         </member>
  2140.         <member name="P:System.Management.PutOptions.Type">
  2141.             <summary>Gets or sets the type of commit to be performed for the object.          </summary>
  2142.             <returns>Returns a <see cref="T:System.Management.PutType"></see> enumeration value representing the type of commit to be performed for the object.</returns>
  2143.         </member>
  2144.         <member name="P:System.Management.PutOptions.UseAmendedQualifiers">
  2145.             <summary>Gets or sets a value indicating whether the objects returned from WMI should                   contain amended information. Typically, amended information is localizable information attached to the WMI object, such as object and property descriptions.          </summary>
  2146.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the objects returned from WMI should contain amended information.</returns>
  2147.         </member>
  2148.         <member name="T:System.Management.PutType">
  2149.             <summary>Describes the possible effects of saving an object to WMI when using <see cref="M:System.Management.ManagementObject.Put"></see>.          </summary>
  2150.         </member>
  2151.         <member name="F:System.Management.PutType.CreateOnly">
  2152.             <summary>Creates an object only; does not update an existing object.</summary>
  2153.         </member>
  2154.         <member name="F:System.Management.PutType.None">
  2155.             <summary>No change.</summary>
  2156.         </member>
  2157.         <member name="F:System.Management.PutType.UpdateOnly">
  2158.             <summary>Updates an existing object only; does not create a new object.</summary>
  2159.         </member>
  2160.         <member name="F:System.Management.PutType.UpdateOrCreate">
  2161.             <summary>Saves the object, whether updating an existing object or creating a new object.</summary>
  2162.         </member>
  2163.         <member name="T:System.Management.QualifierData">
  2164.             <summary>Contains information about a WMI qualifier.          </summary>
  2165.         </member>
  2166.         <member name="P:System.Management.QualifierData.IsAmended">
  2167.             <summary>Gets or sets a value indicating whether the qualifier is amended.          </summary>
  2168.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the qualifier is amended.</returns>
  2169.             <PermissionSet><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" /></PermissionSet>
  2170.         </member>
  2171.         <member name="P:System.Management.QualifierData.IsLocal">
  2172.             <summary>Gets a value indicating whether the qualifier has been defined locally on this class or has been propagated from a base class.          </summary>
  2173.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the qualifier has been defined locally on this class or has been propagated from a base class.</returns>
  2174.             <PermissionSet><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" /></PermissionSet>
  2175.         </member>
  2176.         <member name="P:System.Management.QualifierData.IsOverridable">
  2177.             <summary>Gets or sets a value indicating whether the value of the qualifier can be overridden when propagated.          </summary>
  2178.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the value of the qualifier can be overridden when propagated.</returns>
  2179.             <PermissionSet><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" /></PermissionSet>
  2180.         </member>
  2181.         <member name="P:System.Management.QualifierData.Name">
  2182.             <summary>Represents the name of the qualifier.          </summary>
  2183.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the qualifier.</returns>
  2184.         </member>
  2185.         <member name="P:System.Management.QualifierData.PropagatesToInstance">
  2186.             <summary>Gets or sets a value indicating whether the qualifier should be propagated to instances of the class.          </summary>
  2187.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the qualifier should be propagated to instances of the class.</returns>
  2188.             <PermissionSet><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" /></PermissionSet>
  2189.         </member>
  2190.         <member name="P:System.Management.QualifierData.PropagatesToSubclass">
  2191.             <summary>Gets or sets a value indicating whether the qualifier should be propagated to                    subclasses of the class.          </summary>
  2192.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the qualifier should be propagated to subclasses of the class.</returns>
  2193.             <PermissionSet><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" /></PermissionSet>
  2194.         </member>
  2195.         <member name="P:System.Management.QualifierData.Value">
  2196.             <summary>Gets or sets the value of the qualifier.          </summary>
  2197.             <returns>Returns an <see cref="T:System.Object"></see> value containing the value of the qualifier.</returns>
  2198.             <PermissionSet><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" /></PermissionSet>
  2199.         </member>
  2200.         <member name="T:System.Management.QualifierDataCollection">
  2201.             <summary>Represents a collection of <see cref="T:System.Management.QualifierData"></see> objects.          </summary>
  2202.         </member>
  2203.         <member name="M:System.Management.QualifierDataCollection.Add(System.String,System.Object)">
  2204.             <summary>Adds a <see cref="T:System.Management.QualifierData"></see> to the <see cref="T:System.Management.QualifierDataCollection"></see>. This overload specifies the qualifier name and value.          </summary>
  2205.             <param name="qualifierName">The name of the <see cref="T:System.Management.QualifierData"></see> to be added to the <see cref="T:System.Management.QualifierDataCollection"></see>. </param>
  2206.             <param name="qualifierValue">The value for the new qualifier. </param>
  2207.             <PermissionSet><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" /></PermissionSet>
  2208.         </member>
  2209.         <member name="M:System.Management.QualifierDataCollection.Add(System.String,System.Object,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
  2210.             <summary>Adds a <see cref="T:System.Management.QualifierData"></see> to the <see cref="T:System.Management.QualifierDataCollection"></see>. This overload specifies all property values for a <see cref="T:System.Management.QualifierData"></see>.          </summary>
  2211.             <param name="propagatesToSubclass">true to propagate this qualifier to subclasses; otherwise, false. </param>
  2212.             <param name="isAmended">true to specify that this qualifier is amended (flavor); otherwise, false. </param>
  2213.             <param name="qualifierName">The qualifier name. </param>
  2214.             <param name="isOverridable">true to specify that this qualifier's value is overridable in instances of subclasses; otherwise, false. </param>
  2215.             <param name="propagatesToInstance">true to propagate this qualifier to instances; otherwise, false. </param>
  2216.             <param name="qualifierValue">The qualifier value. </param>
  2217.             <PermissionSet><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" /></PermissionSet>
  2218.         </member>
  2219.         <member name="M:System.Management.QualifierDataCollection.CopyTo(System.Array,System.Int32)">
  2220.             <summary>Copies the <see cref="T:System.Management.QualifierDataCollection"></see> into an array.          </summary>
  2221.             <param name="array">The array to which to copy the <see cref="T:System.Management.QualifierDataCollection"></see>. </param>
  2222.             <param name="index">The index from which to start copying. </param>
  2223.             <PermissionSet><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" /></PermissionSet>
  2224.         </member>
  2225.         <member name="M:System.Management.QualifierDataCollection.CopyTo(System.Management.QualifierData[],System.Int32)">
  2226.             <summary>Copies the <see cref="T:System.Management.QualifierDataCollection"></see> into a specialized              <see cref="T:System.Management.QualifierData"></see> array.          </summary>
  2227.             <param name="qualifierArray">The specialized array of <see cref="T:System.Management.QualifierData"></see> objects to which to copy the <see cref="T:System.Management.QualifierDataCollection"></see>.</param>
  2228.             <param name="index">The index from which to start copying. </param>
  2229.             <PermissionSet><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" /></PermissionSet>
  2230.         </member>
  2231.         <member name="M:System.Management.QualifierDataCollection.GetEnumerator">
  2232.             <summary>Returns an enumerator for the <see cref="T:System.Management.QualifierDataCollection"></see>. This method is strongly typed.          </summary>
  2233.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> that can be used to iterate through the collection.</returns>
  2234.             <PermissionSet><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" /></PermissionSet>
  2235.         </member>
  2236.         <member name="M:System.Management.QualifierDataCollection.Remove(System.String)">
  2237.             <summary>Removes a <see cref="T:System.Management.QualifierData"></see> from the <see cref="T:System.Management.QualifierDataCollection"></see> by name.          </summary>
  2238.             <param name="qualifierName">The name of the <see cref="T:System.Management.QualifierData"></see> to remove. </param>
  2239.             <PermissionSet><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" /></PermissionSet>
  2240.         </member>
  2241.         <member name="M:System.Management.QualifierDataCollection.System.Collections.IEnumerable.GetEnumerator">
  2242.             <summary>Returns an <see cref="T:System.Collections.IEnumerator"></see> that iterates through the <see cref="T:System.Management.QualifierDataCollection"></see>.</summary>
  2243.             <returns>An <see cref="T:System.Collections.IEnumerator"></see> for the <see cref="T:System.Management.QualifierDataCollection"></see>.</returns>
  2244.         </member>
  2245.         <member name="P:System.Management.QualifierDataCollection.Count">
  2246.             <summary>Gets the number of <see cref="T:System.Management.QualifierData"></see> objects in the <see cref="T:System.Management.QualifierDataCollection"></see>.          </summary>
  2247.             <returns>Returns an <see cref="T:System.Int32"></see> value representing the number of objects in the collection.</returns>
  2248.             <PermissionSet><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" /></PermissionSet>
  2249.         </member>
  2250.         <member name="P:System.Management.QualifierDataCollection.IsSynchronized">
  2251.             <summary>Gets a value indicating whether the object is synchronized.          </summary>
  2252.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the object is synchronized.</returns>
  2253.         </member>
  2254.         <member name="P:System.Management.QualifierDataCollection.Item(System.String)">
  2255.             <summary>Gets the specified <see cref="T:System.Management.QualifierData"></see> from the <see cref="T:System.Management.QualifierDataCollection"></see>.          </summary>
  2256.             <returns>Returns a <see cref="T:System.Management.QualifierData"></see> containing the data for a specified qualifier in the collection.</returns>
  2257.             <param name="qualifierName">The name of the <see cref="T:System.Management.QualifierData"></see> to access in the <see cref="T:System.Management.QualifierDataCollection"></see>. </param>
  2258.             <PermissionSet><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" /></PermissionSet>
  2259.         </member>
  2260.         <member name="P:System.Management.QualifierDataCollection.SyncRoot">
  2261.             <summary>Gets the object to be used for synchronization.          </summary>
  2262.             <returns>Returns an <see cref="T:System.Object"></see> value to be used for synchronization.</returns>
  2263.         </member>
  2264.         <member name="T:System.Management.QualifierDataCollection.QualifierDataEnumerator">
  2265.             <summary>Represents the enumerator for <see cref="T:System.Management.QualifierData"></see> objects in the <see cref="T:System.Management.QualifierDataCollection"></see>. </summary>
  2266.         </member>
  2267.         <member name="M:System.Management.QualifierDataCollection.QualifierDataEnumerator.MoveNext">
  2268.             <summary>Moves to the next element in the <see cref="T:System.Management.QualifierDataCollection"></see> enumeration.</summary>
  2269.             <returns>true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.</returns>
  2270.         </member>
  2271.         <member name="M:System.Management.QualifierDataCollection.QualifierDataEnumerator.Reset">
  2272.             <summary>Resets the enumerator to the beginning of the <see cref="T:System.Management.QualifierDataCollection"></see> enumeration.</summary>
  2273.         </member>
  2274.         <member name="P:System.Management.QualifierDataCollection.QualifierDataEnumerator.Current">
  2275.             <summary>Gets or sets the current <see cref="T:System.Management.QualifierData"></see> in the <see cref="T:System.Management.QualifierDataCollection"></see> enumeration.</summary>
  2276.             <returns>The current <see cref="T:System.Management.QualifierData"></see> element in the collection.</returns>
  2277.         </member>
  2278.         <member name="P:System.Management.QualifierDataCollection.QualifierDataEnumerator.System.Collections.IEnumerator.Current">
  2279.             <summary>Gets the current object in the collection.</summary>
  2280.             <returns>Returns the current element in the collection.</returns>
  2281.             <exception cref="T:System.InvalidOperationException">The collection was modified after the enumerator was created.</exception>
  2282.         </member>
  2283.         <member name="T:System.Management.RelatedObjectQuery">
  2284.             <summary>Represents a WQL ASSOCIATORS OF data query. It can be used for both instances and schema queries.           </summary>
  2285.         </member>
  2286.         <member name="M:System.Management.RelatedObjectQuery.#ctor">
  2287.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelatedObjectQuery"></see> class. This is the default constructor.          </summary>
  2288.         </member>
  2289.         <member name="M:System.Management.RelatedObjectQuery.#ctor(System.String)">
  2290.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelatedObjectQuery"></see> class. If the specified string can be successfully parsed as a WQL query, it is considered to be the query string; otherwise, it is assumed to be the path of the source object for the query. In this case, the query is assumed to be an instance query.           </summary>
  2291.             <param name="queryOrSourceObject">The query string or the path of the source object.</param>
  2292.         </member>
  2293.         <member name="M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String)">
  2294.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelatedObjectQuery"></see> class for the given source object and related class. The query is assumed to be an instance query (as opposed to a schema query).          </summary>
  2295.             <param name="relatedClass">The related objects' class.</param>
  2296.             <param name="sourceObject">The path of the source object for this query.</param>
  2297.         </member>
  2298.         <member name="M:System.Management.RelatedObjectQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String,System.String,System.String,System.String)">
  2299.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelatedObjectQuery"></see> class for a schema query using the given set of parameters. This constructor is used for schema queries only: the first parameter must be set to true                .          </summary>
  2300.             <param name="isSchemaQuery">true to indicate that this is a schema query; otherwise, false .</param>
  2301.             <param name="relationshipClass">The relationship type.</param>
  2302.             <param name="relatedQualifier">The qualifier required to be present on the related objects.</param>
  2303.             <param name="relatedRole">The role that the related objects are required to play in the relationship.</param>
  2304.             <param name="relatedClass">The related objects' required base class.</param>
  2305.             <param name="relationshipQualifier">The qualifier required to be present on the relationships.</param>
  2306.             <param name="sourceObject">The path of the source class.</param>
  2307.             <param name="thisRole">The role that the source class is required to play in the relationship.</param>
  2308.         </member>
  2309.         <member name="M:System.Management.RelatedObjectQuery.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Boolean)">
  2310.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelatedObjectQuery"></see> class for the given set of parameters. The query is assumed to be an instance query (as opposed to a schema query).          </summary>
  2311.             <param name="relationshipClass">The relationship type.</param>
  2312.             <param name="relatedQualifier">The qualifier required to be present on the related objects.</param>
  2313.             <param name="relatedRole">The role that the related objects are required to play in the relationship.</param>
  2314.             <param name="relatedClass">The related objects' required class.</param>
  2315.             <param name="relationshipQualifier">The qualifier required to be present on the relationships.</param>
  2316.             <param name="sourceObject">The path of the source object.</param>
  2317.             <param name="classDefinitionsOnly">true to return only the class definitions of the related objects; otherwise, false .</param>
  2318.             <param name="thisRole">The role that the source object is required to play in the relationship.</param>
  2319.         </member>
  2320.         <member name="M:System.Management.RelatedObjectQuery.BuildQuery">
  2321.             <summary>Builds the query string according to the current property values.                       </summary>
  2322.         </member>
  2323.         <member name="M:System.Management.RelatedObjectQuery.Clone">
  2324.             <summary>Creates a copy of the object.          </summary>
  2325.             <returns>The copied object.             </returns>
  2326.         </member>
  2327.         <member name="M:System.Management.RelatedObjectQuery.ParseQuery(System.String)">
  2328.             <summary>Parses the query string and sets the property values accordingly.                       </summary>
  2329.             <param name="query">The query string to be parsed.</param>
  2330.         </member>
  2331.         <member name="P:System.Management.RelatedObjectQuery.ClassDefinitionsOnly">
  2332.             <summary>Gets or sets a value indicating that for all instances that adhere to the query, only their class definitions be returned. This parameter is only valid for instance queries.          </summary>
  2333.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating that for all instances that adhere to the query, only their class definitions are to be returned.</returns>
  2334.         </member>
  2335.         <member name="P:System.Management.RelatedObjectQuery.IsSchemaQuery">
  2336.             <summary>Gets or sets a value indicating whether this is a schema query or an instance query.          </summary>
  2337.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether this is a schema query.</returns>
  2338.         </member>
  2339.         <member name="P:System.Management.RelatedObjectQuery.RelatedClass">
  2340.             <summary>Gets or sets the class of the endpoint objects (the related class).          </summary>
  2341.             <returns>Returns a <see cref="T:System.String"></see> value containing the related class name.</returns>
  2342.         </member>
  2343.         <member name="P:System.Management.RelatedObjectQuery.RelatedQualifier">
  2344.             <summary>Gets or sets a qualifier required to be defined on the related objects.          </summary>
  2345.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the qualifier required on the related object.</returns>
  2346.         </member>
  2347.         <member name="P:System.Management.RelatedObjectQuery.RelatedRole">
  2348.             <summary>Gets or sets the role that the related objects returned should be playing in the relationship.          </summary>
  2349.             <returns>Returns a <see cref="T:System.String"></see> value containing the role of the related objects.</returns>
  2350.         </member>
  2351.         <member name="P:System.Management.RelatedObjectQuery.RelationshipClass">
  2352.             <summary>Gets or sets the type of relationship (association).          </summary>
  2353.             <returns>Returns a <see cref="T:System.String"></see> value containing the relationship class name. </returns>
  2354.         </member>
  2355.         <member name="P:System.Management.RelatedObjectQuery.RelationshipQualifier">
  2356.             <summary>Gets or sets a qualifier required to be defined on the relationship objects.          </summary>
  2357.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the qualifier required on the relationship objects.</returns>
  2358.         </member>
  2359.         <member name="P:System.Management.RelatedObjectQuery.SourceObject">
  2360.             <summary>Gets or sets the source object to be used for the query. For instance queries, this is typically an instance path. For schema queries, this is typically a class name.          </summary>
  2361.             <returns>Returns a <see cref="T:System.String"></see> value containing the path of the object to be used for the query.</returns>
  2362.         </member>
  2363.         <member name="P:System.Management.RelatedObjectQuery.ThisRole">
  2364.             <summary>Gets or sets the role that the source object should be playing in the relationship.          </summary>
  2365.             <returns>Returns a <see cref="T:System.String"></see> value containing the role of this object.</returns>
  2366.         </member>
  2367.         <member name="T:System.Management.RelationshipQuery">
  2368.             <summary>Represents a WQL REFERENCES OF data query.           </summary>
  2369.         </member>
  2370.         <member name="M:System.Management.RelationshipQuery.#ctor">
  2371.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelationshipQuery"></see> class. This is the default constructor.          </summary>
  2372.         </member>
  2373.         <member name="M:System.Management.RelationshipQuery.#ctor(System.String)">
  2374.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelationshipQuery"></see> class. If the specified string can be successfully parsed as a WQL query, it is considered to be the query string; otherwise, it is assumed to be the path of the source object for the query. In this case, the query is assumed to be an instances query.           </summary>
  2375.             <param name="queryOrSourceObject">The query string or the class name for this query.</param>
  2376.         </member>
  2377.         <member name="M:System.Management.RelationshipQuery.#ctor(System.String,System.String)">
  2378.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelationshipQuery"></see> class for the given source object and relationship class. The query is assumed to be an instance query (as opposed to a schema query).          </summary>
  2379.             <param name="relationshipClass"> The type of relationship for which to query.</param>
  2380.             <param name="sourceObject"> The path of the source object for this query.</param>
  2381.         </member>
  2382.         <member name="M:System.Management.RelationshipQuery.#ctor(System.Boolean,System.String,System.String,System.String,System.String)">
  2383.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelationshipQuery"></see> class for a schema query using the given set of parameters. This constructor is used for schema queries only, so the first parameter must be true.          </summary>
  2384.             <param name="isSchemaQuery">true to indicate that this is a schema query; otherwise, false.</param>
  2385.             <param name="relationshipClass">The type of relationship for which to query.</param>
  2386.             <param name="relationshipQualifier">A qualifier required to be present on the relationship class.</param>
  2387.             <param name="sourceObject">The path of the source class for this query.</param>
  2388.             <param name="thisRole">The role that the source class is required to play in the relationship.</param>
  2389.         </member>
  2390.         <member name="M:System.Management.RelationshipQuery.#ctor(System.String,System.String,System.String,System.String,System.Boolean)">
  2391.             <summary>Initializes a new instance of the <see cref="T:System.Management.RelationshipQuery"></see> class for the given set of parameters. The query is assumed to be an instance query (as opposed to a schema query).          </summary>
  2392.             <param name="relationshipClass">The type of relationship for which to query.</param>
  2393.             <param name="relationshipQualifier">A qualifier required to be present on the relationship object.</param>
  2394.             <param name="sourceObject">The path of the source object for this query.</param>
  2395.             <param name="classDefinitionsOnly">When this method returns, it contains a Boolean that indicates that only class definitions for the resulting objects are returned.</param>
  2396.             <param name="thisRole">The role that the source object is required to play in the relationship.</param>
  2397.         </member>
  2398.         <member name="M:System.Management.RelationshipQuery.BuildQuery">
  2399.             <summary>Builds the query string according to the current property values.                       </summary>
  2400.         </member>
  2401.         <member name="M:System.Management.RelationshipQuery.Clone">
  2402.             <summary>Creates a copy of the object.          </summary>
  2403.             <returns>The copied object.             </returns>
  2404.         </member>
  2405.         <member name="M:System.Management.RelationshipQuery.ParseQuery(System.String)">
  2406.             <summary>Parses the query string and sets the property values accordingly.                       </summary>
  2407.             <param name="query">The query string to be parsed.</param>
  2408.         </member>
  2409.         <member name="P:System.Management.RelationshipQuery.ClassDefinitionsOnly">
  2410.             <summary>Gets or sets a value indicating that only the class definitions of the relevant relationship objects be returned.          </summary>
  2411.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating that only the class definitions of the relevant relationship objects be returned.</returns>
  2412.         </member>
  2413.         <member name="P:System.Management.RelationshipQuery.IsSchemaQuery">
  2414.             <summary>Gets or sets a value indicating whether this query is a schema query or an instance query.          </summary>
  2415.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether this query is a schema query.</returns>
  2416.         </member>
  2417.         <member name="P:System.Management.RelationshipQuery.RelationshipClass">
  2418.             <summary>Gets or sets the class of the relationship objects wanted in the query.          </summary>
  2419.             <returns>Returns a <see cref="T:System.String"></see> value containing the relationship class name.</returns>
  2420.         </member>
  2421.         <member name="P:System.Management.RelationshipQuery.RelationshipQualifier">
  2422.             <summary>Gets or sets a qualifier required on the relationship objects.          </summary>
  2423.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the qualifier required on the relationship objects.</returns>
  2424.         </member>
  2425.         <member name="P:System.Management.RelationshipQuery.SourceObject">
  2426.             <summary>Gets or sets the source object for this query.          </summary>
  2427.             <returns>Returns a <see cref="T:System.String"></see> value containing the path of the object to be used for the query.</returns>
  2428.         </member>
  2429.         <member name="P:System.Management.RelationshipQuery.ThisRole">
  2430.             <summary>Gets or sets the role of the source object in the relationship.          </summary>
  2431.             <returns>Returns a <see cref="T:System.String"></see> value containing the role of this object.</returns>
  2432.         </member>
  2433.         <member name="T:System.Management.SelectQuery">
  2434.             <summary>Represents a WQL SELECT data query.          </summary>
  2435.         </member>
  2436.         <member name="M:System.Management.SelectQuery.#ctor">
  2437.             <summary>Initializes a new instance of the <see cref="T:System.Management.SelectQuery"></see> class. This is the default constructor.          </summary>
  2438.         </member>
  2439.         <member name="M:System.Management.SelectQuery.#ctor(System.String)">
  2440.             <summary>Initializes a new instance of the <see cref="T:System.Management.SelectQuery"></see> class for the specified query or the specified class name.          </summary>
  2441.             <param name="queryOrClassName">The entire query or the class name to use in the query. The parser in this class attempts to parse the string as a valid WQL SELECT query. If the parser is unsuccessful, it assumes the string is a class name.</param>
  2442.         </member>
  2443.         <member name="M:System.Management.SelectQuery.#ctor(System.Boolean,System.String)">
  2444.             <summary>Initializes a new instance of the <see cref="T:System.Management.SelectQuery"></see> class for a schema query, optionally specifying a condition.          </summary>
  2445.             <param name="isSchemaQuery">true to indicate that this is a schema query; otherwise, false. A false value is invalid in this constructor.</param>
  2446.             <param name="condition">The condition to be applied to form the result set of classes. </param>
  2447.         </member>
  2448.         <member name="M:System.Management.SelectQuery.#ctor(System.String,System.String)">
  2449.             <summary>Initializes a new instance of the <see cref="T:System.Management.SelectQuery"></see> class with the specified class name and condition.          </summary>
  2450.             <param name="className">The name of the class to select in the query.</param>
  2451.             <param name="condition">The condition to be applied in the query. </param>
  2452.         </member>
  2453.         <member name="M:System.Management.SelectQuery.#ctor(System.String,System.String,System.String[])">
  2454.             <summary>Initializes a new instance of the <see cref="T:System.Management.SelectQuery"></see> class with the specified class name and condition, selecting only the specified properties.          </summary>
  2455.             <param name="className">The name of the class from which to select.</param>
  2456.             <param name="selectedProperties">An array of property names to be returned in the query results. </param>
  2457.             <param name="condition">The condition to be applied to instances of the selected class. </param>
  2458.         </member>
  2459.         <member name="M:System.Management.SelectQuery.BuildQuery">
  2460.             <summary>Builds the query string according to the current property values.                       </summary>
  2461.         </member>
  2462.         <member name="M:System.Management.SelectQuery.Clone">
  2463.             <summary>Creates a copy of the object.          </summary>
  2464.             <returns>The copied object.             </returns>
  2465.         </member>
  2466.         <member name="M:System.Management.SelectQuery.ParseQuery(System.String)">
  2467.             <summary>Parses the query string and sets the property values accordingly.                       </summary>
  2468.             <param name="query">The query string to be parsed.</param>
  2469.         </member>
  2470.         <member name="P:System.Management.SelectQuery.ClassName">
  2471.             <summary>Gets or sets the class name to be selected from in the query.          </summary>
  2472.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the class in the query.</returns>
  2473.         </member>
  2474.         <member name="P:System.Management.SelectQuery.Condition">
  2475.             <summary>Gets or sets the condition to be applied in the SELECT query.          </summary>
  2476.             <returns>Returns a <see cref="T:System.String"></see> value containing the condition to be applied to the SELECT query.</returns>
  2477.         </member>
  2478.         <member name="P:System.Management.SelectQuery.IsSchemaQuery">
  2479.             <summary>Gets or sets a value indicating whether this query is a schema query or an instances query.          </summary>
  2480.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether the query is a schema query.</returns>
  2481.         </member>
  2482.         <member name="P:System.Management.SelectQuery.QueryString">
  2483.             <summary>Gets or sets the query in the <see cref="T:System.Management.SelectQuery"></see> object, in string form.          </summary>
  2484.             <returns>Returns a <see cref="T:System.String"></see> value containing the query.</returns>
  2485.         </member>
  2486.         <member name="P:System.Management.SelectQuery.SelectedProperties">
  2487.             <summary>Ggets or sets an array of property names to be selected in the query.          </summary>
  2488.             <returns>Returns a <see cref="T:System.Collections.Specialized.StringCollection"></see> containing the names of the properties to be selected in the query.</returns>
  2489.         </member>
  2490.         <member name="T:System.Management.StoppedEventArgs">
  2491.             <summary>Holds event data for the <see cref="E:System.Management.ManagementEventWatcher.Stopped"></see> event.          </summary>
  2492.         </member>
  2493.         <member name="P:System.Management.StoppedEventArgs.Status">
  2494.             <summary>Gets the completion status of the operation.          </summary>
  2495.             <returns>Returns a <see cref="T:System.Management.ManagementStatus"></see> containing the status of the operation.</returns>
  2496.         </member>
  2497.         <member name="T:System.Management.StoppedEventHandler">
  2498.             <summary>Represents the method that will handle the <see cref="E:System.Management.ManagementEventWatcher.Stopped"></see> event.</summary>
  2499.         </member>
  2500.         <member name="T:System.Management.TextFormat">
  2501.             <summary>Describes the possible text formats that can be used with <see cref="M:System.Management.ManagementBaseObject.GetText(System.Management.TextFormat)"></see>.          </summary>
  2502.         </member>
  2503.         <member name="F:System.Management.TextFormat.CimDtd20">
  2504.             <summary>XML DTD that corresponds to CIM DTD version 2.0.             </summary>
  2505.         </member>
  2506.         <member name="F:System.Management.TextFormat.Mof">
  2507.             <summary>Managed Object Format</summary>
  2508.         </member>
  2509.         <member name="F:System.Management.TextFormat.WmiDtd20">
  2510.             <summary>XML WMI DTD that corresponds to CIM DTD version 2.0. Using this value enables a few WMI-specific extensions, like embedded objects.             </summary>
  2511.         </member>
  2512.         <member name="T:System.Management.WqlEventQuery">
  2513.             <summary>Represents a WMI event query in WQL format.          </summary>
  2514.         </member>
  2515.         <member name="M:System.Management.WqlEventQuery.#ctor">
  2516.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlEventQuery"></see> class. This is the default constructor.          </summary>
  2517.         </member>
  2518.         <member name="M:System.Management.WqlEventQuery.#ctor(System.String)">
  2519.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlEventQuery"></see> class based on the given query string or event class name.          </summary>
  2520.             <param name="queryOrEventClassName">The string representing either the entire event query or the name of the event class to query. The object will try to parse the string as a valid event query. If unsuccessful, the parser will assume that the parameter represents an event class name.</param>
  2521.         </member>
  2522.         <member name="M:System.Management.WqlEventQuery.#ctor(System.String,System.String)">
  2523.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlEventQuery"></see> class for the specified event class name, with the specified condition.          </summary>
  2524.             <param name="eventClassName">The name of the event class to query.</param>
  2525.             <param name="condition">The condition to apply to events of the specified class. </param>
  2526.         </member>
  2527.         <member name="M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan)">
  2528.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlEventQuery"></see> class for the specified event class, with the specified latency time.          </summary>
  2529.             <param name="eventClassName">The name of the event class to query.</param>
  2530.             <param name="withinInterval">A <see cref="T:System.TimeSpan"></see> value specifying the latency acceptable for receiving this event. This value is used in cases where there is no explicit event provider for the query requested, and WMI is required to poll for the condition. This interval is the maximum amount of time that can pass before notification of an event must be delivered.  </param>
  2531.         </member>
  2532.         <member name="M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan)">
  2533.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlEventQuery"></see> class with the specified event class name, condition, and grouping interval.          </summary>
  2534.             <param name="groupWithinInterval">The specified interval at which WMI sends one aggregate event, rather than many events. </param>
  2535.             <param name="eventClassName">The name of the event class to query. </param>
  2536.             <param name="condition">The condition to apply to events of the specified class.</param>
  2537.         </member>
  2538.         <member name="M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String)">
  2539.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlEventQuery"></see> class with the specified event class name, polling interval, and condition.          </summary>
  2540.             <param name="eventClassName">The name of the event class to query. </param>
  2541.             <param name="withinInterval">A <see cref="T:System.TimeSpan"></see> value specifying the latency acceptable for receiving this event. This value is used in cases where there is no explicit event provider for the query requested and WMI is required to poll for the condition. This interval is the maximum amount of time that can pass before notification of an event must be delivered. </param>
  2542.             <param name="condition">The condition to apply to events of the specified class. </param>
  2543.         </member>
  2544.         <member name="M:System.Management.WqlEventQuery.#ctor(System.String,System.String,System.TimeSpan,System.String[])">
  2545.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlEventQuery"></see> class with the specified event class name, condition, grouping interval, and grouping properties.          </summary>
  2546.             <param name="groupWithinInterval">The specified interval at which WMI sends one aggregate event, rather than many events.</param>
  2547.             <param name="groupByPropertyList">The properties in the event class by which the events should be grouped.  </param>
  2548.             <param name="eventClassName">The name of the event class to query. </param>
  2549.             <param name="condition">The condition to apply to events of the specified class.</param>
  2550.         </member>
  2551.         <member name="M:System.Management.WqlEventQuery.#ctor(System.String,System.TimeSpan,System.String,System.TimeSpan,System.String[],System.String)">
  2552.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlEventQuery"></see> class with the specified event class name, condition, grouping interval, grouping properties, and specified number of events.          </summary>
  2553.             <param name="groupWithinInterval">The specified interval at which WMI sends one aggregate event, rather than many events. </param>
  2554.             <param name="groupByPropertyList">The properties in the event class by which the events should be grouped. </param>
  2555.             <param name="eventClassName">The name of the event class on which to be queried.</param>
  2556.             <param name="havingCondition">The condition to apply to the number of events. </param>
  2557.             <param name="withinInterval">A <see cref="T:System.TimeSpan"></see> value specifying the latency acceptable for receiving this event. This value is used in cases where there is no explicit event provider for the query requested, and WMI is required to poll for the condition. This interval is the maximum amount of time that can pass before notification of an event must be delivered.</param>
  2558.             <param name="condition">The condition to apply to events of the specified class. </param>
  2559.         </member>
  2560.         <member name="M:System.Management.WqlEventQuery.BuildQuery">
  2561.             <summary>Builds the query string according to the current property values.                       </summary>
  2562.         </member>
  2563.         <member name="M:System.Management.WqlEventQuery.Clone">
  2564.             <summary>Creates a copy of the object.          </summary>
  2565.             <returns>The copied object.             </returns>
  2566.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  2567.         </member>
  2568.         <member name="M:System.Management.WqlEventQuery.ParseQuery(System.String)">
  2569.             <summary>Parses the query string and sets the property values accordingly.                       </summary>
  2570.             <param name="query">The query string to be parsed.</param>
  2571.         </member>
  2572.         <member name="P:System.Management.WqlEventQuery.Condition">
  2573.             <summary>Gets or sets the condition to be applied to events of the specified class.          </summary>
  2574.             <returns>Returns a <see cref="T:System.String"></see> value containing the condition or conditions in the event query.</returns>
  2575.         </member>
  2576.         <member name="P:System.Management.WqlEventQuery.EventClassName">
  2577.             <summary>Gets or sets the event class to query.          </summary>
  2578.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the event class in the event query.</returns>
  2579.         </member>
  2580.         <member name="P:System.Management.WqlEventQuery.GroupByPropertyList">
  2581.             <summary>Gets or sets properties in the event to be used for grouping events of the same type.          </summary>
  2582.             <returns>Returns a <see cref="T:System.Collections.Specialized.StringCollection"></see> containing the properties in the event to be used for grouping events of the same type.</returns>
  2583.         </member>
  2584.         <member name="P:System.Management.WqlEventQuery.GroupWithinInterval">
  2585.             <summary>Gets or sets the interval to be used for grouping events of the same type.          </summary>
  2586.             <returns>Returns a <see cref="T:System.TimeSpan"></see> value containing the interval used for grouping events of the same type.</returns>
  2587.         </member>
  2588.         <member name="P:System.Management.WqlEventQuery.HavingCondition">
  2589.             <summary>Gets or sets the condition to be applied to the aggregation of events, based on the number of events received.          </summary>
  2590.             <returns>Returns a <see cref="T:System.String"></see> value containing the condition applied to the aggregation of events, based on the number of events received.</returns>
  2591.         </member>
  2592.         <member name="P:System.Management.WqlEventQuery.QueryLanguage">
  2593.             <summary>Gets  the language of the query.          </summary>
  2594.             <returns>Returns a <see cref="T:System.String"></see> value that contains the query language that the query is written in.</returns>
  2595.         </member>
  2596.         <member name="P:System.Management.WqlEventQuery.QueryString">
  2597.             <summary>Gets or sets the string representing the query.          </summary>
  2598.             <returns>Returns a <see cref="T:System.String"></see> value containing the query.</returns>
  2599.             <PermissionSet><IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" /></PermissionSet>
  2600.         </member>
  2601.         <member name="P:System.Management.WqlEventQuery.WithinInterval">
  2602.             <summary>Gets or sets the polling interval to be used in this query.          </summary>
  2603.             <returns>Returns a <see cref="T:System.TimeSpan"></see> value containing the polling interval used in the event query.</returns>
  2604.         </member>
  2605.         <member name="T:System.Management.WqlObjectQuery">
  2606.             <summary>Represents a WMI data query in WQL format.          </summary>
  2607.         </member>
  2608.         <member name="M:System.Management.WqlObjectQuery.#ctor">
  2609.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlObjectQuery"></see> class. This is the default constructor.          </summary>
  2610.         </member>
  2611.         <member name="M:System.Management.WqlObjectQuery.#ctor(System.String)">
  2612.             <summary>Initializes a new instance of the <see cref="T:System.Management.WqlObjectQuery"></see> class initialized to the specified query.          </summary>
  2613.             <param name="query"> The representation of the data query.</param>
  2614.         </member>
  2615.         <member name="M:System.Management.WqlObjectQuery.Clone">
  2616.             <summary>Creates a copy of the object.          </summary>
  2617.             <returns>The copied object.             </returns>
  2618.         </member>
  2619.         <member name="P:System.Management.WqlObjectQuery.QueryLanguage">
  2620.             <summary>Gets the language of the query.          </summary>
  2621.             <returns>Returns a <see cref="T:System.String"></see> value containing the language of the query.</returns>
  2622.         </member>
  2623.         <member name="N:System.Management.Instrumentation">
  2624.             <summary>Provides the classes necessary for instrumenting applications for management and exposing their management information and events through WMI to potential consumers. Consumers such as Microsoft Application Center or Microsoft Operations Manager can then manage your application easily, and monitoring and configuring of your application is available for administrator scripts or other applications, both managed as well as unmanaged. Instrumentation of your application is easy to achieve using the InstrumentationClass custom attribute on classes you wish to expose, or using the provided <see cref="T:System.Management.Instrumentation.BaseEvent"></see> and <see cref="T:System.Management.Instrumentation.Instance"></see> base classes and the <see cref="T:System.Management.Instrumentation.Instrumentation"></see> helper class.</summary>
  2625.         </member>
  2626.         <member name="T:System.Management.Instrumentation.BaseEvent">
  2627.             <summary>Represents classes derived from <see cref="T:System.Management.Instrumentation.BaseEvent"></see> that are known to be management event classes. These derived classes inherit an implementation of <see cref="T:System.Management.Instrumentation.IEvent"></see> that allows events to be fired through the <see cref="M:System.Management.Instrumentation.BaseEvent.Fire"></see> method.          </summary>
  2628.         </member>
  2629.         <member name="M:System.Management.Instrumentation.BaseEvent.#ctor">
  2630.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.BaseEvent"></see> class.          </summary>
  2631.         </member>
  2632.         <member name="M:System.Management.Instrumentation.BaseEvent.Fire">
  2633.             <summary>Raises a management event.          </summary>
  2634.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" Unrestricted="true" /></PermissionSet>
  2635.         </member>
  2636.         <member name="T:System.Management.Instrumentation.DefaultManagementProjectInstaller">
  2637.             <summary>Installs an instrumented assembly. This class is a default project installer for assemblies that contain management instrumentation and do not use other installers (such as services, or message queues). To use this default project installer, derive a class from <see cref="T:System.Management.Instrumentation.DefaultManagementProjectInstaller"></see> inside the assembly. No methods need to be overridden.</summary>
  2638.         </member>
  2639.         <member name="M:System.Management.Instrumentation.DefaultManagementProjectInstaller.#ctor">
  2640.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.DefaultManagementProjectInstaller"></see> class. This is the default constructor.          </summary>
  2641.         </member>
  2642.         <member name="T:System.Management.Instrumentation.IEvent">
  2643.             <summary>Specifies a source of a management instrumentation event. Objects that implement this interface are known to be sources of management instrumentation events. Classes that do not derive from <see cref="T:System.Management.Instrumentation.BaseEvent"></see> should implement this interface instead.          </summary>
  2644.         </member>
  2645.         <member name="M:System.Management.Instrumentation.IEvent.Fire">
  2646.             <summary>Raises a management event.          </summary>
  2647.         </member>
  2648.         <member name="T:System.Management.Instrumentation.IgnoreMemberAttribute">
  2649.             <summary>Allows a particular member of an instrumented class to be ignored by management instrumentation.          </summary>
  2650.         </member>
  2651.         <member name="M:System.Management.Instrumentation.IgnoreMemberAttribute.#ctor">
  2652.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.IgnoreMemberAttribute"></see> class          </summary>
  2653.         </member>
  2654.         <member name="T:System.Management.Instrumentation.IInstance">
  2655.             <summary>Specifies a source of a management instrumentation instance. Objects that implement this interface are known to be sources of management instrumentation instances. Classes that do not derive from <see cref="T:System.Management.Instrumentation.Instance"></see> should implement this interface instead.          </summary>
  2656.         </member>
  2657.         <member name="P:System.Management.Instrumentation.IInstance.Published">
  2658.             <summary>Gets or sets a value indicating whether instances of classes that implement this interface are visible through management instrumentation.                       </summary>
  2659.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether instances of classes that implement this interface are visible through management instrumentation.</returns>
  2660.         </member>
  2661.         <member name="T:System.Management.Instrumentation.Instance">
  2662.             <summary>Represents derived classes known to be management instrumentation instance classes. These derived classes inherit an implementation of <see cref="T:System.Management.Instrumentation.IInstance"></see> that allows instances to be published through the <see cref="P:System.Management.Instrumentation.IInstance.Published"></see> property.          </summary>
  2663.         </member>
  2664.         <member name="M:System.Management.Instrumentation.Instance.#ctor">
  2665.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.Instance"></see> class.            </summary>
  2666.         </member>
  2667.         <member name="P:System.Management.Instrumentation.Instance.Published">
  2668.             <summary>Gets or sets a value indicating whether instances of classes that implement this interface are visible through management instrumentation.          </summary>
  2669.             <returns>Returns a <see cref="T:System.Boolean"></see> value indicating whether instances of classes that implement this interface are visible through management instrumentation.</returns>
  2670.             <PermissionSet><IPermission 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, ControlPrincipal" /></PermissionSet>
  2671.         </member>
  2672.         <member name="T:System.Management.Instrumentation.Instrumentation">
  2673.             <summary>Provides helper functions for exposing events and data for management. There is a single instance of this class per application domain.          </summary>
  2674.         </member>
  2675.         <member name="M:System.Management.Instrumentation.Instrumentation.#ctor">
  2676.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.Instrumentation"></see> class.          </summary>
  2677.         </member>
  2678.         <member name="M:System.Management.Instrumentation.Instrumentation.Fire(System.Object)">
  2679.             <summary>Raises a management event.          </summary>
  2680.             <param name="eventData">The object that determines the class, properties, and values of the event.</param>
  2681.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" Unrestricted="true" /></PermissionSet>
  2682.         </member>
  2683.         <member name="M:System.Management.Instrumentation.Instrumentation.IsAssemblyRegistered(System.Reflection.Assembly)">
  2684.             <summary>Determines if the instrumentation schema of the specified assembly has already been correctly registered with WMI.          </summary>
  2685.             <returns>true if the instrumentation schema in the specified assembly is registered with WMI; otherwise, false.</returns>
  2686.             <param name="assemblyToRegister">The <see cref="T:System.Reflection.Assembly"></see> containing instrumentation instance or event types.</param>
  2687.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" /></PermissionSet>
  2688.         </member>
  2689.         <member name="M:System.Management.Instrumentation.Instrumentation.Publish(System.Object)">
  2690.             <summary>Makes an instance visible through management instrumentation.          </summary>
  2691.             <param name="instanceData">The object that is to be visible through management instrumentation.</param>
  2692.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" Unrestricted="true" /></PermissionSet>
  2693.         </member>
  2694.         <member name="M:System.Management.Instrumentation.Instrumentation.RegisterAssembly(System.Reflection.Assembly)">
  2695.             <summary>Registers the management instance or event classes in the specified assembly with WMI. This ensures that the instrumentation schema is accessible to <see cref="N:System.Management"></see> client applications.          </summary>
  2696.             <param name="assemblyToRegister">The <see cref="T:System.Reflection.Assembly"></see> containing instrumentation instance or event types.</param>
  2697.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" Unrestricted="true" /></PermissionSet>
  2698.         </member>
  2699.         <member name="M:System.Management.Instrumentation.Instrumentation.Revoke(System.Object)">
  2700.             <summary>Makes an instance that was previously published through the <see cref="M:System.Management.Instrumentation.Instrumentation.Publish(System.Object)"></see>             method no longer visible through management instrumentation.          </summary>
  2701.             <param name="instanceData">The object to remove from visibility for management instrumentation.</param>
  2702.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" Unrestricted="true" /></PermissionSet>
  2703.         </member>
  2704.         <member name="M:System.Management.Instrumentation.Instrumentation.SetBatchSize(System.Type,System.Int32)">
  2705.             <summary>Specifies the maximum number of objects of the specified type to be provided at a time.                       </summary>
  2706.             <param name="batchSize">The maximum number of objects to be provided at a time.</param>
  2707.             <param name="instrumentationClass">The class for which the batch size is being set.</param>
  2708.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" Unrestricted="true" /></PermissionSet>
  2709.         </member>
  2710.         <member name="T:System.Management.Instrumentation.InstrumentationClassAttribute">
  2711.             <summary>Specifies that a class provides event or instance instrumentation.                       </summary>
  2712.         </member>
  2713.         <member name="M:System.Management.Instrumentation.InstrumentationClassAttribute.#ctor(System.Management.Instrumentation.InstrumentationType)">
  2714.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentationClassAttribute"></see> class that is used if this type is derived from another type that has the <see cref="T:System.Management.Instrumentation.InstrumentationClassAttribute"></see> attribute, or if this is a top-level instrumentation class (for example, an instance or abstract class                without a base class, or an event derived from __ExtrinsicEvent).          </summary>
  2715.             <param name="instrumentationType">The type of instrumentation provided by this class.</param>
  2716.         </member>
  2717.         <member name="M:System.Management.Instrumentation.InstrumentationClassAttribute.#ctor(System.Management.Instrumentation.InstrumentationType,System.String)">
  2718.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentationClassAttribute"></see> class that has schema for an existing base class. The class must contain proper member definitions for the properties of the existing WMI base class.          </summary>
  2719.             <param name="instrumentationType">The type of instrumentation provided by this class.</param>
  2720.             <param name="managedBaseClassName">The name of the base class.</param>
  2721.         </member>
  2722.         <member name="P:System.Management.Instrumentation.InstrumentationClassAttribute.InstrumentationType">
  2723.             <summary>Gets or sets the type of instrumentation provided by this class.          </summary>
  2724.             <returns>Returns an <see cref="T:System.Management.Instrumentation.InstrumentationType"></see> enumeration value containing the type of instrumentation provided by this class.</returns>
  2725.         </member>
  2726.         <member name="P:System.Management.Instrumentation.InstrumentationClassAttribute.ManagedBaseClassName">
  2727.             <summary>Gets or sets the name of the base class of this instrumentation class.          </summary>
  2728.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the base class of this instrumentation class.</returns>
  2729.         </member>
  2730.         <member name="T:System.Management.Instrumentation.InstrumentationType">
  2731.             <summary>Specifies the type of instrumentation provided by a class.           </summary>
  2732.         </member>
  2733.         <member name="F:System.Management.Instrumentation.InstrumentationType.Abstract">
  2734.             <summary>The class defines an abstract class for management instrumentation.</summary>
  2735.         </member>
  2736.         <member name="F:System.Management.Instrumentation.InstrumentationType.Event">
  2737.             <summary>The class provides events for management instrumentation.</summary>
  2738.         </member>
  2739.         <member name="F:System.Management.Instrumentation.InstrumentationType.Instance">
  2740.             <summary>The class provides instances for management instrumentation.</summary>
  2741.         </member>
  2742.         <member name="T:System.Management.Instrumentation.InstrumentedAttribute">
  2743.             <summary>Specifies that this assembly provides management instrumentation. This attribute should appear one time per assembly.</summary>
  2744.         </member>
  2745.         <member name="M:System.Management.Instrumentation.InstrumentedAttribute.#ctor">
  2746.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentedAttribute"></see> class that is set for the root\default namespace. This is the default constructor.          </summary>
  2747.         </member>
  2748.         <member name="M:System.Management.Instrumentation.InstrumentedAttribute.#ctor(System.String)">
  2749.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentedAttribute"></see> class that is set to the specified namespace for instrumentation within this assembly.          </summary>
  2750.             <param name="namespaceName">The namespace for instrumentation instances and events.</param>
  2751.         </member>
  2752.         <member name="M:System.Management.Instrumentation.InstrumentedAttribute.#ctor(System.String,System.String)">
  2753.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.InstrumentedAttribute"></see> class that is set to the specified namespace and security settings for instrumentation within this assembly.          </summary>
  2754.             <param name="securityDescriptor"> A security descriptor that allows only the specified users or groups to run applications that provide the instrumentation supported by this assembly.</param>
  2755.             <param name="namespaceName">The namespace for instrumentation instances and events.</param>
  2756.         </member>
  2757.         <member name="P:System.Management.Instrumentation.InstrumentedAttribute.NamespaceName">
  2758.             <summary>Gets or sets the namespace for instrumentation instances and events in this assembly.          </summary>
  2759.             <returns>Returns a <see cref="T:System.String"></see> value containing the name of the namespace for instrumentation instances and events in this assembly.</returns>
  2760.         </member>
  2761.         <member name="P:System.Management.Instrumentation.InstrumentedAttribute.SecurityDescriptor">
  2762.             <summary>Gets or sets a security descriptor that allows only the specified users or groups to run applications that provide the instrumentation supported by this assembly.          </summary>
  2763.             <returns>Returns a <see cref="T:System.String"></see> value containing the security descriptor that allows only the specified users or groups to run applications that provide the instrumentation supported by this assembly.</returns>
  2764.         </member>
  2765.         <member name="T:System.Management.Instrumentation.ManagedNameAttribute">
  2766.             <summary>Allows an instrumented class, or member of an instrumented class, to present an alternate name through management instrumentation.          </summary>
  2767.         </member>
  2768.         <member name="M:System.Management.Instrumentation.ManagedNameAttribute.#ctor(System.String)">
  2769.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.ManagedNameAttribute"></see> class that allows the alternate name to be specified for the type, field, property, method, or parameter to which this attribute is applied.          </summary>
  2770.             <param name="name">The alternate name for the type, field, property, method, or parameter to which this attribute is applied.</param>
  2771.         </member>
  2772.         <member name="P:System.Management.Instrumentation.ManagedNameAttribute.Name">
  2773.             <summary>Gets the name of the managed entity.          </summary>
  2774.             <returns>Returns a T:System.String value containing the name of the managed entity.</returns>
  2775.         </member>
  2776.         <member name="T:System.Management.Instrumentation.ManagementInstaller">
  2777.             <summary>Installs instrumented assemblies. Include an instance of this installer class in the project installer for an assembly that includes instrumentation.          </summary>
  2778.         </member>
  2779.         <member name="M:System.Management.Instrumentation.ManagementInstaller.#ctor">
  2780.             <summary>Initializes a new instance of the <see cref="T:System.Management.Instrumentation.ManagementInstaller"></see> class.          </summary>
  2781.         </member>
  2782.         <member name="M:System.Management.Instrumentation.ManagementInstaller.Commit(System.Collections.IDictionary)">
  2783.             <summary>Commits the assembly to the operation.          </summary>
  2784.             <param name="savedState">The state of the assembly.</param>
  2785.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2786.         </member>
  2787.         <member name="M:System.Management.Instrumentation.ManagementInstaller.Install(System.Collections.IDictionary)">
  2788.             <summary>Installs the assembly.          </summary>
  2789.             <param name="savedState">The state of the assembly.</param>
  2790.             <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.ReflectionPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="MemberAccess" /><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" Unrestricted="true" /></PermissionSet>
  2791.         </member>
  2792.         <member name="M:System.Management.Instrumentation.ManagementInstaller.Rollback(System.Collections.IDictionary)">
  2793.             <summary>Rolls back the state of the assembly.          </summary>
  2794.             <param name="savedState">The state of the assembly.</param>
  2795.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="*AllFiles*" PathDiscovery="*AllFiles*" /></PermissionSet>
  2796.         </member>
  2797.         <member name="M:System.Management.Instrumentation.ManagementInstaller.Uninstall(System.Collections.IDictionary)">
  2798.             <summary>Uninstalls the assembly.          </summary>
  2799.             <param name="savedState">The state of the assembly.</param>
  2800.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Read="*AllFiles*" PathDiscovery="*AllFiles*" /></PermissionSet>
  2801.         </member>
  2802.         <member name="P:System.Management.Instrumentation.ManagementInstaller.HelpText">
  2803.             <summary>Gets or sets installer options for this class.          </summary>
  2804.             <returns>Returns a <see cref="T:System.String"></see> value containing the installer options for this class.</returns>
  2805.             <PermissionSet><IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" /></PermissionSet>
  2806.         </member>
  2807.     </members>
  2808. </doc>