1 write to BlockSize
System.Management (1)
System\Management\ManagementOptions.cs (1)
704
BlockSize
= blockSize;
4 references to BlockSize
System.Management (4)
System\Management\ManagementEventWatcher.cs (4)
366
cachedObjects = new IWbemClassObjectFreeThreaded[options.
BlockSize
];
422
IWbemClassObject_DoNotMarshal[] tempArray = new IWbemClassObject_DoNotMarshal[options.
BlockSize
];
428
status = scope.GetSecuredIEnumWbemClassObjectHandler(enumWbem).Next_(timeout, (uint)options.
BlockSize
, tempArray, ref cachedCount);
567
cachedObjects = new IWbemClassObjectFreeThreaded[options.
BlockSize
];