GetType obsolete
Posted 西湖盗月
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了GetType obsolete相关的知识,希望对你有一定的参考价值。
error CS0619: `UnityEngine.Types.GetType(string, string)‘ is obsolete: `This was an internal method which is no longer used‘
可以用 System.Reflection.Assembly.Load(assemblyName).GetType(typeName)作为替换
以上是关于GetType obsolete的主要内容,如果未能解决你的问题,请参考以下文章
GetType、typeof 和 is,处理 null 和转换 [重复]
为啥我无法获取 GetType() 的 MethodBody?