|
Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
| static bool | operator== (MethodInfo? left, MethodInfo? right) |
| static bool | operator== (MethodBase? left, MethodBase? right) |
| static bool | operator== (MemberInfo? left, MemberInfo? right) |
| static bool | operator!= (MethodInfo? left, MethodInfo? right) |
| static bool | operator!= (MethodBase? left, MethodBase? right) |
| static bool | operator!= (MemberInfo? left, MemberInfo? right) |
| static ? MethodBase | GetMethodFromHandle (RuntimeMethodHandle handle) |
| static ? MethodBase | GetMethodFromHandle (RuntimeMethodHandle handle, RuntimeTypeHandle declaringType) |
| static ? MethodBase | GetCurrentMethod () |
Protected Member Functions | |
| Span< object > | CheckArguments (ref StackAllocedArguments stackArgs, ReadOnlySpan< object > parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig) |
Package Functions | |
| RuntimeMethodInfo (RuntimeMethodHandleInternal handle, RuntimeType declaringType, RuntimeType.RuntimeTypeCache reflectedTypeCache, MethodAttributes methodAttributes, BindingFlags bindingFlags, object keepalive) | |
| override bool | CacheEquals (object o) |
| RuntimeMethodInfo | GetParentDefinition () |
| RuntimeType | GetDeclaringTypeInternal () |
| RuntimeType | GetRuntimeType () |
| RuntimeModule | GetRuntimeModule () |
| override ParameterInfo[] | GetParametersNoCopy () |
| object | InvokeOneParameter (object obj, BindingFlags invokeAttr, Binder binder, object parameter, CultureInfo culture) |
| RuntimeType[] | GetGenericArgumentsInternal () |
| virtual Type[] | GetParameterTypes () |
| bool | HasSameMetadataDefinitionAsCore< TOther > (MemberInfo other) |
Static Package Functions | |
| static MethodBase | InternalGetCurrentMethod (ref StackCrawlMark stackMark) |
| static void | AppendParameters (ref ValueStringBuilder sbParamList, Type[] parameterTypes, CallingConventions callingConvention) |
Private Member Functions | |
| ParameterInfo[] | FetchNonReturnParameters () |
| ParameterInfo | FetchReturnParameter () |
| void | CheckConsistency (object target) |
| void | ThrowNoInvokeException () |
| Delegate | CreateDelegateInternal (Type delegateType, object firstArgument, DelegateBindingFlags bindingFlags) |
| IntPtr | GetMethodDesc () |
Static Private Member Functions | |
| static bool | IsDisallowedByRefType (Type type) |
Definition at line 13 of file RuntimeMethodInfo.cs.