ActivatedServiceTypeEntry Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ActivatedServiceTypeEntry.

Przeciążenia

ActivatedServiceTypeEntry(Type)

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

ActivatedServiceTypeEntry(String, String)

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

ActivatedServiceTypeEntry(Type)

Inicjuje ActivatedServiceTypeEntry nowe wystąpienie 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 ActivatedServiceTypeEntry nowe wystąpienie 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 usługi aktywowanej przez klienta.

assemblyName
String

Nazwa zestawu typu usługi aktywowanej przez klienta.

Dotyczy