C# 클래스 Microsoft.JScript.JSProperty

상속: System.Reflection.PropertyInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
GetCustomAttributes ( Type t, bool inherit ) : Object[]
GetCustomAttributes ( bool inherit ) : Object[]
GetGetMethod ( bool nonPublic ) : MethodInfo
GetIndexParameters ( ) : System.Reflection.ParameterInfo[]
GetSetMethod ( bool nonPublic ) : MethodInfo
IsDefined ( Type type, bool inherit ) : bool

비공개 메소드들

메소드 설명
GetClassFullName ( ) : String
GetGetMethod ( PropertyInfo prop, bool nonPublic ) : MethodInfo
GetSetMethod ( PropertyInfo prop, bool nonPublic ) : MethodInfo
GetValue ( Object obj, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : Object
GetValue ( PropertyInfo prop, Object obj, Object index ) : Object
GetterAndSetterAreConsistent ( ) : bool
JSProperty ( String name ) : System
PropertyIR ( ) : IReflect
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : void
SetValue ( PropertyInfo prop, Object obj, Object value, Object index ) : void

메소드 상세

GetAccessors() 공개 메소드

public GetAccessors ( bool nonPublic ) : System.Reflection.MethodInfo[]
nonPublic bool
리턴 System.Reflection.MethodInfo[]

GetCustomAttributes() 공개 최종 메소드

public final GetCustomAttributes ( Type t, bool inherit ) : Object[]
t System.Type
inherit bool
리턴 Object[]

GetCustomAttributes() 공개 최종 메소드

public final GetCustomAttributes ( bool inherit ) : Object[]
inherit bool
리턴 Object[]

GetGetMethod() 공개 메소드

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

GetIndexParameters() 공개 메소드

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

GetSetMethod() 공개 메소드

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

IsDefined() 공개 최종 메소드

public final IsDefined ( Type type, bool inherit ) : bool
type System.Type
inherit bool
리턴 bool