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 9, .NET 8 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 Assembly class.
MemberInfoExtensions
Extension methods for the MemberInfo.
PropertyInfoExtensions
Extension methods for the PropertyInfo class.
TypeExtensions
Extension methods for the Type class.