Sys.Component Constructor
When overridden in a derived class, initializes a new instance of that class and registers it with the application as a disposable object.
var c = new aComponent();
See Also
Tasks
Creating Custom Non-Visual Client Components
Reference
Concepts
Creating a Client Component Class Using the Prototype Model