Freigeben über


RemoteProxyTypeAttribute-Konstruktor

Initialisiert eine neue Instanz der RemoteProxyTypeAttribute-Klasse.

Namespace:  Microsoft.ComplexEventProcessing.Serialization
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

'Declaration
Public Sub New ( _
    fullName As String, _
    fullAssemblyName As String _
)
'Usage
Dim fullName As String 
Dim fullAssemblyName As String 

Dim instance As New RemoteProxyTypeAttribute(fullName, _
    fullAssemblyName)
public RemoteProxyTypeAttribute(
    string fullName,
    string fullAssemblyName
)
public:
RemoteProxyTypeAttribute(
    String^ fullName, 
    String^ fullAssemblyName
)
new : 
        fullName:string * 
        fullAssemblyName:string -> RemoteProxyTypeAttribute
public function RemoteProxyTypeAttribute(
    fullName : String, 
    fullAssemblyName : String
)

Parameter

  • fullName
    Typ: System.String
    Der vollständige Name des Remotetyps.
  • fullAssemblyName
    Typ: System.String
    Der vollständige Name der Assembly, die den Remotetyp enthält.

Siehe auch

Verweis

RemoteProxyTypeAttribute Klasse

Microsoft.ComplexEventProcessing.Serialization-Namespace