artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (18)
185public System.Management.ManagementObjectCollection GetInstances() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
186public System.Management.ManagementObjectCollection GetInstances(System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
190public System.Management.ManagementObjectCollection GetRelatedClasses() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
194public System.Management.ManagementObjectCollection GetRelatedClasses(string relatedClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
195public System.Management.ManagementObjectCollection GetRelatedClasses(string relatedClass, string relationshipClass, string relationshipQualifier, string relatedQualifier, string relatedRole, string thisRole, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
196public System.Management.ManagementObjectCollection GetRelationshipClasses() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
200public System.Management.ManagementObjectCollection GetRelationshipClasses(string relationshipClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
201public System.Management.ManagementObjectCollection GetRelationshipClasses(string relationshipClass, string relationshipQualifier, string thisRole, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
204public System.Management.ManagementObjectCollection GetSubclasses() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
205public System.Management.ManagementObjectCollection GetSubclasses(System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
310public System.Management.ManagementObjectCollection GetRelated() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
314public System.Management.ManagementObjectCollection GetRelated(string relatedClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
315public System.Management.ManagementObjectCollection GetRelated(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); }
316public System.Management.ManagementObjectCollection GetRelationships() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
320public System.Management.ManagementObjectCollection GetRelationships(string relationshipClass) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
321public System.Management.ManagementObjectCollection GetRelationships(string relationshipClass, string relationshipQualifier, string thisRole, bool classDefinitionsOnly, System.Management.EnumerationOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
342public System.Management.ManagementObjectCollection.ManagementObjectEnumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
368public System.Management.ManagementObjectCollection Get() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }