clrGetConstructors: List the public constructors of a CLR Type

Description Usage Arguments Value Examples

Description

List the public constructors of a CLR Type

Usage

1

Arguments

type

CLR Type, or a (character) type name that can be successfully parsed

Value

a list of constructor signatures

Examples

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

## End(Not run)

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