mirror of
https://github.com/Stone-Red-Code/RemoteExec.git
synced 2026-09-04 09:06:20 +02:00
Add XML docs
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
namespace RemoteExec.Server;
|
||||
|
||||
/// <summary>
|
||||
/// An isolated assembly load context for remote job execution, allowing assemblies to be unloaded.
|
||||
/// </summary>
|
||||
public class RemoteJobAssemblyLoadContext(string name) : AssemblyLoadContext(name, true)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user