RemoteProxyTypeAttribute-Klasse
Stellt ein Attribut dar, das auf Typproxys angewendet wird.
Vererbungshierarchie
System.Object
System.Attribute
Microsoft.ComplexEventProcessing.Serialization.RemoteProxyTypeAttribute
Namespace: Microsoft.ComplexEventProcessing.Serialization
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct, AllowMultiple := False, _
Inherited := False)> _
Public Class RemoteProxyTypeAttribute _
Inherits Attribute
'Usage
Dim instance As RemoteProxyTypeAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false,
Inherited = false)]
public class RemoteProxyTypeAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct, AllowMultiple = false,
Inherited = false)]
public ref class RemoteProxyTypeAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct, AllowMultiple = false,
Inherited = false)>]
type RemoteProxyTypeAttribute =
class
inherit Attribute
end
public class RemoteProxyTypeAttribute extends Attribute
Der RemoteProxyTypeAttribute-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
RemoteProxyTypeAttribute | Initialisiert eine neue Instanz der RemoteProxyTypeAttribute-Klasse. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
TypeId | (Geerbt von Attribute.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Attribute.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Attribute.) | |
GetType | (Geerbt von Object.) | |
IsDefaultAttribute | (Geerbt von Attribute.) | |
Match | (Geerbt von Attribute.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
FullAssemblyName | Gibt den vollständigen Namen der Assembly an, die den Remotetyp enthält. | |
FullName | Gibt den vollständigen Namen des Remotetyps an. |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
_Attribute.GetIDsOfNames | (Geerbt von Attribute.) | |
_Attribute.GetTypeInfo | (Geerbt von Attribute.) | |
_Attribute.GetTypeInfoCount | (Geerbt von Attribute.) | |
_Attribute.Invoke | (Geerbt von Attribute.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.