Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Is there a command line to stop the ILDASM from breaking strings in the output on about 80 columns i.e. getting :

IL_002b:  ldstr      "some really long string"


instead of this :
    IL_002b:  ldstr      "some really"    
+ " long string"
Posted
Updated 23-Nov-11 22:47pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900