後で実行するために、オブジェクトのメンバに対するフィックスアップを記録します。
Public Overridable Sub RecordFixup( _
ByVal objectToBeFixed As Long, _ ByVal member As MemberInfo, _ ByVal objectRequired As Long _)
[C#]
public virtual void RecordFixup(longobjectToBeFixed,MemberInfomember,longobjectRequired);
[C++]
public: virtual void RecordFixup(__int64objectToBeFixed,MemberInfo* member,__int64objectRequired);
[JScript]
public function RecordFixup(
objectToBeFixed : long,member : MemberInfo,objectRequired : long);
パラメータ
- objectToBeFixed
objectRequired オブジェクトへの参照を必要とするオブジェクトの ID。 - member
フィックスアップを実行する objectToBeFixed のメンバ。 - objectRequired
objectToBeFixed が要求するオブジェクトの ID。
例外
例外の種類 | 条件 |
---|---|
ArgumentOutOfRangeException | objectToBeFixed パラメータまたは objectRequired パラメータが 0 以下です。 |
ArgumentNullException | member パラメータが null 参照 (Visual Basic では Nothing) です。 |
解説
フィックスアップは、指定したオブジェクトの指定したメンバに対して行われます。フィックスアップ処理で使用する値は、 objectRequired パラメータとして指定します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ObjectManager クラス | ObjectManager メンバ | System.Runtime.Serialization 名前空間