Returns the reference to the variable named varName from this dynamic library.
Exception if the variable is not found or has null address.
dynLib.var!int("i") = 3; int* j = &dynLib.var!int("j")
See Implementation
Returns the reference to the variable named varName from this dynamic library.