C# 클래스 Microsoft.JScript.JSPropertyInfo

상속: 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
GetValue ( Object obj, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : Object
IsDefined ( Type type, bool inherit ) : bool
SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : void

비공개 메소드들

메소드 설명
JSPropertyInfo ( PropertyInfo property ) : System

메소드 상세

GetAccessors() 공개 메소드

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

GetCustomAttributes() 공개 메소드

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

GetCustomAttributes() 공개 메소드

public 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

GetValue() 공개 메소드

public GetValue ( Object obj, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : Object
obj Object
invokeAttr BindingFlags
binder Binder
index Object
culture System.Globalization.CultureInfo
리턴 Object

IsDefined() 공개 메소드

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

SetValue() 공개 메소드

public SetValue ( Object obj, Object value, BindingFlags invokeAttr, Binder binder, Object index, CultureInfo culture ) : void
obj Object
value Object
invokeAttr BindingFlags
binder Binder
index Object
culture System.Globalization.CultureInfo
리턴 void