C# Class Python.Runtime.FieldObject

Inheritance: ExtensionType
Show file Open project: fkarb/pythonnet Class Usage Examples

Public Methods

Method Description
FieldObject ( FieldInfo info ) : System

Private Methods

Method Description
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

FieldObject() public method

public FieldObject ( FieldInfo info ) : System
info System.Reflection.FieldInfo
return System