MkObjectC - various functions related to the MkObjectS … More...
Functions | |
MkErrorC | csmkkernel.MkObjectC.ErrorCatch (Exception exception=null, [CallerMemberName]string callfunc=null) |
C#: → C-API convert a programming-language-error into an csmkkernel error … | |
MkErrorC | csmkkernel.MkObjectC.ToError () |
C#: → C-API Error-Slot - return an error-object pre initialized with obj data. | |
bool | csmkkernel.MkObjectC.IsNull () |
C#: → C-API ckeck if the object is null | |
string | csmkkernel.MkObjectC.ToName () |
C#: → C-API Info-Slot - returns brief information about the obj as a string | |
string | csmkkernel.MkObjectC.ToNameOfType () |
C#: → C-API Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string | |
override string | csmkkernel.MkObjectC.ToString () |
C#: → C-API String-Slot - returns the string representation of the inst … | |
string | csmkkernel.MkObjectC.ToNameOfClass () |
C#: → C-API Class-Slot - returns the C#-Class-Name of the obj as string | |
MkObjectC - various functions related to the MkObjectS …
|
inline |
C#:
→ C-API MkErrorC obj.ErrorCatch(Exception exception = null, [CallerMemberName]string callfunc = null)
convert a programming-language-error into an csmkkernel error …
Definition at line 575 of file MkObjectC.cs.
|
inline |
C#:
→ C-API bool obj.IsNull()
ckeck if the object is null
Definition at line 591 of file MkObjectC.cs.
|
inline |
C#:
→ C-API MkErrorC obj.ToError()
Error-Slot - return an error-object pre initialized with obj data.
Definition at line 583 of file MkObjectC.cs.
|
inline |
C#:
→ C-API string obj.ToName()
Info-Slot - returns brief information about the obj as a string
Definition at line 597 of file MkObjectC.cs.
|
inline |
C#:
→ C-API string obj.ToNameOfClass()
Class-Slot - returns the C#-Class-Name of the obj as string
Definition at line 318 of file MkObjectC.cs.
|
inline |
C#:
→ C-API string obj.ToNameOfType()
Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string
Definition at line 606 of file MkObjectC.cs.
|
inline |
C#:
→ C-API string inst.ToString()
String-Slot - returns the string representation of the inst …
Definition at line 612 of file MkObjectC.cs.