struct :
kong.process.platform_DSO.DSO_list
| Tye | Name | Description |
| Static Operators: | ||
| dynamic_object[] () | opSlice | Return all loaded libraries. |
| dynamic_object* (string path) | opIndex | Return library matching path. Match is performed using fnmatch and supports globbing. |
- The symbolic constants IMAGE_SELF or IMAGE_KERNEL can be used for path - see dynamic_object.
- Wraps platform specific code - see linux / win32 folders.
