Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 715 Bytes

File metadata and controls

21 lines (12 loc) · 715 Bytes

Helpers.CompatChecks.CompatibilityCheckerProvider

Namespace: Helpers.CompatChecks

Summary: The base class for Compatibility Checker Providers (CCPs).

Remarks: To integrate a Compatibility Checker Provider into this program, create a class in this namespace and inherit this base class. More information can be found in the documentation.

Methods

  • PerformCompatibilityCheck
    • Returns: CompatibilityCheckerProviderStatus

Fields

  • Status
    • Type: CompatibilityCheckerProviderStatus

Remarks

This documentation summarizes the public surface of CompatibilityCheckerProvider based on the current source file. Implementation details and example usage can be found in the project source.