text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Add using declarations Allow field initializers Always generate exception variables in catch blocks unless type is Object Decompilation order Decompile anonymous methods/lambdas Decompile async methods (async/await) Decompile automatic events Decompile automatic properties Decompile enumerators (yield return) Decompile expression trees Decompile foreach statements Decompile lock statements Decompile query expressions Decompile switch on string Decompile using statements Add namespaces to all types Add a namespace to types with the same name Hexadecimal numbers Use increment and decrement operators Use assignment expressions such as in while ((count = Do()) != 0) ; Max number of array elements to show Max string length Add 'private' modifier to type members Decompile object or collection initializers Show one custom attribute per line Remove empty default constructors Replace 'new delegate-class(xxx)' with 'xxx' Show hidden compiler generated types and methods Show IL opcode comments Show IL instruction bytes Show line numbers and filenames if available Show tokens, RVAs and file offsets Show XML documentation in decompiled code Sort custom attributes Sort methods, fields, properties, events and types Place 'System' directives first when sorting usings Add 'internal' modifier to types Use variable names from debug symbols, if available Order members in source code order