Home
last modified time | relevance | path

Searched refs:UnityEngineApplicationClassName (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DPlatformApis.cs35 const string UnityEngineApplicationClassName = "UnityEngine.Application, UnityEngine"; field in Grpc.Core.Internal.PlatformApis
69 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()