mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
1 line
No EOL
5.1 KiB
XML
1 line
No EOL
5.1 KiB
XML
<?xml version="1.0" encoding="utf-16"?><Types><TypeMeta MetaId="System.Object"><Methods /></TypeMeta><TypeMeta MetaId="SimpleMethodsTest.Program" BaseType="System.Object"><Methods><Method MetaId="System.Void SimpleMethodsTest.Program.Main(System.String[])" IsStatic="True"><Parameters><Parameter IsByRef="False" MetaId="args: System.String[]" /></Parameters><Body InitLocals="True"><Locals><Local Index="0" Type="System.Int32" /><Local Index="1" Type="System.Int32" /><Local Index="2" Type="System.Int32" /><Local Index="3" Type="System.Int32" /></Locals><ExceptionHandlingClauses /><Instructions><Instruction Index="0" Kind="Nop" /><Instruction Index="1" Kind="Ldc_I4" Value="33" /><Instruction Index="2" Kind="Stloc" LocalIndex="0" /><Instruction Index="3" Kind="Ldc_I4" Value="45" /><Instruction Index="4" Kind="Stloc" LocalIndex="1" /><Instruction Index="5" Kind="Ldloc" LocalIndex="0" /><Instruction Index="6" Kind="Ldloc" LocalIndex="1" /><Instruction Index="7" Kind="Call" Method="System.Int32 SimpleMethodsTest.Program.Sum(System.Int32, System.Int32)" /><Instruction Index="8" Kind="Stloc" LocalIndex="2" /><Instruction Index="9" Kind="Ldloc" LocalIndex="2" /><Instruction Index="10" Kind="Ldloc" LocalIndex="1" /><Instruction Index="11" Kind="Call" Method="System.Int32 SimpleMethodsTest.Program.Sum(System.Int32, System.Int32)" /><Instruction Index="12" Kind="Stloc" LocalIndex="3" /><Instruction Index="13" Kind="Ret" /></Instructions></Body></Method><Method MetaId="System.Int32 SimpleMethodsTest.Program.Sum(System.Int32, System.Int32)" IsStatic="True" ReturnType="System.Int32"><Parameters><Parameter IsByRef="False" MetaId="xValue1: System.Int32" /><Parameter IsByRef="False" MetaId="xValue2: System.Int32" /></Parameters><Body InitLocals="True"><Locals><Local Index="0" Type="System.Int32" /></Locals><ExceptionHandlingClauses /><Instructions><Instruction Index="0" Kind="Nop" /><Instruction Index="1" Kind="Ldarg" Argument="xValue1: System.Int32" /><Instruction Index="2" Kind="Ldarg" Argument="xValue2: System.Int32" /><Instruction Index="3" Kind="Add" /><Instruction Index="4" Kind="Stloc" LocalIndex="0" /><Instruction Index="5" Kind="Br" TargetIdx="6" /><Instruction Index="6" Kind="Ldloc" LocalIndex="0" /><Instruction Index="7" Kind="Ret" /></Instructions></Body></Method></Methods></TypeMeta><TypeMeta MetaId="System.String" BaseType="System.Object"><Methods /></TypeMeta><TypeMeta MetaId="System.ValueType" BaseType="System.Object"><Methods /></TypeMeta><TypeMeta MetaId="System.Int32" BaseType="System.ValueType"><Methods /></TypeMeta><Array Dimensions="1" ElementType="System.String" /></Types> |