Creates a ChannelRegistrar baseed in the hive specified at the allChannelsRoot path provided
Syntax
Parameters
- rootHive
- One of the registry hives ex: Registry.CurrentUser
- allChannelsRoot
- The path to store the ex: @"Software\YourProduct\IpcChannels"
Example
Library/Library.Test/TestIpcChannel.cs
C# | Copy Code |
---|
_registrar = new IpcChannelRegistrar(Registry.CurrentUser, KeyPath); |
VB.NET | Copy Code |
---|
_registrar = New IpcChannelRegistrar(Registry.CurrentUser, KeyPath) |
Requirements
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
See Also