Typeof Class

Definition

Determines the data types of objects. This class belongs to the abstract syntax tree category.

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

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

Fields

operand

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

Represents the operand.

(Inherited from UnaryOp)

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
JScriptTypeof(Object)

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

Determines the data type of the specified object.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to