Share via


ExeHostWorkingFolder Enum

Definition

Enumerates the possible start folder types.

public enum ExeHostWorkingFolder
type ExeHostWorkingFolder = 
Public Enum ExeHostWorkingFolder
Inheritance
ExeHostWorkingFolder

Fields

CodeBase 3

Indicates that the start folder is from where the executable / program that is specified in the ExeHost is loaded. This folder can differ from the Code Package folder if there are multiple levels in the Code Package folder and a specified program is from one of the nested folders.

CodePackage 2

Indicates that the start folder is the Code Package’s folder.

Invalid 0

Do not use.

Work 1

Indicates that the start folder is the application’s work folder.

Applies to