Skip to main content

DetectBeginEventArgs Class

Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.DetectBegin»

Properties

PropertyDescription
CachedGets whether the bundle is cached.
PackageCountGets the number of packages to detect.
RegistrationTypeGets the bundle's registration state.

WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

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; }