handle — A handle is called an “object reference” in the CLI specification. For any CLI class type T, the declaration T^ h declares a handle h to type T, where the object to which h is capable of pointing resides on the CLI heap. A handle tracks, is rebindable, and can point to a whole object only.