System.Reflection.MonoMethodInfo.GetAttributes C# (CSharp) Method

GetAttributes() static private method

static private GetAttributes ( IntPtr handle ) : MethodAttributes
handle IntPtr
return MethodAttributes
		internal static MethodAttributes GetAttributes (IntPtr handle)
		{
			return GetMethodInfo (handle).attrs;
		}