From 70d3ed881b68620b9325501b3c721520e321798b Mon Sep 17 00:00:00 2001 From: Vasiliy Panov Date: Thu, 9 Jan 2020 23:31:33 +0500 Subject: [PATCH] update internalize description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42c1c233..506cabaa 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,8 @@ Syntax: ILRepack.exe [options] /out: [ - /targetplatform:P specify target platform (v1, v1.1, v2, v4 supported) - /xmldocs merges XML documentation as well - /lib: 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[:] sets all types but the ones from the first assembly 'internal'. 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