C# 클래스 ExpressionToCodeLib.Internal.ReflectionHelpers

파일 보기 프로젝트 열기: EamonNerbonne/ExpressionToCode

공개 메소드들

메소드 설명
CanImplicitlyCast ( Type from, Type to ) : bool
GetPropertyIfGetter ( MethodInfo mi ) : PropertyInfo
GuessTypeClass ( this type ) : TypeClass
HasBuiltinConversion ( Type from, Type to ) : bool
IsMemberInfoStatic ( MemberInfo mi ) : bool

메소드 상세

CanImplicitlyCast() 공개 정적인 메소드

public static CanImplicitlyCast ( Type from, Type to ) : bool
from System.Type
to System.Type
리턴 bool

GetPropertyIfGetter() 공개 정적인 메소드

public static GetPropertyIfGetter ( MethodInfo mi ) : PropertyInfo
mi System.Reflection.MethodInfo
리턴 System.Reflection.PropertyInfo

GuessTypeClass() 공개 정적인 메소드

public static GuessTypeClass ( this type ) : TypeClass
type this
리턴 TypeClass

HasBuiltinConversion() 공개 정적인 메소드

public static HasBuiltinConversion ( Type from, Type to ) : bool
from System.Type
to System.Type
리턴 bool

IsMemberInfoStatic() 공개 정적인 메소드

public static IsMemberInfoStatic ( MemberInfo mi ) : bool
mi System.Reflection.MemberInfo
리턴 bool