Język

ActivatedServiceTypeEntry Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ActivatedServiceTypeEntry.

Przeciążenia

Nazwa Opis
ActivatedServiceTypeEntry(Type)

Inicjuje nowe wystąpienie ActivatedServiceTypeEntry klasy przy użyciu danego Typeelementu .

ActivatedServiceTypeEntry(String, String)

Inicjuje nowe wystąpienie ActivatedServiceTypeEntry klasy o podanej nazwie typu i nazwie zestawu.

ActivatedServiceTypeEntry(Type)

Inicjuje nowe wystąpienie ActivatedServiceTypeEntry klasy przy użyciu danego Typeelementu .

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 usługi aktywowanej przez klienta.

Dotyczy

ActivatedServiceTypeEntry(String, String)

Inicjuje nowe wystąpienie ActivatedServiceTypeEntry klasy o podanej nazwie typu i nazwie zestawu.

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

Nazwa typu typu typu usługi aktywowanej przez klienta.

assemblyName
String

Nazwa zestawu typu usługi aktywowanej przez klienta.

Dotyczy