ActivatedServiceTypeEntry Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe ActivatedServiceTypeEntry.
Sobrecargas
| Nome | Description |
|---|---|
| ActivatedServiceTypeEntry(Type) |
Inicializa uma nova instância da ActivatedServiceTypeEntry classe com o determinado Type. |
| ActivatedServiceTypeEntry(String, String) |
Inicializa uma nova instância da ActivatedServiceTypeEntry classe com o nome de tipo e o nome do assembly fornecidos. |
ActivatedServiceTypeEntry(Type)
Inicializa uma nova instância da ActivatedServiceTypeEntry classe com o determinado 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)
Parâmetros
Aplica-se a
ActivatedServiceTypeEntry(String, String)
Inicializa uma nova instância da ActivatedServiceTypeEntry classe com o nome de tipo e o nome do assembly fornecidos.
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)
Parâmetros
- typeName
- String
O nome do tipo de serviço ativado pelo cliente.
- assemblyName
- String
O nome do assembly do tipo de serviço ativado pelo cliente.