BoostrapSirHurt
BoostrapSirHurt
The BoostrapSirHurt
function is responsible for downloading all required files to run SirHurt
Syntax
public static bool BoostrapSirHurt()
Returns
bool
: Returnstrue
if boostrap was successfull otherwisefalse
.
Example
if (!SirHurtAPI.SirHurtAPI.BoostrapSirHurt())
{
MessageBox.Show("Failed to boostrap SirHurt API");
Environment.Exit(0);
}
Remarks
The function will print in the console if anything goes wrong