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