3 references to CimType
System.Management (3)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (3)
621
public System.Management.
CimType
Type { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }
631
public void Add(string propertyName, System.Management.
CimType
propertyType, bool isArray) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
633
public void Add(string propertyName, object propertyValue, System.Management.
CimType
propertyType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }