ObjectManager.DoFixups Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Executa todas as reparações gravadas.
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 ()
- Atributos
Exceções
Uma reparação não foi concluída com sucesso.
Observações
Os fixups são realizados por qualquer substituto apropriado, pelo próprio objeto (se for implementado ISerializable), ou pela implementação padrão.