Visual Basic (Declaration) | |
---|---|
Public Class IpcChannelRegistrar Implements IIpcChannelRegistrar |
C# | |
---|---|
public class IpcChannelRegistrar : IIpcChannelRegistrar |
Library/Library.Test/TestIpcChannel.cs
C# | Copy Code |
---|---|
_registrar = new IpcChannelRegistrar(Registry.CurrentUser, KeyPath); |
VB.NET | Copy Code |
---|---|
_registrar = New IpcChannelRegistrar(Registry.CurrentUser, KeyPath) |
System.Object
CSharpTest.Net.IpcChannel.IpcChannelRegistrar
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7