PutOptions Constructor
.NET Framework 4.5
Initializes a new instance of the PutOptions class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PutOptions() | Initializes a new instance of the PutOptions class for put operations, using default values. This is the default constructor. |
|
PutOptions(ManagementNamedValueCollection) | Initializes a new instance of the PutOptions class for committing a WMI object, using the specified provider-specific context. |
|
PutOptions(ManagementNamedValueCollection, TimeSpan, Boolean, PutType) | Initializes a new instance of the PutOptions class for committing a WMI object, using the specified option values. |