---
title: createClassDescription
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nscreatecommand/createclassdescription
---

# createClassDescription

Returns the class description for the class that is to be created.

## Declaration

```swift
var createClassDescription: NSScriptClassDescription { get }
```

## Return Value

Return Value The class description for the class that is to be created.

## See Also

### Related Documentation

- [Cocoa Scripting Guide](apple-archive/documentation/Cocoa/Conceptual/ScriptableCocoaApplications/SApps_intro/SAppsIntro.html.md)

### Getting information about a create command

- [resolvedKeyDictionary](foundation/nscreatecommand/resolvedkeydictionary.md)
