Interface Object

Provides extended reflection-like functionality to the base ECMAScript (JavaScript) Object object. Object Type Extensions

see

{@link http://msdn.microsoft.com/en-us/library/bb397554(v=vs.100).aspx}

Index

Methods

Methods

public getType(instance: any): Type

Formats a number by using the invariant culture.

Parameters

  • instance: any

Returns

Type

public getTypeName(instance: any): string

Returns a string that identifies the run-time type name of an object.

Parameters

  • instance: any

Returns

string