Tags: runtime class instantiation
Runtime Method/Class Call
Recently, i found myself wanting to dynamically (runtime) construct a method from a class and then call that method without developing a nasty logic structure.In essence, i wanted to perform this logic, based on known method/class naming:Dim tmpM… more »