メインコンテンツ

このページの内容は最新ではありません。最新版の英語を参照するには、ここをクリックします。

target.BuildToolType クラス

名前空間: target

Describe build tool type

R2023a 以降

Description

The software provides target.BuildToolType objects that describe build tool types.

You cannot create target.BuildToolType objects.

プロパティ

すべて展開する

Unique ID of object in internal database.

Attributes:

GetAccess
public
SetAccess
private

Name of build tool type. The software provides objects with these names:

  • Assembler

  • C Compiler

  • C++ Compiler

  • Linker

  • C++ Linker

  • Archiver

  • Make Tool

  • Delete

  • Display

  • Move

  • HEX Converter

  • BIN Converter

  • Debug Symbol Converter

Attributes:

GetAccess
public
SetAccess
public

バージョン履歴

R2023a で導入