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

FrozenThread() private method

Initializes a new instance of the FrozenThread class.
private FrozenThread ( RemoteThread thread ) : System
thread RemoteThread The frozen thread.
return System
        internal FrozenThread(RemoteThread thread)
        {
            // Save the parameter
            Thread = thread;
        }