⚠ Deprecated: Legacy
Suggested alternative: GCCHigh.Extensions.Core
Extensions.Core contains relay and helper methods for the Extensions set of solutions.
$ dotnet add package Extensions.Core.csThe following classes have been extended:
- Extensions.Core (added)
- Extensions.Marshall (added)
with these methods:
Method to invoke a member method of a loaded Assembly.
Checks if a given Assembly is loaded.
Method to load a given Assembly to the Marshall stack for later use.
Returns a string representing the current local date time stamp to
either just the day or down to the millisecond. Used for creating
unique log file names.
For example:
TimeStamp()
will return
2021-03-01@06.01.02.003
whereas
TimeStamp(true)
will return
2021-03-01
Write a Verbose message to active channels (console, event log, file),
SharePoint list, database) using the System.Logit class.