c# - Get Type T from String -


इस सवाल का पहले से ही एक उत्तर है: < / P>

  • 4 जवाब
  • 2 जवाब

    मुझे विधि मिली:

      शून्य EmberIU & lt; T & gt; () जहां टी: फॉर्म {for (int I = 0; i & lt; ins.Length; i ++) इन [i]। क्लिक करें + = प्रतिनिधि {ShowForm & lt; T & gt; ("आर्ग")); }; }   

    क्या मैं उस विधि का उपयोग कर सकता हूँ जैसे:

      var thing = Type.GetType ("namespace.class"); EmberIU & gt; वस्तु & gt; ()    

    आपको Type.MakeGenericType (पैरामीटर प्रकार []) विधि (यहां देखें:)

    उदाहरण के लिए:

      अपना टाइप टाइप = टाइप करें। गेटटाइप ("नेमस्पेस.क्लास"); प्रकार EmberType = typeof (EmberIU & lt; & gt;)। MakeGenericType (yourType);    

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -