MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) … More...
MkRuntimeC - various functions to configure the MkRuntimeRLS (only C) …
reset the runtime …
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
special: C# does NOT call the destructor of a "broken" instance, this create a "left-over" MqRuntimeS::cid (not bad but different from other languages) set at: MqContextInit->MQ_RT_REF.cid = context
The MkRuntimeRLS-configuration belongs to a single MkRuntimeRLS. In a threadable application, each thread has its own MkRuntimeRLS and therefore its own configuration.
A function ending in 'I' is the inline variant of the function without the 'I' and is preferred in C
.
|
inlinestatic |
C#:
→ C-API [static] int MkRuntimeC.DebugGet()
get the MkRuntimeS::debug value …
Definition at line 48 of file MkRuntimeC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkRuntimeC.DebugSet(int dbg)
set the MkRuntimeS::debug value …
Definition at line 54 of file MkRuntimeC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkErrorE MkRuntimeC.ErrorGetCode()
return MkErrorS.code from a given MkRuntimeC …
Definition at line 59 of file MkRuntimeC.cs.
|
inlinestatic |
C#:
→ C-API [static] bool MkRuntimeC.IsSilentGet()
get the MkRuntimeS::isSilent value …
Definition at line 65 of file MkRuntimeC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkRuntimeC.IsSilentSet(bool silent)
set the MkRuntimeS::isSilent value …
Definition at line 71 of file MkRuntimeC.cs.
|
inlinestatic |
C#:
→ C-API [static] string MkRuntimeC.LogTargetGet()
get the MkLogDataS::logNAME value …
Definition at line 76 of file MkRuntimeC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkRuntimeC.LogTargetReset()
set the MkRuntimeS::log value to the DEFAULT value …
Definition at line 82 of file MkRuntimeC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkRuntimeC.LogTargetSet(string logTgt)
set the MkRuntimeS::log value and cleanup old value …
Definition at line 88 of file MkRuntimeC.cs.
|
inlinestatic |
C#:
→ C-API [static] MkRuntimeC.NoDecoSet(bool noDeco)
set the MkRuntimeS::noDeco value …
Definition at line 96 of file MkRuntimeC.cs.