1 write to BlockSize
System.Management (1)
managementoptions.cs (1)
540
BlockSize
= blockSize;
3 references to BlockSize
System.Management (3)
managementobjectcollection.cs (3)
432
cachedObjects = new IWbemClassObjectFreeThreaded[collectionObject.options.
BlockSize
];
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);