Upravit

Sdílet prostřednictvím


NSAppleScript Constructors

Definition

Overloads

NSAppleScript(NSObjectFlag)
NSAppleScript(IntPtr)
NSAppleScript(String)
NSAppleScript(NSUrl, NSDictionary)

NSAppleScript(NSObjectFlag)

protected NSAppleScript (Foundation.NSObjectFlag t);
new Foundation.NSAppleScript : Foundation.NSObjectFlag -> Foundation.NSAppleScript

Parameters

Applies to

NSAppleScript(IntPtr)

protected internal NSAppleScript (IntPtr handle);
new Foundation.NSAppleScript : nativeint -> Foundation.NSAppleScript

Parameters

handle
IntPtr

nativeint

Applies to

NSAppleScript(String)

[Foundation.Export("initWithSource:")]
[ObjCRuntime.DesignatedInitializer]
public NSAppleScript (string source);
new Foundation.NSAppleScript : string -> Foundation.NSAppleScript

Parameters

source
String
Attributes

Applies to

NSAppleScript(NSUrl, NSDictionary)

[Foundation.Export("initWithContentsOfURL:error:")]
[ObjCRuntime.DesignatedInitializer]
public NSAppleScript (Foundation.NSUrl url, out Foundation.NSDictionary errorInfo);
new Foundation.NSAppleScript : Foundation.NSUrl *  -> Foundation.NSAppleScript

Parameters

url
NSUrl
errorInfo
NSDictionary
Attributes

Applies to