2 writes to options
System.Management (2)
System\Management\ManagementObjectCollection.cs (2)
75
this.
options
= (EnumerationOptions)options.Clone();
77
this.
options
= new EnumerationOptions();
7 references to options
System.Management (7)
System\Management\ManagementObjectCollection.cs (7)
290
if (this.
options
.Rewindable)
418
cachedObjects = new IWbemClassObjectFreeThreaded[collectionObject.
options
.BlockSize];
529
int timeout = (collectionObject.
options
.Timeout.Ticks == long.MaxValue) ?
530
(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)collectionObject.
options
.Timeout.TotalMilliseconds;
538
IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[collectionObject.
options
.BlockSize];
540
int status = collectionObject.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)collectionObject.
options
.BlockSize, tempArray, ref cachedCount);
604
if (!collectionObject.
options
.Rewindable)