2 instantiations of PropertyDataCollection
System.Management (2)
managementbaseobject.cs (2)
367
properties = new
PropertyDataCollection
(this, false);
389
systemProperties = new
PropertyDataCollection
(this, true);
28 references to PropertyDataCollection
System.Management (28)
Instrumentation\SchemaMapping.cs (1)
183
PropertyDataCollection
props = newClass.Properties;
Instrumentation\SchemaRegistration.cs (5)
624
PropertyDataCollection
props = newClass.Properties;
649
PropertyDataCollection
props = newClass.Properties;
665
PropertyDataCollection
props = newClass.Properties;
676
PropertyDataCollection
props = newClass.Properties;
688
PropertyDataCollection
props = newClass.Properties;
managementbaseobject.cs (6)
214
private
PropertyDataCollection
properties;
215
private
PropertyDataCollection
systemProperties;
356
/// <para>A <see cref='System.Management.
PropertyDataCollection
'/> that represents the
360
public virtual
PropertyDataCollection
Properties
379
/// <para>A <see cref='System.Management.
PropertyDataCollection
'/> that represents the system properties of the management object.</para>
382
public virtual
PropertyDataCollection
SystemProperties
propertyset.cs (16)
66
/// <para>Gets or sets the number of objects in the <see cref='System.Management.
PropertyDataCollection
'/>.</para>
117
/// <para>Copies the <see cref='System.Management.
PropertyDataCollection
'/> into an array.</para>
120
/// <para>Copies the <see cref='System.Management.
PropertyDataCollection
'/> into an array.</para>
122
/// <param name='array'>The array to which to copy the <see cref='System.Management.
PropertyDataCollection
'/>. </param>
167
/// <para>Copies the <see cref='System.Management.
PropertyDataCollection
'/> to a specialized <see cref='System.Management.PropertyData'/> object
170
/// <param name='propertyArray'>The destination array to contain the copied <see cref='System.Management.
PropertyDataCollection
'/>.</param>
185
/// <para>Returns the enumerator for this <see cref='System.Management.
PropertyDataCollection
'/>.</para>
199
/// objects in the <see cref='System.Management.
PropertyDataCollection
'/>.</para>
274
/// <para>Gets the current <see cref='System.Management.PropertyData'/> in the <see cref='System.Management.
PropertyDataCollection
'/> enumeration.</para>
291
/// <para> Moves to the next element in the <see cref='System.Management.
PropertyDataCollection
'/>
308
/// <para>Resets the enumerator to the beginning of the <see cref='System.Management.
PropertyDataCollection
'/>
325
/// <para> Returns the specified property from the <see cref='System.Management.
PropertyDataCollection
'/>, using [] syntax.</para>
351
/// <para>Removes a <see cref='System.Management.PropertyData'/> from the <see cref='System.Management.
PropertyDataCollection
'/>.</para>
400
/// to instances. This method is only valid when invoked on a <see cref='System.Management.
PropertyDataCollection
'/>
439
/// to instances. This method is only valid when invoked on a <see cref='System.Management.
PropertyDataCollection
'/>
481
/// to instances. This method is only valid when invoked on a <see cref='System.Management.
PropertyDataCollection
'/>