// xobject: handle // module? // pcr address // thread state address // tls address // stack address, size // thread id // name // IsAlive // priority // affinity // state: running, suspended, waiting // creation params: // stack size // xapi thread startup fn // start address fn // start context // creation flags // callstack at creation public Thread(Debugger debugger, uint threadHandle) : base(debugger, threadHandle) { }