We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0a910 commit 1f82042Copy full SHA for 1f82042
LoadBinaryPluginExt.cs
@@ -34,6 +34,8 @@ public override bool Initialize(IPluginHost host)
34
throw new ArgumentNullException(nameof(host));
35
}
36
37
+ LoadBinaryPluginExt.host = host;
38
+
39
openFiles = new Dictionary<IntPtr, MemoryMappedFile>();
40
41
return true;
0 commit comments