NSAppleScript Конструкторы

Определение

Перегрузки

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

NSAppleScript(NSObjectFlag)

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

Параметры

Применяется к

NSAppleScript(IntPtr)

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

Параметры

handle
IntPtr

nativeint

Применяется к

NSAppleScript(String)

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

Параметры

source
String
Атрибуты

Применяется к

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

Параметры

url
NSUrl
errorInfo
NSDictionary
Атрибуты

Применяется к