| ▼Ncohtml | |
| ▼NNet | |
| CBoundEventHandle | Handle for registered delegates |
| CCoherentProperty | Specify a property / field or method visible to Coherent UI |
| CCoherentType | Specify which properties and fields of a type are visible to Coherent UI |
| CInvalidValueCastException | Thrown when casting a Value to an incompatible type |
| CUnsupportedPrimitiveTypeException | Thrown when trying to bind a value of unsupported primitive type such as long |
| CValue | Type for representing generic JavaScript values |
| CValueObject | Class for compound JavaScript objects, behaves like a Dictionary<string, Value> |
| CAnimation | The Animation object for dom element |
| CConsole | The console object for the view |
| CCSSStyleDeclaration | The style of an element |
| CDocument | The document of the view |
| CDOMRect | DOM Rectangle object |
| CDOMRectReadOnly | Readonly DOM Rectangle object |
| CDOMTokenList | The DOMTokenList of the element. Currently it is only supported in the context of class list |
| CElement | Element in the view |
| CEventListener | Common interface for all elements that can listen for event |
| CEventTarget | Common interface for all elements that can be event targets |
| CHTMLCollection | List of elements |
| CHTMLInputElement | Input element in the view |
| CHTMLTextAreaElement | Textarea element in the view |
| CLocation | Location for document |
| CMorphAnimation | The Animation object for dom element morphing SVG |
| CNavigator | The navigator of the view |
| CNode | The basic document node |
| CNodeIterator | The NodeIterator interface represents an iterator over the members of a list of the nodes in a subtree of the DOM. The nodes will be returned in document order |
| CNodeList | List of nodes |
| CStorage | The Storage of the view |
| CSVGElement | SVG element in the view |
| CTouchList | List of touches |
| CWindow | The window of the view and the global object in the scripting environment |