theConfig 10.0
Loading...
Searching...
No Matches
LcConfig_Setup_CS_API

LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK)More...

+ Collaboration diagram for LcConfig_Setup_CS_API:

Functions

static void cslcconfig.LcConfig.Cleanup ()
  C#: [static] Cleanup() C-API
cleanup cslcconfig internal memory …
 
static void cslcconfig.LcConfig.Setup ()
  C#: [static] Setup() C-API
setup cslcconfig internal memory …
 

Detailed Description

LcConfig PACKAGE - setup library and Programming-Language-Micro-Kernel (PLMK)

For details about Setup and Cleanup usage refer to MkKernel_Setup_libmkkernel_C_API

Function Documentation

◆ Cleanup()

static void cslcconfig.LcConfig.Cleanup ( )
inlinestatic

C#: [static] Cleanup() C-API
cleanup cslcconfig internal memory …

Definition at line 240 of file LibLcConfig.cs.

240 {
241 LcCleanupTmpl();
242 }

◆ Setup()

static void cslcconfig.LcConfig.Setup ( )
inlinestatic

C#: [static] Setup() C-API
setup cslcconfig internal memory …

Definition at line 245 of file LibLcConfig.cs.

245 {
246 LcSetupTmpl();
247 }