CodeFactory for Windows CodeFactory for Windows
CodeFactory for Windows CodeFactory for Windows
CodeFactory

Search Results for

    Class VsPackageExtractResult

    Data class that stores the results of extracting files from a Code Factory package.

    Inheritance
    object
    VsPackageExtractResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    © CodeFactory, LLC. All rights reserved.