You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ICSharpCode.ILSpyCmd/IlspyCmdProgram.cs
+79-9Lines changed: 79 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ class ILSpyCmdProgram
91
91
public(boolIsSet,stringValue)InputPDBFile{get;}
92
92
93
93
[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)]
[Option("--ilspy-settingsfile <path>","Path to an ILSpy settings file.",CommandOptionType.SingleValue)]
108
+
publicstringILSpySettingsFile{get;}
109
+
110
+
[Option("-ds|--decompiler-setting <name>=<value>","Set a decompiler setting. Use multiple times to set multiple settings.",CommandOptionType.MultipleValue)]
[Option("-r|--referencepath <path>","Path to a directory containing dependencies of the assembly that is being decompiled.",CommandOptionType.MultipleValue)]
0 commit comments