msweldon
July 2nd, 2004, 11:11 AM
I'm building an automated build and deploy application and one of my problems is that I'm attempting to declare/obtain an object type from a string. I've done it before with Java, but has been quite some time.
I think the syntax for java was/is:
myObject = Class(myObjectString);
Any ideas for c#?
Thanks in advance,
marc
I think the syntax for java was/is:
myObject = Class(myObjectString);
Any ideas for c#?
Thanks in advance,
marc