WellKnownClientTypeEntry Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the WellKnownClientTypeEntry class.
WellKnownClientTypeEntry(Type, String) |
Initializes a new instance of the WellKnownClientTypeEntry class with the given type and URL. |
WellKnownClientTypeEntry(String, String, String) |
Initializes a new instance of the WellKnownClientTypeEntry class with the given type, assembly name, and URL. |
Initializes a new instance of the WellKnownClientTypeEntry class with the given type and 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)
Parameters
- objectUrl
- String
The URL of the server-activated type.
Applies to
.NET Framework 4.8.1 и другие версии
Продукт | Версии |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the WellKnownClientTypeEntry class with the given type, assembly name, and 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)
Parameters
- typeName
- String
The type name of the server-activated type.
- assemblyName
- String
The assembly name of the server-activated type.
- objectUrl
- String
The URL of the server-activated type.
Applies to
.NET Framework 4.8.1 и другие версии
Продукт | Версии |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Отзыв о .NET
.NET — это проект с открытым исходным кодом. Выберите ссылку, чтобы оставить отзыв: