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:
parent
69a597574d
commit
045e706600
2 changed files with 25 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue