PersistStreamTypeWrapper.GetObject<T>(T) Metodo

Definizione

Utilizza l'interfaccia IPersistStream dell'oggetto per deserializzare un oggetto da un flusso di byte.

public:
generic <typename T>
 void GetObject(T % obj);
public void GetObject<T> (ref T obj);
member this.GetObject : 'T -> unit
Public Sub GetObject(Of T) (ByRef obj As T)

Parametri di tipo

T

Tipo di oggetto.

Parametri

obj
T

Oggetto in cui verrà collocato l'oggetto deserializzato.

Si applica a