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