read deps.json for .net 5 assembly
deps
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.NetCoreApp.deps
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetReferenceProject | 1 | get list of project reference name |
| RetriveLoadedAssembly | 1 | returns a list of file path loaded assembly files |
| LoadAssemblyOrCache | 1 | load assembly from a given file path |
| TryHandleNetCore5AssemblyBugs | 2 | handling of the bugs on .NET 5 runtime missing assembly when load reference type module |
| LoadDependencies | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| runtimeTarget | 1 | ".NETCoreApp,Version=v5.0" |
| compilationOptions | 1 | |
| targets | 1 | |
| libraries | 1 |
04 Members
GetReferenceProject
get list of project reference name
RetriveLoadedAssembly
returns a list of file path loaded assembly files
LoadAssemblyOrCache(
String, Boolean)load assembly from a given file path
Parameters
| Name | Type | Description |
|---|---|---|
dllFile | String | full path |
Returns
this function maybe returns nothing if the error happends andalso parameter value of strict set to FALSE.
TryHandleNetCore5AssemblyBugs(
Type, String())handling of the bugs on .NET 5 runtime missing assembly when load reference type module
Parameters
| Name | Type | Description |
|---|---|---|
package | Type | - |
TryHandleNetCore5AssemblyBugs(
Assembly, String())handling of the bugs on .NET 5 runtime missing assembly when load reference type module
Parameters
| Name | Type | Description |
|---|---|---|
package | Assembly | - |
runtimeTarget
".NETCoreApp,Version=v5.0"
compilationOptions
targets
libraries
LoadDependencies(
Assembly)