This documentation is archived and is not being maintained.
ScriptObject Class
Visual Studio 2010
This API supports the .NET Framework 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.
System::Object
Microsoft.JScript::ScriptObject
Microsoft.JScript::ActivationObject
Microsoft.JScript::JSObject
Microsoft.JScript::StackFrame
Microsoft.JScript::TypeReflector
Microsoft.JScript::ScriptObject
Microsoft.JScript::ActivationObject
Microsoft.JScript::JSObject
Microsoft.JScript::StackFrame
Microsoft.JScript::TypeReflector
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
The ScriptObject type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Item[Double] | Gets or sets a member of the script object that is designated by the specified Double index value. |
![]() | Item[Int32] | Gets or sets a member of the script object that is designated by the specified Int32 index value. |
![]() | Item[array<Object>] | Gets or sets a member of the script object that is designated by the specified name, Double index value, or Int32 index value. |
![]() | Item[String] | Gets or sets a member of the script object that is designated by the specified name. |
![]() | UnderlyingSystemType | 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 | Gets a field that has the specified name. |
![]() | GetFields | Gets an array of FieldInfo objects that correspond to all fields of the current script object. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetMember | When overridden in a derived class, gets an array of MemberInfo objects that correspond to all members that match a specified name. |
![]() | GetMembers | 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) | Gets a method that has the specified name. |
![]() | GetMethod(String, BindingFlags, Binder, array<Type>, array<ParameterModifier>) | Gets a method that has the specified name by using the specified selection criteria. |
![]() | GetMethods | Gets an array of MethodInfo objects that correspond to all methods of the current script object. |
![]() | GetParent | Gets a reference to the parent object. |
![]() | GetProperties | Gets an array of PropertyInfo objects that correspond to all properties of the current script object. |
![]() | GetProperty(String, BindingFlags) | Gets a property that has the specified name. |
![]() | GetProperty(String, BindingFlags, Binder, Type, array<Type>, array<ParameterModifier>) | Gets a property that has the specified name by using the specified selection criteria. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InvokeMember | Invokes the specified member. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() ![]() | WrapMembers(MemberInfo, Object) | Creates a wrapped object that contains the specified member together with the specified object. |
![]() ![]() | WrapMembers(array<MemberInfo>, Object) | Creates an array of wrapped objects that contain the specified members together with the specified object. |
![]() ![]() | WrapMembers(array<MemberInfo>, Object, SimpleHashtable) | Creates an array of wrapped objects that contain the specified members together with the specified object, caching the results in the specified data storage. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
