mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
8 lines
156 B
C#
8 lines
156 B
C#
using System.Runtime.Loader;
|
|
|
|
namespace RemoteExec.Server;
|
|
|
|
public class RemoteJobAssemblyLoadContext(string name) : AssemblyLoadContext(name, true)
|
|
{
|
|
}
|