Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
struct | Filter |
class | MemberInfoCache |
Package Types | |
enum | CacheType { Method , Constructor , Field , Property , Event , Interface , NestedType } |
Properties | |
object | GenericCache [get, set] |
bool | DomainInitialized [get, set] |
TypeCode | TypeCode [get, set] |
bool | IsGlobal [get] |
Private Member Functions | |
string | ConstructName ([NotNull] ref string name, TypeNameFormatFlags formatFlags) |
T[] | GetMemberList< T > (ref MemberInfoCache< T > m_cache, MemberListType listType, string name, CacheType cacheType) |
MemberInfoCache< T > | GetMemberCache< T > (ref MemberInfoCache< T > m_cache) |
Static Private Attributes | |
static CerHashtable< RuntimeMethodInfo, RuntimeMethodInfo > | s_methodInstantiations |
static object | s_methodInstantiationsLock |
Definition at line 196 of file RuntimeType.cs.