TScriptPackageKind Enumeration

Represents type TScriptPackageKind.

Namespace: System.Script
type
 TScriptPackageKind = (pkScript, pkBundle);

The TScriptPackageKind type exposes the following members.

Show:
 NameDescription
pkBundle

Represents constant pkBundle.

pkScript

Represents constant pkScript.

Top