Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Silverlight 3
ScriptObject Class

  Switch on low bandwidth view
.NET Framework Class Library for Silverlight
ScriptObject Class

Defines the core behavior for the HtmlObject class, and provides a base class for browser Document Object Model (DOM) access types.

Namespace:  System.Windows.Browser
Assembly:  System.Windows.Browser (in System.Windows.Browser.dll)
Visual Basic (Declaration)
Public Class ScriptObject
Visual Basic (Usage)
Dim instance As ScriptObject
C#
public class ScriptObject

All browser objects are represented by the ScriptObject class. This includes standard JavaScript and DOM objects, as well as windows (HtmlWindow), documents (HtmlDocument), elements (HtmlElement), element collections (ScriptObjectCollection), and even managed objects (ManagedObject, which is an internal type) that are used inside the browser.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker