classDescriptions(inSuite:)
Returns the class descriptions contained in the suite identified by suiteName.
Declaration
func classDescriptions(inSuite suiteName: String) -> [String : NSScriptClassDescription]?Discussion
Each class description (instance of NSScriptClassDescription) in the returned dictionary is identified by class name.