次の方法で共有


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
属性

適用対象