Share via


NSAppleScript.ExecuteAppleEvent(NSAppleEventDescriptor, NSDictionary) Method

Definition

[Foundation.Export("executeAppleEvent:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSAppleEventDescriptor ExecuteAppleEvent(Foundation.NSAppleEventDescriptor eventDescriptor, out Foundation.NSDictionary errorInfo);
[<Foundation.Export("executeAppleEvent:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ExecuteAppleEvent : Foundation.NSAppleEventDescriptor * NSDictionary -> Foundation.NSAppleEventDescriptor
override this.ExecuteAppleEvent : Foundation.NSAppleEventDescriptor * NSDictionary -> Foundation.NSAppleEventDescriptor

Parameters

eventDescriptor
NSAppleEventDescriptor
errorInfo
NSDictionary

Returns

Attributes

Applies to