API Reference
Class
BenchmarkPackImportResult
Describes a completed native benchmark pack import.
Inheritance
- Object
- BenchmarkPackImportResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method BenchmarkPackImportService.ImportCurrentFromDirectory
- Method BenchmarkPackImportService.ImportCurrentFromDirectory
- Method BenchmarkPackImportService.ImportCurrentFromDirectory
- Method BenchmarkPackImportService.ImportCurrentOnlineAsync
- Method BenchmarkPackImportService.ImportCurrentOnlineAsync
- Method BenchmarkPackImportService.ImportCurrentOnlineAsync
- Method BenchmarkPackImportService.ImportNativePack
Constructors
public BenchmarkPackImportResult() #Inherited Methods
Properties
public BenchmarkPack Pack { get; set; } #Gets or sets the imported pack.
public String Path { get; set; } #Gets or sets the absolute stored pack path.
public Boolean Downloaded { get; set; } #Gets or sets whether source files were downloaded during the operation.
public List<BenchmarkPackIssue> ValidationIssues { get; set; } #Gets or sets validation warnings and errors produced after import.