Interface ILicenseExtractor
An abstraction to extract the software License.
public interface ILicenseExtractor
Methods
ExtractLicenseAsync()
Extracts the License asynchronously.
Task<LicenseExtractorResult> ExtractLicenseAsync()
Returns
GetLicenseAsync()
Gets the extracted license asynchronously.
Task<License?> GetLicenseAsync()