DetectBeginEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectBegin»
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.6+73c897383236ddbbbc6ba257634013c1269ceec2
Cached Property
Gets whether the bundle is cached.
Declaration
public bool Cached { get; set; }
PackageCount Property
Gets the number of packages to detect.
Declaration
public int PackageCount { get; set; }
RegistrationType Property
Gets the bundle's registration state.
Declaration
public RegistrationType RegistrationType { get; set; }