Class VsPackageExtractResult
Data class that stores the results of extracting files from a Code Factory package.
Inherited Members
Namespace: CodeFactory.WinVs.Loader
Assembly: CodeFactory.WinVs.dll
Syntax
public class VsPackageExtractResult
Constructors
VsPackageExtractResult()
Default constructor that initializes the properties.
Declaration
public VsPackageExtractResult()
Properties
Errors
List of the human readable error messaged that occurred. This will be null if HasErrors is false.
Declaration
public List<string> Errors { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |
HasErrors
Flag that determines if there were errors extracting an of the files from the package.
Declaration
public bool HasErrors { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |