1 type derived from ManagementBaseObject
System.Management (1)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (1)
274public partial class ManagementObject : System.Management.ManagementBaseObject, System.ICloneable
17 references to ManagementBaseObject
System.Management (17)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (17)
63public System.Management.ManagementBaseObject StatusObject { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 104public System.Management.ManagementBaseObject NewEvent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 150public bool CompareTo(System.Management.ManagementBaseObject otherObject, System.Management.ComparisonSettings settings) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 159public static explicit operator System.IntPtr (System.Management.ManagementBaseObject managementObject) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 240public System.Management.ManagementBaseObject WaitForNextEvent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 253public System.Management.ManagementBaseObject ErrorInformation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 308public System.Management.ManagementBaseObject GetMethodParameters(string methodName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 322public void InvokeMethod(System.Management.ManagementOperationObserver watcher, string methodName, System.Management.ManagementBaseObject inParameters, System.Management.InvokeMethodOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 324public System.Management.ManagementBaseObject InvokeMethod(string methodName, System.Management.ManagementBaseObject inParameters, System.Management.InvokeMethodOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 339public void CopyTo(System.Management.ManagementBaseObject[] objectCollection, int index) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 347public System.Management.ManagementBaseObject Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 549public System.Management.ManagementBaseObject InParameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 552public System.Management.ManagementBaseObject OutParameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } } 563public virtual void Add(string methodName, System.Management.ManagementBaseObject inParameters, System.Management.ManagementBaseObject outParameters) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 602public System.Management.ManagementBaseObject NewObject { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }