ScriptObject Methods
Silverlight
The ScriptObject type exposes the following members.
| Name | Description | |
|---|---|---|
|
CheckAccess | Determines whether the current thread is the browser's UI thread. |
|
ConvertTo(Type, Boolean) | Converts the current scriptable object to a specified type, with serialization support. |
|
ConvertTo<T>() | Converts the current scriptable object to a specified type. |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Frees resources and performs other cleanup operations before the scriptable object is reclaimed by garbage collection. (Overrides Object.Finalize().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetProperty(Int32) | Gets the value of a property that is identified by ordinal number on the current scriptable object. |
|
GetProperty(String) | Gets the value of a property that is identified by name on the current scriptable object. |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Initialize | Infrastructure. Initializes a scriptable object. |
|
Invoke | Invokes a method on the current scriptable object, and optionally passes in one or more method parameters. |
|
InvokeSelf | Invokes the current ScriptObject and assumes that it represents a JavaScript method. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetProperty(Int32, Object) | Sets the value of a property that is identified by ordinal number on the current scriptable object. |
|
SetProperty(String, Object) | Sets a property that is identified by name on the current scriptable object. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
IDynamicMetaObjectProvider.GetMetaObject | Returns the DynamicMetaObject responsible for binding operations performed on this object. |