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

Search Results for

    Class VsPackageFileConfig

    Model class that implements the interface IVsPackageFileConfig

    Inheritance
    object
    VsPackageFileConfig
    Implements
    IVsPackageFileConfig
    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 VsPackageFileConfig : IVsPackageFileConfig

    Properties

    AssemblyPackagePath

    The logical location in the package the assembly will be stored.

    Declaration
    public string AssemblyPackagePath { get; set; }
    Property Value
    Type Description
    string

    AssemblyPhysicalPath

    Physical location of the assembly to add to the package.

    Declaration
    public string AssemblyPhysicalPath { get; set; }
    Property Value
    Type Description
    string

    HasDebugDatabaseFile

    Flag that determines if the package library has a debug database file.

    Declaration
    public bool HasDebugDatabaseFile { get; set; }
    Property Value
    Type Description
    bool

    PDBPackagePath

    The logical location in the package the PDB will be stored.

    Declaration
    public string PDBPackagePath { get; set; }
    Property Value
    Type Description
    string

    PDBPhysicalPath

    Physical location of the PDB to add to the package.

    Declaration
    public string PDBPhysicalPath { get; set; }
    Property Value
    Type Description
    string

    Implements

    IVsPackageFileConfig
    © CodeFactory, LLC. All rights reserved.