1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 00:20:25 +02:00

Added CallerType, CallerTypeName

This commit is contained in:
Brian Fiete 2021-12-17 15:45:53 -05:00
parent 69a597574d
commit 045e706600
2 changed files with 25 additions and 1 deletions

View file

@ -217,6 +217,12 @@ namespace System
[LinkName("#CallerFileDir")]
public static extern String CallerFileDir;
[LinkName("#CallerType")]
public static extern Type CallerType;
[LinkName("#CallerTypeName")]
public static extern String CallerTypeName;
[LinkName("#CallerMemberName")]
public static extern String CallerMemberName;