The OpenD Programming Language

SharedLibLoader.this

Constructs a new instance of shared lib loader with a string of one or more shared library names to use as default.

class SharedLibLoader
this
(
string libNames
)

Parameters

libNames string

A string containing one or more comma-separated shared library names.

Meta