Name
external type, externaltype, kPMElementExternalType — Types of externals.
Synopsis
external type
: string, choice
Description
Types of externals.
external type
is a string. external type
must be one of the following two constants:
- external,
kPMElementExternalType_External
. Executable exists and is external to the structure. - inline,
kPMElementExternalType_Inline
. Executable content is inline.