dot.NET.Framework.Essentials.1002003,.3Ed [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

dot.NET.Framework.Essentials.1002003,.3Ed [Electronic resources] - نسخه متنی

Hoang Lam; Thuan L. Thai

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید










D.4 MSIL Disassembler (ildasm.exe)


This tool extracts the MSIL code
from a PE file targeted for .NET Framework. The general syntax for
this tool is:

Ildasm [options] PEFilename

Table D-4 shows some of the common uses of the
disassembler.

Table D-4. Disassembler common uses

Option


Description


/linenum


This includes references to original source lines.


/output=filename


The output goes to a file instead of in a GUI dialog box.


/source


This shows original source lines as comments.


/text


The output goes in a console window.


/tokens


This shows metadata tokens of classes and members.


/ 121