CSharpTest.Net
IpcChannelRegistrar Class
Members  Example  See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.IpcChannel Namespace : IpcChannelRegistrar Class

Glossary Item Box

Provides a default implementation of the channel registrar usuing the system registry as the storage facility.

Syntax

Visual Basic (Declaration) 
Public Class IpcChannelRegistrar 
   Implements IIpcChannelRegistrar 
C# 
public class IpcChannelRegistrar : IIpcChannelRegistrar  

Example

Library/Library.Test/TestIpcChannel.cs

C#Copy Code
_registrar = new IpcChannelRegistrar(Registry.CurrentUser, KeyPath);
VB.NETCopy Code
_registrar = New IpcChannelRegistrar(Registry.CurrentUser, KeyPath)

Inheritance Hierarchy

System.Object
   CSharpTest.Net.IpcChannel.IpcChannelRegistrar

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys