28 references to ManagementOperationObserver
System.Management (28)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (28)
187public void GetInstances(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 188public void GetInstances(System.Management.ManagementOperationObserver watcher, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 191public void GetRelatedClasses(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 192public void GetRelatedClasses(System.Management.ManagementOperationObserver watcher, string relatedClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 193public void GetRelatedClasses(System.Management.ManagementOperationObserver watcher, string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 197public void GetRelationshipClasses(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 198public void GetRelationshipClasses(System.Management.ManagementOperationObserver watcher, string relationshipClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 199public void GetRelationshipClasses(System.Management.ManagementOperationObserver watcher, string relationshipClass, string relationshipQualifier, string thisRole, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 206public void GetSubclasses(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 207public void GetSubclasses(System.Management.ManagementOperationObserver watcher, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 293public void CopyTo(System.Management.ManagementOperationObserver watcher, System.Management.ManagementPath path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 294public void CopyTo(System.Management.ManagementOperationObserver watcher, System.Management.ManagementPath path, System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 295public void CopyTo(System.Management.ManagementOperationObserver watcher, string path) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 296public void CopyTo(System.Management.ManagementOperationObserver watcher, string path, System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 303public void Delete(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 304public void Delete(System.Management.ManagementOperationObserver watcher, System.Management.DeleteOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 307public void Get(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 311public void GetRelated(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 312public void GetRelated(System.Management.ManagementOperationObserver watcher, string relatedClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 313public void GetRelated(System.Management.ManagementOperationObserver watcher, string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 317public void GetRelationships(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 318public void GetRelationships(System.Management.ManagementOperationObserver watcher, string relationshipClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 319public void GetRelationships(System.Management.ManagementOperationObserver watcher, string relationshipClass, string relationshipQualifier, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { 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); } 323public void InvokeMethod(System.Management.ManagementOperationObserver watcher, string methodName, object[] args) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 327public void Put(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 328public void Put(System.Management.ManagementOperationObserver watcher, System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 369public void Get(System.Management.ManagementOperationObserver watcher) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }