Defines shared routines for Studio programs.
- Namespace
- Songhay
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ProgramUtility"]
class Type type-node
Syntax
public static class ProgramUtility
Methods
Name | Return Value | Summary |
---|---|---|
GetConsoleCharacters |
string |
Gets the console characters.
static
|
GetCurrentMethodName |
string |
Gets the name of the current method.
static
|
GetMethodName |
string |
Gets the name of the current method.
static
|
HandleDebug |
void |
Pauses the shell Program in
DEBUG mode.
static
|
Initialize |
TraceSource? |
Initializes the trace source.
static
|
LoadConfiguration |
IConfigurationRoot |
Loads the built configuration.
static
|
LoadConfiguration |
IConfigurationRoot |
Loads the built configuration.
static
|
LoadConfiguration |
IConfigurationRoot |
Loads the configuration.
static
|
StartProcess |
void |
Starts the process.
static
|
StartProcess |
void |
Starts the process.
static
|