ObjectManager.DoFixups Methode

Definitie

Voert alle opgenomen fixups uit.

public:
 virtual void DoFixups();
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")]
public virtual void DoFixups();
public virtual void DoFixups();
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")]
public virtual void DoFixups();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("ObjectManager is not trim compatible because the type of objects being managed cannot be statically discovered.")>]
abstract member DoFixups : unit -> unit
override this.DoFixups : unit -> unit
abstract member DoFixups : unit -> unit
override this.DoFixups : unit -> unit
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("ObjectManager is not trim compatible because the Type of objects being managed cannot be statically discovered.")>]
abstract member DoFixups : unit -> unit
override this.DoFixups : unit -> unit
Public Overridable Sub DoFixups ()
Kenmerken

Uitzonderingen

Een fixup is niet voltooid.

Opmerkingen

De fixups worden uitgevoerd door een geschikte surrogaat, het object zelf (indien geïmplementeerd ISerializable) of de standaard implementatie.

Van toepassing op