nuget server logo nuget api documents
↑

API Docs / REnv / PackageLoaderEntry

PackageLoaderEntry

Full name SMRUCC.Rsharp.Development.Package.PackageLoaderEntry Assembly REnv Members 5

01 Syntax

SMRUCC.Rsharp.Development.Package.PackageLoaderEntry

02 Methods

NameOverloadsSummary
GetLoader 1 Get package loading entry information
ToString 1
FromLoaderInfo 1

03 Properties

NameOverloadsSummary
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

method GetLoader #
GetLoader(GlobalEnvironment, Exception)

Get package loading entry information

Parameters
NameTypeDescription
exceptionGlobalEnvironment

-

Returns

load .NET context into runtme via this object value

property module #
module

The package loader clr type entry information

property basePackage #
basePackage

the base package name of current dll module file if current .NET assembly module file is installed from the nuget zip package.

method ToString #
ToString()
method FromLoaderInfo #
FromLoaderInfo(Package)