AppLauncher.ApplicationActivationManager.ActivateForFile C# (CSharp) Метод

ActivateForFile() приватный Метод

private ActivateForFile ( [ appUserModelId, [ itemArray, [ verb, [ processId ) : IntPtr
appUserModelId [
itemArray [
verb [
processId [
Результат System.IntPtr
        public extern IntPtr ActivateForFile([In] String appUserModelId, [In] IntPtr /*IShellItemArray* */ itemArray, [In] String verb, [Out] out UInt32 processId);
        [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]