Skip to main content

ExecuteFilesInUseEventArgs Class

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

Properties​

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.6+73c897383236ddbbbc6ba257634013c1269ceec2

Files Property​

Gets the list of files in use.

Declaration​

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

PackageId Property​

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

Declaration​

public string PackageId { get; set; } 

Source Property​

Gets the source of the message.

Declaration​

public FilesInUseType Source { get; set; }