P
Peter
Hi, the following is my question defined as below:
- C# language
- a custom dll,the class name = theNS.theClass
- in a testing project, after add the reference
- code: Type theType = Type.GetType("theNS.theClass");
- problem : theType is set to null.
Please advice. Thanks.
Peter
- C# language
- a custom dll,the class name = theNS.theClass
- in a testing project, after add the reference
- code: Type theType = Type.GetType("theNS.theClass");
- problem : theType is set to null.
Please advice. Thanks.
Peter