clrTypename: Gets the type name of an object

Description Usage Arguments Value Examples

Description

Gets the CLR type name of an object, given an S4 clrobj object

Usage

1
clrTypename(clrobj)

Arguments

clrobj

CLR object

Value

type name

Examples

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

## End(Not run)

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