| This testcase exercises ObjectReference.DisableCollection command.
The test starts DisableCollectionDebuggee class, gets
objectID as value of static field of this class which (field) represents
checked object. Then for this objectID test executes
ObjectReference.DisableCollection command for checked object. After that
Debuggee tries to unload checked object and checks if checked object is
unloaded. If so the test fails, otherwise it passes.
|