C# Class Python.Runtime.MethodBinder

Show file Open project: fkarb/pythonnet Class Usage Examples

Public Properties

Property Type Description
init bool
list System.Collections.ArrayList
methods System.Reflection.MethodBase[]

Private Methods

Method Description
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

Property Details

init public property

public bool init
return bool

list public property

public ArrayList,System.Collections list
return System.Collections.ArrayList

methods public property

public MethodBase[],System.Reflection methods
return System.Reflection.MethodBase[]