This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Name
Description
addComponent Method
Registers a component with the application and initializes it if the component is not already initialized.
dispose Method
Releases resources and dependencies held by the client application.
findComponent Method
Returns the specified Sys.Component object.
$find Shortcut Method
Provides a shortcut to the findComponent method.
getComponents Method
Returns an array of all components that have been registered with the application through the addComponent method.
initialize Method
Initializes the application and raises the load event.
notifyScriptLoaded Method
Called by a referenced script to indicate that the script has been loaded.
queueScriptReference Method
Sequentially queues the scripts to be loaded in the queued order.
raiseLoad Method
Raises the load event.
registerDisposableObject Method
Registers an object that will require disposing with the application.
removeComponent Method
Removes the object from the application and disposes the object if it is disposable.
unregisterDisposableObject Method
Unregisters a disposable object from the application.
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.