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