Method |
Description |
|
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 |
|
|