PersistStreamTypeWrapper Classe

Definizione

Rende permanenti gli oggetti che implementano IPersistStream (ad esempio, recordset ADO) in un flusso di byte.

public ref class PersistStreamTypeWrapper
public ref class PersistStreamTypeWrapper : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract]
public class PersistStreamTypeWrapper
[System.Runtime.Serialization.DataContract]
public class PersistStreamTypeWrapper : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract>]
type PersistStreamTypeWrapper = class
[<System.Runtime.Serialization.DataContract>]
type PersistStreamTypeWrapper = class
    interface IExtensibleDataObject
Public Class PersistStreamTypeWrapper
Public Class PersistStreamTypeWrapper
Implements IExtensibleDataObject
Ereditarietà
PersistStreamTypeWrapper
Attributi
Implementazioni

Costruttori

PersistStreamTypeWrapper()

Inizializza una nuova istanza della classe PersistStreamTypeWrapper.

Proprietà

ExtensionData

Ottiene o imposta l'oggetto ExtensionDataObject associato a PersistStreamTypeWrapper.

Metodi

Equals(Object)

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()

Funge da funzione hash predefinita.

(Ereditato da Object)
GetObject<T>(T)

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

GetType()

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
SetObject<T>(T)

Utilizza l'interfaccia IPersistStream dell'oggetto per serializzare l'oggetto in un flusso di byte.

ToString()

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)

Si applica a