MeshWeaver.Reflection 2.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package MeshWeaver.Reflection --version 2.0.2
                    
NuGet\Install-Package MeshWeaver.Reflection -Version 2.0.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="MeshWeaver.Reflection" Version="2.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MeshWeaver.Reflection" Version="2.0.2" />
                    
Directory.Packages.props
<PackageReference Include="MeshWeaver.Reflection" />
                    
Project file
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 MeshWeaver.Reflection --version 2.0.2
                    
#r "nuget: MeshWeaver.Reflection, 2.0.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.
#addin nuget:?package=MeshWeaver.Reflection&version=2.0.2
                    
Install MeshWeaver.Reflection as a Cake Addin
#tool nuget:?package=MeshWeaver.Reflection&version=2.0.2
                    
Install MeshWeaver.Reflection as a Cake Tool

MeshWeaver.Reflection

Overview

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.

Features

Type Extensions

  • Anonymous type detection
  • Nullable type handling
  • Type inheritance and interface inspection
  • Attribute handling
  • Property and method reflection helpers

Member Info Extensions

  • Attribute inspection and caching
  • Property override detection
  • Virtual property analysis
  • Interface declaration inspection

Reflection Helpers

  • Property accessor detection
  • Constant value extraction
  • Generic type constraint validation
  • Type signature analysis

Performance Optimizations

  • Cached attribute lookups
  • Optimized type comparisons
  • Efficient member access

Usage Examples

// 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>();

Integration

The library is used throughout the MeshWeaver ecosystem to provide efficient reflection capabilities where needed.

See Also

Refer to the main MeshWeaver documentation for more information about the overall project architecture.

Product Compatible and additional computed target framework versions.
.NET 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on MeshWeaver.Reflection:

Package Downloads
MeshWeaver.Messaging.Hub

Package Description

MeshWeaver.Arithmetics

Package Description

MeshWeaver.DataCubes

Package Description

MeshWeaver.DataSetReader.Csv

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.3 579 10 days ago
2.0.2 554 10 days ago
2.0.1 211 13 days ago
2.0.0 248 14 days ago
2.0.0-preview3 200 a month ago
2.0.0-Preview2 256 2 months ago
2.0.0-preview1 246 3 months ago
1.0.1 285 6 months ago
1.0.0 274 6 months ago