PackageLoaderEntry
01 Syntax
SMRUCC.Rsharp.Development.Package.PackageLoaderEntry
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetLoader | 1 | Get package loading entry information |
| ToString | 1 | |
| FromLoaderInfo | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| module | 1 | The package loader clr type entry information |
| basePackage | 1 | the base package name of current dll module file if current .NET assembly module file is installed from the nuget zip package. |
04 Members
GetLoader(GlobalEnvironment,
Exception)Get package loading entry information
Parameters
| Name | Type | Description |
|---|---|---|
exception | GlobalEnvironment | - |
Returns
load .NET context into runtme via this object value
module
The package loader clr type entry information
basePackage
the base package name of current dll module file if current .NET assembly module file is installed from the nuget zip package.
ToString()
FromLoaderInfo(Package)