WellKnownClientTypeEntry 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 WellKnownClientTypeEntry classe.
Sobrecargas
| Name | Description |
|---|---|
| WellKnownClientTypeEntry(Type, String) |
Inicializa uma nova instância da WellKnownClientTypeEntry classe com o tipo e URL indicados. |
| WellKnownClientTypeEntry(String, String, String) |
Inicializa uma nova instância da WellKnownClientTypeEntry classe com o tipo indicado, nome de assembly e URL. |
WellKnownClientTypeEntry(Type, String)
Inicializa uma nova instância da WellKnownClientTypeEntry classe com o tipo e URL indicados.
public:
WellKnownClientTypeEntry(Type ^ type, System::String ^ objectUrl);
public WellKnownClientTypeEntry(Type type, string objectUrl);
new System.Runtime.Remoting.WellKnownClientTypeEntry : Type * string -> System.Runtime.Remoting.WellKnownClientTypeEntry
Public Sub New (type As Type, objectUrl As String)
Parâmetros
- objectUrl
- String
O URL do tipo ativado pelo servidor.
Aplica-se a
WellKnownClientTypeEntry(String, String, String)
Inicializa uma nova instância da WellKnownClientTypeEntry classe com o tipo indicado, nome de assembly e URL.
public:
WellKnownClientTypeEntry(System::String ^ typeName, System::String ^ assemblyName, System::String ^ objectUrl);
public WellKnownClientTypeEntry(string typeName, string assemblyName, string objectUrl);
new System.Runtime.Remoting.WellKnownClientTypeEntry : string * string * string -> System.Runtime.Remoting.WellKnownClientTypeEntry
Public Sub New (typeName As String, assemblyName As String, objectUrl As String)
Parâmetros
- typeName
- String
O nome do tipo ativado pelo servidor.
- assemblyName
- String
O nome assembly do tipo ativado pelo servidor.
- objectUrl
- String
O URL do tipo ativado pelo servidor.