Namespace Cuemon.Reflection
Assembly: Cuemon.Core.dll
Classes
ActivatorUtility
Provide ways to work more efficient with System.Activator related tasks.
AssemblyUtility
This utility class is designed to make common System.Reflection.Assembly related operations easier to work with.
AssemblyUtilityExtensions
This is an extension implementation of the most common methods on the AssemblyUtility class.
MemberInfoExtensions
Extension methods for the System.Reflection.MemberInfo.
MethodBaseConverter
This utility class is designed to make System.Reflection.MethodBase related conversions easier to work with.
MethodBaseConverterExtensions
This is an extension implementation of the MethodBaseConverter class.
MethodDescriptor
Provides information about a method, such as its name, parameters and whether its a property or method.
ObjectHierarchyOptions
Specifies options that is related to GetObjectHierarchy(Object, Action<ObjectHierarchyOptions>) operations.
ParameterSignature
Represent the signature of a parameter to a method, property or similar.
ReflectionUtility
This utility class is designed to make Cuemon.Reflection operations easier to work with.
ReflectionUtilityExtensions
This is an extension implementation of the most common methods on the ReflectionUtility class.
Enums
ResourceMatch
Specifies the way of finding and returning an embedded resource.