Skip to content

Commit

Permalink
update internalize description
Browse files Browse the repository at this point in the history
  • Loading branch information
vspanov committed Jan 9, 2020
1 parent 1697163 commit 70d3ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -40,7 +40,8 @@ Syntax: ILRepack.exe [options] /out:<path> <path_to_primary> [<other_assemblies>
- /targetplatform:P specify target platform (v1, v1.1, v2, v4 supported)
- /xmldocs merges XML documentation as well
- /lib:<path> adds the path to the search directories for referenced assemblies (can be specified multiple times)
- /internalize sets all types but the ones from the first assembly 'internal'
- /internalize[:<excludefile>] sets all types but the ones from the first assembly 'internal'. <excludefile> contains one regex per
line to compare against FullName of types NOT to internalize.
- /renameInternalized rename all internalized types
- /delaysign sets the key, but don't sign the assembly
- /usefullpublickeyforreferences - NOT IMPLEMENTED
Expand Down

0 comments on commit 70d3ed8

Please sign in to comment.