C# Class Python.Runtime.EventObject

Inheritance: ExtensionType
ファイルを表示 Open project: fkarb/pythonnet Class Usage Examples

Public Methods

Method Description
EventObject ( EventInfo info ) : System

Private Methods

Method Description
AddEventHandler ( IntPtr target, IntPtr handler ) : bool
RemoveEventHandler ( IntPtr target, IntPtr handler ) : bool
tp_dealloc ( IntPtr ob ) : void
tp_descr_get ( IntPtr ds, IntPtr ob, IntPtr tp ) : IntPtr
tp_descr_set ( IntPtr ds, IntPtr ob, IntPtr val ) : int
tp_repr ( IntPtr ob ) : IntPtr

Method Details

EventObject() public method

public EventObject ( EventInfo info ) : System
info System.Reflection.EventInfo
return System