1 instantiation of MethodDataCollection
System.Management (1)
System\Management\ManagementClass.cs (1)
391return methods ??= new MethodDataCollection(this);
21 references to MethodDataCollection
System.Management (21)
System\Management\ManagementClass.cs (3)
52private MethodDataCollection methods; 372/// <para>A <see cref='System.Management.MethodDataCollection'/> representing the methods defined in the WMI class.</para> 385public MethodDataCollection Methods
System\Management\MethodSet.cs (18)
66/// <para>Represents the number of objects in the <see cref='System.Management.MethodDataCollection'/>.</para> 69/// <para> The number of objects in the <see cref='System.Management.MethodDataCollection'/>. </para> 142/// <para>Copies the <see cref='System.Management.MethodDataCollection'/> into an array.</para> 145/// <para> Copies the <see cref='System.Management.MethodDataCollection'/> into an array.</para> 157/// <para>Copies the <see cref='System.Management.MethodDataCollection'/> to a specialized <see cref='System.Management.MethodData'/> 176/// <para>Returns an enumerator for the <see cref='System.Management.MethodDataCollection'/>.</para> 194/// objects in the <see cref='System.Management.MethodDataCollection'/>.</para> 298/// <para>Returns the current <see cref='System.Management.MethodData'/> in the <see cref='System.Management.MethodDataCollection'/> 311/// <para>Moves to the next element in the <see cref='System.Management.MethodDataCollection'/> enumeration.</para> 320/// <para>Resets the enumerator to the beginning of the <see cref='System.Management.MethodDataCollection'/> enumeration.</para> 335/// <para>Returns the specified <see cref='System.Management.MethodData'/> from the <see cref='System.Management.MethodDataCollection'/>.</para> 352/// <para>Removes a <see cref='System.Management.MethodData'/> from the <see cref='System.Management.MethodDataCollection'/>.</para> 357/// Removing <see cref='System.Management.MethodData'/> objects from the <see cref='System.Management.MethodDataCollection'/> 389/// <para>Adds a <see cref='System.Management.MethodData'/> to the <see cref='System.Management.MethodDataCollection'/>.</para> 392/// <para>Adds a <see cref='System.Management.MethodData'/> to the <see cref='System.Management.MethodDataCollection'/>. This overload will 397/// <para> Adding <see cref='System.Management.MethodData'/> objects to the <see cref='System.Management.MethodDataCollection'/> can only 410/// <para>Adds a <see cref='System.Management.MethodData'/> to the <see cref='System.Management.MethodDataCollection'/>. This overload will add a new method with the 417/// <para> Adding <see cref='System.Management.MethodData'/> objects to the <see cref='System.Management.MethodDataCollection'/> can only be