C# Class Python.Runtime.MethodObject

Inheritance: ExtensionType
Afficher le fichier Open project: fkarb/pythonnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Invoke ( IntPtr inst, IntPtr args, IntPtr kw ) : IntPtr
inst System.IntPtr
args System.IntPtr
kw System.IntPtr
Résultat System.IntPtr

Invoke() public méthode

public Invoke ( IntPtr target, IntPtr args, IntPtr kw, MethodBase info ) : IntPtr
target System.IntPtr
args System.IntPtr
kw System.IntPtr
info System.Reflection.MethodBase
Résultat System.IntPtr

MethodObject() public méthode

public MethodObject ( string name, MethodInfo info ) : System
name string
info System.Reflection.MethodInfo
Résultat System