clrReflect: List the instance members of a CLR object

Description Usage Arguments Value Examples

Description

List the instance members of a CLR object, i.e. its methods, fields and properties.

Usage

1
clrReflect(clrobj)

Arguments

clrobj

CLR object

Value

a list of methods, fields and properties of the CLR object

Examples

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

## End(Not run)

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