mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Expose AllocStackCount
to corlib
This commit is contained in:
parent
b0aa27c82c
commit
111b785081
6 changed files with 19 additions and 3 deletions
|
@ -18,6 +18,12 @@ namespace System
|
|||
}
|
||||
}
|
||||
|
||||
public static class Options
|
||||
{
|
||||
[LinkName("#AllocStackCount")]
|
||||
public static extern int32 AllocStackCount;
|
||||
}
|
||||
|
||||
[LinkName("#CallerLineNum")]
|
||||
public static extern int CallerLineNum;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue