6 references to PutOptions
System.Management (6)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (6)
294public void CopyTo(System.Management.ManagementOperationObserver watcher, System.Management.ManagementPath path, System.Management.PutOptions options) { 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); } 298public System.Management.ManagementPath CopyTo(System.Management.ManagementPath path, System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } 300public System.Management.ManagementPath CopyTo(string path, System.Management.PutOptions options) { 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); } 329public System.Management.ManagementPath Put(System.Management.PutOptions options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }