DetectBeginEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectBegin»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Cached | Gets whether the bundle is cached. |
| PackageCount | Gets the number of packages to detect. |
| RegistrationType | Gets the bundle’s registration state. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Cached Property
Section titled “Cached Property”Gets whether the bundle is cached.
Declaration
Section titled “Declaration”public bool Cached { get; set; }PackageCount Property
Section titled “PackageCount Property”Gets the number of packages to detect.
Declaration
Section titled “Declaration”public int PackageCount { get; set; }RegistrationType Property
Section titled “RegistrationType Property”Gets the bundle’s registration state.
Declaration
Section titled “Declaration”public RegistrationType RegistrationType { get; set; }