ScriptObject Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Supports all JScript classes. This is the ultimate base class of all JScript classes. This class belongs to the objects and functions category.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Microsoft.JScript::ScriptObject
Microsoft.JScript::ActivationObject
Microsoft.JScript::JSObject
Microsoft.JScript::StackFrame
Microsoft.JScript::TypeReflector
| Name | Description | |
|---|---|---|
![]() | Item[Double] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a member of the script object that is designated by the specified Double index value. |
![]() | Item[Int32] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a member of the script object that is designated by the specified Int32 index value. |
![]() | Item[array<Object^>^] | |
![]() | Item[String^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a member of the script object that is designated by the specified name. |
![]() | UnderlyingSystemType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the type of the script object. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetField(String^, BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a field that has the specified name. |
![]() | GetFields(BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an array of FieldInfo objects that correspond to all fields of the current script object. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMember(String^, BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. When overridden in a derived class, gets an array of MemberInfo objects that correspond to all members that match a specified name. |
![]() | GetMembers(BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. When overridden in a derived class, gets an array of MemberInfo objects that correspond to all members of the current script object. |
![]() | GetMethod(String^, BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a method that has the specified name. |
![]() | GetMethod(String^, BindingFlags, Binder^, array<Type^>^, array<ParameterModifier>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a method that has the specified name by using the specified selection criteria. |
![]() | GetMethods(BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an array of MethodInfo objects that correspond to all methods of the current script object. |
![]() | GetParent() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a reference to the parent object. |
![]() | GetProperties(BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an array of PropertyInfo objects that correspond to all properties of the current script object. |
![]() | GetProperty(String^, BindingFlags) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a property that has the specified name. |
![]() | GetProperty(String^, BindingFlags, Binder^, Type^, array<Type^>^, array<ParameterModifier>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a property that has the specified name by using the specified selection criteria. |
![]() | GetType() | |
![]() | InvokeMember(String^, BindingFlags, Binder^, Object^, array<Object^>^, array<ParameterModifier>^, CultureInfo^, array<String^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Invokes the specified member. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | WrapMembers(MemberInfo^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a wrapped object that contains the specified member together with the specified object. |
![]() ![]() | WrapMembers(array<MemberInfo^>^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an array of wrapped objects that contain the specified members together with the specified object. |
![]() ![]() | WrapMembers(array<MemberInfo^>^, Object^, SimpleHashtable^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an array of wrapped objects that contain the specified members together with the specified object, caching the results in the specified data storage. |
| Name | Description | |
|---|---|---|
![]() | engine | This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to the scripting engine. |
![]() | parent | This API supports the product infrastructure and is not intended to be used directly from your code. Stores a reference to the parent object. |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





