LenientStringPrototype Class

Definition

Stores objects that represent the static methods of the StringPrototype class. The LenientStringPrototype class belongs to the built-in object model category.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class LenientStringPrototype sealed : Microsoft::JScript::StringPrototype
public sealed class LenientStringPrototype : Microsoft.JScript.StringPrototype
type LenientStringPrototype = class
    inherit StringPrototype
Public NotInheritable Class LenientStringPrototype
Inherits StringPrototype
Inheritance

Fields

anchor

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static anchor(Object, Object) method of the StringPrototype class.

big

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static big(Object) method of the StringPrototype class.

blink

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static blink(Object) method of the StringPrototype class.

bold

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static bold(Object) method of the StringPrototype class.

charAt

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static charAt(Object, Double) method of the StringPrototype class.

charCodeAt

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static charCodeAt(Object, Double) method of the StringPrototype class.

concat

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static concat(Object, Object[]) method of the StringPrototype class.

constructor

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a reference to a StringConstructor object.

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.

(Inherited from ScriptObject)
field_table

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores a list of fields that are dynamically added and removed from the object.

(Inherited from JSObject)
fixed

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static fixed(Object) method of the StringPrototype class.

fontcolor

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static fontcolor(Object, Object) method of the StringPrototype class.

fontsize

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static fontsize(Object, Object) method of the StringPrototype class.

indexOf

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static indexOf(Object, Object, Double) method of the StringPrototype class.

italics

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static italics(Object) method of the StringPrototype class.

lastIndexOf

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static lastIndexOf(Object, Object, Double) method of the StringPrototype class.

link

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static link(Object, Object) method of the StringPrototype class.

localeCompare

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static localeCompare(Object, Object) method of the StringPrototype class.

match

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static match(Object, VsaEngine, Object) method of the StringPrototype class.

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.

(Inherited from ScriptObject)
replace

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static replace(Object, Object, Object) method of the StringPrototype class.

search

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static search(Object, VsaEngine, Object) method of the StringPrototype class.

slice

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static slice(Object, Double, Object) method of the StringPrototype class.

small

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static small(Object) method of the StringPrototype class.

split

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static split(Object, VsaEngine, Object, Object) method of the StringPrototype class.

strike

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static strike(Object) method of the StringPrototype class.

sub

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static sub(Object) method of the StringPrototype class.

substr

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static substr(Object, Double, Object) method of the StringPrototype class.

substring

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static substring(Object, Double, Object) method of the StringPrototype class.

sup

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static sup(Object) method of the StringPrototype class.

toLocaleLowerCase

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static toLocaleLowerCase(Object) method of the StringPrototype class.

toLocaleUpperCase

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static toLocaleUpperCase(Object) method of the StringPrototype class.

toLowerCase

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static toLowerCase(Object) method of the StringPrototype class.

toString

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static toString(Object) method of the StringPrototype class.

toUpperCase

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static toUpperCase(Object) method of the StringPrototype class.

valueOf

This API supports the product infrastructure and is not intended to be used directly from your code.

Stores an object that represents the static valueOf(Object) method of the StringPrototype class.

Properties

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.

(Inherited from ScriptObject)
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.

(Inherited from ScriptObject)
Item[Object[]]

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, Double index value, or Int32 index value.

(Inherited from ScriptObject)
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.

(Inherited from ScriptObject)
length

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the number of characters in the string.

(Inherited from StringObject)
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.

(Inherited from ScriptObject)

Methods

AddField(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds the specified field to the object.

(Inherited from JSObject)
Equals(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines whether this string and the specified string have the same value.

(Inherited from StringObject)
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.

(Inherited from ScriptObject)
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.

(Inherited from ScriptObject)
GetHashCode()

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the hash code for this string.

(Inherited from StringObject)
GetMember(String, BindingFlags)

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an array of MemberInfo objects that correspond to all members that match the specified name.

(Inherited from JSObject)
GetMembers(BindingFlags)

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets an array of MemberInfo objects that correspond to all members of the current script object.

(Inherited from JSObject)
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.

(Inherited from ScriptObject)
GetMethod(String, BindingFlags, Binder, Type[], 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.

(Inherited from ScriptObject)
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.

(Inherited from ScriptObject)
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.

(Inherited from ScriptObject)
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.

(Inherited from ScriptObject)
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.

(Inherited from ScriptObject)
GetProperty(String, BindingFlags, Binder, Type, Type[], 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.

(Inherited from ScriptObject)
GetType()

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns String or StringObject.

(Inherited from StringObject)
InvokeMember(String, BindingFlags, Binder, Object, Object[], ParameterModifier[], CultureInfo, String[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Invokes the specified member.

(Inherited from ScriptObject)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SetMemberValue2(String, Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the value of a field that was dynamically added to the object and stored in field_table.

(Inherited from JSObject)
ToString()

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns a string that represents the current object.

(Inherited from JSObject)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns an enumerator that iterates through the members of the object.

(Inherited from JSObject)
IExpando.AddMethod(String, Delegate)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds the specified method to the object. IExpando.AddMethod(String, Delegate) is not implemented in JScript.

(Inherited from JSObject)
IExpando.AddProperty(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds the specified property to the object. This method is not implemented in JScript.

(Inherited from JSObject)
IExpando.RemoveMember(MemberInfo)

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the specified member from the object.

(Inherited from JSObject)

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to

See also