Describes a module.
More...
|
| | ModuleInfo () |
| | Initializes a new instance.
|
| |
| | ModuleInfo (string name, ModuleVersion version) |
| | Initializes a new instance.
|
| |
|
| string | Name [get, set] |
| | Name of the module.
|
| |
| ModuleVersion | Version [get, set] |
| | Version of the module.
|
| |
Describes a module.
Definition at line 20 of file JarFileUtil.cs.
◆ ModuleInfo() [1/2]
| IKVM.Util.Jar.JarFileUtil.ModuleInfo.ModuleInfo |
( |
| ) |
|
◆ ModuleInfo() [2/2]
| IKVM.Util.Jar.JarFileUtil.ModuleInfo.ModuleInfo |
( |
string | name, |
|
|
ModuleVersion | version ) |
Initializes a new instance.
- Parameters
-
Definition at line 36 of file JarFileUtil.cs.
37 {
40 }
global::java.lang.invoke.LambdaForm.Name Name
ModuleVersion Version
Version of the module.
◆ Name
| string IKVM.Util.Jar.JarFileUtil.ModuleInfo.Name |
|
getset |
◆ Version
| ModuleVersion IKVM.Util.Jar.JarFileUtil.ModuleInfo.Version |
|
getset |
The documentation for this class was generated from the following file: