C# Class PdfRpt.Core.Helper.FastReflection

Fast property access, using Reflection.Emit.
Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

Свойство Type Description
Instance FastReflection

Méthodes publiques

Méthode Description
GetGetterDelegates ( Type type ) : IList

Fast property access, using Reflection.Emit.

Private Methods

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

Method Details

GetGetterDelegates() public méthode

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

Property Details

Instance public_oe static_oe property

Singleton instance of FastReflection.
public static FastReflection,PdfRpt.Core.Helper Instance
Résultat FastReflection