C# Class Microsoft.JScript.ObjectPrototype

Inheritance: JSObject
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Methods

Method Description
CommonInstance ( ) : ObjectPrototype
ObjectPrototype ( ) : Microsoft.JScript.Vsa
hasOwnProperty ( Object thisob, Object name ) : bool
isPrototypeOf ( Object thisob, Object ob ) : bool
propertyIsEnumerable ( Object thisob, Object name ) : bool
toLocaleString ( Object thisob ) : String
toString ( Object thisob ) : String
valueOf ( Object thisob ) : Object