-
Notifications
You must be signed in to change notification settings - Fork 36
N_CodeJam_Reflection
andrewvk edited this page Apr 26, 2016
·
9 revisions
[This is preliminary documentation and is subject to change.]
The CodeJam.Reflection namespace contains types that helps working with System.Reflection functionality.
Class | Description | |
---|---|---|
![]() |
AssemblyExtensions | The Assembly extensions. |
![]() |
EnumHelper | Helper methods for enumeration. |
![]() |
ExpressionHelper | Provides a helper class to get the property, field, ctor or method from an expression. |
![]() |
InfoOf | Provides a helper class to get the property, field, ctor or method from an expression. |
![]() |
InfoOf(T) | Provides a helper class to get the property, field, ctor or method from an expression. |
![]() |
ParamInfo | Parameter data for CreateInstance method. |
![]() |
ReflectionExtensions | Reflection extension methods. |