C# 클래스 System.Reflection.PropertyInfoExtensions

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

공개 메소드들

메소드 설명
GetAccessors ( this property ) : System.Reflection.MethodInfo[]
GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[]
GetGetMethod ( this property ) : System.Reflection.MethodInfo
GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
GetSetMethod ( this property ) : System.Reflection.MethodInfo
GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo

메소드 상세

GetAccessors() 공개 정적인 메소드

public static GetAccessors ( this property ) : System.Reflection.MethodInfo[]
property this
리턴 System.Reflection.MethodInfo[]

GetAccessors() 공개 정적인 메소드

public static GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[]
property this
nonPublic bool
리턴 System.Reflection.MethodInfo[]

GetGetMethod() 공개 정적인 메소드

public static GetGetMethod ( this property ) : System.Reflection.MethodInfo
property this
리턴 System.Reflection.MethodInfo

GetGetMethod() 공개 정적인 메소드

public static GetGetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
property this
nonPublic bool
리턴 System.Reflection.MethodInfo

GetSetMethod() 공개 정적인 메소드

public static GetSetMethod ( this property ) : System.Reflection.MethodInfo
property this
리턴 System.Reflection.MethodInfo

GetSetMethod() 공개 정적인 메소드

public static GetSetMethod ( this property, bool nonPublic ) : System.Reflection.MethodInfo
property this
nonPublic bool
리턴 System.Reflection.MethodInfo