{"id":1246,"date":"2014-09-24T04:33:22","date_gmt":"2014-09-24T04:33:22","guid":{"rendered":"http:\/\/www.clonefactor.com\/wordpress\/?p=1246"},"modified":"2014-09-24T04:33:33","modified_gmt":"2014-09-24T04:33:33","slug":"using-string-to-get-target-system-type","status":"publish","type":"post","link":"https:\/\/www.clonefactor.com\/wordpress\/program\/c\/1246\/","title":{"rendered":"using string to get target system.type"},"content":{"rendered":"<p>\u5728 non-static \u7684\u60c5\u6cc1\u4e0b, C# \u5bb9\u8a31\u7531 string \u53d6\u5f97\u76ee\u6a19 class type.<\/p>\n<p>\u547c\u53eb\u65b9\u5f0f\u5982\u4e0b<\/p>\n<pre class=\"brush:csharp\">function xxxSomeMethodxxx(){\r\n\/\/ for example following are the same.\r\n}\r\n\r\n\/\/ case 1\r\ntypeof(xxxSomeMethodxxx);\r\n\/\/ case 2\r\nSystem.Type _type = this.GetType().Assembly.GetType(\"xxxSomeMethodxxx\");\r\n\r\n\r\n<\/pre>\n<p>\u539f\u56e0\u662f this.GetType().Assembly \u662f\u53d6\u5f97 compile \u5f8c\u7684\u76ee\u6a19, \u7531\u6b64\u53ef\u4ee5\u518d\u547c\u53eb GetType \u53d6\u5f97\u5176\u4ed6\u7684 Method. \u6b64\u65b9\u6cd5\u65bc static \u7269\u4ef6\u4e0d\u9069\u7528.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 non-static \u7684\u60c5\u6cc1\u4e0b, C# \u5bb9\u8a31\u7531 string \u53d6\u5f97\u76ee\u6a19 class type.  &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[16],"class_list":["post-1246","post","type-post","status-publish","format-standard","hentry","category-c","tag-c-2"],"_links":{"self":[{"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/posts\/1246","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/comments?post=1246"}],"version-history":[{"count":0,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/posts\/1246\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/media?parent=1246"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/categories?post=1246"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.clonefactor.com\/wordpress\/wp-json\/wp\/v2\/tags?post=1246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}