Contents

implementationClassName

Returns the name of the Objective-C class instantiated to implement the scripting class.

Declaration

var implementationClassName: String? { get }

Return Value

An Objective-C class name.

Discussion

The name returned by the className method for an instance of NSScriptClassDescription resulting from an sdef class declaration is the human-readable name for the class—that is, the name that is used in a script. To obtain the name of the Objective-C class instantiated to implement the class, use implementationClassName.

See Also

Getting basic information about the script class