3 instantiations of QualifierData
System.Management (3)
qualifierset.cs (3)
218
array.SetValue(new
QualifierData
(parent, propertyOrMethodName, qualifierName, qualifierSetType), index++);
377
return new
QualifierData
(parent, propertyOrMethodName,
427
return new
QualifierData
(parent, propertyOrMethodName, qualifierName, qualifierSetType);
28 references to QualifierData
System.Management (28)
Instrumentation\SchemaMapping.cs (1)
68
QualifierData
o = baseClass.Qualifiers["abstract"];
managementbaseobject.cs (2)
396
/// <para>Gets or sets the collection of <see cref='System.Management.
QualifierData
'/> objects defined on the management object.
404
/// <seealso cref='System.Management.
QualifierData
'/>
method.cs (2)
231
/// method. Each element is of type <see cref='System.Management.
QualifierData
'/>
239
/// <seealso cref='System.Management.
QualifierData
'/>
qualifierset.cs (20)
10
/// <para> Represents a collection of <see cref='System.Management.
QualifierData
'/> objects.</para>
118
/// <para>Gets or sets the number of <see cref='System.Management.
QualifierData
'/> objects in the <see cref='System.Management.QualifierDataCollection'/>.</para>
225
/// <see cref='System.Management.
QualifierData
'/>
228
/// <param name='qualifierArray'><para>The specialized array of <see cref='System.Management.
QualifierData
'/> objects
231
public void CopyTo(
QualifierData
[] qualifierArray, int index)
257
/// <para>Represents the enumerator for <see cref='System.Management.
QualifierData
'/>
366
/// <para>Gets or sets the current <see cref='System.Management.
QualifierData
'/> in the <see cref='System.Management.QualifierDataCollection'/> enumeration.</para>
369
/// <para>The current <see cref='System.Management.
QualifierData
'/> element in the collection.</para>
371
public
QualifierData
Current
415
/// <para> Gets the specified <see cref='System.Management.
QualifierData
'/> from the <see cref='System.Management.QualifierDataCollection'/>.</para>
417
/// <param name='qualifierName'>The name of the <see cref='System.Management.
QualifierData
'/> to access in the <see cref='System.Management.QualifierDataCollection'/>. </param>
419
/// <para>A <see cref='System.Management.
QualifierData
'/>, based on the name specified.</para>
421
public virtual
QualifierData
this[string qualifierName]
432
/// <para>Removes a <see cref='System.Management.
QualifierData
'/> from the <see cref='System.Management.QualifierDataCollection'/> by name.</para>
434
/// <param name='qualifierName'>The name of the <see cref='System.Management.
QualifierData
'/> to remove. </param>
449
/// <para>Adds a <see cref='System.Management.
QualifierData
'/> to the <see cref='System.Management.QualifierDataCollection'/>.</para>
452
/// <para>Adds a <see cref='System.Management.
QualifierData
'/> to the <see cref='System.Management.QualifierDataCollection'/>. This overload specifies the qualifier name and value.</para>
454
/// <param name='qualifierName'>The name of the <see cref='System.Management.
QualifierData
'/> to be added to the <see cref='System.Management.QualifierDataCollection'/>. </param>
464
/// <para>Adds a <see cref='System.Management.
QualifierData
'/> to the <see cref='System.Management.QualifierDataCollection'/>. This overload
465
/// specifies all property values for a <see cref='System.Management.
QualifierData
'/> object.</para>
WmiGenerator.cs (3)
623
foreach (
QualifierData
q in classobj.Qualifiers)
1633
foreach (
QualifierData
q in prop.Qualifiers)
2866
foreach (
QualifierData
q in meth.Qualifiers)