nuget server logo nuget api documents
↑

API Docs / REnv / PackageLoader

PackageLoader

Full name SMRUCC.Rsharp.Development.Package.PackageLoader Assembly REnv Members 3

01 Syntax

SMRUCC.Rsharp.Development.Package.PackageLoader

02 Methods

NameOverloadsSummary
ParsePackages 1 应该是只会加载静态方法
ParsePackage 1 parse the data which is tagged with PackageAttribute
ScanDllFiles 1 Scan the given directory and parse package from dll files.

03 Members

method ParsePackages #
ParsePackages(String, Boolean)

应该是只会加载静态方法

Parameters
NameTypeDescription
dllString

the file full path of the dll package module file

strictBoolean

-

method ParsePackage #
ParsePackage(Type, Boolean)

parse the data which is tagged with PackageAttribute

Remarks

这个函数会将包信息缓存下来

Parameters
NameTypeDescription
typeType

-

strictBoolean

this function will wrap a new PackageAttribute object with type name as package name if not strict

method ScanDllFiles #
ScanDllFiles(String, Boolean)

Scan the given directory and parse package from dll files.

Parameters
NameTypeDescription
directoryString

-

strictBoolean

-