This documentation is archived and is not being maintained.
LenientStringPrototype Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Stores objects that represent the static methods of the StringPrototype class. The LenientStringPrototype class belongs to the built-in object model category.
System::Object
Microsoft.JScript::ScriptObject
Microsoft.JScript::JSObject
Microsoft.JScript::StringObject
Microsoft.JScript::StringPrototype
Microsoft.JScript::LenientStringPrototype
Microsoft.JScript::ScriptObject
Microsoft.JScript::JSObject
Microsoft.JScript::StringObject
Microsoft.JScript::StringPrototype
Microsoft.JScript::LenientStringPrototype
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
The LenientStringPrototype 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. (Inherited from ScriptObject.) |
![]() | Item[Int32] | Gets or sets a member of the script object that is designated by the specified Int32 index value. (Inherited from ScriptObject.) |
![]() | 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. (Inherited from ScriptObject.) |
![]() | Item[String] | Gets or sets a member of the script object that is designated by the specified name. (Inherited from ScriptObject.) |
![]() | length | Gets the number of characters in the string. (Inherited from StringObject.) |
![]() | UnderlyingSystemType | Gets the type of the script object. (Inherited from ScriptObject.) |
| Name | Description | |
|---|---|---|
![]() | AddField | Adds the specified field to the object. (Inherited from JSObject.) |
![]() | Equals | Determines whether this string and the specified string have the same value. (Inherited from StringObject.) |
![]() | 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. (Inherited from ScriptObject.) |
![]() | GetFields | Gets an array of FieldInfo objects that correspond to all fields of the current script object. (Inherited from ScriptObject.) |
![]() | GetHashCode | Returns the hash code for this string. (Inherited from StringObject.) |
![]() | GetMember | Gets an array of MemberInfo objects that correspond to all members that match the specified name. (Inherited from JSObject.) |
![]() | GetMembers | Gets an array of MemberInfo objects that correspond to all members of the current script object. (Inherited from JSObject.) |
![]() | GetMethod(String, BindingFlags) | Gets a method that has the specified name. (Inherited from ScriptObject.) |
![]() | GetMethod(String, BindingFlags, Binder, array<Type>, array<ParameterModifier>) | Gets a method that has the specified name by using the specified selection criteria. (Inherited from ScriptObject.) |
![]() | GetMethods | Gets an array of MethodInfo objects that correspond to all methods of the current script object. (Inherited from ScriptObject.) |
![]() | GetParent | Gets a reference to the parent object. (Inherited from ScriptObject.) |
![]() | GetProperties | Gets an array of PropertyInfo objects that correspond to all properties of the current script object. (Inherited from ScriptObject.) |
![]() | GetProperty(String, BindingFlags) | Gets a property that has the specified name. (Inherited from ScriptObject.) |
![]() | GetProperty(String, BindingFlags, Binder, Type, array<Type>, array<ParameterModifier>) | Gets a property that has the specified name by using the specified selection criteria. (Inherited from ScriptObject.) |
![]() | GetType | Returns String or StringObject. (Inherited from StringObject.) |
![]() | InvokeMember | Invokes the specified member. (Inherited from ScriptObject.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetMemberValue2 | Sets the value of a field that was dynamically added to the object and stored in field_table. (Inherited from JSObject.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from JSObject.) |
| Name | Description | |
|---|---|---|
![]() | anchor | Stores an object that represents the static anchor method of the StringPrototype class. |
![]() | big | Stores an object that represents the static big method of the StringPrototype class. |
![]() | blink | Stores an object that represents the static blink method of the StringPrototype class. |
![]() | bold | Stores an object that represents the static bold method of the StringPrototype class. |
![]() | charAt | Stores an object that represents the static charAt method of the StringPrototype class. |
![]() | charCodeAt | Stores an object that represents the static charCodeAt method of the StringPrototype class. |
![]() | concat | Stores an object that represents the static concat method of the StringPrototype class. |
![]() | constructor | Stores a reference to a StringConstructor object. |
![]() | engine | Stores a reference to the scripting engine. (Inherited from ScriptObject.) |
![]() | field_table | Stores a list of fields that are dynamically added and removed from the object. (Inherited from JSObject.) |
![]() | fixed | Stores an object that represents the static fixed method of the StringPrototype class. |
![]() | fontcolor | Stores an object that represents the static fontcolor method of the StringPrototype class. |
![]() | fontsize | Stores an object that represents the static fontsize method of the StringPrototype class. |
![]() | indexOf | Stores an object that represents the static indexOf method of the StringPrototype class. |
![]() | italics | Stores an object that represents the static italics method of the StringPrototype class. |
![]() | lastIndexOf | Stores an object that represents the static lastIndexOf method of the StringPrototype class. |
![]() | link | Stores an object that represents the static link method of the StringPrototype class. |
![]() | localeCompare | Stores an object that represents the static localeCompare method of the StringPrototype class. |
![]() | match | Stores an object that represents the static match method of the StringPrototype class. |
![]() | parent | Stores a reference to the parent object. (Inherited from ScriptObject.) |
![]() | replace | Stores an object that represents the static replace method of the StringPrototype class. |
![]() | search | Stores an object that represents the static search method of the StringPrototype class. |
![]() | slice | Stores an object that represents the static slice method of the StringPrototype class. |
![]() | small | Stores an object that represents the static small method of the StringPrototype class. |
![]() | split | Stores an object that represents the static split method of the StringPrototype class. |
![]() | strike | Stores an object that represents the static strike method of the StringPrototype class. |
![]() | sub | Stores an object that represents the static sub method of the StringPrototype class. |
![]() | substr | Stores an object that represents the static substr method of the StringPrototype class. |
![]() | substring | Stores an object that represents the static substring method of the StringPrototype class. |
![]() | sup | Stores an object that represents the static sup method of the StringPrototype class. |
![]() | toLocaleLowerCase | Stores an object that represents the static toLocaleLowerCase method of the StringPrototype class. |
![]() | toLocaleUpperCase | Stores an object that represents the static toLocaleUpperCase method of the StringPrototype class. |
![]() | toLowerCase | Stores an object that represents the static toLowerCase method of the StringPrototype class. |
![]() | toString | Stores an object that represents the static toString method of the StringPrototype class. |
![]() | toUpperCase | Stores an object that represents the static toUpperCase method of the StringPrototype class. |
![]() | valueOf | Stores an object that represents the static valueOf method of the StringPrototype class. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator | Returns an enumerator that iterates through the members of the object. (Inherited from JSObject.) |
![]() ![]() | IExpando::AddMethod | Adds the specified method to the object. IExpando::AddMethod is not implemented in JScript. (Inherited from JSObject.) |
![]() ![]() | IExpando::AddProperty | Adds the specified property to the object. This method is not implemented in JScript. (Inherited from JSObject.) |
![]() ![]() | IExpando::RemoveMember | Removes the specified member from the object. (Inherited from JSObject.) |
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:
