C# 클래스 System.Linq.Expressions.Tests.PrivateReflectionHelpers

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetFieldAssert ( this type, string name ) : FieldInfo
GetMethodAssert ( this type, string name ) : MethodInfo
GetPropertyAssert ( this type, string name ) : PropertyInfo

메소드 상세

GetFieldAssert() 공개 정적인 메소드

public static GetFieldAssert ( this type, string name ) : FieldInfo
type this
name string
리턴 System.Reflection.FieldInfo

GetMethodAssert() 공개 정적인 메소드

public static GetMethodAssert ( this type, string name ) : MethodInfo
type this
name string
리턴 System.Reflection.MethodInfo

GetPropertyAssert() 공개 정적인 메소드

public static GetPropertyAssert ( this type, string name ) : PropertyInfo
type this
name string
리턴 System.Reflection.PropertyInfo