![]() |
VOOZH | about |
dotnet add package MeshWeaver.Reflection --version 2.5.0
NuGet\Install-Package MeshWeaver.Reflection -Version 2.5.0
<PackageReference Include="MeshWeaver.Reflection" Version="2.5.0" />
<PackageVersion Include="MeshWeaver.Reflection" Version="2.5.0" />Directory.Packages.props
<PackageReference Include="MeshWeaver.Reflection" />Project file
paket add MeshWeaver.Reflection --version 2.5.0
#r "nuget: MeshWeaver.Reflection, 2.5.0"
#:package MeshWeaver.Reflection@2.5.0
#addin nuget:?package=MeshWeaver.Reflection&version=2.5.0Install as a Cake Addin
#tool nuget:?package=MeshWeaver.Reflection&version=2.5.0Install as a Cake Tool
MeshWeaver.Reflection provides a collection of extension methods and utilities to simplify common reflection tasks in C#. This library extends the standard reflection capabilities with convenient helper methods and performance optimizations.
// Check if type is anonymous
bool isAnonymous = type.IsAnonymous();
// Get all string constants from a type
var constants = type.GetStringConstants();
// Check if property overrides base class
bool isOverride = propertyInfo.IsOverride();
// Get custom attributes with inheritance
var attributes = memberInfo.GetCustomAttributesInherited<T>();
The library is used throughout the MeshWeaver ecosystem to provide efficient reflection capabilities where needed.
Refer to the for more information about the overall project architecture.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on MeshWeaver.Reflection:
| Package | Downloads |
|---|---|
|
MeshWeaver.Messaging.Hub
Package Description |
|
|
MeshWeaver.DataSetReader.Csv
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.0-preview1 | 281 | 4/16/2026 |
| 2.5.0 | 630 | 11/3/2025 |
| 2.4.0 | 604 | 10/2/2025 |
| 2.3.0 | 575 | 8/4/2025 |
| 2.2.0 | 869 | 7/21/2025 |
| 2.1.0 | 512 | 4/6/2025 |
| 2.0.3 | 836 | 3/24/2025 |
| 2.0.2 | 832 | 3/24/2025 |
| 2.0.1 | 483 | 3/21/2025 |
| 2.0.0 | 502 | 3/20/2025 |
| 2.0.0-preview3 | 439 | 2/28/2025 |
| 2.0.0-Preview2 | 528 | 2/10/2025 |
| 2.0.0-preview1 | 518 | 1/6/2025 |
| 1.0.1 | 511 | 10/8/2024 |
| 1.0.0 | 479 | 10/8/2024 |