Ejemplo n.º 1
0
 // if functionPointer points at an import or unboxing stub, find the target of the stub
 public static IntPtr GetCodeTarget(IntPtr functionPointer)
 {
     return(RuntimeImports.RhGetCodeTarget(functionPointer));
 }