RemoteServiceConnectionInfo.LocalCLRServiceActivation(String, String) Constructor
Definition
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 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.