Hello, I am using reflection class to invoke some methods which are on the some other dll. And one of the methods' parameters are type of delegate.
And I want to invoke this methods by using reflection. So I need to pass function parameters as object array, but I could not find anything about how to convert delegate to object.
Thanks in advance