5 instantiations of PutOptions
System.Management (5)
System\Management\ManagementObject.cs (4)
1456PutOptions o = options ?? new PutOptions(); 1617new PutOptions() : (PutOptions)options.Clone(); 1747PutOptions o = options ?? new PutOptions(); 1879PutOptions o = (null != options) ? (PutOptions)options.Clone() : new PutOptions();
System\Management\ManagementOptions.cs (1)
1024return new PutOptions(newContext, Timeout, UseAmendedQualifiers, Type);
20 references to PutOptions
System.Management (20)
System\Management\ManagementObject.cs (16)
1438return Put((PutOptions)null); 1452public ManagementPath Put(PutOptions options) 1456PutOptions o = options ?? new PutOptions(); 1607/// <param name=' options'>A <see cref='System.Management.PutOptions'/> used to specify additional options for the commit operation.</param> 1608public void Put(ManagementOperationObserver watcher, PutOptions options) 1616PutOptions o = (null == options) ? 1617new PutOptions() : (PutOptions)options.Clone(); 1701return CopyTo(path, (PutOptions)null); 1713return CopyTo(new ManagementPath(path), (PutOptions)null); 1724public ManagementPath CopyTo(string path, PutOptions options) 1737public ManagementPath CopyTo(ManagementPath path, PutOptions options) 1747PutOptions o = options ?? new PutOptions(); 1856public void CopyTo(ManagementOperationObserver watcher, string path, PutOptions options) 1867public void CopyTo(ManagementOperationObserver watcher, ManagementPath path, PutOptions options) 1879PutOptions o = (null != options) ? (PutOptions)options.Clone() : new PutOptions();
System\Management\ManagementOptions.cs (4)
982/// <para> Initializes a new instance of the <see cref='System.Management.PutOptions'/> class.</para> 985/// <para>Initializes a new instance of the <see cref='System.Management.PutOptions'/> class for put operations, using default values. 991/// <para>Initializes a new instance of the <see cref='System.Management.PutOptions'/> class for committing a WMI object, using the 998/// <para>Initializes a new instance of the <see cref='System.Management.PutOptions'/> class for committing a WMI object, using