Gets the type name of an object, given the SEXP external pointer to this .NET object.
Examples
if (FALSE) { # \dontrun{
testClassName <- getRSharpSetting("testObjectTypeName")
testObj <- newObjectFromName(testClassName)
.clrTypeNameExtPtr(testObj$pointer)
} # }