Добавьте файлы проекта.
This commit is contained in:
10
SQLLinter/Core/Interfaces/IAssemblyWrapper.cs
Normal file
10
SQLLinter/Core/Interfaces/IAssemblyWrapper.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Reflection;
|
||||
|
||||
namespace SQLLinter.Core.Interfaces;
|
||||
|
||||
public interface IAssemblyWrapper
|
||||
{
|
||||
Assembly LoadFrom(string path);
|
||||
|
||||
Type[] GetExportedTypes(Assembly assembly);
|
||||
}
|
||||
Reference in New Issue
Block a user