Hi Sagnik, Take a look at the example here: msdn.microsoft.com/.../dictclass.callobject.aspx The compiler will not allow a call to a method that doesn't exist, but you can use DictClass object to try and create an instance of the class, if the class exists in the AOT then you can conditionally call a method on that class by passing the method name as a string. Hope that helps!
↧