Contains xtd::startup class and startup_ keyword.
- Copyright
- Copyright (c) 2025 Gammasoft. All rights reserved.
Go to the source code of this file.
|
namespace | xtd |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
|
|
|
#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.
|
|