4using System.Collections.Generic;
5using System.Collections.Immutable;
19 public FileInfo[]
Inputs {
get;
set; } = [];
24 public FileInfo?
Output {
get;
set; }
54 public string?
Key {
get;
set; }
69 public string[]
Recurse {
get;
set; } = [];
94 public IReadOnlyDictionary<string, FileInfo> Resources {
get;
set; } = ImmutableDictionary<string, FileInfo>.Empty;
99 public IReadOnlyDictionary<string, FileInfo>
ExternalResources {
get;
set; } = ImmutableDictionary<string, FileInfo>.Empty;
124 public bool NoJNI {
get;
set; } =
false;
161 public string?
Main {
get;
set; }
173 public IReadOnlyDictionary<string, string>
Properties {
get;
set; } = ImmutableDictionary<string, string>.Empty;
209 public bool Static {
get;
set; } =
false;
217 public FileInfo?
Remap {
get;
set; }
219 public bool Time {
get;
set; } =
false;
237 public string?
Log {
get;
set; }
264 object ICloneable.Clone()
IKVM.Reflection.AssemblyName AssemblyName