EyE.Sys.Reflection Namespace Reference

Classes

class  MemberInfoExtension
 This Utility class extends the .net MemberInfo class, in order to provide a single method to access both .net PropetyInfo and FieldInfo objects, transparently. Two functions are provided, GetValue and GetSystemType.
A NotImplementedException will be thrown if the provided MemberInfo parameter is for any MemberType other than MemberTypes.Field, or MemberTypes.Property.
 
class  ReflectionExtensions
 The ReflectionsExtensions Class which provides some additional and convenience Reflection functions.
 
class  TypeExtension
 Contains functions that operate on a System.Type, or, on a given object's Systsme.Type.