LibDLL
01 Syntax
SMRUCC.Rsharp.Development.Package.LibDLL
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetDllFile | 1 | try to get .net clr dll assembly file from app directory or attached package assembly directories |
| getDllFromAttachedPackages | 1 | load from the assembly of attatch packages |
| getDllFromAppDir | 1 |
03 Members
try to get .net clr dll assembly file from app directory or attached package assembly directories
Remarks
attach_lib_dir
Parameters
| Name | Type | Description |
|---|---|---|
libDllName | String | - |
env | Environment | - |
searchContext | List(Of String) | - |
load from the assembly of attatch packages
Parameters
| Name | Type | Description |
|---|---|---|
libDll | String | - |
globalEnvironment | GlobalEnvironment | - |
Parameters
| Name | Type | Description |
|---|---|---|
libDll | String | the dll file name or full path |
globalEnvironment | GlobalEnvironment | - |