MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The ClrMemberInfo represents clr information. More...
Public Member Functions | |
abstract void | SetPyObjAttr (PyObject pyObj, object clrObj) |
Set the Python object attribute. More... | |
abstract void | SetClrObjAttr (object clrObj, PyObject pyObj) |
Set the clr object attribute. More... | |
Public Attributes | |
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 ClrMemberInfo represents clr information.
Open-source public code originally shared from:
Definition at line 595 of file PyConverter.cs.
|
pure virtual |
Set the clr object attribute.
clrObj | Specifies the clr object. |
pyObj | Specifies the PyObject. |
Implemented in Python.Runtime.ClrPropertyInfo, and Python.Runtime.ClrFieldInfo.
|
pure virtual |
Set the Python object attribute.
pyObj | Specifies the PyObject. |
clrObj | Specifies the clr object. |
Implemented in Python.Runtime.ClrPropertyInfo, and Python.Runtime.ClrFieldInfo.
string Python.Runtime.ClrMemberInfo.ClrPropertyName |
Returns the clr property name.
Definition at line 610 of file PyConverter.cs.
Type Python.Runtime.ClrMemberInfo.ClrType |
Returns the clr type.
Definition at line 615 of file PyConverter.cs.
PyConverter Python.Runtime.ClrMemberInfo.Converter |
Returns the converter used.
Definition at line 620 of file PyConverter.cs.
string Python.Runtime.ClrMemberInfo.PyPropertyName |
Returns the Python property name.
Definition at line 600 of file PyConverter.cs.
IntPtr? Python.Runtime.ClrMemberInfo.PythonType |
Returns the Python type.
Definition at line 605 of file PyConverter.cs.