DynamicallyLoadedLibrary.resolve

Convenience function for casting symbol to the right type

class DynamicallyLoadedLibrary
T
resolve
(
T
)
(
in string symbol
)

Parameters

symbol string

names the symbol to load

Return Value

Type: T

address of the loaded symbol

Meta