Binarysharp.MemoryManagement.Threading.FrozenThread.Dispose C# (CSharp) Method

Dispose() public method

Releases all resources used by the RemoteThread object.
public Dispose ( ) : void
return void
        public virtual void Dispose()
        {
            // Unfreeze the thread
            Thread.Resume();
        }