7 types derived from ManagementOptions
System.Management (7)
System\Management\ManagementOptions.cs (7)
312
public class EnumerationOptions :
ManagementOptions
661
public class EventWatcherOptions :
ManagementOptions
776
public class ObjectGetOptions :
ManagementOptions
932
public class PutOptions :
ManagementOptions
1079
public class DeleteOptions :
ManagementOptions
1166
public class InvokeMethodOptions :
ManagementOptions
1264
public class ConnectionOptions :
ManagementOptions
6 references to ManagementOptions
System.Management (6)
System\Management\ManagementEventWatcher.cs (1)
424
int timeout = (
ManagementOptions
.InfiniteTimeout == options.Timeout)
System\Management\ManagementOptions.cs (5)
200
/// <para>The default value for this property is <see cref='System.Management.
ManagementOptions
.InfiniteTimeout'/>
844
/// <param name=' timeout'>The length of time to let the operation perform before it times out. The default is <see cref='System.Management.
ManagementOptions
.InfiniteTimeout'/> .</param>
1002
/// <param name=' timeout'>The length of time to let the operation perform before it times out. The default is <see cref='System.Management.
ManagementOptions
.InfiniteTimeout'/> .</param>
1095
/// <param name='timeout'>The length of time to let the operation perform before it times out. The default value is <see cref='System.Management.
ManagementOptions
.InfiniteTimeout'/> . Setting this parameter will invoke the operation semisynchronously.</param>
1182
/// <param name='timeout'>The length of time to let the operation perform before it times out. The default value is <see cref='System.Management.
ManagementOptions
.InfiniteTimeout'/> . Setting this parameter will invoke the operation semisynchronously.</param>