IObjectReference Arabirim

Tanım

Dikkat

Formatter-based serialization is obsolete and should not be used.

Geçerli arabirim uygulayıcısının başka bir nesneye başvuru olduğunu gösterir.

public interface class IObjectReference
public interface IObjectReference
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface IObjectReference
[System.Runtime.InteropServices.ComVisible(true)]
public interface IObjectReference
type IObjectReference = interface
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type IObjectReference = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IObjectReference = interface
Public Interface IObjectReference
Türetilmiş
Öznitelikler

Uygulayanlara Notlar

Geçerli nesne tamamen geri yüklenene kadar çözümlenemeyen farklı bir nesneye başvuru olan nesnelere bu arabirimi uygulayın. Düzeltme aşamasında, uygulayan IObjectReference tüm nesneler gerçek nesnesi için sorgulanır ve bu nesne grafiğe eklenir. Düzeltme, nesne seri durumdan çıkarma işlemi sırasında henüz tamamlanmamış başvuruları sonlandırma işlemini ifade eder.

Yöntemler

GetRealObject(StreamingContext)
Geçersiz.

Serileştirilmiş akışın belirttiği nesne yerine seri durumdan çıkarılması gereken gerçek nesneyi döndürür.

Şunlara uygulanır