ObjectManager.DoFixups Yöntem

Tanım

Kaydedilen tüm düzeltmeleri gerçekleştirir.

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 ()
Öznitelikler

Özel durumlar

Düzeltme başarıyla tamamlanmadı.

Açıklamalar

Düzeltmeler uygun herhangi bir vekil, nesnenin kendisi (uygularsa ISerializable) veya varsayılan uygulama tarafından gerçekleştirilir.

Şunlara uygulanır