CodePackageEntryPointKind Enum

Definition

Enumerates the possible types of entry points.

public enum CodePackageEntryPointKind
type CodePackageEntryPointKind = 
Public Enum CodePackageEntryPointKind
Inheritance
CodePackageEntryPointKind

Fields

Container 4

Indicates that the HOST Type is CONTAINER.

DllHost 3

Indicates that the HOST Type is DLL.

Exe 2

Indicates that the HOST Type is EXE.

Invalid 0

Indicates that the HOST Type is invalid. Do not use.

None 1

Indicates that the HOST Type is None.

Applies to