Table of Contents

Namespace Cuemon.Extensions.Reflection

Assembly: Cuemon.Extensions.Reflection.dll

The Cuemon.Extensions.Reflection namespace contains extension methods that complements the Cuemon.Reflection namespace while being an addition to the System.Reflection namespace.

Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0

Complements: Cuemon.Reflection namespace 📘

Extension Methods

Type Ext Methods
Assembly ⬇️ GetAssemblyVersion, GetFileVersion, GetProductVersion, IsDebugBuild
MemberInfo ⬇️ HasAttributes
PropertyInfo ⬇️ IsAutoProperty
Type ⬇️ GetAllProperties, GetAllFields, GetAllEvents, GetAllMethods, GetDerivedTypes, GetInheritedTypes, GetHierarchyTypes, GetEmbeddedResources, GetRuntimePropertiesExceptOf{T}, ToFullNameIncludingAssemblyName

Classes

AssemblyExtensions

Extension methods for the System.Reflection.Assembly class.

MemberInfoExtensions

Extension methods for the System.Reflection.MemberInfo.

PropertyInfoExtensions

Extension methods for the System.Reflection.PropertyInfo class.

TypeExtensions

Extension methods for the System.Type class.