ObjectManager.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();
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 ()
Атрибуты

Исключения

Исправление не было выполнено успешно.

Комментарии

Исправления выполняются любым соответствующим суррогатом, самим объектом (если он реализуется ISerializable) или реализацией по умолчанию.

Применяется к