mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 02:58:02 +02:00
Comptime method reflection, method entry/exit emission
This commit is contained in:
parent
bc8758bbac
commit
8f3060fd3c
18 changed files with 944 additions and 117 deletions
|
@ -1,3 +1,4 @@
|
|||
using System.Reflection;
|
||||
namespace System
|
||||
{
|
||||
public struct Attribute
|
||||
|
@ -542,6 +543,6 @@ namespace System
|
|||
|
||||
interface IComptimeMethodApply
|
||||
{
|
||||
void ApplyToMethod(Type type);
|
||||
void ApplyToMethod(ComptimeMethodInfo methodInfo);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue