RemoteServiceConnectionInfo.LocalCLRServiceActivation(String, String) Constructor

Definition

Initializes a new instance of the RemoteServiceConnectionInfo.LocalCLRServiceActivation class.

public:
 LocalCLRServiceActivation(System::String ^ assemblyPath, System::String ^ fullTypeName);
public LocalCLRServiceActivation (string assemblyPath, string fullTypeName);
new Microsoft.ServiceHub.Framework.RemoteServiceConnectionInfo.LocalCLRServiceActivation : string * string -> Microsoft.ServiceHub.Framework.RemoteServiceConnectionInfo.LocalCLRServiceActivation
Public Sub New (assemblyPath As String, fullTypeName As String)

Parameters

assemblyPath
String

the local path to the assembly to be loaded.

fullTypeName
String

the full name (not including assembly name qualifier) of the type that serves as the entrypoint and (if applicable) the RPC target for the service.

Applies to