Click or drag to resize

IJavascriptObjectRepository Methods

Version 130.1.90

The IJavascriptObjectRepository type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Public methodIsBound Is object bound
Public methodRegister 
Public methodUnRegister UnRegister a bound object from the repository. If you unregister an object that is currently bound in JavaScript then the method/property calls will fail.
Public methodUnRegisterAll UnRegister all the currently bound objects from the repository. If you unregister an object that is currently bound in JavaScript then the method/property calls will fail.
Top
See Also