C# Class PdfRpt.Core.Helper.FastReflection

Fast property access, using Reflection.Emit.
显示文件 Open project: VahidN/PdfReport

Public Properties

Property Type Description
Instance FastReflection

Public Methods

Method Description
GetGetterDelegates ( Type type ) : IList

Fast property access, using Reflection.Emit.

Private Methods

Method Description
FastReflection ( ) : System
createGetterFieldDelegate ( Type type, FieldInfo fieldInfo ) : object>.Func
createGetterPropertyDelegate ( Type type, PropertyInfo propertyInfo ) : object>.Func

Method Details

GetGetterDelegates() public method

Fast property access, using Reflection.Emit.
public GetGetterDelegates ( Type type ) : IList
type System.Type
return IList

Property Details

Instance public_oe static_oe property

Singleton instance of FastReflection.
public static FastReflection,PdfRpt.Core.Helper Instance
return FastReflection