|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
This is the complete list of members for System.Delegate, including all inherited members.
| AllocDelegateLike_internal(global::System.Delegate d) | System.Delegate | package |
| arg_type_match(global::System.Type delArgType, global::System.Type argType) | System.Delegate | inlineprivatestatic |
| arg_type_match_this(global::System.Type delArgType, global::System.Type argType, bool boxedThis) | System.Delegate | inlineprivatestatic |
| Clone() | System.Delegate | inlinevirtual |
| Combine(global::System.Delegate a, global::System.Delegate b) | System.Delegate | inlinestatic |
| Combine(params global::System.Delegate[] delegates) | System.Delegate | inlinestatic |
| CombineImpl(global::System.Delegate d) | System.Delegate | inlineprotectedvirtual |
| CreateDelegate(global::System.Type type, object firstArgument, global::System.Reflection.MethodInfo method, bool throwOnBindFailure, bool allowClosed) | System.Delegate | inlineprivatestatic |
| CreateDelegate(global::System.Type type, object firstArgument, global::System.Reflection.MethodInfo method) | System.Delegate | inlinestatic |
| CreateDelegate(global::System.Type type, global::System.Reflection.MethodInfo method, bool throwOnBindFailure) | System.Delegate | inlinestatic |
| CreateDelegate(global::System.Type type, global::System.Reflection.MethodInfo method) | System.Delegate | inlinestatic |
| CreateDelegate(global::System.Type type, object target, string method) | System.Delegate | inlinestatic |
| CreateDelegate(global::System.Type type, global::System.Type target, string method, bool ignoreCase, bool throwOnBindFailure) | System.Delegate | inlinestatic |
| CreateDelegate(global::System.Type type, global::System.Type target, string method) | System.Delegate | inlinestatic |
| CreateDelegate(global::System.Type type, global::System.Type target, string method, bool ignoreCase) | System.Delegate | inlinestatic |
| CreateDelegate(global::System.Type type, object target, string method, bool ignoreCase, bool throwOnBindFailure) | System.Delegate | inlinestatic |
| CreateDelegate(global::System.Type type, object target, string method, bool ignoreCase) | System.Delegate | inlinestatic |
| CreateDelegate_internal(global::System.Type type, object target, global::System.Reflection.MethodInfo info, bool throwOnBindFailure) | System.Delegate | package |
| data | System.Delegate | private |
| delegate_trampoline | System.Delegate | private |
| Equals(object obj) | System.Delegate | inline |
| extra_arg | System.Delegate | private |
| GetCandidateMethod(global::System.Type type, global::System.Type target, string method, global::System.Reflection.BindingFlags bflags, bool ignoreCase, bool throwOnBindFailure) | System.Delegate | inlineprivatestatic |
| GetHashCode() | System.Delegate | inline |
| GetInvocationList() | System.Delegate | inlinevirtual |
| GetMethodImpl() | System.Delegate | inlineprotectedvirtual |
| GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | System.Delegate | inlinevirtual |
| GetVirtualMethod_internal() | System.Delegate | private |
| interp_invoke_impl | System.Delegate | private |
| interp_method | System.Delegate | private |
| invoke_impl | System.Delegate | private |
| m_target | System.Delegate | private |
| Method | System.Delegate | |
| method | System.Delegate | private |
| method_code | System.Delegate | private |
| method_info | System.Delegate | private |
| method_is_virtual | System.Delegate | private |
| method_ptr | System.Delegate | private |
| operator!=(global::System.Delegate d1, global::System.Delegate d2) | System.Delegate | inlinestatic |
| operator==(global::System.Delegate d1, global::System.Delegate d2) | System.Delegate | inlinestatic |
| original_method_info | System.Delegate | private |
| Remove(global::System.Delegate source, global::System.Delegate value) | System.Delegate | inlinestatic |
| RemoveImpl(global::System.Delegate d) | System.Delegate | inlineprotectedvirtual |
| return_type_match(global::System.Type delReturnType, global::System.Type returnType) | System.Delegate | inlineprivatestatic |
| Target | System.Delegate |