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

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