2009年12月28日

Type Library Exporter (Tlbexp.exe)

摘要: Type Library Exporter (Tlbexp.exe)The Type Library Exporter generates a type library that describes the types defined in a common language runtime assembly.tlbexp assemblyName [/out:file] [/nologo] [/... 阅读全文

posted @ 2009-12-28 22:41 Acor 阅读(839) 评论(0) 推荐(1) 编辑

To consume a managed type from COM 之四 Deploying an Application for COM Access

摘要: Deploying an Application for COM Access .NETFrameworkDeveloper'sGuideDeploying an Application for COM AccessAssemblies can be private or shared. Private assemblies are available only to clients in the... 阅读全文

posted @ 2009-12-28 12:50 Acor 阅读(153) 评论(0) 推荐(0) 编辑

To consume a managed type from COM 之三 Calling a .NET Object

摘要: Calling a .NET Object .NETFrameworkDeveloper'sGuideCalling a .NET ObjectA COM client can create an instance of a public class in an assembly and call the public members of the class. The common langua... 阅读全文

posted @ 2009-12-28 12:34 Acor 阅读(155) 评论(0) 推荐(0) 编辑

To consume a managed type from COM 之二 Referencing .NET Types from COM

摘要: Referencing .NET Types from COM .NETFrameworkDeveloper'sGuideReferencing .NET Types from COMFrom the point of view of client and server code, the differences between COM and the .NET Framework are lar... 阅读全文

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

To consume a managed type from COM 之一 Register assemblies with COM

摘要: Registering Assemblies with COM .NETFrameworkDeveloper'sGuideRegistering Assemblies with COMYou can run a command-line tool called the Assembly Registration Tool (Regasm.exe) to register or unregister... 阅读全文

posted @ 2009-12-28 12:18 Acor 阅读(212) 评论(0) 推荐(0) 编辑

导航