Silk4NET is the class that handles functionality that is specific to Visual Studio. Currently the class provides functionality for verifying assets.
| Name | Description |
|---|---|
| TryVerifyAsset | Executes the given verification asset and returns whether the verification passed. Boolean |
| VerifyAsset | Executes the given verification asset. Throws an exception if the verification does not pass. |