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
ActivatedServiceTypeEntry(Type) |
Inicializa uma nova instância da classe ActivatedServiceTypeEntry com o Type determinado. |
ActivatedServiceTypeEntry(String, String) |
Inicializa uma nova instância da classe ActivatedServiceTypeEntry com o nome do tipo e o nome do assembly especificados. |
ActivatedServiceTypeEntry(Type)
Inicializa uma nova instância da classe ActivatedServiceTypeEntry com o Type determinado.
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 classe ActivatedServiceTypeEntry com o nome do tipo e o nome do assembly especificados.
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.