LocalPackageDatabase
01 Syntax
SMRUCC.Rsharp.Development.Package.LocalPackageDatabase
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| hasLibFile | 1 | Check if the given dll module libraryFileName is exists in database or not. |
| enumerateNugets | 1 | enumerate all nuget zip packages that installed inside the local repository |
| FindPackage | 1 | If the package is not exists or load package failure then this function returns nothing |
| enumerateClrBases | 1 | |
| hasLibPackage | 1 | |
| EmptyRepository | 1 | |
| Load | 1 | |
| Build | 1 | |
| GenericEnumerator | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| assemblies | 1 | .NET assembly list |
| packages | 1 | installed R# zip package |
| numOfpackages | 1 | |
| system | 1 |
04 Members
hasLibFile(
String)Check if the given dll module libraryFileName is exists in database or not.
Parameters
| Name | Type | Description |
|---|---|---|
libraryFileName | String | - |
enumerateNugets(
String)enumerate all nuget zip packages that installed inside the local repository
If the package is not exists or load package failure then this function returns nothing
Parameters
| Name | Type | Description |
|---|---|---|
packageName | String | - |
exception | GlobalEnvironment | - |
assemblies
.NET assembly list
packages
installed R# zip package
numOfpackages
system
enumerateClrBases()
hasLibPackage(
String)EmptyRepository()
Load(
String)Build(
String)GenericEnumerator()