![]() | NativeModule Constructor |
[This is preliminary documentation and is subject to change.]
Name | Description | |
---|---|---|
![]() | NativeModule | Creates an unnamed module without debug information |
![]() | NativeModule(String) | Creates a new module with the specified id in a new context |
![]() | NativeModule(String, Context) | Creates an named module in a given context |
![]() | NativeModule(String, SourceLanguage, String, String, Boolean, String, UInt32) | Creates a named module with a root DICompileUnit to contain debugging information |
![]() | NativeModule(String, Context, SourceLanguage, String, String, Boolean, String, UInt32) | Creates a named module with a root DICompileUnit to contain debugging information |