FullTrustProcessLaunchResult 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.
Represents the results of a full trust process launch operation.
public ref class FullTrustProcessLaunchResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.FullTrustAppContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class FullTrustProcessLaunchResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.FullTrustAppContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class FullTrustProcessLaunchResult
Public NotInheritable Class FullTrustProcessLaunchResult
- Inheritance
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.22000.0)
|
API contract |
Windows.ApplicationModel.FullTrustAppContract (introduced in v2.0)
|
Remarks
The following methods return an async operation that returns a FullTrustProcessLaunchResult on completion.
- LaunchFullTrustProcessForAppWithArgumentsAsync
- LaunchFullTrustProcessForCurrentAppWithArgumentsAsync
Properties
ExtendedError |
Gets the extended error information returned from the full trust process launch operation. |
LaunchResult |
Gets a value that specifies the result status of the full trust process launch operation. |