Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static bool | operator== (MethodInfo? left, MethodInfo? right) |
static bool | operator!= (MethodInfo? left, MethodInfo? right) |
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== (MemberInfo? left, MemberInfo? right) |
static bool | operator!= (MethodBase? left, MethodBase? 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 6 of file MethodInfo.cs.