C# 클래스 PdfRpt.Core.Helper.FastReflection

Fast property access, using Reflection.Emit.
파일 보기 프로젝트 열기: VahidN/PdfReport

공개 프로퍼티들

프로퍼티 타입 설명
Instance FastReflection

공개 메소드들

메소드 설명
GetGetterDelegates ( Type type ) : IList

Fast property access, using Reflection.Emit.

비공개 메소드들

메소드 설명
FastReflection ( ) : System
createGetterFieldDelegate ( Type type, FieldInfo fieldInfo ) : object>.Func
createGetterPropertyDelegate ( Type type, PropertyInfo propertyInfo ) : object>.Func

메소드 상세

GetGetterDelegates() 공개 메소드

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

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

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