mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-06 00:03:10 +00:00
This commit is contained in:
parent
fea9e77438
commit
2a1edc174f
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ namespace Cosmos.IL2CPU {
|
||||||
new Comment(this, "---------------------------------------------------------");
|
new Comment(this, "---------------------------------------------------------");
|
||||||
new Comment(this, "Type: " + aMethod.MethodBase.DeclaringType.ToString());
|
new Comment(this, "Type: " + aMethod.MethodBase.DeclaringType.ToString());
|
||||||
new Comment(this, "Name: " + aMethod.MethodBase.Name);
|
new Comment(this, "Name: " + aMethod.MethodBase.Name);
|
||||||
|
new Comment(this, aMethod.Type.ToString());
|
||||||
new Comment(this, "Plugged: " + (aMethod.PlugMethod == null ? "No" : "Yes"));
|
new Comment(this, "Plugged: " + (aMethod.PlugMethod == null ? "No" : "Yes"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue