예제 #1
0
        public ThreadContext64 GetContext()
        {
            var ctx = new ThreadContext64();

            ctx.ReadFromHandle(handle);
            return(ctx);
        }
예제 #2
0
 public void SetContext(ThreadContext64 context)
 {
     context.WriteToHandle(handle);
 }