다음을 통해 공유


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
특성

적용 대상