mirror of
https://github.com/stellarbear/YaraSharp
synced 2026-06-08 17:36:09 +00:00
12 lines
137 B
C++
12 lines
137 B
C++
#pragma once
|
|
|
|
namespace YaraSharp
|
|
{
|
|
public ref class YSContext sealed
|
|
{
|
|
public:
|
|
YSContext();
|
|
~YSContext();
|
|
void Destroy();
|
|
};
|
|
} |