Exemplo n.º 1
0
 internal jvmtiError GetThreadInfo(jthread thread, out jvmtiThreadInfo threadInfo)
 {
     return(RawInterface.GetThreadInfo(this, thread, out threadInfo));
 }
Exemplo n.º 2
0
 internal jvmtiError GetThreadInfo(jthread thread, out jvmtiThreadInfo threadInfo)
 {
     return RawInterface.GetThreadInfo(this, thread, out threadInfo);
 }