Searched refs:UnityEngineApplicationClassName (Results 1 – 1 of 1) sorted by relevance
35 const string UnityEngineApplicationClassName = "UnityEngine.Application, UnityEngine"; field in Grpc.Core.Internal.PlatformApis69 var unityApplicationClass = Type.GetType(UnityEngineApplicationClassName); in PlatformApis()175 …return Type.GetType(UnityEngineApplicationClassName).GetTypeInfo().GetProperty("platform").GetValu… in GetUnityRuntimePlatform()177 …return Type.GetType(UnityEngineApplicationClassName).GetProperty("platform").GetValue(null).ToStri… in GetUnityRuntimePlatform()