DotNetWrapper | R Documentation |
.NET
objectsWrapper class for .NET
objects
Wrapper class for .NET
objects
rSharp::NetObject
-> DotNetWrapper
rSharp::NetObject$call()
rSharp::NetObject$finalize()
rSharp::NetObject$get()
rSharp::NetObject$getFields()
rSharp::NetObject$getMemberSignature()
rSharp::NetObject$getMethods()
rSharp::NetObject$getProperties()
rSharp::NetObject$getStaticFields()
rSharp::NetObject$getStaticMethods()
rSharp::NetObject$getStaticProperties()
rSharp::NetObject$print()
rSharp::NetObject$set()
new()
Initialize a new instance of the class
DotNetWrapper$new(netObject)
netObject
An rSharp::NetObject
object.
A new Molecule
object.
sim <- loadSimulation(system.file("extdata", "Aciclovir.pkml", package = "ospsuite"))
# looking at a reference to `.NET` simulation object
sim$pointer
# create a new instance of `DotNetWrapper` class using this reference
DotNetWrapper$new(sim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.