IBindContext Interface
Bind context.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| BindPaths | Bind paths used during resolution. |
| CabbingThreadCount | Counnt of threads to use in cabbing. |
| CabCachePath | Cabinet cache path. |
| CancellationToken | Cancellation token. |
| DefaultCompressionLevel | Default compression level. |
| DelayedFields | Delayed fields that need to be resolved again. |
| ExpectedEmbeddedFiles | Embedded files to extract. |
| Extensions | Binder extensions. |
| FileSystemExtensions | File system extensions. |
| IntermediateFolder | Intermedaite folder. |
| IntermediateRepresentation | Intermediate representation to bind. |
| OutputPath | Output path to bind to. |
| OutputType | Output type to bind to. |
| PdbPath | Output path for PDB. |
| PdbType | Type of PDB to create. |
| ResolvedCodepage | Codepage from resolve. |
| ResolvedLcid | LCID from resolve. |
| ResolvedSummaryInformationCodepage | Summary information codepage from resolve. |
| ServiceProvider | Service provider. |
| SuppressLayout | Skip creation of output. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
BindPaths Property
Section titled “BindPaths Property”Bind paths used during resolution.
Declaration
Section titled “Declaration”public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.IBindPath> BindPaths { get; set; }CabbingThreadCount Property
Section titled “CabbingThreadCount Property”Counnt of threads to use in cabbing.
Declaration
Section titled “Declaration”public int CabbingThreadCount { get; set; }CabCachePath Property
Section titled “CabCachePath Property”Cabinet cache path.
Declaration
Section titled “Declaration”public string CabCachePath { get; set; }CancellationToken Property
Section titled “CancellationToken Property”Cancellation token.
Declaration
Section titled “Declaration”public System.Threading.CancellationToken CancellationToken { get; set; }DefaultCompressionLevel Property
Section titled “DefaultCompressionLevel Property”Default compression level.
Declaration
Section titled “Declaration”public System.Nullable<WixToolset.Data.CompressionLevel> DefaultCompressionLevel { get; set; }DelayedFields Property
Section titled “DelayedFields Property”Delayed fields that need to be resolved again.
Declaration
Section titled “Declaration”public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.IDelayedField> DelayedFields { get; set; }ExpectedEmbeddedFiles Property
Section titled “ExpectedEmbeddedFiles Property”Embedded files to extract.
Declaration
Section titled “Declaration”public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.IExpectedExtractFile> ExpectedEmbeddedFiles { get; set; }Extensions Property
Section titled “Extensions Property”Binder extensions.
Declaration
Section titled “Declaration”public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.IBinderExtension> Extensions { get; set; }FileSystemExtensions Property
Section titled “FileSystemExtensions Property”File system extensions.
Declaration
Section titled “Declaration”public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.IFileSystemExtension> FileSystemExtensions { get; set; }IntermediateFolder Property
Section titled “IntermediateFolder Property”Intermedaite folder.
Declaration
Section titled “Declaration”public string IntermediateFolder { get; set; }IntermediateRepresentation Property
Section titled “IntermediateRepresentation Property”Intermediate representation to bind.
Declaration
Section titled “Declaration”public WixToolset.Data.Intermediate IntermediateRepresentation { get; set; }OutputPath Property
Section titled “OutputPath Property”Output path to bind to.
Declaration
Section titled “Declaration”public string OutputPath { get; set; }OutputType Property
Section titled “OutputType Property”Output type to bind to.
Declaration
Section titled “Declaration”public string OutputType { get; set; }PdbPath Property
Section titled “PdbPath Property”Output path for PDB.
Declaration
Section titled “Declaration”public string PdbPath { get; set; }PdbType Property
Section titled “PdbType Property”Type of PDB to create.
Declaration
Section titled “Declaration”public WixToolset.Data.PdbType PdbType { get; set; }ResolvedCodepage Property
Section titled “ResolvedCodepage Property”Codepage from resolve.
Declaration
Section titled “Declaration”public System.Nullable<System.Int32> ResolvedCodepage { get; set; }ResolvedLcid Property
Section titled “ResolvedLcid Property”LCID from resolve.
Declaration
Section titled “Declaration”public System.Nullable<System.Int32> ResolvedLcid { get; set; }ResolvedSummaryInformationCodepage Property
Section titled “ResolvedSummaryInformationCodepage Property”Summary information codepage from resolve.
Declaration
Section titled “Declaration”public System.Nullable<System.Int32> ResolvedSummaryInformationCodepage { get; set; }ServiceProvider Property
Section titled “ServiceProvider Property”Service provider.
Declaration
Section titled “Declaration”public System.IServiceProvider ServiceProvider { get; set; }SuppressLayout Property
Section titled “SuppressLayout Property”Skip creation of output.
Declaration
Section titled “Declaration”public bool SuppressLayout { get; set; }