The GetType method of the IRemoteObject interface returns an IRemoteField interface that represents the type of this object. A debugger then normally calls IRemoteField::GetKind to determine the FIELDKIND of this object. The type will be an array type, a class type, or a Java primitive data type.
HRESULT GetType(IRemoteField **ppType)
[out] **ppType | Returns an IRemoteField representing the type of this object. |
S_OK Success.
E_OUTOFMEMORY Insufficient memory.