Skip to content

N_CodeJam_Reflection

Andrew Koryavchenko edited this page Jul 4, 2017 · 9 revisions

CodeJam.Reflection Namespace

The CodeJam.Reflection namespace contains types that helps working with System.Reflection functionality.

Classes

 

Class Description
Public class AssemblyExtensions The Assembly extensions.
Public class InfoOf Provides a helper class to get the property, field, ctor or method from an expression.
Public class InfoOf(T) Provides a helper class to get the property, field, ctor or method from an expression.
Public class MemberAccessor Provides fast access to a type member.
Public class ParamInfo Parameter data for CreateInstance method.
Public class ReflectionEnumHelper Reflection helper methods for enumeration.
Public class ReflectionExtensions Reflection extension methods.
Public class TypeAccessor Provides fast access to type and its members.
Public class TypeAccessor(T) Provides fast access to type and its members.
 
Clone this wiki locally