예제 #1
0
 internal jvmtiError GetThreadInfo(jthread thread, out jvmtiThreadInfo threadInfo)
 {
     return(RawInterface.GetThreadInfo(this, thread, out threadInfo));
 }
예제 #2
0
 internal jvmtiError GetThreadInfo(jthread thread, out jvmtiThreadInfo threadInfo)
 {
     return RawInterface.GetThreadInfo(this, thread, out threadInfo);
 }