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