Compartilhar via


Propriedade AutomationProxyAttribute.Value

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Obtém um valor que indica o tipo de marshaler a ser usado.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public bool Value { get; }
public:
property bool Value {
    bool get();
}
member Value : bool with get
Public ReadOnly Property Value As Boolean

Valor da Propriedade

Type: System.Boolean

true se a classe deve passar por marshaling usando o Marshaler de Automação; false se um marshaler de stub de proxy deve ser usado.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Classe AutomationProxyAttribute
Namespace System.Runtime.InteropServices

Retornar ao início