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

Uygulayanlara Notlar

Bu arabirimi, geçerli nesne tamamen geri yüklenene kadar çözümlenemeyen farklı bir nesneye başvuru olan nesnelere 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

Name Description
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