C# Class Python.Runtime.Binding

Mostrar archivo Open project: fkarb/pythonnet Class Usage Examples

Public Properties

Property Type Description
args Object[]
info System.Reflection.MethodBase
inst Object
outs int

Private Methods

Method Description
Binding ( MethodBase info, Object inst, Object args, int outs ) : System

Property Details

args public_oe property

public Object[] args
return Object[]

info public_oe property

public MethodBase,System.Reflection info
return System.Reflection.MethodBase

inst public_oe property

public Object inst
return Object

outs public_oe property

public int outs
return int