System.Runtime.InteropServices 4.3.0

前缀已保留

需要 NuGet 2.12 或更高版本。

dotnet add package System.Runtime.InteropServices --version 4.3.0                
NuGet\Install-Package System.Runtime.InteropServices -Version 4.3.0                
此命令打算在 Visual Studio 的包管理器控制台中使用,因为它使用 NuGet 模块的 Install-Package 版本。
<PackageReference Include="System.Runtime.InteropServices" Version="4.3.0" />                
对于支持 PackageReference 的项目,请将此 XML 节点复制到项目文件中以便引用包。
paket add System.Runtime.InteropServices --version 4.3.0                
#r "nuget: System.Runtime.InteropServices, 4.3.0"                
#r 指令可用于 F# Interactive 和 Polyglot Notebooks。请将此内容复制到交互式工具或脚本的源代码中以便引用包。
// Install System.Runtime.InteropServices as a Cake Addin
#addin nuget:?package=System.Runtime.InteropServices&version=4.3.0

// Install System.Runtime.InteropServices as a Cake Tool
#tool nuget:?package=System.Runtime.InteropServices&version=4.3.0                

提供支持 COM 互操作和平台调用的类型。

常用类型
System.Runtime.InteropServices.GCHandle
System.Runtime.InteropServices.GuidAttribute
System.Runtime.InteropServices.COMException
System.DllNotFoundException
System.Runtime.InteropServices.DllImportAttribute

当使用NuGet 3.x时,此包至少需要版本3.4。

产品 兼容和额外的计算目标框架版本。
.NET net5.0已计算。 net5.0-windows已计算。 net6.0已计算。 net6.0-android已计算。 net6.0-ios已计算。 net6.0-maccatalyst已计算。 net6.0-macos已计算。 net6.0-tvos已计算。 net6.0-windows已计算。 net7.0已计算。 net7.0-android已计算。 net7.0-ios已计算。 net7.0-maccatalyst已计算。 net7.0-macos已计算。 net7.0-tvos已计算。 net7.0-windows已计算。 net8.0已计算。 net8.0-android已计算。 net8.0-browser已计算。 net8.0-ios已计算。 net8.0-maccatalyst已计算。 net8.0-macos已计算。 net8.0-tvos已计算。 net8.0-windows已计算。
.NET Core netcoreapp1.0已计算。 netcoreapp1.1兼容。 netcoreapp2.0已计算。 netcoreapp2.1已计算。 netcoreapp2.2已计算。 netcoreapp3.0已计算。 netcoreapp3.1已计算。
.NET Standard netstandard1.1兼容。 netstandard1.2兼容。 netstandard1.3兼容。 netstandard1.4已计算。 netstandard1.5兼容。 netstandard1.6已计算。 netstandard2.0已计算。 netstandard2.1已计算。
.NET框架 net45兼容。 net451已计算。 net452已计算。 net46已计算。 net461已计算。 net462兼容。 net463兼容。 net47已计算。 net471已计算。 net472已计算。 net48已计算。 net481已计算。
MonoAndroid monoandroid已计算。 monoandroid10兼容。
MonoMac monomac已计算。
MonoTouch monotouch已计算。 monotouch10兼容。
Tizen tizen30已计算。 tizen40已计算。 tizen60已计算。
通用Windows平台 netcore50兼容。 uap已计算。 uap10.0已计算。
Windows Phone wpa81兼容。
Windows商店 netcore已计算。 netcore45已计算。 netcore451已计算。 win8兼容。
Xamarin.iOS xamarinios 已计算。 xamarinios10 是兼容的。
Xamarin.Mac xamarinmac 已计算。 xamarinmac20 是兼容的。
Xamarin.TVOS xamarintvos 已计算。 xamarintvos10 是兼容的。
Xamarin.WatchOS xamarinwatchos 已计算。 xamarinwatchos10 是兼容的。
兼容的目标框架
包含的目标框架(在包中)
了解更多关于 目标框架.NET Standard 的信息。

NuGet 包 (539)

显示依赖 System.Runtime.InteropServices 的前 5 个 NuGet 包

下载
System.Memory

提供用于有效表示和池化托管、堆栈和原生内存段及此类段序列的类型,以及用于解析和格式化存储在此类内存段中的 UTF-8 编码文本的原始类型。常用类型:System.Span System.ReadOnlySpan System.Memory System.ReadOnlyMemory System.Buffers.MemoryPool System.Buffers.ReadOnlySequence System.Buffers.Text.Utf8Parser System.Buffers.Text.Utf8Formatter 32b491939fbd125f304031c35038b1e14b4e3958 当使用 NuGet 3.x 时,此包至少需要版本 3.4。

