2 instantiations of MethodData
System.Management (2)
System\Management\MethodSet.cs (2)
306
return new
MethodData
(parent, (string)en.Current);
346
return new
MethodData
(parent, methodName);
26 references to MethodData
System.Management (26)
System\Management\ManagementClass.cs (1)
368
/// <para>Gets or sets a collection of <see cref='System.Management.
MethodData
'/> objects that
System\Management\Method.cs (5)
153
/// and out, it appears in both the <see cref='System.Management.
MethodData
.InParameters'/> and <see cref='System.Management.
MethodData
.OutParameters'/>
179
/// and out, it will appear in both the <see cref='System.Management.
MethodData
.InParameters'/> and <see cref='System.Management.
MethodData
.OutParameters'/>
190
/// the <see cref='System.Management.
MethodData
.OutParameters'/>
System\Management\MethodSet.cs (18)
152
foreach (
MethodData
m in this)
157
/// <para>Copies the <see cref='System.Management.MethodDataCollection'/> to a specialized <see cref='System.Management.
MethodData
'/>
160
/// <param name='methodArray'>The destination array to which to copy the <see cref='System.Management.
MethodData
'/> objects.</param>
162
public void CopyTo(
MethodData
[] methodArray, int index)
193
/// <para>Represents the enumerator for <see cref='System.Management.
MethodData
'/>
298
/// <para>Returns the current <see cref='System.Management.
MethodData
'/> in the <see cref='System.Management.MethodDataCollection'/>
301
/// <value>The current <see cref='System.Management.
MethodData
'/> item in the collection.</value>
302
public
MethodData
Current
335
/// <para>Returns the specified <see cref='System.Management.
MethodData
'/> from the <see cref='System.Management.MethodDataCollection'/>.</para>
338
/// <value>A <see cref='System.Management.
MethodData
'/> instance containing all information about the specified method.</value>
339
public virtual
MethodData
this[string methodName]
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
System\Management\WMIGenerator.cs (2)
694
foreach (
MethodData
meth in classobj.Methods)
2795
MethodData
meth = classobj.Methods[PublicMethods.GetKey(k).ToString()];