|
|
|
@ -53,13 +53,13 @@ Remarks:
@@ -53,13 +53,13 @@ Remarks:
|
|
|
|
|
[Option("-usepdb", "Use PDB.", CommandOptionType.SingleOrNoValue)] |
|
|
|
|
public (bool IsSet, string Value) InputPDBFile { get; } |
|
|
|
|
|
|
|
|
|
[Option("-l|--list <entity-type(s)>", "Lists all entities of the specified type(s). Valid types: c(lass), i(interface), s(truct), d(elegate), e(num)", CommandOptionType.MultipleValue)] |
|
|
|
|
[Option("-l|--list <entity-type(s)>", "Lists all entities of the specified type(s). Valid types: c(lass), i(nterface), s(truct), d(elegate), e(num)", CommandOptionType.MultipleValue)] |
|
|
|
|
public string[] EntityTypes { get; } = new string[0]; |
|
|
|
|
|
|
|
|
|
[Option("-v|--version", "Show version of ICSharpCode.Decompiler used.", CommandOptionType.NoValue)] |
|
|
|
|
public bool ShowVersion { get; } |
|
|
|
|
|
|
|
|
|
[Option("-lv|--languageversion", "C# Language version: CSharp1, CSharp2, CSharp3, CSharp4, CSharp5, CSharp6, CSharp7_0, CSharp7_1, CSharp7_2, CSharp7_3, CSharp8_0 or Latest", CommandOptionType.SingleValue)] |
|
|
|
|
[Option("-lv|--languageversion <version>", "C# Language version: CSharp1, CSharp2, CSharp3, CSharp4, CSharp5, CSharp6, CSharp7_0, CSharp7_1, CSharp7_2, CSharp7_3, CSharp8_0 or Latest", CommandOptionType.SingleValue)] |
|
|
|
|
public LanguageVersion LanguageVersion { get; } = LanguageVersion.Latest; |
|
|
|
|
|
|
|
|
|
[DirectoryExists] |
|
|
|
|