NodejsRuntime.NodeEmbeddingPlatformFlags enumeration
C#
[Flags]
public enum NodeEmbeddingPlatformFlagsValues
| name | value | description |
|---|---|---|
| None | 0x0 | |
| EnableStdioInheritance | 0x1 | |
| DisableNodeOptionsEnv | 0x2 | |
| DisableCliOptions | 0x4 | |
| NoIcu | 0x8 | |
| NoStdioInitialization | 0x10 | |
| NoDefaultSignalHandling | 0x20 | |
| NoInitOpenSsl | 0x100 | |
| NoParseGlobalDebugVariables | 0x200 | |
| NoAdjustResourceLimits | 0x400 | |
| NoUseLargePages | 0x800 | |
| NoPrintHelpOrVersionOutput | 0x1000 | |
| GeneratePredictableSnapshot | 0x4000 |
See Also
- class NodejsRuntime
- namespace Microsoft.JavaScript.NodeApi.Runtime