Skip to Content
.NET Windows® Forms Custom Controls
book

.NET Windows® Forms Custom Controls

by Richard Weeks
January 2002
Intermediate to advanced
288 pages
5h 48m
English
Sams
Content preview from .NET Windows® Forms Custom Controls

Control Internals

The .NET SDK ships with the tool ILDASM (IL Disassembler). ILis the Intermediate Language to which all .NET languages are compiled. By now, most of you are probably familiar with this tool. ILDASM displays the contents of a managed assembly, including the manifest, value types, interfaces, classes, enums, and delegates. In addition, ILDASM displays the IL code for all class methods and properties. This IL code is fairly readable and can be translated into C# with little effort. Producing the exact original C# code should not be expected because IL is not a one-to-one mapping tool as far as code is concerned.

Examples are often the best way to learn a new task, and with ILDASM you essentially have a huge set of examples just ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Pro .NET 5 Custom Libraries: Implementing Custom .NET Data Types

Pro .NET 5 Custom Libraries: Implementing Custom .NET Data Types

Roger Villela
Professional C# 5.0 and .NET 4.5.1

Professional C# 5.0 and .NET 4.5.1

Christian Nagel, Jay Glynn, Morgan Skinner

Publisher Resources

ISBN: 0672323338Purchase book