PackageLoader
01 Syntax
SMRUCC.Rsharp.Development.Package.PackageLoader
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| 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
ParsePackages(
String, Boolean)应该是只会加载静态方法
Parameters
| Name | Type | Description |
|---|---|---|
dll | String | the file full path of the dll package module file |
strict | Boolean | - |
ParsePackage(
Type, Boolean)parse the data which is tagged with PackageAttribute
Remarks
这个函数会将包信息缓存下来
Parameters
| Name | Type | Description |
|---|---|---|
type | Type | - |
strict | Boolean | this function will wrap a new |
ScanDllFiles(
String, Boolean)Scan the given directory and parse package from dll files.
Parameters
| Name | Type | Description |
|---|---|---|
directory | String | - |
strict | Boolean | - |