上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页

2010年1月5日

.NET Remoting Architecture

摘要: .NET Remoting ArchitectureThe .NET remoting infrastructure is an abstract approach to interprocess communication. Much of the system functions without drawing attention to itself. For example, objects... 阅读全文

posted @ 2010-01-05 15:17 Acor 阅读(164) 评论(0) 推荐(0) 编辑

2010年1月4日

Building a Basic .NET Remoting Application 之五 Basic Remoting Task List

摘要: .NET remoting is one of several ways to establish communication between application domains using the .NET Framework. You must decide which features your application requires and consider the resource... 阅读全文

posted @ 2010-01-04 16:33 Acor 阅读(151) 评论(0) 推荐(0) 编辑

Building a Basic .NET Remoting Application 之四 Compiling and Running the Basic Application

摘要: Compiling and Running the Basic ApplicationTo use the command-line tools that ship with the .NET Framework SDK to compile the basic remoting application built in the topics Building a Remotable Type, ... 阅读全文

posted @ 2010-01-04 16:18 Acor 阅读(186) 评论(0) 推荐(0) 编辑

Activation URLs

摘要: Activation URLsServer-activated objects that are published at a URL outside the application domain are called well-known types. Therefore, the URL is called the well-known object URL. The form of a we... 阅读全文

posted @ 2010-01-04 15:57 Acor 阅读(216) 评论(0) 推荐(0) 编辑

Building a Basic .NET Remoting Application 之三 Building a Client Application

摘要: Building a Client ApplicationTo build a client of the remote type defined in Building a Remotable Type and hosted by the application created in Building a Host Application, your application must regis... 阅读全文

posted @ 2010-01-04 15:33 Acor 阅读(213) 评论(0) 推荐(0) 编辑

Building a Basic .NET Remoting Application 之二 Building a Host Application

摘要: Building a Host ApplicationBy itself, the RemotableType class defined in the Building a Remotable Type topic is not special. To enable objects in other application domains to create instances of this ... 阅读全文

posted @ 2010-01-04 15:14 Acor 阅读(299) 评论(0) 推荐(0) 编辑

Building a Basic .NET Remoting Application 之一 Building a Remotable Type

摘要: To enable objects in other application domains to use an instance of your class, your class must inherit from MarshalByRefObject. The following code example shows a simple object that can be created a... 阅读全文

posted @ 2010-01-04 14:54 Acor 阅读(122) 评论(0) 推荐(0) 编辑

Building a Basic .NET Remoting Application

摘要: Building a Basic .NET Remoting ApplicationBuilding an application that uses .NET remoting to communicate across application domain boundaries is very straightforward. You must have an implementation o... 阅读全文

posted @ 2010-01-04 14:47 Acor 阅读(177) 评论(0) 推荐(0) 编辑

Runtime Hosts

摘要: Runtime HostsThe common language runtime has been designed to support a variety of different types of applications, from Web server applications to applications with a traditional rich Windows user in... 阅读全文

posted @ 2010-01-04 11:18 Acor 阅读(214) 评论(0) 推荐(0) 编辑

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 阅读(832) 评论(0) 推荐(1) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页

导航