xtd 0.2.0
Loading...
Searching...
No Matches
startup.h File Reference
#include "collections/specialized/string_vector.h"
#include "core_export.h"
#include "delegate.h"
#include "static.h"
#include <exception>
#include <optional>
#include "internal/__show_generic_exception_message.h"

Definition

Contains startup class and startup_ keyword.

Go to the source code of this file.

Classes

class  xtd::startup
 Defines the xtd::startup object that can be used in the main method to safely call the application's main entry point. More...
 

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 

Macros

#define __XTD_CORE_INTERNAL__
 
#define startup_(main_method)
 Defines the entry point to be called when the application loads. Generally this is set either to the main form in your application or to the main procedure that should run when the application starts.
 
#define startup_class_(main_class)
 Defines the entry point to be called when the application loads. Generally this is set either to the main form in your application or to the main procedure that should run when the application starts.