WellKnownClientTypeEntry Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy WellKnownClientTypeEntry.

Przeciążenia

WellKnownClientTypeEntry(Type, String)

Inicjuje WellKnownClientTypeEntry nowe wystąpienie klasy o danym typie i adresie URL.

WellKnownClientTypeEntry(String, String, String)

Inicjuje WellKnownClientTypeEntry nowe wystąpienie klasy przy użyciu danego typu, nazwy zestawu i adresu URL.

WellKnownClientTypeEntry(Type, String)

Inicjuje WellKnownClientTypeEntry nowe wystąpienie klasy o danym typie i adresie URL.

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)

Parametry

type
Type

Typ Type aktywowany przez serwer.

objectUrl
String

Adres URL typu aktywowanego przez serwer.

Dotyczy

WellKnownClientTypeEntry(String, String, String)

Inicjuje WellKnownClientTypeEntry nowe wystąpienie klasy przy użyciu danego typu, nazwy zestawu i adresu 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)

Parametry

typeName
String

Nazwa typu typu aktywowanego przez serwer.

assemblyName
String

Nazwa zestawu typu aktywowanego przez serwer.

objectUrl
String

Adres URL typu aktywowanego przez serwer.

Dotyczy