ActivatedServiceTypeEntry Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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.