GetMethodBody() 개인적인 메소드

private GetMethodBody ( ) : MethodBody
리턴 MethodBody
예제 #1
0
 public override MethodBody GetMethodBody()
 {
     return(RuntimeMethodInfo.GetMethodBody(mhandle));
 }