IExeServerRegistration interface
Represents a registered an out-of-process server.
Members
The IExeServerRegistration interface inherits from IInspectable. IExeServerRegistration also has these types of members:
Methods
The IExeServerRegistration interface has these methods.
| Method | Description |
|---|---|
| AppUserModelId |
Gets the identifier for the app's user model. |
| CommandLine |
Gets the command line used to launch the out-of-process server. |
| ExePath |
Gets the file path to the out-of-process server. |
| Identity |
Gets the identity of the out-of-process server. |
| IdentityType |
Gets the activation type for the out-of-process server. |
| Instancing |
Gets the instancing behavior for the out-of-process server. |
| Permissions |
Gets the permissions for the out-of-process server. |
| ServerName |
Gets the name of the current out-of-process server. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
|
Header |
|
See also