ExeHostWorkingFolder Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible start folder types.
public enum ExeHostWorkingFolder
type ExeHostWorkingFolder =
Public Enum ExeHostWorkingFolder
- Inheritance
-
ExeHostWorkingFolder
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Do not use. |
Work | 1 | Indicates that the start folder is the application’s work folder. |
CodePackage | 2 | Indicates that the start folder is the Code Package’s folder. |
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. |
Applies to
Azure SDK for .NET