clrTypeNameExtPtr: Gets the type name of an object

Description Usage Arguments Value Examples

Description

Gets the type name of an object, given the SEXP external pointer to this CLR object.

Usage

1

Arguments

extPtr

external pointer to a CLR object (not a cobjRef S4 object)

Value

a character string, the type name

Examples

1
2
3
4
5
6
7
## Not run: 
library(rClr)
testClassName <- "Rclr.TestObject";
testObj <- clrNew(testClassName)
clrTypeNameExtPtr(clrGetExtPtr(testObj))

## End(Not run)

jmp75/rClr documentation built on June 11, 2019, 6:45 p.m.