Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/
DSimpleJson.cs1588 IDictionary dict = (IDictionary)CacheResolver.GetNewInstance(genericType); in DeserializeObject()
1598 obj = CacheResolver.GetNewInstance(type); in DeserializeObject()
1643 list = (IList)CacheResolver.GetNewInstance(genericType); in DeserializeObject()
1815 public static object GetNewInstance(Type type) in GetNewInstance() method in Antmicro.Renode.Config.Reflection.CacheResolver