ILAssembler icon indicating copy to clipboard operation
ILAssembler copied to clipboard

Add modreq/modopt support

Open SeeminglyScience opened this issue 4 years ago • 0 comments

Thinking a fake attribute like:

using namespace System.Runtime.InteropServices

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

SeeminglyScience avatar Aug 11 '20 13:08 SeeminglyScience