Commit Graph

8 Commits

Author SHA1 Message Date
Katy Coe
b6f34bf486 Update constants from Unity 2017.2 headers 2017-11-09 12:46:44 +01:00
Katy Coe
e1fa8c8bfd Method boilerplate code / minor re-factoring 2017-11-08 01:59:26 +01:00
Katy Coe
5e652606b2 Re-factoring / boilerplate code 2017-11-08 01:08:02 +01:00
Katy Coe
3db660a454 Roll field offsets into FieldInfo 2017-11-08 00:49:07 +01:00
Katy Coe
dc20e17898 Roll default value into FieldInfo; report correctly when default is null 2017-11-08 00:45:16 +01:00
Katy Coe
2a2617674a Collect field defaults into Il2CppInspector.FieldDefaultValue on load 2017-11-07 07:04:46 +01:00
Katy Coe
5890b0a1c1 Update copyright notices and using statements 2017-11-07 05:41:32 +01:00
Katy Coe
521f82ed4d Implement MemberInfo, FieldInfo, TypeInfo.DeclaredFields
Rename Type to TypeInfo
Add TypeInfo.CSharpName
Implement some generic types/parameters
Implement arrays
Remove obsolete Il2CppType.GetTypeFromTypeIndex
Implement enhanced Il2CppReflector.GetTypeFromTypeIndex (can create array and generic types on-the-fly from Il2CppType usages)
2017-11-07 05:31:52 +01:00