ActivatedServiceTypeEntry Konstruktoren

Definition

Initialisiert eine neue Instanz der ActivatedServiceTypeEntry-Klasse.

Überlädt

Name Beschreibung
ActivatedServiceTypeEntry(Type)

Initialisiert eine neue Instanz der ActivatedServiceTypeEntry Klasse mit dem angegebenen Type.

ActivatedServiceTypeEntry(String, String)

Initialisiert eine neue Instanz der ActivatedServiceTypeEntry Klasse mit dem angegebenen Typnamen und Assemblynamen.

ActivatedServiceTypeEntry(Type)

Initialisiert eine neue Instanz der ActivatedServiceTypeEntry Klasse mit dem angegebenen Type.

public:
 ActivatedServiceTypeEntry(Type ^ type);
public ActivatedServiceTypeEntry(Type type);
new System.Runtime.Remoting.ActivatedServiceTypeEntry : Type -> System.Runtime.Remoting.ActivatedServiceTypeEntry
Public Sub New (type As Type)

Parameter

type
Type

Der Type clientaktive Diensttyp.

Gilt für:

ActivatedServiceTypeEntry(String, String)

Initialisiert eine neue Instanz der ActivatedServiceTypeEntry Klasse mit dem angegebenen Typnamen und Assemblynamen.

public:
 ActivatedServiceTypeEntry(System::String ^ typeName, System::String ^ assemblyName);
public ActivatedServiceTypeEntry(string typeName, string assemblyName);
new System.Runtime.Remoting.ActivatedServiceTypeEntry : string * string -> System.Runtime.Remoting.ActivatedServiceTypeEntry
Public Sub New (typeName As String, assemblyName As String)

Parameter

typeName
String

Der Typname des clientaktiven Diensttyps.

assemblyName
String

Der Assemblyname des clientaktiven Diensttyps.

Gilt für: