다음을 통해 공유


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

적용 대상