3 references to PropertyData
System.Management (3)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (3)
629public virtual System.Management.PropertyData this[string propertyName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 635public void CopyTo(System.Management.PropertyData[] propertyArray, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 642public System.Management.PropertyData Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }