Este artigo foi traduzido por máquina. Coloque o ponteiro do mouse sobre as frases do artigo para ver o texto original. Mais informações.
Tradução
Original
Este tópico ainda não foi avaliado como - Avalie este tópico

MarshalByValueComponent Classe

Implements IComponent and provides the base implementation for remotable components that are marshaled by value (a copy of the serialized object is passed).

Namespace:  System.ComponentModel
Assembly:  System (em System. dll)
[TypeConverterAttribute(typeof(ComponentConverter))]
[ComVisibleAttribute(true)]
public class MarshalByValueComponent : IComponent, 
	IDisposable, IServiceProvider

A componente can be contained in a Contêiner.For Each componente in a contêiner, the contêiner creates a site that it Uses to gerenciar the componente.The component interacts with its container primarily through a container-provided ISite, which is a repository of container-specific, per-component information.

OBSERVAÇÕES PARA Inheritors:

When you inherit from this class, you can override the Dispose, Site, and the GetService methods.

Quaisquer membros públicos estático (compartilhados na Visual Basic) desse tipo são Thread seguro. Não há garantia de que qualquer membro de instância seja isento de segmentos.
Isso foi útil para você?
(1500 caracteres restantes)

Contribuições da comunidade

ADICIONAR
© 2013 Microsoft. Todos os direitos reservados.