3 instantiations of QualifierDataCollection
System.Management (3)
managementbaseobject.cs (1)
412
qualifiers = new
QualifierDataCollection
(this);
method.cs (1)
245
qualifiers = new
QualifierDataCollection
(parent, methodName, QualifierType.MethodQualifier);
property.cs (1)
249
qualifiers = new
QualifierDataCollection
(parent, propertyName, QualifierType.PropertyQualifier);
27 references to QualifierDataCollection
System.Management (27)
managementbaseobject.cs (3)
216
private
QualifierDataCollection
qualifiers;
401
/// <para>A <see cref='System.Management.
QualifierDataCollection
'/> that represents the qualifiers
405
public virtual
QualifierDataCollection
Qualifiers
method.cs (3)
103
private
QualifierDataCollection
qualifiers;
236
/// A <see cref='System.Management.
QualifierDataCollection
'/> containing the
240
public
QualifierDataCollection
Qualifiers
property.cs (3)
90
private
QualifierDataCollection
qualifiers;
242
/// <para>A <see cref='System.Management.
QualifierDataCollection
'/> that represents
245
public
QualifierDataCollection
Qualifiers
qualifierset.cs (18)
118
/// <para>Gets or sets the number of <see cref='System.Management.QualifierData'/> objects in the <see cref='System.Management.
QualifierDataCollection
'/>.</para>
174
/// <para>Copies the <see cref='System.Management.
QualifierDataCollection
'/> into an array.</para>
177
/// <para> Copies the <see cref='System.Management.
QualifierDataCollection
'/> into an array.</para>
179
/// <param name='array'>The array to which to copy the <see cref='System.Management.
QualifierDataCollection
'/>. </param>
224
/// <para>Copies the <see cref='System.Management.
QualifierDataCollection
'/> into a specialized
229
/// to which to copy the <see cref='System.Management.
QualifierDataCollection
'/>.</para></param>
245
/// <para>Returns an enumerator for the <see cref='System.Management.
QualifierDataCollection
'/>. This method is strongly typed.</para>
258
/// objects in the <see cref='System.Management.
QualifierDataCollection
'/>.</para>
366
/// <para>Gets or sets the current <see cref='System.Management.QualifierData'/> in the <see cref='System.Management.
QualifierDataCollection
'/> enumeration.</para>
383
/// <para> Moves to the next element in the <see cref='System.Management.
QualifierDataCollection
'/> enumeration.</para>
400
/// <para>Resets the enumerator to the beginning of the <see cref='System.Management.
QualifierDataCollection
'/> enumeration.</para>
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>
432
/// <para>Removes a <see cref='System.Management.QualifierData'/> from the <see cref='System.Management.
QualifierDataCollection
'/> by name.</para>
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