using
Microsoft.Win32; 
//
1.C#获取本地内网连接名
private
void
CreateList()
...
{
RegistryKey RegKey = Registry.LocalMachine;
本文介绍如何使用C#获取本地内网连接名和本机拨号连接名。通过遍历注册表键值,分别在`LocalMachine`和`CurrentUser`下查找相关键,提取出连接名称并添加到combobox中。
using
Microsoft.Win32; 
//
1.C#获取本地内网连接名
private
void
CreateList()
...
{
RegistryKey RegKey = Registry.LocalMachine;
被折叠的 条评论
为什么被折叠?