LcConfigC - define the class … More...
Functions | |
| new static LcConfigC | cslcconfig.LcConfigC.HandleResolve (Int32 netHdl) |
C#: → C-API Handle-Resolve-Slot - return a LcConfigC from netHdl or null if invalid… | |
| new LcConfigC | cslcconfig.LcConfigC.Next () |
C#: → C-API get next instance from linked-list of LcConfigS type | |
| new LcConfigC | cslcconfig.LcConfigC.Prev () |
C#: → C-API get previous instance from linked-list of LcConfigS type | |
| new static LcConfigC | cslcconfig.LcConfigC.Instances () |
C#: → C-API get head-instance from linked-list of LcConfigS type … | |
| new static LcConfigC | cslcconfig.LcConfigC.GetNull () |
C#: → C-API Null-Slot - return a LcConfigC typed NULL instance … | |
LcConfigC - define the class …
|
inlinestatic |
C#: → C-API [static] LcConfigC LcConfigC.GetNull()
Null-Slot - return a LcConfigC typed NULL instance …
Definition at line 139 of file LcConfigC.cs.
|
inlinestatic |
C#: → C-API [static] LcConfigC LcConfigC.HandleResolve(Int32 netHdl)
Handle-Resolve-Slot - return a LcConfigC from netHdl or null if invalid…
Definition at line 85 of file LcConfigC.cs.
|
inlinestatic |
C#: → C-API [static] LcConfigC LcConfigC.Instances()
get head-instance from linked-list of LcConfigS type …
Definition at line 121 of file LcConfigC.cs.
|
inline |
C#: → C-API LcConfigC cfg.Next()
get next instance from linked-list of LcConfigS type
Definition at line 107 of file LcConfigC.cs.
|
inline |
C#: → C-API LcConfigC cfg.Prev()
get previous instance from linked-list of LcConfigS type
Definition at line 113 of file LcConfigC.cs.