C# 클래스 Microsoft.JScript.JSFieldMethod

상속: JSMethod
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
GetCustomAttributes ( bool inherit ) : Object[]
GetParameters ( ) : System.Reflection.ParameterInfo[]

비공개 메소드들

메소드 설명
Construct ( Object args ) : Object
EnclosingScope ( ) : ScriptObject
GetMethodInfo ( CompilerGlobals compilerGlobals ) : MethodInfo
Invoke ( Object obj, Object thisob, BindingFlags options, Binder binder, Object parameters, CultureInfo culture ) : Object
IsAccessibleFrom ( ScriptObject scope ) : bool
JSFieldMethod ( FieldInfo field, Object obj ) : System
ReturnIR ( ) : IReflect

메소드 상세

GetCustomAttributes() 공개 메소드

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

GetParameters() 공개 메소드

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