Viewing Attributes with the MSIL Disassembler

Team-Fly    

 
Visual Basic .NET Unleashed
By Paul Kimmel
Table of Contents
Chapter 12.  Defining Attributes

Viewing Attributes with the MSIL Disassembler

The MSIL Disassembler is an application that ships with the Framework SDK. The application name is ildasm.exe. By default this application is installed when you install the .NET framework into the \Program Files\Microsoft.NET\FrameworkSDK\Bin directory.

The ildasm.exe utility allows you to view an assembly's manifest and IL information. Part of this information is the attribute information applied to entities. Refer to Figure 12.2 for an example showing the ConditionalAttribute emitted to IL.


Team-Fly    
Top
 


Visual BasicR. NET Unleashed
Visual BasicR. NET Unleashed
ISBN: N/A
EAN: N/A
Year: 2001
Pages: 222

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net