This commit is contained in:
kudzu_cp 2009-09-09 15:51:41 +00:00
parent fea9e77438
commit 2a1edc174f

View file

@ -109,6 +109,7 @@ namespace Cosmos.IL2CPU {
new Comment(this, "---------------------------------------------------------");
new Comment(this, "Type: " + aMethod.MethodBase.DeclaringType.ToString());
new Comment(this, "Name: " + aMethod.MethodBase.Name);
new Comment(this, aMethod.Type.ToString());
new Comment(this, "Plugged: " + (aMethod.PlugMethod == null ? "No" : "Yes"));
}