GetTypicalMethodDefinition() private method

private GetTypicalMethodDefinition ( ) : RuntimeMethodHandle
return RuntimeMethodHandle
コード例 #1
0
 internal static IRuntimeMethodInfo GetTypicalMethodDefinition(IRuntimeMethodInfo method)
 {
     if (!RuntimeMethodHandle.IsTypicalMethodDefinition(method))
     {
         RuntimeMethodHandle.GetTypicalMethodDefinition(method, JitHelpers.GetObjectHandleOnStack <IRuntimeMethodInfo>(ref method));
     }
     return(method);
 }