We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adda27 commit 79a092cCopy full SHA for 79a092c
1 file changed
Example/Example.cs
@@ -102,7 +102,7 @@ internal sealed partial class Win32 // Container can be class/struct/interface/r
102
103
[NativeImport(
104
kernel32 // Specify native library name
105
- //, EnforceBlittable = true // Whether to enforce blittable type validation (applies to all methods, can be overriden per-method)
+ //, EnforceBlittable = true // Whether to enforce blittable type validation (applies to all methods, can be overriden per-method)
106
, ExplicitOnly = true // Whether only methods explicitly marked with NIMA should be considered
107
, Inherited = false // Whether to consider inherited interface methods
108
, Lazy = true // Whether to use lazy or eager module loading
0 commit comments