ProgramUtility Class
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) string
Gets the console characters.
static
GetCurrentMethodName() string
Gets the name of the current method.
static
GetMethodName(int) string
Gets the name of the current method.
static
HandleDebug() void
Pauses the shell Program in DEBUG mode.
static
InitializeTraceSource(TraceListener?) TraceSource?
Initializes the trace source.
static
LoadConfiguration(string, Func<IConfigurationBuilder, IConfigurationBuilder>?, string[]) IConfigurationRoot
Loads the built configuration.
static
LoadConfiguration(string, string[]) IConfigurationRoot
Loads the built configuration.
static
LoadConfiguration(string) IConfigurationRoot
Loads the configuration.
static
StartProcess(string, string, bool) void
Starts the process.
static
StartProcess(string) void
Starts the process.
static