|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Describes an external resource option. More...
Public Member Functions | |
| IkvmImporterExternalResourceItem (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 an external resource option.
Definition at line 9 of file IkvmImporterExternalResourceItem.cs.
| IKVM.Tools.Runner.Importer.IkvmImporterExternalResourceItem.IkvmImporterExternalResourceItem | ( | string | filePath, |
| string | resourcePath ) |
Initializes a new instance.
| filePath | |
| resourcePath |
| ArgumentException |
Definition at line 18 of file IkvmImporterExternalResourceItem.cs.
|
getset |
Path to the source file.
Definition at line 32 of file IkvmImporterExternalResourceItem.cs.
|
getset |
Path to the resource within the Java environment.
Definition at line 37 of file IkvmImporterExternalResourceItem.cs.