Options passed to the exporter.
More...
|
| FileInfo | Output [get, set] |
| | Output JAR file.
|
| |
| FileInfo[] | References = [] [get, set] |
| | Assembly references.
|
| |
| DirectoryInfo[] | Libraries = [] [get, set] |
| | Path to directories to search for assembly references.
|
| |
| string[] | Namespaces = [] [get, set] |
| | 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.
|
| |
| FileInfo | Assembly [get, set] |
| | Paths to assembly to export.
|
| |
| string | Log [get, set] |
| | Gets the various logging configurations.
|
| |
Options passed to the exporter.
Definition at line 11 of file ExportCommandOptions.cs.
◆ Assembly
| FileInfo IKVM.Tools.Exporter.ExportCommandOptions.Assembly |
|
getset |
◆ Bootstrap
| bool IKVM.Tools.Exporter.ExportCommandOptions.Bootstrap |
|
getset |
◆ ContinueOnError
| bool IKVM.Tools.Exporter.ExportCommandOptions.ContinueOnError |
|
getset |
◆ Forwarders
| bool IKVM.Tools.Exporter.ExportCommandOptions.Forwarders |
|
getset |
◆ IncludeNonPublicInterfaces
| bool IKVM.Tools.Exporter.ExportCommandOptions.IncludeNonPublicInterfaces |
|
getset |
◆ IncludeNonPublicMembers
| bool IKVM.Tools.Exporter.ExportCommandOptions.IncludeNonPublicMembers |
|
getset |
◆ IncludeNonPublicTypes
| bool IKVM.Tools.Exporter.ExportCommandOptions.IncludeNonPublicTypes |
|
getset |
◆ IncludeParameterNames
| bool IKVM.Tools.Exporter.ExportCommandOptions.IncludeParameterNames |
|
getset |
◆ Libraries
| DirectoryInfo [] IKVM.Tools.Exporter.ExportCommandOptions.Libraries = [] |
|
getset |
◆ Log
| string IKVM.Tools.Exporter.ExportCommandOptions.Log |
|
getset |
◆ Namespaces
| string [] IKVM.Tools.Exporter.ExportCommandOptions.Namespaces = [] |
|
getset |
◆ NoStdLib
| bool IKVM.Tools.Exporter.ExportCommandOptions.NoStdLib |
|
getset |
◆ Output
| FileInfo IKVM.Tools.Exporter.ExportCommandOptions.Output |
|
getset |
◆ References
| FileInfo [] IKVM.Tools.Exporter.ExportCommandOptions.References = [] |
|
getset |
◆ SerialVersionUID
| bool IKVM.Tools.Exporter.ExportCommandOptions.SerialVersionUID |
|
getset |
◆ Shared
| bool IKVM.Tools.Exporter.ExportCommandOptions.Shared |
|
getset |
The documentation for this class was generated from the following file: