MkErrorC - define the class … More...
Functions | |
new static MkErrorC | csmkkernel.MkErrorC.HandleResolve (Int32 netHdl) |
C#: → C-API Handle-Resolve-Slot - return a MkErrorC from netHdl or null if invalid… | |
new MkErrorC | csmkkernel.MkErrorC.Next () |
C#: → C-API get next instance from linked-list of MkErrorS type | |
new MkErrorC | csmkkernel.MkErrorC.Prev () |
C#: → C-API get previous instance from linked-list of MkErrorS type | |
new static MkErrorC | csmkkernel.MkErrorC.Instances () |
C#: → C-API get head-instance from linked-list of MkErrorS type … | |
new static MkErrorC | csmkkernel.MkErrorC.GetNull () |
C#: → C-API Null-Slot - return a MkErrorC typed NULL instance … | |
MkErrorC - define the class …
|
inlinestatic |
C#:
→ C-API [static] MkErrorC MkErrorC.GetNull()
Null-Slot - return a MkErrorC typed NULL
instance …
Definition at line 210 of file MkErrorC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkErrorC MkErrorC.HandleResolve(Int32 netHdl)
Handle-Resolve-Slot - return a MkErrorC from netHdl or null if invalid…
Definition at line 156 of file MkErrorC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkErrorC MkErrorC.Instances()
get head-instance from linked-list of MkErrorS type …
Definition at line 192 of file MkErrorC.cs.
|
inline |
C#:
→ C-API MkErrorC err.Next()
get next instance from linked-list of MkErrorS type
Definition at line 178 of file MkErrorC.cs.
|
inline |
C#:
→ C-API MkErrorC err.Prev()
get previous instance from linked-list of MkErrorS type
Definition at line 184 of file MkErrorC.cs.