System.Security.Principal.Windows

提供类,用于检索当前 Windows 用户并与 Windows 用户和组交互。常用类型:System.Security.Principal.WindowsIdentity System.Security.Principal.SecurityIdentifier System.Security.Principal.NTAccount System.Security.Principal.WindowsPrincipal System.Security.Principal.IdentityReference System.Security.Principal.IdentityNotMappedException System.Security.Principal.WindowsBuiltInRole System.Security.Principal.WellKnownSidType 当使用 NuGet 3.x 时,此包至少需要版本 3.4。

System.Security.Cryptography.Cng

提供加密算法实现和密钥管理,使用 Windows 加密技术下一代 API (CNG)。常用类型:System.Security.Cryptography.RSACng System.Security.Cryptography.ECDsaCng System.Security.Cryptography.CngKey 当使用 NuGet 3.x 版本时,本包至少需要 3.4 版本。

System.Reflection.Emit

提供类,允许编译器或工具生成元数据和可选地生成磁盘上的 PE 文件。这些类的主要客户端是脚本引擎和编译器。常用类型:System.Reflection.Emit.AssemblyBuilder System.Reflection.Emit.FieldBuilder System.Reflection.Emit.TypeBuilder System.Reflection.Emit.MethodBuilder System.Reflection.Emit.ConstructorBuilder System.Reflection.Emit.GenericTypeParameterBuilder System.Reflection.Emit.ModuleBuilder System.Reflection.Emit.PropertyBuilder System.Reflection.Emit.AssemblyBuilderAccess System.Reflection.Emit.EventBuilder 当使用 NuGet 3.x 版本时,本包至少需要 3.4 版本。

System.Net.Http

提供用于现代 HTTP 应用程序的编程接口,包括允许应用程序通过 HTTP 耗费网络服务的 HTTP 客户端组件,以及可用于客户端和服务器解析 HTTP 报头 HTTP 组件。常用类型:System.Net.Http.HttpResponseMessage System.Net.Http.DelegatingHandler System.Net.Http.HttpRequestException System.Net.Http.HttpClient System.Net.Http.MultipartContent System.Net.Http.Headers.HttpContentHeaders System.Net.Http.HttpClientHandler System.Net.Http.StreamContent System.Net.Http.FormUrlEncodedContent System.Net.Http.HttpMessageHandler 当使用 NuGet 3.x 版本时,本包至少需要 3.4 版本。

GitHub 仓库 (364)

显示 top 5 已经依赖 System.Runtime.InteropServices 的 GitHub 仓库

仓库 星标
ppy/osu
节拍就在一个点击之内!
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK,Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。C# 的微信 SDK。
reactiveui/ReactiveUI
一个高级、可组合、功能响应式模型-视图-视图模型框架,它为所有 .NET 平台提供灵感,受函数响应式编程的启发。ReactiveUI 允许您将可变状态从用户界面中抽象出来,将一个功能的概念在一个可读的位置表达出来,并提高您应用的测试性。
microsoft/ailab
体验、学习并使用微软 AI 的最新突破性创新。
AutoDarkMode/Windows-Auto-Night-Mode
自动在 Windows 10 和 Windows 11 的暗色和亮色主题之间切换
版本 下载 最后更新
4.3.0 1,244,092,123 11/15/2016
4.3.0-preview1-24530-04 681,615 10/24/2016
4.1.0 1,004,495,723 6/27/2016
4.1.0-rc2-24027 16,679,545 5/16/2016
4.0.21-beta-23516 495,017 11/18/2015
4.0.21-beta-23409 408,184 10/15/2015
4.0.21-beta-23225 289,624 9/2/2015
4.0.20 4,107,456 7/29/2015
4.0.20-beta-23109 175,004 7/27/2015
4.0.20-beta-23019 91,697 6/30/2015
4.0.20-beta-22816 83,097 4/24/2015
4.0.20-beta-22605 24,109 2/13/2015
4.0.20-beta-22416 14,371 1/16/2015
4.0.20-beta-22231 83,153 11/11/2014
4.0.10 243,790 7/29/2015
4.0.10-beta-23109 4,531 7/27/2015
4.0.10-beta-23019 5,327 6/30/2015
4.0.0 2,257,839 7/29/2015
4.0.0-beta-23109 97,447 7/27/2015
4.0.0-beta-23019 172,180 6/30/2015