NXDO.Data.Reflection
4.4.689.2
.NET 6.0
This package targets .NET 6.0. The package is compatible with this framework or higher.
.NET Standard 2.0
This package targets .NET Standard 2.0. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
dotnet add package NXDO.Data.Reflection --version 4.4.689.2
NuGet\Install-Package NXDO.Data.Reflection -Version 4.4.689.2
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="NXDO.Data.Reflection" Version="4.4.689.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NXDO.Data.Reflection" Version="4.4.689.2" />
<PackageReference Include="NXDO.Data.Reflection" />
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 NXDO.Data.Reflection --version 4.4.689.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NXDO.Data.Reflection, 4.4.689.2"
#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 NXDO.Data.Reflection@4.4.689.2
#: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=NXDO.Data.Reflection&version=4.4.689.2
#tool nuget:?package=NXDO.Data.Reflection&version=4.4.689.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
简述
高效反射器
示例
简单示例
//有一个类,A.ATest 在Test.dll, A为命名空间,ATest为类名,在Test.dll中
var typeName = "A.ATest,Test"; //可以指定版本
var type = NXDO.Data.Reflection.AssemblyHelper.GetType(typeName);
var obj = Activator.CreateInstance(type);
//using NXDO.Data.Extension; //扩展方法
//NXDO.Data.Extension.TypeHelperExtensions //查看其他支持的操作方法
ITypeHelper th = type.GetTypeHelper(); //扩展方法
th.其他方法...
type.CreateInstanceEx(); //扩展方法
...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 is compatible. 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 is compatible. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. 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.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net6.0
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NXDO.Data.Reflection:
Package | Downloads |
---|---|
NXDO.WebAPI.ZhuBird
朱雀,亦称朱鸟,形体似凤凰,古代神话中的南方之神。Rosefinch, also known as "Zhu bird" physical may Phoenix, the ancient Chinese myth of the God of the South. |
|
NXDO.Data
AnyDB Lazy<Model> & Linq |
|
NXDO.WebAPI
NCore WebHost MicroServices & WebApi & WebVUE |
|
NXDO.gRPC
NXDO.gRPC whitout proto file for Grpc.AspNetCore |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
4.4.689.2 | 120 | 7/5/2025 |
4.4.689.1 | 219 | 12/8/2024 |
4.4.689 | 260 | 11/16/2024 |
4.3.68.4 | 282 | 11/1/2024 |
4.3.68.3 | 254 | 1/18/2024 |
4.3.68.2 | 174 | 1/7/2024 |
4.2.6080.2 | 299 | 12/21/2023 |
4.2.6080.1 | 200 | 12/19/2023 |
代码层:兼容(命名)程序集的装载; 支持Framework4.7.2,Standard2.1 for NXDO.gRPC