SeeminglyScience / ILAssembler

ILAsm-like DSL for PowerShell
MIT License
16 stars 1 forks source link

Add modreq/modopt support #8

Open SeeminglyScience opened 4 years ago

SeeminglyScience commented 4 years ago

Thinking a fake attribute like:

using namespace System.Runtime.InteropServices

il { [modreq([InAttribute])] [byref] [int] $_._() } { }