Class VsPackageFileConfig
Model class that implements the interface IVsPackageFileConfig
Implements
Inherited Members
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 |