Determines whether the specified object phobj can be cast to the specified class type dcb.
BOOL is_instance_of(JHandle *phobj, ClassClass *dcb, ExecEnv *ee);
Returns TRUE if the object can be cast to the class type; otherwise, returns FALSE.
*phobj | A pointer to an object. |
*dcb | A class type. |
*ee | The placeholder for the execution environment, which is not needed by the Microsoft VM. Pass NULL. |