ObjectManager::RecordArrayElementFixup Method (Int64, Int32, Int64)
.NET Framework (current version)
Records a fixup for one element in an array.
Assembly: mscorlib (in mscorlib.dll)
public: virtual void RecordArrayElementFixup( long long arrayToBeFixed, int index, long long objectRequired )
Parameters
- arrayToBeFixed
-
Type:
System::Int64
The ID of the array used to record a fixup.
- index
-
Type:
System::Int32
The index within arrayFixup that a fixup is requested for.
- objectRequired
-
Type:
System::Int64
The ID of the object that the current array element will point to after fixup is completed.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The arrayToBeFixed or objectRequired parameter is less than or equal to zero. |
| ArgumentNullException | The index parameter is null. |
The fixup is for a specified element of a specified array. The value used during the fixup process is provided in the objectRequired parameter.
.NET Framework
Available since 1.1
Available since 1.1
Show: