All of System EZCode packages.
- Main: Includes main functionality for EZCode (automatically included in build)
bool
,str
,float
,int
,char
,expressions
,var
, andarray
classesprint
,input
,runcode
,clear
,regexmatch
,environment
, andistype
methods. Basic global math functions
- WinForms: Adds Windows Forms Support (not currently supported)
- HTTP: Contains functinality for basic HTTP requests
- Methods include:
install
Install file from url to fileGET
GET requestPOST
POST request
- Methods include:
- Time: Adds classes for time related functions
datetime
class is a container for date and time related functionsstopwatch
class for stopwatchestimer
class for timersawait
method to pause program
- Windows OS: Adds Registry and Process classes
registry
class for interacting wiht windows registryprocess
class for using Processes with windows