GetMethodImplementationFlags() 정적인 개인적인 메소드

static private GetMethodImplementationFlags ( IntPtr handle ) : MethodImplAttributes
handle IntPtr
리턴 MethodImplAttributes
예제 #1
0
 public override MethodImplAttributes GetMethodImplementationFlags()
 {
     return(MonoMethodInfo.GetMethodImplementationFlags(mhandle));
 }