|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | StackAllocedArguments |
Public Member Functions | |
| ParameterInfo[] | GetParameters () |
| MethodImplAttributes | GetMethodImplementationFlags () |
| virtual ? MethodBody | GetMethodBody () |
| virtual Type[] | GetGenericArguments () |
| object? | Invoke (object? obj, object?[]? parameters) |
| object? | Invoke (object? obj, BindingFlags invokeAttr, Binder? binder, object?[]? parameters, CultureInfo? culture) |
| override bool | Equals (object? obj) |
| override int | GetHashCode () |
| virtual bool | HasSameMetadataDefinitionAs (MemberInfo other) |
| bool | IsDefined (Type attributeType, bool inherit) |
| object[] | GetCustomAttributes (bool inherit) |
| object[] | GetCustomAttributes (Type attributeType, bool inherit) |
| virtual IList< CustomAttributeData > | GetCustomAttributesData () |
Static Public Member Functions | |
| static ? MethodBase | GetMethodFromHandle (RuntimeMethodHandle handle) |
| static ? MethodBase | GetMethodFromHandle (RuntimeMethodHandle handle, RuntimeTypeHandle declaringType) |
| static ? MethodBase | GetCurrentMethod () |
| static bool | operator== (MethodBase? left, MethodBase? right) |
| static bool | operator!= (MethodBase? left, MethodBase? right) |
| static bool | operator== (MemberInfo? left, MemberInfo? right) |
| static bool | operator!= (MemberInfo? left, MemberInfo? right) |
Protected Member Functions | |
| Span< object > | CheckArguments (ref StackAllocedArguments stackArgs, ReadOnlySpan< object > parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig) |
Package Functions | |
| virtual ParameterInfo[] | GetParametersNoCopy () |
| virtual Type[] | GetParameterTypes () |
| virtual bool | CacheEquals (object o) |
| bool | HasSameMetadataDefinitionAsCore< TOther > (MemberInfo other) |
Static Package Functions | |
| static void | AppendParameters (ref ValueStringBuilder sbParamList, Type[] parameterTypes, CallingConventions callingConvention) |
Private Member Functions | |
| IntPtr | GetMethodDesc () |
Definition at line 11 of file MethodBase.cs.