Type of identifier

The TYPE OF identifier obtains the System.Type object for a class, interface, delegate or enumeration.

General Format

NETJVM 
TYPE OF identifier-1

Syntax Rules

NETJVM 
  1. NETJVM Identifier-1 must reference a class, an interface, a delegate or an enumeration.

General Rules

NETJVM 
  1. NETJVM Type-of-identifier creates a unique data item that contains the System.Type object for identifier-1.