C# 클래스 System.Reflection.MonoMethodInfo

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

비공개 메소드들

메소드 설명
GetAttributes ( IntPtr handle ) : MethodAttributes
GetCallingConvention ( IntPtr handle ) : CallingConventions
GetDeclaringType ( IntPtr handle ) : Type
GetMethodImplementationFlags ( IntPtr handle ) : MethodImplAttributes
GetMethodInfo ( IntPtr handle ) : MonoMethodInfo
GetParametersInfo ( IntPtr handle, MemberInfo member ) : System.Reflection.ParameterInfo[]
GetReturnParameterInfo ( MonoMethod method ) : ParameterInfo
GetReturnType ( IntPtr handle ) : Type
get_method_info ( IntPtr handle, MonoMethodInfo &info ) : void
get_parameter_info ( IntPtr handle, MemberInfo member ) : System.Reflection.ParameterInfo[]
get_retval_marshal ( IntPtr handle ) : UnmanagedMarshal