RemoteServiceConnectionInfo.LocalCLRServiceActivation Class

Definition

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.

Applies to