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;
		}