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 阅读(297) 评论(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 阅读(148) 评论(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) 编辑

Type Library Importer (Tlbimp.exe)

摘要: Type Library Importer (Tlbimp.exe)The Type Library Importer converts the type definitions found within a COM type library into equivalent definitions in a common language runtime assembly. The output ... 阅读全文

posted @ 2009-12-23 14:27 Acor 阅读(831) 评论(0) 推荐(0) 编辑

Assembly Registration Tool (Regasm.exe)

摘要: Assembly Registration Tool (Regasm.exe)The Assembly Registration tool reads the metadata within an assembly and adds the necessary entries to the registry, which allows COM clients to create .NET Fram... 阅读全文

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

导航