ActivatedServiceTypeEntry Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da ActivatedServiceTypeEntry classe.
Sobrecargas
| Name | Description |
|---|---|
| ActivatedServiceTypeEntry(Type) |
Inicializa uma nova instância da ActivatedServiceTypeEntry classe com o dado Type. |
| ActivatedServiceTypeEntry(String, String) |
Inicializa uma nova instância da ActivatedServiceTypeEntry classe com o nome do tipo dado e o nome de assembly. |
ActivatedServiceTypeEntry(Type)
Inicializa uma nova instância da ActivatedServiceTypeEntry classe com o dado 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 do tipo dado e o nome de assembly.
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 de montagem do tipo de serviço ativado pelo cliente.