C# 클래스 Microsoft.Scripting.Actions.ReflectedPropertyTracker

상속: PropertyTracker
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

공개 메소드들

메소드 설명
GetDeleteMethod ( ) : MethodInfo
GetDeleteMethod ( bool privateMembers ) : MethodInfo
GetGetMethod ( ) : MethodInfo
GetGetMethod ( bool privateMembers ) : MethodInfo
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetSetMethod ( ) : MethodInfo
GetSetMethod ( bool privateMembers ) : MethodInfo
ReflectedPropertyTracker ( PropertyInfo property ) : System

비공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

GetDeleteMethod() 공개 메소드

public GetDeleteMethod ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

GetDeleteMethod() 공개 메소드

public GetDeleteMethod ( bool privateMembers ) : MethodInfo
privateMembers bool
리턴 System.Reflection.MethodInfo

GetGetMethod() 공개 메소드

public GetGetMethod ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

GetGetMethod() 공개 메소드

public GetGetMethod ( bool privateMembers ) : MethodInfo
privateMembers bool
리턴 System.Reflection.MethodInfo

GetIndexParameters() 공개 메소드

public GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
리턴 System.Reflection.ParameterInfo[]

GetSetMethod() 공개 메소드

public GetSetMethod ( ) : MethodInfo
리턴 System.Reflection.MethodInfo

GetSetMethod() 공개 메소드

public GetSetMethod ( bool privateMembers ) : MethodInfo
privateMembers bool
리턴 System.Reflection.MethodInfo

ReflectedPropertyTracker() 공개 메소드

public ReflectedPropertyTracker ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo
리턴 System