Search results for query: *

  1. richard.cassell

    Creating an object using a literal string which contains the required type.

    Hi John! Thanks for your quick response - with your advice i've managed to solve the problem! I had a look at the AssemblyQualifiedName of my 2 classes and found that if i included the assembly name as part of the getType parameter it could find their type. I.e. getType("Project.Class1...
  2. richard.cassell

    Creating an object using a literal string which contains the required type.

    Hi all, I'm writing some software which allows the user to draw diagrams containing nodes and controls, each representing an Object of a Class. As part of this, i'm coding save/load functionality using XML documents. My problem is that i have a tag in the XML which holds the Type of the object...
Back
Top