Skip to content

DetectBeginEventArgs Class

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

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

Gets whether the bundle is cached.

public bool Cached { get; set; }

Gets the number of packages to detect.

public int PackageCount { get; set; }

Gets the bundle’s registration state.

public RegistrationType RegistrationType { get; set; }