RemoteServiceConnectionInfo.LocalCLRServiceActivation Class
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.
Describes activation instructions for a CLR-based service.
public: ref class RemoteServiceConnectionInfo::LocalCLRServiceActivation
public class RemoteServiceConnectionInfo.LocalCLRServiceActivation
type RemoteServiceConnectionInfo.LocalCLRServiceActivation = class
Public Class RemoteServiceConnectionInfo.LocalCLRServiceActivation
- Inheritance
-
RemoteServiceConnectionInfo.LocalCLRServiceActivation
Constructors
RemoteServiceConnectionInfo.LocalCLRServiceActivation(String, String) |
Initializes a new instance of the RemoteServiceConnectionInfo.LocalCLRServiceActivation class. |
Properties
AssemblyPath |
Gets the local path to the assembly to be loaded. |
FullTypeName |
Gets 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. |