Share via


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
Öffentliche Methode RemoteProxyTypeAttribute Initialisiert eine neue Instanz der RemoteProxyTypeAttribute-Klasse.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft TypeId (Geerbt von Attribute.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Attribute.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Attribute.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IsDefaultAttribute (Geerbt von Attribute.)
Öffentliche Methode Match (Geerbt von Attribute.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld FullAssemblyName Gibt den vollständigen Namen der Assembly an, die den Remotetyp enthält.
Öffentliches Feld FullName Gibt den vollständigen Namen des Remotetyps an.

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode _Attribute.GetIDsOfNames (Geerbt von Attribute.)
Explizite SchnittstellenimplementierungPrivate Methode _Attribute.GetTypeInfo (Geerbt von Attribute.)
Explizite SchnittstellenimplementierungPrivate Methode _Attribute.GetTypeInfoCount (Geerbt von Attribute.)
Explizite SchnittstellenimplementierungPrivate Methode _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.

Siehe auch

Verweis

Microsoft.ComplexEventProcessing.Serialization-Namespace