GetMethodImplementationFlags() static private method

static private GetMethodImplementationFlags ( IntPtr handle ) : MethodImplAttributes
handle IntPtr
return MethodImplAttributes
Esempio n. 1
0
 public override MethodImplAttributes GetMethodImplementationFlags()
 {
     return(MonoMethodInfo.GetMethodImplementationFlags(mhandle));
 }