ParameterInfo.GetRealObject(StreamingContext) Metoda

Definice

Upozornění

This API supports obsolete formatter-based serialization. It should not be called or extended by application code.

Vrátí skutečný objekt, který by měl být deserializován namísto objektu, který serializovaný datový proud určuje.

public:
 virtual System::Object ^ GetRealObject(System::Runtime::Serialization::StreamingContext context);
public object GetRealObject (System.Runtime.Serialization.StreamingContext context);
[System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public object GetRealObject (System.Runtime.Serialization.StreamingContext context);
[System.Security.SecurityCritical]
public object GetRealObject (System.Runtime.Serialization.StreamingContext context);
abstract member GetRealObject : System.Runtime.Serialization.StreamingContext -> obj
override this.GetRealObject : System.Runtime.Serialization.StreamingContext -> obj
[<System.Obsolete("This API supports obsolete formatter-based serialization. It should not be called or extended by application code.", DiagnosticId="SYSLIB0051", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
abstract member GetRealObject : System.Runtime.Serialization.StreamingContext -> obj
override this.GetRealObject : System.Runtime.Serialization.StreamingContext -> obj
[<System.Security.SecurityCritical>]
abstract member GetRealObject : System.Runtime.Serialization.StreamingContext -> obj
override this.GetRealObject : System.Runtime.Serialization.StreamingContext -> obj
Public Function GetRealObject (context As StreamingContext) As Object

Parametry

context
StreamingContext

Serializovaný datový proud, ze kterého je aktuální objekt deserializován.

Návraty

Skutečný objekt, který je vložen do grafu.

Implementuje

Atributy

Výjimky

Pozice parametru v seznamu parametrů přidruženého člena není pro daný typ členu platná.

Poznámky

Tato metoda implementuje metodu IObjectReference.GetRealObject .

Platí pro