0
votes
votes
1 answers
Interface type
Can't seem to get this to work. Any suggestions? [code] internal MethodController(string progID, object iInterface) { // Get Type Information objType = Type.GetTypeFromProgID(progID); ...
blah blah blah is here! blah blah » Close
Can't seem to get this to work. Any suggestions? [code] internal MethodController(string progID, object iInterface) { // Get Type Information objType = Type.GetTypeFromProgID(progID); ...
I'd like to create some common methods to handle code like this and a few other variations of InvokeMember. Any help appreciated. [code]public string Action(string ActionName, string ActionParameters) { if (iCamera != null) return iC ...