DotNetWrapper: Wrapper class for '.NET' objects

DotNetWrapperR Documentation

Wrapper class for .NET objects

Description

Wrapper class for .NET objects

Wrapper class for .NET objects

Super class

rSharp::NetObject -> DotNetWrapper

Methods

Public methods

Inherited methods

Method new()

Initialize a new instance of the class

Usage
DotNetWrapper$new(netObject)
Arguments
netObject

An rSharp::NetObject object.

Returns

A new Molecule object.

Examples


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)


Open-Systems-Pharmacology/OSPSuite-R documentation built on Feb. 14, 2025, 4:48 p.m.