Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 11 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Les deux textes sont identiques
Il n'y a aucune différence entre ces deux textes
0 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
51 lignes
Copier tout
0 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
51 lignes
Copier tout
.method private static string GetString(object myIntVar) cil managed
.method private static string GetString(object myIntVar) cil managed
{
{
// Code size 72 (0x48)
// Code size 72 (0x48)
.maxstack 3
.maxstack 3
.locals init ([0] string GetString,
.locals init ([0] string GetString,
[1] object VB$t_ref$L0,
[1] object VB$t_ref$L0,
[2] bool VB$CG$t_bool$S0)
[2] bool VB$CG$t_bool$S0)
IL_0000: nop
IL_0000: nop
IL_0001: nop
IL_0001: nop
IL_0002: ldarg.0
IL_0002: ldarg.0
IL_0003: stloc.1
IL_0003: stloc.1
IL_0004: nop
IL_0004: nop
IL_0005: ldloc.1
IL_0005: ldloc.1
IL_0006: ldc.i4.0
IL_0006: ldc.i4.0
IL_0007: box [mscorlib]System.Int32
IL_0007: box [mscorlib]System.Int32
IL_000c: ldc.i4.0
IL_000c: ldc.i4.0
IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
object,
object,
bool)
bool)
IL_0012: stloc.2
IL_0012: stloc.2
IL_0013: ldloc.2
IL_0013: ldloc.2
IL_0014: brfalse.s IL_0020
IL_0014: brfalse.s IL_0020
IL_0016: ldstr "Nothing"
IL_0016: ldstr "Nothing"
IL_001b: stloc.0
IL_001b: stloc.0
IL_001c: br.s IL_0046
IL_001c: br.s IL_0046
IL_001e: br.s IL_0045
IL_001e: br.s IL_0045
IL_0020: nop
IL_0020: nop
IL_0021: ldloc.1
IL_0021: ldloc.1
IL_0022: ldc.i4.1
IL_0022: ldc.i4.1
IL_0023: box [mscorlib]System.Int32
IL_0023: box [mscorlib]System.Int32
IL_0028: ldc.i4.0
IL_0028: ldc.i4.0
IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object,
object,
object,
bool)
bool)
IL_002e: stloc.2
IL_002e: stloc.2
IL_002f: ldloc.2
IL_002f: ldloc.2
IL_0030: brfalse.s IL_003c
IL_0030: brfalse.s IL_003c
IL_0032: ldstr "Just one"
IL_0032: ldstr "Just one"
IL_0037: stloc.0
IL_0037: stloc.0
IL_0038: br.s IL_0046
IL_0038: br.s IL_0046
IL_003a: br.s IL_0045
IL_003a: br.s IL_0045
IL_003c: nop
IL_003c: nop
IL_003d: ldstr "Something else"
IL_003d: ldstr "Something else"
IL_0042: stloc.0
IL_0042: stloc.0
IL_0043: br.s IL_0046
IL_0043: br.s IL_0046
IL_0045: nop
IL_0045: nop
IL_0046: ldloc.0
IL_0046: ldloc.0
IL_0047: ret
IL_0047: ret
} // end of method Module1::GetString
} // end of method Module1::GetString
Différences enregistrées
Texte d'origine
Ouvrir un fichier
.method private static string GetString(object myIntVar) cil managed { // Code size 72 (0x48) .maxstack 3 .locals init ([0] string GetString, [1] object VB$t_ref$L0, [2] bool VB$CG$t_bool$S0) IL_0000: nop IL_0001: nop IL_0002: ldarg.0 IL_0003: stloc.1 IL_0004: nop IL_0005: ldloc.1 IL_0006: ldc.i4.0 IL_0007: box [mscorlib]System.Int32 IL_000c: ldc.i4.0 IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_0012: stloc.2 IL_0013: ldloc.2 IL_0014: brfalse.s IL_0020 IL_0016: ldstr "Nothing" IL_001b: stloc.0 IL_001c: br.s IL_0046 IL_001e: br.s IL_0045 IL_0020: nop IL_0021: ldloc.1 IL_0022: ldc.i4.1 IL_0023: box [mscorlib]System.Int32 IL_0028: ldc.i4.0 IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_002e: stloc.2 IL_002f: ldloc.2 IL_0030: brfalse.s IL_003c IL_0032: ldstr "Just one" IL_0037: stloc.0 IL_0038: br.s IL_0046 IL_003a: br.s IL_0045 IL_003c: nop IL_003d: ldstr "Something else" IL_0042: stloc.0 IL_0043: br.s IL_0046 IL_0045: nop IL_0046: ldloc.0 IL_0047: ret } // end of method Module1::GetString
Texte modifié
Ouvrir un fichier
.method private static string GetString(object myIntVar) cil managed { // Code size 72 (0x48) .maxstack 3 .locals init ([0] string GetString, [1] object VB$t_ref$L0, [2] bool VB$CG$t_bool$S0) IL_0000: nop IL_0001: nop IL_0002: ldarg.0 IL_0003: stloc.1 IL_0004: nop IL_0005: ldloc.1 IL_0006: ldc.i4.0 IL_0007: box [mscorlib]System.Int32 IL_000c: ldc.i4.0 IL_000d: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_0012: stloc.2 IL_0013: ldloc.2 IL_0014: brfalse.s IL_0020 IL_0016: ldstr "Nothing" IL_001b: stloc.0 IL_001c: br.s IL_0046 IL_001e: br.s IL_0045 IL_0020: nop IL_0021: ldloc.1 IL_0022: ldc.i4.1 IL_0023: box [mscorlib]System.Int32 IL_0028: ldc.i4.0 IL_0029: call bool [Microsoft.VisualBasic]Microsoft.VisualBasic.CompilerServices.Operators::ConditionalCompareObjectEqual(object, object, bool) IL_002e: stloc.2 IL_002f: ldloc.2 IL_0030: brfalse.s IL_003c IL_0032: ldstr "Just one" IL_0037: stloc.0 IL_0038: br.s IL_0046 IL_003a: br.s IL_0045 IL_003c: nop IL_003d: ldstr "Something else" IL_0042: stloc.0 IL_0043: br.s IL_0046 IL_0045: nop IL_0046: ldloc.0 IL_0047: ret } // end of method Module1::GetString
Trouver la différence