C# Class Python.Runtime.Handler

Show file Open project: fkarb/pythonnet

Public Properties

Property Type Description
del System.Delegate
hash System.IntPtr

Public Methods

Method Description
Handler ( IntPtr hash, Delegate d ) : System

Method Details

Handler() public method

public Handler ( IntPtr hash, Delegate d ) : System
hash System.IntPtr
d System.Delegate
return System

Property Details

del public property

public Delegate,System del
return System.Delegate

hash public property

public IntPtr,System hash
return System.IntPtr