.net - How I can modify InternalsVisibleTo in assembly using Reflexii? -


i modify internalsvisibleto attribute value in assembly? in reflector see [assembly: internalsvisibleto(assemblyname)] don't see assemblyinfo.cs can modify. if possible i'd change assemblyname in attribute name of native assembly.

i think can't it. first value of attribute constant, couldn't changed via reflection. second cant change attributes of assembly.


Comments

Popular posts from this blog

c# - Can I intercept a SOAP response in .NET before a content type binding mismatch ProtocolException? -

python - Terminate a gnome-terminal opened with subprocess -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -