Skip to content

ExecuteFilesInUseEventArgs Class

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

PropertyDescription
FilesGets the list of files in use.
PackageIdGets the identity of the package that yielded the files in use message.
SourceGets the source of the message.
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040

Gets the list of files in use.

public IList<System.String> Files { get; set; }

Gets the identity of the package that yielded the files in use message.

public string PackageId { get; set; }

Gets the source of the message.

public FilesInUseType Source { get; set; }