Jc.IP
1.0.4
dotnet add package Jc.IP --version 1.0.4
NuGet\Install-Package Jc.IP -Version 1.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jc.IP" Version="1.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Jc.IP" Version="1.0.4" />
<PackageReference Include="Jc.IP" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Jc.IP --version 1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Jc.IP, 1.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Jc.IP@1.0.4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Jc.IP&version=1.0.4
#tool nuget:?package=Jc.IP&version=1.0.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Jc.IP
获取网卡信息
/// <summary>
/// 获取网卡信息
/// </summary>
public static List<AdapterInfo> GetAdapters()
获取IP地址列表
/// <summary>
/// 获取IP地址信息
/// </summary>
/// <param name="family">寻址方案(https://docs.microsoft.com/zh-cn/dotnet/api/system.net.sockets.addressfamily?view=net-6.0)</param>
/// <param name="containLoop">是否包含回环地址</param>
/// <returns></returns>
public static List<IpInfo> GetLocalIp(AddressFamily? family=AddressFamily.InterNetwork, bool containLoop = false)
设置CentosIP
/// <summary>
/// 设置Centos的IP信息
/// </summary>
/// <param name="networkInterfaceName">网卡名称</param>
/// <param name="bootproto">网络模式(static|dhcp)</param>
/// <param name="ip">ip地址</param>
/// <param name="mask">子网掩码</param>
/// <param name="gateway">网关</param>
/// <param name="dns1">dns1</param>
/// <returns></returns>
/// <exception cref="Exception"></exception>
public static bool SetCentos(
string networkInterfaceName,
string bootproto,
string ip,
string mask,
string gateway,
string dns1)
设置WindowsIP
/// <summary>
/// 设置Windows的IP信息
/// </summary>
/// <param name="networkInterfaceName"></param>
/// <param name="bootproto"></param>
/// <param name="ip"></param>
/// <param name="mask"></param>
/// <param name="gateway"></param>
/// <param name="dns1">dns1</param>
/// <returns></returns>
public static bool SetWindows(
string networkInterfaceName,
string bootproto,
string ip,
string mask,
string gateway,
string dns1)
将整数转换为IPv4地址的方法
/// <summary>
/// 将整数转换为IPv4地址的方法
/// </summary>
/// <param name="ipAddress"></param>
/// <returns></returns>
public static string IntToIPv4(uint ipAddress)
将IP转成int
/// <summary>
/// 将IP转成int
/// </summary>
/// <param name="ipAddress"></param>
/// <returns></returns>
public static uint IPv4ToInt(string ipAddress)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Jc.INI (>= 1.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Jc.IP:
| Package | Downloads |
|---|---|
|
YTKTestToolExt
益体康测试工程文件生成插件 |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.4 | 264 | 10/12/2024 |
| 1.0.3 | 252 | 10/12/2024 |
| 1.0.2-preview2 | 356 | 4/8/2022 |
| 1.0.2-preview | 349 | 4/7/2022 |
| 1.0.1 | 812 | 4/6/2022 |
| 1.0.1-preview.1.0.1 | 290 | 4/7/2022 |