![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The ClrPropertyInfo specifies the clr property information. More...
Public Member Functions | |
| ClrPropertyInfo (PropertyInfo info, PyPropetryAttribute py_info, PyConverter converter) | |
| The constructor. More... | |
| override void | SetPyObjAttr (PyObject pyObj, object clrObj) |
| Sets the Python object attribute. More... | |
| override void | SetClrObjAttr (object clrObj, PyObject pyObj) |
| Sets the clr object attribute. More... | |
Properties | |
| PropertyInfo | PropertyInfo [get] |
| Return the clr Property information. More... | |
Additional Inherited Members | |
Public Attributes inherited from Python.Runtime.ClrMemberInfo | |
| string | PyPropertyName |
| Returns the Python property name. More... | |
| IntPtr? | PythonType |
| Returns the Python type. More... | |
| string | ClrPropertyName |
| Returns the clr property name. More... | |
| Type | ClrType |
| Returns the clr type. More... | |
| PyConverter | Converter |
| Returns the converter used. More... | |
The ClrPropertyInfo specifies the clr property information.
Open-source public code originally shared from:
Definition at line 644 of file PyConverter.cs.
| Python.Runtime.ClrPropertyInfo.ClrPropertyInfo | ( | PropertyInfo | info, |
| PyPropetryAttribute | py_info, | ||
| PyConverter | converter | ||
| ) |
The constructor.
| info | Specifies the property information. |
| py_info | Specifies the Python property information. |
| converter | Specifies the converter. |
Definition at line 652 of file PyConverter.cs.
|
virtual |
Sets the clr object attribute.
| clrObj | Specifies the clr object. |
| pyObj | Specifies the PyObject. |
Implements Python.Runtime.ClrMemberInfo.
Definition at line 692 of file PyConverter.cs.
|
virtual |
Sets the Python object attribute.
| pyObj | Specifies the PyObject. |
| clrObj | Specifies the clr object. |
Implements Python.Runtime.ClrMemberInfo.
Definition at line 680 of file PyConverter.cs.
|
get |
Return the clr Property information.
Definition at line 669 of file PyConverter.cs.