Options passed to the exporter.
More...
|
| string | Output [get, set] |
| | Output JAR file.
|
| |
| List< string > | References = [] [get] |
| | Assembly references.
|
| |
| List< string > | Libraries = [] [get] |
| | Path to directories to search for assembly references.
|
| |
| List< string > | Namespaces = [] [get] |
| | Set of namespaces to export.
|
| |
| bool | Shared [get, set] |
| | Are we doing a shared export.
|
| |
| bool | NoStdLib [get, set] |
| | Whether to include the standard library references.
|
| |
| bool | Forwarders [get, set] |
| | Whether to include forwarder types.
|
| |
| bool | IncludeParameterNames [get, set] |
| | Whether to export parameter names.
|
| |
| bool | IncludeNonPublicTypes [get, set] |
| | Whehter to export non-public types.
|
| |
| bool | IncludeNonPublicInterfaces [get, set] |
| | Whether to export non-public interface implementations.
|
| |
| bool | IncludeNonPublicMembers [get, set] |
| | Whether to export non-public members.
|
| |
| bool | SerialVersionUID [get, set] |
| | Whether to export serialVersionUID fields.
|
| |
| bool | ContinueOnError [get, set] |
| | Whether to continue execution on error.
|
| |
| bool | Bootstrap [get, set] |
| | Whether we are to run in bootstrap mode.
|
| |
| string | Assembly [get, set] |
| | Paths to assembly to export.
|
| |
Options passed to the exporter.
Definition at line 9 of file ExportOptions.cs.
◆ Assembly
| string IKVM.Tools.Exporter.ExportOptions.Assembly |
|
getset |
◆ Bootstrap
| bool IKVM.Tools.Exporter.ExportOptions.Bootstrap |
|
getset |
◆ ContinueOnError
| bool IKVM.Tools.Exporter.ExportOptions.ContinueOnError |
|
getset |
◆ Forwarders
| bool IKVM.Tools.Exporter.ExportOptions.Forwarders |
|
getset |
◆ IncludeNonPublicInterfaces
| bool IKVM.Tools.Exporter.ExportOptions.IncludeNonPublicInterfaces |
|
getset |
Whether to export non-public interface implementations.
Definition at line 60 of file ExportOptions.cs.
◆ IncludeNonPublicMembers
| bool IKVM.Tools.Exporter.ExportOptions.IncludeNonPublicMembers |
|
getset |
◆ IncludeNonPublicTypes
| bool IKVM.Tools.Exporter.ExportOptions.IncludeNonPublicTypes |
|
getset |
◆ IncludeParameterNames
| bool IKVM.Tools.Exporter.ExportOptions.IncludeParameterNames |
|
getset |
◆ Libraries
| List<string> IKVM.Tools.Exporter.ExportOptions.Libraries = [] |
|
get |
Path to directories to search for assembly references.
Definition at line 25 of file ExportOptions.cs.
◆ Namespaces
| List<string> IKVM.Tools.Exporter.ExportOptions.Namespaces = [] |
|
get |
◆ NoStdLib
| bool IKVM.Tools.Exporter.ExportOptions.NoStdLib |
|
getset |
Whether to include the standard library references.
Definition at line 40 of file ExportOptions.cs.
◆ Output
| string IKVM.Tools.Exporter.ExportOptions.Output |
|
getset |
◆ References
| List<string> IKVM.Tools.Exporter.ExportOptions.References = [] |
|
get |
◆ SerialVersionUID
| bool IKVM.Tools.Exporter.ExportOptions.SerialVersionUID |
|
getset |
Whether to export serialVersionUID fields.
Definition at line 70 of file ExportOptions.cs.
◆ Shared
| bool IKVM.Tools.Exporter.ExportOptions.Shared |
|
getset |
The documentation for this class was generated from the following file: