xtd 0.2.0
Loading...
Searching...
No Matches
target_id.h File Reference
#include "enum.h"

Definition

Contains xtd::target_id enum class.

Go to the source code of this file.

Namespaces

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

Enumerations

enum class  xtd::target_id {
  xtd::target_id::unknown ,
  xtd::target_id::console_application ,
  xtd::target_id::gui_application ,
  xtd::target_id::test_application ,
  xtd::target_id::interface_library ,
  xtd::target_id::module_library ,
  xtd::target_id::shared_library ,
  xtd::target_id::static_library ,
  xtd::target_id::custom_target
}
 Identifies the target, supported by an assembly. More...