C# 클래스 Python.Runtime.MethodBinder

파일 보기 프로젝트 열기: fkarb/pythonnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
init bool
list System.Collections.ArrayList
methods System.Reflection.MethodBase[]

비공개 메소드들

메소드 설명
AddMethod ( MethodBase m ) : void
ArgPrecedence ( Type t ) : int
Bind ( IntPtr inst, IntPtr args, IntPtr kw ) : Binding
Bind ( IntPtr inst, IntPtr args, IntPtr kw, MethodBase info ) : Binding
GetMethods ( ) : System.Reflection.MethodBase[]
GetPrecedence ( MethodBase mi ) : int
Invoke ( IntPtr inst, IntPtr args, IntPtr kw ) : IntPtr
Invoke ( IntPtr inst, IntPtr args, IntPtr kw, MethodBase info ) : IntPtr
MatchByTypeSig ( MethodInfo msig, IntPtr psig ) : MethodInfo
MethodBinder ( ) : System
MethodBinder ( MethodInfo mi ) : System

프로퍼티 상세

init 공개적으로 프로퍼티

public bool init
리턴 bool

list 공개적으로 프로퍼티

public ArrayList,System.Collections list
리턴 System.Collections.ArrayList

methods 공개적으로 프로퍼티

public MethodBase[],System.Reflection methods
리턴 System.Reflection.MethodBase[]