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