terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | Site |
Public Member Functions | |
NestedContainer (IComponent owner) | |
virtual void | Add (IComponent component) |
virtual void | Add (IComponent component, string name) |
void | Dispose () |
virtual void | Remove (IComponent component) |
Protected Member Functions | |
override ISite | CreateSite (IComponent component, string name) |
override void | Dispose (bool disposing) |
override object | GetService (Type service) |
override void | Finalize () |
void | RemoveWithoutUnsiting (IComponent component) |
virtual void | ValidateName (IComponent component, string name) |
Properties | |
IComponent | Owner [get] |
virtual string | OwnerName [get] |
virtual ComponentCollection | Components [get] |
Private Member Functions | |
void | OnOwnerDisposed (object sender, EventArgs e) |
void | Remove (IComponent component, bool preserveSite) |
Private Attributes | |
readonly IComponent< Owner > | k__BackingField |
ISite[] | sites |
int | siteCount |
ComponentCollection | components |
ContainerFilterService | filter |
bool | checkedFilter |
object | syncObj |
Definition at line 8 of file NestedContainer.cs.