RemoteAnonymousTypeAttribute-Klasse
Ein Attribut, das auf Typproxys für anonyme Typen angewendet wird.
Vererbungshierarchie
System.Object
System.Attribute
Microsoft.ComplexEventProcessing.Serialization.RemoteAnonymousTypeAttribute
Namespace: Microsoft.ComplexEventProcessing.Serialization
Assembly: Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := False, Inherited := False)> _
Public Class RemoteAnonymousTypeAttribute _
Inherits Attribute
'Usage
Dim instance As RemoteAnonymousTypeAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class RemoteAnonymousTypeAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = false, Inherited = false)]
public ref class RemoteAnonymousTypeAttribute : public Attribute
[<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = false, Inherited = false)>]
type RemoteAnonymousTypeAttribute =
class
inherit Attribute
end
public class RemoteAnonymousTypeAttribute extends Attribute
Der RemoteAnonymousTypeAttribute-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
RemoteAnonymousTypeAttribute | Erstellt eine neue Instanz des RemoteAnonymousTypeAttribute. |
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
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.