Sdílet prostřednictvím


ActivatedServiceTypeEntry Konstruktory

Definice

Inicializuje novou instanci ActivatedServiceTypeEntry třídy.

Přetížení

ActivatedServiceTypeEntry(Type)

Inicializuje novou instanci ActivatedServiceTypeEntry třídy s danou Type.

ActivatedServiceTypeEntry(String, String)

Inicializuje novou instanci ActivatedServiceTypeEntry třídy s daným názvem typu a názvem sestavení.

ActivatedServiceTypeEntry(Type)

Inicializuje novou instanci ActivatedServiceTypeEntry třídy s danou 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)

Parametry

type
Type

Typ Type služby aktivované klientem.

Platí pro

ActivatedServiceTypeEntry(String, String)

Inicializuje novou instanci ActivatedServiceTypeEntry třídy s daným názvem typu a názvem sestavení.

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)

Parametry

typeName
String

Název typu služby aktivované klientem.

assemblyName
String

Název sestavení typu služby aktivované klientem.

Platí pro