共用方式為


NSAppleEventDescriptor 建構函式

定義

多載

NSAppleEventDescriptor()
NSAppleEventDescriptor(NSAppleEventDescriptorType)
NSAppleEventDescriptor(NSCoder)
NSAppleEventDescriptor(NSObjectFlag)
NSAppleEventDescriptor(IntPtr)

NSAppleEventDescriptor()

[Foundation.Export("init")]
public NSAppleEventDescriptor();
屬性

適用於

NSAppleEventDescriptor(NSAppleEventDescriptorType)

public NSAppleEventDescriptor(Foundation.NSAppleEventDescriptorType type);
new Foundation.NSAppleEventDescriptor : Foundation.NSAppleEventDescriptorType -> Foundation.NSAppleEventDescriptor

參數

適用於

NSAppleEventDescriptor(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSAppleEventDescriptor(Foundation.NSCoder coder);
new Foundation.NSAppleEventDescriptor : Foundation.NSCoder -> Foundation.NSAppleEventDescriptor

參數

coder
NSCoder
屬性

適用於

NSAppleEventDescriptor(NSObjectFlag)

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

參數

適用於

NSAppleEventDescriptor(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於