午夜伦理在线-午夜伦理在线观看-午夜毛片免费看-午夜美女久久久久爽久久-午夜免费

以文本方式查看主題

-  曙海教育集團論壇  (http://www.brpp.cn/bbs/index.asp)
--  Microsoft.NET Framework  (http://www.brpp.cn/bbs/list.asp?boardid=68)
----  Applied Microsoft Net Framework Programming讀書筆記  (http://www.brpp.cn/bbs/dispbbs.asp?boardid=68&id=2539)

--  作者:wangxinxin
--  發布時間:2010-12-13 14:27:37
--  Applied Microsoft Net Framework Programming讀書筆記

開始讀Jeffrey Richter的Applied Microsoft Net Framework Programming,將自己的理解記錄下來增加理解。

已經讀到第二章了,就從第二章開始記吧!

Chapter 2: Building, Packaging, Deploying, and Administering Applications and Types

DOT NET Framework Deployment Goals

Previous Windows Pragram have three question:

 1 DLL hell cause application  unstale

2 Customers are diffuclt to manage installing application.

3 Security problem.Customers didn\'t know what the application have do.

Building Types into a Module

MSCorLib.dll is a special file in that it contains all the core types, such as bytes, integers,
characters, strings, and so on. In fact, these types are so frequently used that the C# compiler
automatically references this assembly.

A managed PE file has four main parts: the PE header, the CLR header, the metadata, and the intermediate language (IL).

 The PE header is the standard information that Windows expects.

CLR header was defined as struct the IMAGE_COR20_HEADER(We can find the definition from the the CorHdr.h header file.

typedef struct IMAGE_COR20_HEADER
{
    // Header versioning
    ULONG                   cb;             
    USHORT                  MajorRuntimeVersion;
    USHORT                  MinorRuntimeVersion;
   
    // Symbol table and startup information
    IMAGE_DATA_DIRECTORY    MetaData;       
    ULONG                   Flags;          
    ULONG                   EntryPointToken;
   
    // Binding information
    IMAGE_DATA_DIRECTORY    Resources;
    IMAGE_DATA_DIRECTORY    StrongNameSignature;

    // Regular fixup and binding information
    IMAGE_DATA_DIRECTORY    CodeManagerTable;
    IMAGE_DATA_DIRECTORY    VTableFixups;
    IMAGE_DATA_DIRECTORY    ExportAddressTableJumps;

    // Precompiled image info (internal use only - set to zero)
    IMAGE_DATA_DIRECTORY    ManagedNativeHeader;
   
} IMAGE_COR20_HEADER;

The metadata is a block of binary data that consists of several tables. There are three categories of
tables: definition tables, reference tables, and manifest tables.

Combining  Modules to form an assembly

An assembly is a collection of one or more files containing type definitions and resource files,the following characteristics of assembly should be remembered:

An assembly defines the reusable types

An assembly is marked with a version number

An assembly can have secuity information associated with it


主站蜘蛛池模板: 香蕉影视在线观看 | 国产a毛片高清视 | 在线免费国产视频 | 尤物网站在线观看 | 欧美高清色视频在线播放 | 亚洲邪恶天堂影院在线观看 | 青青操青青操 | 久久精品中文字幕有码日本 | 国产成人精品免费视频动漫 | 美女拍拍拍无遮挡 | 亚洲色图1 | 日韩欧美一区二区三区在线观看 | 欧美日韩中文亚洲v在线综合 | 香蕉tv亚洲专区在线观看 | 精品国产人成亚洲区 | 又粗又大又爽 真人一级毛片 | 黄色一级片中国 | 日韩一级在线 | 婷婷色在线观看 | 国产破处在线视频 | 国产伦精品一区二区三区 | 最近最新中文字幕在线第一页 | 亚洲欧美一区在线 | aⅴ在线免费观看 | 国内精自品线一区91 | 久久精品日本免费线 | 亚洲精品国产第一区二区三区 | 欧美片欧美日韩国产综合片 | 三级毛片网站 | 中文字幕日本不卡一二三区 | 国产成人精品日本亚洲直接 | 久草在线视频精品 | 九色国产在视频线精品视频 | 亚洲国产高清美女在线观看 | 中文字幕亚洲综合久久 | 国产一区二区三区免费在线视频 | 中文字幕亚洲精品第一区 | 美国一级大黄大色毛片视频一 | 久久久久精彩视频 | 欧美日韩亚洲国内综合网俺 | 亚洲天堂精品视频 |