pub struct FullTrustProcessLauncher;
Implementations§
§impl FullTrustProcessLauncher
impl FullTrustProcessLauncher
pub fn LaunchFullTrustProcessForCurrentAppAsync() -> Result<IAsyncAction>
pub fn LaunchFullTrustProcessForCurrentAppWithParametersAsync( parametergroupid: &HSTRING, ) -> Result<IAsyncAction>
pub fn LaunchFullTrustProcessForAppAsync( fulltrustpackagerelativeappid: &HSTRING, ) -> Result<IAsyncAction>
pub fn LaunchFullTrustProcessForAppWithParametersAsync( fulltrustpackagerelativeappid: &HSTRING, parametergroupid: &HSTRING, ) -> Result<IAsyncAction>
pub fn LaunchFullTrustProcessForCurrentAppWithArgumentsAsync( commandline: &HSTRING, ) -> Result<IAsyncOperation<FullTrustProcessLaunchResult>>
pub fn LaunchFullTrustProcessForAppWithArgumentsAsync( fulltrustpackagerelativeappid: &HSTRING, commandline: &HSTRING, ) -> Result<IAsyncOperation<FullTrustProcessLaunchResult>>
Auto Trait Implementations§
impl Freeze for FullTrustProcessLauncher
impl RefUnwindSafe for FullTrustProcessLauncher
impl Send for FullTrustProcessLauncher
impl Sync for FullTrustProcessLauncher
impl Unpin for FullTrustProcessLauncher
impl UnwindSafe for FullTrustProcessLauncher
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more