C# 클래스 SData.Internal.ReflectionExtensions

파일 보기 프로젝트 열기: knat/SData

공개 메소드들

메소드 설명
GetField ( TypeInfo ti, string name ) : FieldInfo
GetFieldInHierarchy ( TypeInfo ti, string name ) : FieldInfo
GetMethod ( TypeInfo ti, string name ) : MethodInfo
GetMethodInHierarchy ( TypeInfo ti, string name ) : MethodInfo
GetParameterlessConstructor ( TypeInfo ti ) : ConstructorInfo
GetProperty ( TypeInfo ti, string name ) : PropertyInfo
GetPropertyInHierarchy ( TypeInfo ti, string name ) : PropertyInfo
TryGetFieldInHierarchy ( TypeInfo ti, string name ) : FieldInfo
TryGetMethodInHierarchy ( TypeInfo ti, string name ) : MethodInfo
TryGetParameterlessConstructor ( TypeInfo ti ) : ConstructorInfo
TryGetPropertyInHierarchy ( TypeInfo ti, string name ) : PropertyInfo

메소드 상세

GetField() 공개 정적인 메소드

public static GetField ( TypeInfo ti, string name ) : FieldInfo
ti System.Reflection.TypeInfo
name string
리턴 System.Reflection.FieldInfo

GetFieldInHierarchy() 공개 정적인 메소드

public static GetFieldInHierarchy ( TypeInfo ti, string name ) : FieldInfo
ti System.Reflection.TypeInfo
name string
리턴 System.Reflection.FieldInfo

GetMethod() 공개 정적인 메소드

public static GetMethod ( TypeInfo ti, string name ) : MethodInfo
ti System.Reflection.TypeInfo
name string
리턴 System.Reflection.MethodInfo

GetMethodInHierarchy() 공개 정적인 메소드

public static GetMethodInHierarchy ( TypeInfo ti, string name ) : MethodInfo
ti System.Reflection.TypeInfo
name string
리턴 System.Reflection.MethodInfo

GetParameterlessConstructor() 공개 정적인 메소드

public static GetParameterlessConstructor ( TypeInfo ti ) : ConstructorInfo
ti System.Reflection.TypeInfo
리턴 System.Reflection.ConstructorInfo

GetProperty() 공개 정적인 메소드

public static GetProperty ( TypeInfo ti, string name ) : PropertyInfo
ti System.Reflection.TypeInfo
name string
리턴 System.Reflection.PropertyInfo

GetPropertyInHierarchy() 공개 정적인 메소드

public static GetPropertyInHierarchy ( TypeInfo ti, string name ) : PropertyInfo
ti System.Reflection.TypeInfo
name string
리턴 System.Reflection.PropertyInfo

TryGetFieldInHierarchy() 공개 정적인 메소드

public static TryGetFieldInHierarchy ( TypeInfo ti, string name ) : FieldInfo
ti System.Reflection.TypeInfo
name string
리턴 System.Reflection.FieldInfo

TryGetMethodInHierarchy() 공개 정적인 메소드

public static TryGetMethodInHierarchy ( TypeInfo ti, string name ) : MethodInfo
ti System.Reflection.TypeInfo
name string
리턴 System.Reflection.MethodInfo

TryGetParameterlessConstructor() 공개 정적인 메소드

public static TryGetParameterlessConstructor ( TypeInfo ti ) : ConstructorInfo
ti System.Reflection.TypeInfo
리턴 System.Reflection.ConstructorInfo

TryGetPropertyInHierarchy() 공개 정적인 메소드

public static TryGetPropertyInHierarchy ( TypeInfo ti, string name ) : PropertyInfo
ti System.Reflection.TypeInfo
name string
리턴 System.Reflection.PropertyInfo