C# Class Python.Runtime.Dispatcher

Mostra file Open project: fkarb/pythonnet

Public Properties

Property Type Description
dtype System.Type
target System.IntPtr

Public Methods

Method Description
Dispatch ( ArrayList args ) : object
Dispatcher ( IntPtr target, Type dtype ) : System
TrueDispatch ( ArrayList args ) : object

Method Details

Dispatch() public method

public Dispatch ( ArrayList args ) : object
args System.Collections.ArrayList
return object

Dispatcher() public method

public Dispatcher ( IntPtr target, Type dtype ) : System
target System.IntPtr
dtype System.Type
return System

TrueDispatch() public method

public TrueDispatch ( ArrayList args ) : object
args System.Collections.ArrayList
return object

Property Details

dtype public_oe property

public Type,System dtype
return System.Type

target public_oe property

public IntPtr,System target
return System.IntPtr