Home
last modified time | relevance | path

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

/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/Reflect/Net/
H A DNetArray.cs12 private static Type GetNetType(IReflectClass clazz) in GetNetType() method in Db4objects.Db4o.Reflect.Net.NetArray
14 return ((NetClass)clazz).GetNetType(); in GetNetType()
35 Type type = GetNetType(componentType); in NewInstance()
64 Type type = GetNetType(componentType); in NewInstance()
108 return System.Array.CreateInstance(GetNetType(componentType), length); in NewInstance()
H A DNetClass.cs157 return _type.IsAssignableFrom(((NetClass)type).GetNetType()); in IsAssignableFrom()
188 public virtual Type GetNetType() in GetNetType() method in Db4objects.Db4o.Reflect.Net.NetClass
201 return new SerializationConstructor(GetNetType()); in GetSerializableConstructor()
H A DNetReflector.cs113 return typeof(System.Collections.ICollection).IsAssignableFrom(netClass.GetNetType()); in IsCollection()
163 return netClass.GetNetType(); in ToNative()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/native/Db4objects.Db4o/Internal/
H A DPlatform4.cs144 Type t = GetNetType(clazz); in ExtendConfiguration()
379 System.Type netClass = GetNetType(claxx); in IsStruct()
514 Type type = GetNetType(clazz); in IsTransient()
530 private static Type GetNetType(IReflectClass clazz) in GetNetType() method in Db4objects.Db4o.Internal.Platform4
540 return netClass.GetNetType(); in GetNetType()
547 return GetNetType(claxx); in GetNetType()
598 Type type = GetNetType(iReflectClass); in IsEnum()