Exemplo n.º 1
0
 public string Convert(Instruction instruction, MethodTranslateContextCXX methodContext)
 => LdelemConvert.Convert(instruction, methodContext, "RTCLI::NativeInt");
Exemplo n.º 2
0
 public string Convert(Instruction instruction, MethodTranslateContextCXX methodContext)
 => LdelemConvert.Convert(instruction, methodContext, "RTCLI::System::UInt32");
Exemplo n.º 3
0
        public string Convert(Instruction instruction, MethodTranslateContextCXX methodContext)
        {
            var typeReference = instruction.Operand as TypeReference;

            return(LdelemConvert.Convert(instruction, methodContext, typeReference.CXXTypeName()));
        }