Definition at line 35 of file Package.cs.
◆ getSystemPackage0()
| static string IKVM.Java.Externs.java.lang.Package.getSystemPackage0 |
( |
string | name | ) |
|
|
static |
Definition at line 61 of file Package.cs.
62 {
63 LazyInitSystemPackages();
64 systemPackages.TryGetValue(name, out string path);
65 return path;
66 }
◆ getSystemPackages0()
| static string[] IKVM.Java.Externs.java.lang.Package.getSystemPackages0 |
( |
| ) |
|
|
static |
Definition at line 68 of file Package.cs.
69 {
70 LazyInitSystemPackages();
71 var pkgs = new string[systemPackages.Count];
72 systemPackages.Keys.CopyTo(pkgs, 0);
73 return pkgs;
74 }
The documentation for this class was generated from the following file:
- src/IKVM.Runtime/Java/Externs/java/lang/Package.cs