C# Class Python.Runtime.TypeMethod

Inheritance: MethodObject
Datei anzeigen Open project: fkarb/pythonnet Class Usage Examples

Public Methods

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

Method Details

Invoke() public method

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

TypeMethod() public method

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