示例#1
0
        public string Convert(Instruction instruction, MethodTranslateContext methodContext)
        {
            var             typeReference   = instruction.Operand as TypeReference;
            TypeInformation typeInformation = methodContext.TranslateContext.MetadataContext.GetTypeInformation(typeReference);

            return(LdelemConvert.Convert(instruction, methodContext, typeInformation.CXXTypeName));
        }
示例#2
0
 public string Convert(Instruction instruction, MethodTranslateContext methodContext)
 => LdelemConvert.Convert(instruction, methodContext, "RTCLI::System::UInt16");
示例#3
0
 public string Convert(Instruction instruction, MethodTranslateContext methodContext)
 => LdelemConvert.Convert(instruction, methodContext, "RTCLI::NativeInt");
示例#4
0
 public string Convert(Instruction instruction, MethodTranslateContext methodContext)
 => LdelemConvert.Convert(instruction, methodContext, "");