System.Reflection.MonoMethodInfo.GetAttributes C# (CSharp) Метод

GetAttributes() статический приватный Метод

static private GetAttributes ( IntPtr handle ) : MethodAttributes
handle IntPtr
Результат MethodAttributes
		internal static MethodAttributes GetAttributes (IntPtr handle)
		{
			return GetMethodInfo (handle).attrs;
		}