AxHost.State Clase

Definición

Encapsula el estado almacenado de un control ActiveX.

public: ref class AxHost::State : System::Runtime::Serialization::ISerializable
public: ref class AxHost::State : IDisposable, System::Runtime::Serialization::ISerializable
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TypeConverter))]
[System.Serializable]
public class AxHost.State : System.Runtime.Serialization.ISerializable
[System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TypeConverter))]
[System.Serializable]
public class AxHost.State : IDisposable, System.Runtime.Serialization.ISerializable
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TypeConverter))>]
[<System.Serializable>]
type AxHost.State = class
    interface ISerializable
[<System.ComponentModel.TypeConverter(typeof(System.ComponentModel.TypeConverter))>]
[<System.Serializable>]
type AxHost.State = class
    interface ISerializable
    interface IDisposable
Public Class AxHost.State
Implements ISerializable
Public Class AxHost.State
Implements IDisposable, ISerializable
Herencia
AxHost.State
Atributos
Implementaciones

Comentarios

AxHost.State se puede recuperar mediante la AxHost.OcxState propiedad o leyendo el estado del control de un flujo de datos.

Para obtener más información, vea IPersistStream interface (Interfaz IPersistStream ) e IPersistPropertyBag interface (Interfaz IPersistStream) e IPersistPropertyBag (Interfaz IPersistStream).

Constructores

AxHost.State(SerializationInfo, StreamingContext)

Inicializa una nueva instancia de la clase AxHost.State para deserializar un estado.

AxHost.State(Stream, Int32, Boolean, String)

Inicializa una nueva instancia de la clase AxHost.State para serializar un estado.

Métodos

Dispose()

Realiza tareas definidas por la aplicación asociadas a la liberación o al restablecimiento de recursos no administrados.

Dispose(Boolean)

Encapsula el estado almacenado de un control ActiveX.

Equals(Object)

Determina si el objeto especificado es igual que el objeto actual.

(Heredado de Object)
GetHashCode()

Sirve como la función hash predeterminada.

(Heredado de Object)
GetType()

Obtiene el Type de la instancia actual.

(Heredado de Object)
MemberwiseClone()

Crea una copia superficial del Object actual.

(Heredado de Object)
ToString()

Devuelve una cadena que representa el objeto actual.

(Heredado de Object)

Implementaciones de interfaz explícitas

ISerializable.GetObjectData(SerializationInfo, StreamingContext)

Llena SerializationInfo con los datos necesarios para serializar el objeto de destino.

Se aplica a

Consulte también