macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

NSScriptClassDescriptionクラス

Index>Foundation>

apple(mac)

Macのみ

解説

継承 NSObject
準拠 NSObject (NSObject)
フレームワーク /System/Library/Frameworks/Foundation.framework
使用可能 Mac OS X v10.0以降
定義

概要

適合するプロトコル

メソッド

Initializing a Script Class Description

– initWithSuiteName:className:dictionary

Getting a Script Class Description

+ classDescriptionForClass:
– classDescriptionForKey
– superclassDescription

Getting Basic Information About the Script Class

– className
– defaultSubcontainerAttributeKey
– implementationClassName
– isLocationRequiredToCreateForKey
– suiteName

Getting Attribute and Relationship Information

– hasOrderedToManyRelationshipForKey:
– hasPropertyForKey:
– hasReadablePropertyForKey:
– hasWritablePropertyForKey:
– keyWithAppleEventCode
– typeForKey
– isReadOnlyKey OS X v10.5で使用停止

Getting Command Information

– selectorForCommand
– supportsCommand

サブクラス化の注意