IExeServerRegistration interface (activationregistration.h)

Represents a registered an out-of-process server.

Inheritance

The IExeServerRegistration interface inherits from IInspectable. IExeServerRegistration also has these types of members:

Methods

The IExeServerRegistration interface has these methods.

 
IExeServerRegistration::get_AppUserModelId

Gets the identifier for the app's user model.
IExeServerRegistration::get_CommandLine

Gets the command line used to launch the out-of-process server.
IExeServerRegistration::get_ExePath

Gets the file path to the out-of-process server.
IExeServerRegistration::get_Identity

Gets the identity of the out-of-process server.
IExeServerRegistration::get_IdentityType

Gets the activation type for the out-of-process server.
IExeServerRegistration::get_Instancing

Gets the instancing behavior for the out-of-process server.
IExeServerRegistration::get_Permissions

Gets the permissions for the out-of-process server.
IExeServerRegistration::get_ServerName

Gets the name of the current out-of-process server.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Target Platform Windows
Header activationregistration.h

See also

IExeServerActivatableClassRegistration

IInspectable