ObjectManager::RecordDelayedFixup Method (Int64, String^, Int64)
.NET Framework (current version)
Records a fixup for an object member, to be executed later.
Assembly: mscorlib (in mscorlib.dll)
public: virtual void RecordDelayedFixup( long long objectToBeFixed, String^ memberName, long long objectRequired )
Parameters
- objectToBeFixed
-
Type:
System::Int64
The ID of the object that needs the reference to objectRequired.
- memberName
-
Type:
System::String^
The member name of objectToBeFixed where the fixup will be performed.
- objectRequired
-
Type:
System::Int64
The ID of the object required by objectToBeFixed.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | objectToBeFixed or objectRequired parameter is less than or equal to zero. |
| ArgumentNullException | The memberName parameter is null. |
The fixup is for a specified member of a specified object. The value to be used during the fixup process is provided as the objectRequired argument.
.NET Framework
Available since 1.1
Available since 1.1
Show: