net9.0-macos
namespace Foundation
{
    [Register("NSTask", true)]
    [SupportedOSPlatform("maccatalyst15.0")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("ios")]
    [UnsupportedOSPlatform("tvos")]
    public class NSTask : NSObject
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("launchedTaskWithExecutableURL:arguments:error:terminationHandler:")]
        [SupportedOSPlatform("macos")]
        [UnsupportedOSPlatform("maccatalyst")]
        [UnsupportedOSPlatform("ios")]
        [UnsupportedOSPlatform("tvos")]
        public static NSTask? LaunchFromUrl(NSUrl! url, string![]! arguments, out NSError? error, [BlockProxy(typeof(NIDActionArity1V52))] Action<NSTask!>? terminationHandler);
    }
}
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 8.0-macos9.0-macos
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • iOS
  • Mac Catalyst
  • macOS
  • tvOS
  • Built-in API
  • Package-provided API

04/26/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