|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Describes a resource option. More...
Public Member Functions | |
| IkvmImporterResourceItem (string filePath, string resourcePath) | |
| Initializes a new instance. | |
Properties | |
| string | FilePath [get, set] |
| Path to the source file. | |
| string | ResourcePath [get, set] |
| Path to the resource within the Java environment. | |
Describes a resource option.
Definition at line 11 of file IkvmImporterResourceItem.cs.
| IKVM.Tools.Runner.Importer.IkvmImporterResourceItem.IkvmImporterResourceItem | ( | string | filePath, |
| string | resourcePath ) |
Initializes a new instance.
| filePath | |
| resourcePath |
Definition at line 19 of file IkvmImporterResourceItem.cs.
|
getset |
|
getset |
Path to the resource within the Java environment.
Definition at line 38 of file IkvmImporterResourceItem.cs.