We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8ea5c commit 3c3d231Copy full SHA for 3c3d231
1 file changed
docs/core/deploying/single-file/overview.md
@@ -182,6 +182,7 @@ The table below has the relevant runtime library API details for single file use
182
| `AssemblyName.CodeBase` | Returns `null`. |
183
| `AssemblyName.EscapedCodeBase` | Returns `null`. |
184
| `Module.FullyQualifiedName` | Returns a string with the value of `<Unknown>` or throws an exception. |
185
+| `Marshal.GetHINSTANCE` | Returns -1. |
186
| `Module.Name` | Returns a string with the value of `<Unknown>`. |
187
188
We have some recommendations for fixing common scenarios:
0 commit comments