3 references to PropertyDataCollection
System.Management (3)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (3)
146
public virtual System.Management.
PropertyDataCollection
Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }
148
public virtual System.Management.
PropertyDataCollection
SystemProperties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }
636
public System.Management.
PropertyDataCollection
.PropertyDataEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }