AutomationProxyAttribute.Value-Eigenschaft
Veröffentlicht: Oktober 2016
Ruft einen Wert, der den Typ des zu verwendenden Marshallers ab.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
public bool Value { get; }
public:
property bool Value {
bool get();
}
member Value : bool with get
Public ReadOnly Property Value As Boolean
Eigenschaftswert
Type: System.Boolean
true Wenn die Klasse mit dem Automatisierungsmarshaller gemarshallt werden soll; false Wenn ein Proxy-Stub-Marshaller verwendet werden soll.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
AutomationProxyAttribute-Klasse
System.Runtime.InteropServices-Namespace
Zurück zum Anfang