C# Class Python.Runtime.MethodObject

Inheritance: ExtensionType
显示文件 Open project: fkarb/pythonnet Class Usage Examples

Public Methods

Method Description
Invoke ( IntPtr inst, IntPtr args, IntPtr kw ) : IntPtr
Invoke ( IntPtr target, IntPtr args, IntPtr kw, MethodBase info ) : IntPtr
MethodObject ( string name, MethodInfo info ) : System

Private Methods

Method Description
GetDocString ( ) : IntPtr
IsStatic ( ) : bool
tp_dealloc ( IntPtr ob ) : void
tp_descr_get ( IntPtr ds, IntPtr ob, IntPtr tp ) : IntPtr
tp_getattro ( IntPtr ob, IntPtr key ) : IntPtr
tp_repr ( IntPtr ob ) : IntPtr

Method Details

Invoke() public method

public Invoke ( IntPtr inst, IntPtr args, IntPtr kw ) : IntPtr
inst System.IntPtr
args System.IntPtr
kw System.IntPtr
return System.IntPtr

Invoke() public method

public Invoke ( IntPtr target, IntPtr args, IntPtr kw, MethodBase info ) : IntPtr
target System.IntPtr
args System.IntPtr
kw System.IntPtr
info System.Reflection.MethodBase
return System.IntPtr

MethodObject() public method

public MethodObject ( string name, MethodInfo info ) : System
name string
info System.Reflection.MethodInfo
return System