NSAppleScript Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
NSAppleScript(NSObjectFlag) | |
NSAppleScript(IntPtr) | |
NSAppleScript(String) | |
NSAppleScript(NSUrl, NSDictionary) |
NSAppleScript(NSObjectFlag)
protected NSAppleScript (Foundation.NSObjectFlag t);
new Foundation.NSAppleScript : Foundation.NSObjectFlag -> Foundation.NSAppleScript
Parameter
Gilt für:
NSAppleScript(IntPtr)
protected internal NSAppleScript (IntPtr handle);
new Foundation.NSAppleScript : nativeint -> Foundation.NSAppleScript
Parameter
- handle
-
IntPtr
nativeint
Gilt für:
NSAppleScript(String)
[Foundation.Export("initWithSource:")]
[ObjCRuntime.DesignatedInitializer]
public NSAppleScript (string source);
new Foundation.NSAppleScript : string -> Foundation.NSAppleScript
Parameter
- source
- String
- Attribute
Gilt für:
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
Parameter
- url
- NSUrl
- errorInfo
- NSDictionary
- Attribute