WellKnownClientTypeEntry 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 WellKnownClientTypeEntry.
Sobrecargas
WellKnownClientTypeEntry(Type, String) |
Inicializa uma nova instância da classe WellKnownClientTypeEntry com o tipo e a URL determinados. |
WellKnownClientTypeEntry(String, String, String) |
Inicializa uma nova instância da classe WellKnownClientTypeEntry com o tipo, o nome do assembly e a URL especificados. |
WellKnownClientTypeEntry(Type, String)
Inicializa uma nova instância da classe WellKnownClientTypeEntry com o tipo e a URL determinados.
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
A URL do tipo ativado pelo servidor.
Aplica-se a
WellKnownClientTypeEntry(String, String, String)
Inicializa uma nova instância da classe WellKnownClientTypeEntry com o tipo, o nome do assembly e a URL especificados.
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 do assembly do tipo ativado pelo servidor.
- objectUrl
- String
A URL do tipo ativado pelo servidor.