Ejemplo n.º 1
0
        public static HLTemporaryLocation Create(HLTemporary pTemporary)
        {
            HLTemporaryLocation location = new HLTemporaryLocation(pTemporary.Type);

            location.mTemporary = pTemporary;
            return(location);
        }
Ejemplo n.º 2
0
        public static HLTemporaryAddressLocation Create(HLTemporary pTemporary)
        {
            HLTemporaryAddressLocation location = new HLTemporaryAddressLocation(HLDomain.GetOrCreateType(MutableModelHelper.GetManagedPointerTypeReference(pTemporary.Type.Definition, HLDomain.Host.InternFactory, pTemporary.Type.Definition)));

            location.mTemporary = pTemporary;
            return(location);
        }
 public static HLTemporaryAddressLocation Create(HLTemporary pTemporary)
 {
     HLTemporaryAddressLocation location = new HLTemporaryAddressLocation(HLDomain.GetOrCreateType(MutableModelHelper.GetManagedPointerTypeReference(pTemporary.Type.Definition, HLDomain.Host.InternFactory, pTemporary.Type.Definition)));
     location.mTemporary = pTemporary;
     return location;
 }
Ejemplo n.º 4
0
 public static HLTemporaryLocation Create(HLTemporary pTemporary)
 {
     HLTemporaryLocation location = new HLTemporaryLocation(pTemporary.Type);
     location.mTemporary = pTemporary;
     return location;
 }