3 instantiations of QualifierDataCollection
System.Management (3)
System\Management\ManagementBaseObject.cs (1)
389
return qualifiers ??= new
QualifierDataCollection
(this);
System\Management\Method.cs (1)
243
public QualifierDataCollection Qualifiers => qualifiers ??= new
QualifierDataCollection
(parent, methodName, QualifierType.MethodQualifier);
System\Management\Property.cs (1)
253
public QualifierDataCollection Qualifiers => qualifiers ??= new
QualifierDataCollection
(parent, propertyName, QualifierType.PropertyQualifier);
27 references to QualifierDataCollection
System.Management (27)
System\Management\ManagementBaseObject.cs (3)
219
private
QualifierDataCollection
qualifiers;
379
/// <para>A <see cref='System.Management.
QualifierDataCollection
'/> that represents the qualifiers
383
public virtual
QualifierDataCollection
Qualifiers
System\Management\Method.cs (3)
104
private
QualifierDataCollection
qualifiers;
239
/// A <see cref='System.Management.
QualifierDataCollection
'/> containing the
243
public
QualifierDataCollection
Qualifiers => qualifiers ??= new QualifierDataCollection(parent, methodName, QualifierType.MethodQualifier);
System\Management\Property.cs (3)
89
private
QualifierDataCollection
qualifiers;
250
/// <para>A <see cref='System.Management.
QualifierDataCollection
'/> that represents
253
public
QualifierDataCollection
Qualifiers => qualifiers ??= new QualifierDataCollection(parent, propertyName, QualifierType.PropertyQualifier);
System\Management\QualifierSet.cs (18)
110
/// <para>Gets or sets the number of <see cref='System.Management.QualifierData'/> objects in the <see cref='System.Management.
QualifierDataCollection
'/>.</para>
171
/// <para>Copies the <see cref='System.Management.
QualifierDataCollection
'/> into an array.</para>
174
/// <para> Copies the <see cref='System.Management.
QualifierDataCollection
'/> into an array.</para>
176
/// <param name='array'>The array to which to copy the <see cref='System.Management.
QualifierDataCollection
'/>. </param>
221
/// <para>Copies the <see cref='System.Management.
QualifierDataCollection
'/> into a specialized
226
/// to which to copy the <see cref='System.Management.
QualifierDataCollection
'/>.</para></param>
242
/// <para>Returns an enumerator for the <see cref='System.Management.
QualifierDataCollection
'/>. This method is strongly typed.</para>
255
/// objects in the <see cref='System.Management.
QualifierDataCollection
'/>.</para>
353
/// <para>Gets or sets the current <see cref='System.Management.QualifierData'/> in the <see cref='System.Management.
QualifierDataCollection
'/> enumeration.</para>
371
/// <para> Moves to the next element in the <see cref='System.Management.
QualifierDataCollection
'/> enumeration.</para>
388
/// <para>Resets the enumerator to the beginning of the <see cref='System.Management.
QualifierDataCollection
'/> enumeration.</para>
403
/// <para> Gets the specified <see cref='System.Management.QualifierData'/> from the <see cref='System.Management.
QualifierDataCollection
'/>.</para>
405
/// <param name='qualifierName'>The name of the <see cref='System.Management.QualifierData'/> to access in the <see cref='System.Management.
QualifierDataCollection
'/>. </param>
421
/// <para>Removes a <see cref='System.Management.QualifierData'/> from the <see cref='System.Management.
QualifierDataCollection
'/> by name.</para>
438
/// <para>Adds a <see cref='System.Management.QualifierData'/> to the <see cref='System.Management.
QualifierDataCollection
'/>.</para>
441
/// <para>Adds a <see cref='System.Management.QualifierData'/> to the <see cref='System.Management.
QualifierDataCollection
'/>. This overload specifies the qualifier name and value.</para>
443
/// <param name='qualifierName'>The name of the <see cref='System.Management.QualifierData'/> to be added to the <see cref='System.Management.
QualifierDataCollection
'/>. </param>
453
/// <para>Adds a <see cref='System.Management.QualifierData'/> to the <see cref='System.Management.
QualifierDataCollection
'/>. This overload