Better interface comments

This commit is contained in:
Matt Nadareski
2022-05-01 21:06:52 -07:00
parent 6f9e92d222
commit a8ba104d0f
5 changed files with 18 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
namespace BurnOutSharp.Interfaces
{
/// <summary>
/// Check a Portable Executable (PE) for protection
/// </summary>
internal interface IPortableExecutableCheck
{
/// <summary>