Merge branch 'master' of https://github.com/LukeFZ/Il2CppInspectorRedux
This commit is contained in:
@@ -255,7 +255,7 @@ namespace Il2CppInspector.Reflection
|
|||||||
public PropertyInfo GetProperty(string name) => DeclaredProperties.FirstOrDefault(p => p.Name == name);
|
public PropertyInfo GetProperty(string name) => DeclaredProperties.FirstOrDefault(p => p.Name == name);
|
||||||
|
|
||||||
public MethodBase[] GetVTable() {
|
public MethodBase[] GetVTable() {
|
||||||
if (!Definition.IsValid) {
|
if (Definition.IsValid) {
|
||||||
MetadataUsage[] vt = Assembly.Model.Package.GetVTable(Definition);
|
MetadataUsage[] vt = Assembly.Model.Package.GetVTable(Definition);
|
||||||
MethodBase[] res = new MethodBase[vt.Length];
|
MethodBase[] res = new MethodBase[vt.Length];
|
||||||
for (int i = 0; i < vt.Length; i++) {
|
for (int i = 0; i < vt.Length; i++) {
|
||||||
@@ -1190,4 +1190,4 @@ namespace Il2CppInspector.Reflection
|
|||||||
|
|
||||||
public override string ToString() => Name;
|
public override string ToString() => Name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user