2009年12月26日

Assembly and Type Library Identities

摘要: Exported Assembly ConversionAny tool or API that exports an assembly to a type library must convert the outermost level of a managed assembly first. The process converts each individual assembly into ... 阅读全文

posted @ 2009-12-26 13:53 Acor 阅读(323) 评论(0) 推荐(0) 编辑

Assembly to Type Library

摘要: Assembly to Type Library Conversion SummaryAssemblies provide the common language runtime with the information it needs to be aware of type implementations. Type libraries do the same for COM types. C... 阅读全文

posted @ 2009-12-26 12:08 Acor 阅读(163) 评论(0) 推荐(0) 编辑

2009年12月25日

小鱼点评

摘要: 李彦宏:帅,创新;王石:勇于挑战;他可以放下万科,把自己的生活也打理得很好,平衡能力。史玉柱:永不言败,不买账;曾经欠了一屁股债,被追得到处跑。 阅读全文

posted @ 2009-12-25 23:30 Acor 阅读(159) 评论(0) 推荐(0) 编辑

2009年12月23日

Exposing COM Components to the .NET Framework之四Deploy an interop application

摘要: Deploying an Interop ApplicationAn interop application typically includes a .NET client assembly, one or more interop assemblies representing distinct COM type libraries, and one or more registered CO... 阅读全文

posted @ 2009-12-23 22:21 Acor 阅读(177) 评论(0) 推荐(0) 编辑

Exposing COM Components to the .NET Framework之三Compile an interop project

摘要: Compiling an Interop ProjectCOM interop projects that reference one or more assemblies containing imported COM types are compiled like any other managed project. You can reference interop assemblies i... 阅读全文

posted @ 2009-12-23 22:08 Acor 阅读(151) 评论(0) 推荐(0) 编辑

Exposing COM Components to the .NET Framework之二Create COM types in managed Code.

摘要: Using COM Types in Managed CodeCOM types defined in an assembly are like any other managed type. Managed clients can create a new instance of a COM type in the usual way and obtain class information t... 阅读全文

posted @ 2009-12-23 22:03 Acor 阅读(129) 评论(0) 推荐(0) 编辑

Exposing COM Components to the .NET Framework之一Import a type library as an assembly.

摘要: Importing a Type Library as an AssemblyCOM type definitions usually reside in a type library. In contrast, CLS-compliant compilers produce type metadata in an assembly. The two sources of type informa... 阅读全文

posted @ 2009-12-23 21:56 Acor 阅读(295) 评论(0) 推荐(0) 编辑

Exposing COM Components to the .NET Framework

摘要: To expose COM components to the .NET Framework Import a type library as an assembly. The common language runtime requires metadata for all types, including COM types. There are several ways to obtain ... 阅读全文

posted @ 2009-12-23 21:52 Acor 阅读(147) 评论(0) 推荐(0) 编辑

Global Assembly Cache Tool (Gacutil.exe)

摘要: Global Assembly Cache Tool (Gacutil.exe)The Global Assembly Cache tool allows you to view and manipulate the contents of the global assembly cache and download cache.ExamplesThe following command inst... 阅读全文

posted @ 2009-12-23 18:43 Acor 阅读(318) 评论(0) 推荐(0) 编辑

Global Assembly Cache Tool (Gacutil.exe)

摘要: Global Assembly Cache Tool (Gacutil.exe)The Global Assembly Cache tool allows you to view and manipulate the contents of the global assembly cache and download cache.ExamplesThe following command inst... 阅读全文

posted @ 2009-12-23 18:43 Acor 阅读(514) 评论(0) 推荐(0) 编辑

导航