C# Class Python.Runtime.TypeMethod

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

Méthodes publiques

Méthode Description
Invoke ( IntPtr ob, IntPtr args, IntPtr kw ) : IntPtr
TypeMethod ( string name, MethodInfo info ) : System

Method Details

Invoke() public méthode

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

TypeMethod() public méthode

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