MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The ClrFieldInfo defines the clr field information. More...
Public Member Functions | |
ClrFieldInfo (FieldInfo 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... | |
Public Attributes | |
FieldInfo | FieldInfo |
Returns the field information. More... | |
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 ClrFieldInfo defines the clr field information.
Open-source public code originally shared from:
Definition at line 707 of file PyConverter.cs.
Python.Runtime.ClrFieldInfo.ClrFieldInfo | ( | FieldInfo | info, |
PyPropetryAttribute | py_info, | ||
PyConverter | converter | ||
) |
The constructor.
info | Specifies the field information. |
py_info | Specifies the Python property attribute. |
converter | Specifies the converter. |
Definition at line 715 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 751 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 739 of file PyConverter.cs.
FieldInfo Python.Runtime.ClrFieldInfo.FieldInfo |
Returns the field information.
Definition at line 732 of file PyConverter.cs.