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) или реализацией по умолчанию.