June 20, 2002 - The Object Members
June 20, 2002 The Object Members Tips: June 2002
Yehuda Shiran, Ph.D.
|
Object
class is the base class for all .NET classes. It includes three properties and five methods. These are the properties:
constructor
prototype
prototypeIsEnumerable
isPrototypeOf()
hasOwnProperty()
toLocaleString
toString
valueOf
To learn more about JScript .NET, go to Column 111, JScript .NET, Part V: Polymorphism.