2 writes to collectionObject
System.Management (2)
managementobjectcollection.cs (2)
431
this.
collectionObject
= collectionObject;
469
collectionObject
= null;
10 references to collectionObject
System.Management (10)
managementobjectcollection.cs (10)
496
collectionObject
.scope);
543
int timeout = (
collectionObject
.options.Timeout.Ticks == Int64.MaxValue) ?
544
(int)tag_WBEM_TIMEOUT_TYPE.WBEM_INFINITE : (int)
collectionObject
.options.Timeout.TotalMilliseconds;
549
SecurityHandler securityHandler =
collectionObject
.scope.GetSecurityHandler();
554
IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[
collectionObject
.options.BlockSize];
556
int status =
collectionObject
.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem ).Next_(timeout, (uint)
collectionObject
.options.BlockSize,tempArray, ref cachedCount);
621
if (!
collectionObject
.options.Rewindable)
626
SecurityHandler securityHandler =
collectionObject
.scope.GetSecurityHandler();
631
status =
collectionObject
.scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Reset_();