Terraria v1.4.4.9
Terraria source code documentation
|
Package Types | |
enum | Attributes { ComposedOfAllVirtualMethods = 1 , ComposedOfAllPrivateMethods = 2 , ComposedOfNoPublicMembers = 4 , ComposedOfNoStaticMembers = 8 } |
Static Package Functions | |
static bool | IncludeAccessor (MethodInfo associate, bool nonPublic) |
static void | AssignAssociates (MetadataImport scope, int mdPropEvent, RuntimeType declaringType, RuntimeType reflectedType, out RuntimeMethodInfo addOn, out RuntimeMethodInfo removeOn, out RuntimeMethodInfo fireOn, out RuntimeMethodInfo getter, out RuntimeMethodInfo setter, out MethodInfo[] other, out bool composedOfAllPrivateMethods, out BindingFlags bindingFlags) |
Static Private Member Functions | |
static RuntimeMethodInfo | AssignAssociates (int tkMethod, RuntimeType declaredType, RuntimeType reflectedType) |
Definition at line 6 of file Associates.cs.