2 instantiations of PropertyDataCollection
System.Management (2)
System\Management\ManagementBaseObject.cs (2)
350return properties ??= new PropertyDataCollection(this, false); 369return systemProperties ??= new PropertyDataCollection(this, true);
22 references to PropertyDataCollection
System.Management (22)
System\Management\ManagementBaseObject.cs (6)
217private PropertyDataCollection properties; 218private PropertyDataCollection systemProperties; 340/// <para>A <see cref='System.Management.PropertyDataCollection'/> that represents the 344public virtual PropertyDataCollection Properties 360/// <para>A <see cref='System.Management.PropertyDataCollection'/> that represents the system properties of the management object.</para> 363public virtual PropertyDataCollection SystemProperties
System\Management\PropertySet.cs (16)
66/// <para>Gets or sets the number of objects in the <see cref='System.Management.PropertyDataCollection'/>.</para> 122/// <para>Copies the <see cref='System.Management.PropertyDataCollection'/> into an array.</para> 125/// <para>Copies the <see cref='System.Management.PropertyDataCollection'/> into an array.</para> 127/// <param name='array'>The array to which to copy the <see cref='System.Management.PropertyDataCollection'/>. </param> 172/// <para>Copies the <see cref='System.Management.PropertyDataCollection'/> to a specialized <see cref='System.Management.PropertyData'/> object 175/// <param name='propertyArray'>The destination array to contain the copied <see cref='System.Management.PropertyDataCollection'/>.</param> 190/// <para>Returns the enumerator for this <see cref='System.Management.PropertyDataCollection'/>.</para> 204/// objects in the <see cref='System.Management.PropertyDataCollection'/>.</para> 279/// <para>Gets the current <see cref='System.Management.PropertyData'/> in the <see cref='System.Management.PropertyDataCollection'/> enumeration.</para> 297/// <para> Moves to the next element in the <see cref='System.Management.PropertyDataCollection'/> 314/// <para>Resets the enumerator to the beginning of the <see cref='System.Management.PropertyDataCollection'/> 331/// <para> Returns the specified property from the <see cref='System.Management.PropertyDataCollection'/>, using [] syntax.</para> 358/// <para>Removes a <see cref='System.Management.PropertyData'/> from the <see cref='System.Management.PropertyDataCollection'/>.</para> 407/// to instances. This method is only valid when invoked on a <see cref='System.Management.PropertyDataCollection'/> 446/// to instances. This method is only valid when invoked on a <see cref='System.Management.PropertyDataCollection'/> 488/// to instances. This method is only valid when invoked on a <see cref='System.Management.PropertyDataCollection'/>